@charset "UTF-8";
:root {
  --main-font: "benton-modern-display", "Times New Roman", "Georgia", serif;
  --main-color: #111161;
  --sub-color: #F5FCF2;
  --bg-color: #C3DCC2;
}

.ftool-wrapper #sec01 {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ftool-wrapper #sec01 h2, .ftool-wrapper #sec01 h3, .ftool-wrapper #sec01 p {
  margin: 0 !important;
}
.ftool-wrapper .col--02--Y {
  max-width: 100% !important;
}
.ftool-wrapper .col--02--C {
  width: 100% !important;
}
.ftool-wrapper .col--02--C > div {
  margin: 0;
}

.splitLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100vw;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .splitLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.splitLayout__left {
  background: var(--bg-color);
}
@media screen and (min-width: 768px) {
  .splitLayout__left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 100svh;
    width: 50%;
  }
}
.splitLayout__right {
  background: var(--sub-color);
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .splitLayout__right {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .splitLayout .contentsBlock {
    margin: 7.8125vw auto;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock {
    width: 100%;
  }
}
.splitLayout .contentsBlock .indexArea {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .splitLayout .contentsBlock .indexArea {
    min-width: 35.9375vw;
    margin-inline: 6.25vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .indexArea {
    width: calc(100% - 10.2564102564vw);
    margin-bottom: 20.5128205128vw;
    margin-top: 12.8205128205vw;
    margin-inline: auto;
  }
}
.splitLayout .contentsBlock .indexArea__title {
  font-size: min(30px, 2.34375vw);
  margin-bottom: min(20px, 1.5625vw);
  line-height: 100%;
  font-weight: 600;
  font-family: var(--main-font);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .indexArea__title {
    text-align: left;
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}
.splitLayout .contentsBlock .indexArea__list > li + li {
  padding-top: 1.171875vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .indexArea__list > li + li {
    padding-top: 2.0512820513vw;
  }
}
.splitLayout .contentsBlock .indexArea__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .indexArea__item a {
    gap: 2.5641025641vw;
  }
}
@media (hover: hover) {
  .splitLayout .contentsBlock .indexArea__item a:where(:-webkit-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .splitLayout .contentsBlock .indexArea__item a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .splitLayout .contentsBlock .indexArea__item a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .splitLayout .contentsBlock .indexArea__item a:where(:-webkit-any-link, :enabled, summary):hover .indexArea__text::after {
    width: 100%;
  }
  .splitLayout .contentsBlock .indexArea__item a:where(:-moz-any-link, :enabled, summary):hover .indexArea__text::after {
    width: 100%;
  }
  .splitLayout .contentsBlock .indexArea__item a:where(:any-link, :enabled, summary):hover .indexArea__text::after {
    width: 100%;
  }
}
.splitLayout .contentsBlock .indexArea__text {
  font-size: min(16px, 1.25vw);
  line-height: 150%;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .indexArea__text {
    font-size: 3.3333333333vw;
  }
}
.splitLayout .contentsBlock .indexArea__text .bold {
  font-weight: 600;
}
.splitLayout .contentsBlock .indexArea__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.splitLayout .contentsBlock .indexArea__number {
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 100%;
  font-size: min(30px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .indexArea__number {
    font-size: 5.641025641vw;
  }
}
.splitLayout .contentsBlock .indexArea__number--01 {
  letter-spacing: 0.1em;
}
.splitLayout .contentsBlock .mainBlock {
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock {
    margin-bottom: 20.5128205128vw;
    margin-left: 5.1282051282vw;
  }
}
.splitLayout .contentsBlock .mainBlock .titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.34375vw;
  line-height: 100%;
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock .titleWrap {
    gap: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
  }
}
.splitLayout .contentsBlock .mainBlock .titleWrap__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--main-font);
  font-weight: 400;
  gap: 0.390625vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock .titleWrap__left {
    gap: 1.2820512821vw;
  }
}
.splitLayout .contentsBlock .mainBlock .titleWrap__dec {
  font-weight: 600;
  font-size: min(18px, 1.40625vw);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock .titleWrap__dec {
    font-size: 3.0769230769vw;
  }
}
.splitLayout .contentsBlock .mainBlock .titleWrap__num {
  font-size: min(70px, 5.46875vw);
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock .titleWrap__num {
    font-size: 12.8205128205vw;
  }
}
.splitLayout .contentsBlock .mainBlock .titleWrap__right {
  font-weight: 600;
}
.splitLayout .contentsBlock .mainBlock .titleWrap__sub {
  display: block;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock .titleWrap__sub {
    margin-bottom: 0.5em;
  }
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl {
  margin-bottom: 1.5625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 1.171875vw;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
  -ms-overflow-style: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl {
    margin-bottom: 5.1282051282vw;
    gap: 2.0512820513vw;
    width: 94.8717948718vw;
    -ms-touch-action: auto;
        touch-action: auto;
    -webkit-scroll-snap-type: x proximity;
        -ms-scroll-snap-type: x proximity;
            scroll-snap-type: x proximity;
  }
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl::-webkit-scrollbar {
  background: transparent !important;
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl::-webkit-scrollbar-track {
  background: transparent !important;
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.35) !important;
  border-radius: 3px;
  height: 5px;
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl::-webkit-scrollbar:vertical {
  display: none;
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .title {
  display: none;
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .description {
  display: none;
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .ref-item {
  margin: 0;
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 18.75vw;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .ref-item {
    max-width: 34.6153846154vw;
  }
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .thumb {
  height: 100%;
  float: none;
}
@media screen and (min-width: 768px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .thumb {
    width: 18.75vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .thumb {
    width: 34.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .price {
  margin: 0;
  font-size: 11px;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .price {
    font-size: 2.5641025641vw;
    line-height: 1.5;
  }
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .name {
  margin: 0 0 8px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .name {
    font-size: 2.5641025641vw;
  }
}
.splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .brand {
  margin: 0 0 8px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__item .item_reference_b--tpl .brand {
    font-size: 2.5641025641vw;
  }
}
.splitLayout .contentsBlock .mainBlock__view {
  text-align: right;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: min(18px, 1.40625vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__view {
    font-size: 3.5897435897vw;
    padding-right: 5.1282051282vw;
  }
}
.splitLayout .contentsBlock .mainBlock__view a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__view a {
    line-height: 125%;
  }
}
.splitLayout .contentsBlock .mainBlock__view a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .splitLayout .contentsBlock .mainBlock__view a::after {
    width: 100%;
  }
}
.splitLayout .contentsBlock .mainBlock__view a:hover::after {
  width: 100%;
}

[id^=picks] .titleWrap__right {
  font-size: min(24px, 1.875vw);
}
@media screen and (max-width: 767px) {
  [id^=picks] .titleWrap__right {
    font-size: 4.6153846154vw;
  }
}
[id^=picks] .titleWrap__sub {
  font-size: min(16px, 1.25vw);
}
@media screen and (max-width: 767px) {
  [id^=picks] .titleWrap__sub {
    font-size: 3.0769230769vw;
  }
}/*# sourceMappingURL=style.css.map */