@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

:root {
  --selectthemecolor : #60483A;
}

.select_column {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}
.main_wrap {
  background: #F3F7FD;
  padding: 50px 30px 60px;
}
.wrap_inner {
  display: flex;
  flex-flow: column wrap;
  gap: 32px;
  width: min(100%, 1200px);
  margin-inline: auto;
}
h1.select_mv {
  border-radius: 16px;
  overflow: hidden;
}
section#select_lead {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--selectthemecolor);
  border-radius: 300px;
  padding: 32px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
section.select_content {
  display: flex;
  flex-flow: column wrap;
  gap: 60px;
  max-width: 100%;
}
.select_item {
  background: #fff;
  box-shadow: 10px 10px 60px #12165911;
  padding: 28px 42px 63px;
  width: min(100%, 1200px);
}
.item_head {
  margin-bottom: 26px;
}
.item_title {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-bottom: 32px;
  padding-block: 5px;
}
.item_title h2 {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  padding-block: 18px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.item_catch {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.item_body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 10px;
	position: relative;
}
.select_item:nth-of-type(even) .item_body {
  flex-direction: row-reverse;
}
[class*="item_slide"] {
  width: min(100%, 560px);
  padding-inline: 28px;
  margin-inline: 0;
}
[class*="item_slide"]::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
[class*="item_slide"]::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
[class*="item_slide"] .swiper-slide {
    aspect-ratio: 1 / 1;
}
[class*="item_slide"] .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
[class*="item-button"] {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 1px solid #F3F7FD;
  border-radius: 300px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
[class*="item-button"]::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  position: absolute;
  right: 50%;
  bottom: 50%;
  translate: 70% 50%;
  rotate: 45deg;
}
[class*="item-button"].swiper-button-disabled::before {
  border-color: #D0D4DB;
}
.item-button-prev {
  left: 0;
}
.item-button-next {
  right: 0;
  rotate: 180deg;
}
.swiper-button-lock {
  display: none;
}
[class*="item_slide"] .swiper-horizontal>.swiper-pagination-bullets,
[class*="item_slide"] .swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 3;
  gap: 20px;
  .swiper-pagination-bullet {
    margin: 0;
    height: 11px;
    width: 11px;
    background: #fff;
    border: 1px solid #DEDEDE;
    opacity: 1;
    &.swiper-pagination-bullet-active {
      border-color: #121659;
      background-color: #121659;
    }
  }
}

.item-logo {
	width: auto;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.select_item:nth-of-type(even) .item-logo {
	left: initial;
	right: 0;
}
.item-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.item_info {
  display: flex;
  flex-flow: column wrap;
  gap: 16px;
  width: min(100%,490px);
}
.item_info dt {
  background: var(--selectthemecolor);
  margin-bottom: 12px;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.item_info dt::before,
.item_info dt::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: transparent;
  background: linear-gradient(0deg, #fff 0%, #fff 7%, transparent 7%, transparent 31%, #fff 31%, #fff 38%, transparent 38%, transparent 62%, #fff 62%, #fff 69%, transparent 69%, transparent 93%, #fff 93%, #fff 100%);
  opacity: .3;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.item_info dt::before {
  left: 0;
}
.item_info dt::after {
  right: 0;
}
.item_info dd p {
  font-size: 14px;
}
.item_info dd p + p {
  margin-top: .5em;
}
.item_info dd .item_other ul {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 24px;
}
.item_info dd .item_other li {
  flex: 1;
	max-width: calc(50% - 12px);
}
.item_info dd .item_other li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.other_img {
  margin-bottom: 22px;
	aspect-ratio: 1 / 1;
}
.other_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.other_titie {
  color: #222;
  text-align: center;
  font-size: 14px;
}
.item_info_img_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 12px;
}
.item_info_img_wrap.col2 {
  gap: 24px;
}
.item_info_img_wrap.col2 .item_info_img {
  width: calc(50% - 12px);
}
.item_info_img_wrap.col3 {
  gap: 16px;
}
.item_info_img_wrap.col3 .item_info_img {
  width: calc((100% - 32px) / 3);
}

.item_btn {
  margin-top: 48px;
}
.item_btn a {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: min(100%, 320px);
  background: #FDD705;
  border-radius: 300px;
  margin-inline: auto;
  padding-block: 16px;
  color: #121659;
  font-size: 16px;
  font-weight: 500;
}

section#select_all {
  padding: 40px 30px 58px;
}
.all_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
.all_item ul {
  display: flex;
  flex-flow: row wrap;
  width: min(100%,1200px);
  margin-inline: auto;
}
.all_item li {
  flex: 1;
}
.all_item li a {
  text-decoration: none;
}
.all_item_img {
  margin-bottom: 20px;
	aspect-ratio: 1 / 1;
}
.all_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.all_item_title {
  text-align: center;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  padding-inline: 36px;
}

section#other_column {
  padding: 100px 30px 58px;
  background: #F3F7FD;
}
.other_column_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}
.other_column_item ul {
  display: flex;
  flex-flow: row wrap;
  gap: 26px;
  width: min(100%,1200px);
  margin-inline: auto;
}
.other_column_item li {
  flex: 1;
}
.other_column_item li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.other_column_item li a img {
  margin: 0;
}

[data-browse-mode="S"] {
.main_wrap {
  padding: 0 ;
}
.wrap_inner {
  gap: 0;
}
section#select_lead {
  border-radius: 0;
  padding: 24px;
  text-align: left;
  font-size: 13px;
  line-height: 2;
}
section.select_content {
  padding: 12px;
  padding-bottom: 38px;
}
.select_item {
  padding: 12px 20px 38px;
}
.item_head {
  margin-bottom: 20px;
}
.item_title {
  border-width: 1px;
  margin-bottom: 20px;
  padding-block: 2px;
}
.item_title h2 {
  padding-block: 12px;
  font-size: 20px;
}
.item_catch {
  font-size: 16px;
}

.item_body {
  gap: 20px;
}
[class*="item_slide"] {
  width: calc(100% + 40px);
  margin-inline: -20px;
  padding-inline: 20px;
}
[class*="item_slide"]::before,
[class*="item_slide"]::after {
  width: 20px;
}
[class*="item-button"] {
  width: 40px;
  height: 40px;
}
[class*="item-button"]::before {
  width: 10px;
  height: 10px;
  border-width: 2px;
}
.item-logo {
	position: relative;
	margin-block: -10px;
}
.item_info dt {
  font-size: 14px;
}
.item_info {
  gap: 24px;
}
.item_info dl {
  width: 100%;
}
.item_info dd .item_other ul {
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  overflow: auto;
}
.item_info dd .item_other li {
  flex: initial;
  min-width: 145px;
  width: 145px;
  max-width: 145px;
}
.item_info_img_wrap.col3 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: auto;
}
.item_info_img_wrap.col3 .item_info_img {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
}
.item_btn {
    margin-top: 32px;
}

section#select_all {
  padding: 32px 12px 26px;
}
h2.all_title {
    font-size: 20px;
    margin-bottom: 26px;
}
.all_item ul {
  gap: 46px 0;
}
.all_item li {
  flex: initial;
  width: 50%;
}
.all_item_img {
  margin-bottom: 12px;
}
.all_item_title {
  padding-inline: 13px;
}
section#other_column {
  padding: 60px 12px;
}
h2.other_column_title {
  font-size: 20px;
  margin-bottom: 20px;
}
.other_column_item ul {
  gap: 16px;
  overflow: auto;
  flex-wrap: nowrap;
}
.other_column_item li {
  flex: initial;
  min-width: 159px;
  width: 159px;
  max-width: 159px;
}

}