@charset "UTF-8";
html {
  font-size: 10px;
  overflow-x: hidden;
}
.area-header {
  width: 100% !important;
}


#feature {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: clip;
  scroll-behavior: smooth;
}
#feature * {
  box-sizing: border-box;
}
#feature *::after {
  box-sizing: border-box;
}
#feature *::before {
  box-sizing: border-box;
}
#feature a {
  display: block;
  text-decoration: none;
  position: relative;
}
#feature a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
#feature a:hover {
  cursor: pointer;
}
#feature a:hover::after {
  opacity: 1;
  transition: 0.4s;
}
#feature .default-img {
  width: 100%;
  display: block;
}
#feature picture {
  display: block;
}
#feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#feature .creditContainer li {
  position: relative;
  width: fit-content;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.02em;
  color: #595959;
  font-feature-settings: "palt";
}
#feature .creditContainer li a {
  color: #595959;
  transition: 0.3s;
  text-decoration: none;
}
#feature .creditContainer li a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
#feature .creditContainer li a::after {
  display: none;
}
#feature .pc-flex {
  position: relative;
  display: flex;
  margin: 0rem auto 0;
  justify-content: left;
  width: 100%;
}
#feature .pc-flex__left {
  width: 50%;
}
#feature .pc-flex__left .img_left {
  position: sticky;
  top: 79px;
  left: 0;
  width: 100%;
  height: calc(100vh - 79px);
}
#feature .pc-flex__left .img_left_picture img {
  margin: auto;
  width: 100%;
  height: calc(100vh - 79px);
  object-fit: cover;
  object-position: center;
}
#feature .pc-flex__left .img_left_txt {
  position: absolute;
  top: calc((100vh - 79px - 132rem) / 2);
  left: 10%;
  width: 80%;
}
#feature .pc-flex__right {
  margin: 0 auto 0;
  width: 75rem;
}
#feature .hero {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.7rem;
}
#feature .hero__txt {
  margin: 4.7rem auto 0;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 5rem;
  letter-spacing: 0.085em;
  color: #595959;
  font-feature-settings: "palt";
}
#feature .hero__img_hero {
  position: relative;
  width: 75rem;
  z-index: 5;
}
#feature .hero__img_hero_txt {
  position: absolute;
  top: 38.8rem;
  left: 5rem;
  width: 63.7rem;
  z-index: 10;
}
#feature .container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#feature .container__inner {
  width: 75rem;
  margin: 0 auto;
}
#feature .container01 {
  position: relative;
  margin: 0 auto 0;
}
#feature .container01__inner {
  position: relative;
  margin: auto;
}
#feature .container01__img_txt_01 {
  margin: 4.6rem auto 0 5.1rem;
  width: 65.5rem;
}
#feature .container01__img_01 {
  position: absolute;
  top: 22rem;
  left: 0;
  width: 50rem;
  z-index: 5;
}
#feature .container01__img_01 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_01.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_01.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .container01__img_02 {
  position: relative;
  margin: 44.5rem 0 0 auto;
  width: 53.2rem;
  z-index: 10;
}
#feature .container01__img_02 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_02.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_02.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .container01 .creditContainer_01 {
  margin: 3.4rem auto 0;
  width: 55rem;
}
#feature .container01 .creditContainer_01 li::after {
  content: "";
  background-image: url("/s/250526BTY_MCQ/img/img_buy.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8.9rem;
  right: 19.6rem;
  aspect-ratio: 85.9/36;
  width: 8.9rem;
  z-index: 10;
}
#feature .container02 {
  position: relative;
  margin: 0 auto 0;
  /*inputを非表示 & 閉じた時の位置調整*/
  /*ラベル（「開く」ボタン）*/
  /*ボタンっぽい効果*/
  /*ラベルに表示するテキスト*/
  /*開閉エリア*/
  /*開閉エリアにぼかしを乗せる*/
  /*開いたらぼかしを消す*/
}
#feature .container02__inner {
  position: relative;
  margin: auto;
}
#feature .container02__img_txt_02 {
  margin: 21.6rem auto 0 10.5rem;
  width: 54.3rem;
}
#feature .container02__txt_01 {
  margin: 5.3rem auto 0;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 5rem;
  letter-spacing: 0.025em;
  color: #595959;
  font-feature-settings: "palt";
}
#feature .container02__img_txt_03 {
  margin: 3.9rem auto 0;
  width: 58.8rem;
}
#feature .container02__img_09 {
  margin: 5rem auto 0 2.3rem;
  width: 67.7rem;
}
#feature .container02__txt_box {
  margin: 3.3rem auto 0;
  width: 66rem;
}
#feature .container02__txt_box--top {
  margin: auto;
  width: 11.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.02em;
  color: #595959;
  font-feature-settings: "palt";
  text-align: center;
  border: solid 1px #595959;
}
#feature .container02__txt_box--bottom {
  margin: 1.3rem auto 0;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0.02em;
  color: #595959;
  font-feature-settings: "palt";
  text-align: left;
}
#feature .container02 .open-box {
  position: relative;
}
#feature .container02 input[type=checkbox].on-off {
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
}
#feature .container02 .open-label {
  margin: 2.4rem 1.5em 0;
  display: block;
  color: #595959;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#feature .container02 .open-label:active {
  box-shadow: 0 0 0 0;
}
#feature .container02 .open-label::after {
  content: "詳しく見る▼";
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.02em;
  color: #595959;
  font-feature-settings: "palt";
  text-align: center;
}
#feature .container02 .on-off:checked ~ .open-label::after {
  content: "閉じる▲";
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.02em;
  color: #595959;
  font-feature-settings: "palt";
  text-align: left;
}
#feature .container02 .open {
  padding: 1em;
  border-radius: 8px;
  height: 16rem; /*ちらっと見える部分の高さ*/
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}
#feature .container02 .on-off:checked ~ .open {
  padding: 1.5em 1em;
  height: auto;
}
#feature .container02 .open::before {
  content: "";
  background: linear-gradient(to bottom, transparent, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#feature .container02 .on-off:checked ~ .open::before {
  background: none;
  z-index: -1;
}
#feature .container02__txt_02 {
  margin: 8.2rem auto 0 6.2rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 5.7rem;
  letter-spacing: 0em;
  color: #e18c99;
  text-align: left;
  font-feature-settings: "palt";
}
#feature .container02__flex_box {
  margin: 8.7rem auto 0;
  display: flex;
  justify-content: space-between;
}
#feature .container02__img_03 {
  width: 36.6rem;
}
#feature .container02__img_04 {
  width: 36.6rem;
}
#feature .container02__img_05 {
  margin: 10.2rem auto 0 10rem;
  width: 52.7rem;
}
#feature .container02__img_05 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_05.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_05.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .container02__img_btn_01 {
  margin: 10rem auto 0;
  width: 34.1rem;
}
#feature .container02__img_btn_01 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_btn_01.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_btn_01.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .container03 {
  position: relative;
  margin: 0 auto 0;
}
#feature .container03__inner {
  position: relative;
  margin: auto;
}
#feature .container03__img_txt_04 {
  margin: 18rem auto 0 3.5rem;
  width: 69.3rem;
}
#feature .container03__img_06 {
  position: absolute;
  top: 26.2rem;
  left: 0.3rem;
  width: 55rem;
  z-index: 5;
}
#feature .container03__img_06 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_06.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_06.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .container03__img_07 {
  position: relative;
  margin: 53.8rem 0.2rem 0 auto;
  width: 57.4rem;
  z-index: 10;
}
#feature .container03__img_07 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_07.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_07.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .container03 .creditContainer_02 {
  margin: 7rem auto 0;
}
#feature .container03 .creditContainer_02 li::before {
  content: "【USAGI ONLINE限定】";
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.02em;
  color: #595959;
  font-feature-settings: "palt";
  position: absolute;
  top: -3.6rem;
  right: 12.9rem;
  z-index: 10;
}
#feature .container03 .creditContainer_02 li::after {
  content: "";
  background-image: url("/s/250526BTY_MCQ/img/img_buy.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8.9rem;
  right: 22.7rem;
  aspect-ratio: 85.9/36;
  width: 8.9rem;
  z-index: 10;
}
#feature .container03__txt {
  margin: 14.5rem auto 0 6.1rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 5.7rem;
  letter-spacing: 0em;
  color: #e18c99;
  text-align: left;
  font-feature-settings: "palt";
}
#feature .container03__img_08 {
  margin: 8.5rem auto 0;
  width: 60rem;
}
#feature .container03__img_btn_02 {
  margin: 10rem auto 0;
  width: 34.1rem;
}
#feature .container03__img_btn_02 a::after {
  -webkit-mask-image: url("/s/250526BTY_MCQ/img/img_btn_02.png");
  mask-image: url("/s/250526BTY_MCQ/img/img_btn_02.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#feature .fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
}
#feature .animate-active {
  opacity: 1;
}

.feature-snslist {
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.4428571429vw;
  }
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 6.2px;
  }
}