@charset "UTF-8";
#page_switch img {
  width: 100%;
}
#page_switch button {
  background: none;
  border: none;
}
#page_switch button:hover {
  cursor: pointer;
}
#page_switch picture {
  display: block;
}
#page_switch sup {
  font-size: 0.75em !important;
}
@media print, screen and (max-width: 750px) {
  #page_switch .innerWrap {
    width: 84vw;
  }
}
#page_switch .c-ttl {
  font-weight: bold;
  font-size: min(3.2vw, 32px);
  color: var(--c_green1);
  text-align: center;
  margin: 0 0 0.5em 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .c-ttl {
    font-size: 5.0666666667vw;
  }
}
#page_switch .c-lead {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 750px) {
  #page_switch .c-lead {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    text-align: left;
  }
}
#page_switch .mv {
  padding: 20px 0 0 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .mv {
    padding: 2.6666666667vw 0 0 0;
  }
}
#page_switch .mv .swiper-wrapper {
  transition-timing-function: linear;
}
#page_switch .about {
  background: url("../img/bg_switch.png") center bottom/100% auto no-repeat;
  padding: 90px 0 120px;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about {
    background: url("../img/bg_switch_sp.png") center bottom/100% auto no-repeat;
    padding: 13.3333333333vw 0 16vw;
  }
}
#page_switch .about__section {
  background: #fff;
  border: 2px solid #f5f5f5;
  border-radius: min(1.6vw, 16px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: min(3.5vw, 35px) min(5.5vw, 55px) min(5.5vw, 55px);
  margin: 60px 0 0 0;
  position: relative;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__section {
    border-radius: 4.2666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
    margin: 10.6666666667vw 0 0 0;
  }
}
#page_switch .about__section:first-of-type {
  margin: 100px 0 0 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__section:first-of-type {
    padding: 6.6666666667vw 5.3333333333vw 9.3333333333vw;
    margin: 13.3333333333vw 0 0 0;
  }
}
#page_switch .about__section::before {
  content: "";
  width: min(7vw, 70px);
  height: 6px;
  background: var(--c_green1);
  border-radius: 9999px;
  position: absolute;
  top: -2px;
  left: min(5.5vw, 55px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__section::before {
    width: 9.3333333333vw;
    height: 0.8vw;
    left: 7.3333333333vw;
  }
}
#page_switch .about__ttl {
  font-weight: bold;
  font-size: min(2.4vw, 24px);
  margin: 0 0 0.5em 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__ttl {
    font-size: 4.2666666667vw;
  }
}
#page_switch .about__ttl.--center {
  text-align: center;
}
#page_switch .about__txt {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  margin: 0 0 2em 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__txt {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
#page_switch .about__txt.--mb {
  margin: 0 0 3em 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__txt.--mb {
    margin: 0 0 2em 0;
  }
}
#page_switch .about__content {
  position: relative;
}
#page_switch .about__btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
#page_switch .about__btn .btn1 {
  width: 256px;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__btn .btn1 {
    width: 46.6666666667vw;
  }
}
#page_switch .about__img {
  width: min(37.6vw, 376px);
  position: absolute;
  top: max(-3vw, -30px);
  right: min(2vw, 20px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__img {
    width: 72vw;
    margin: 9.3333333333vw 0 0 0;
    position: static;
    transform: translateX(-7.4666666667vw);
  }
}
#page_switch .about__notes {
  font-size: min(1.2vw, 12px);
  line-height: 1.6;
  text-align: center;
  margin: 2em 0 0 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__notes {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    text-align: left;
    margin: 1em 0 0 0;
  }
}
#page_switch .about__slide {
  margin: 0 max(-5.5vw, -55px);
  overflow: hidden;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__slide {
    margin: 0 -5.3333333333vw;
  }
}
#page_switch .about__slide .swiper-wrapper {
  transition-timing-function: linear;
}
#page_switch .about__slide .swiper-slide {
  padding: 0 min(1.5vw, 15px);
}
#page_switch .about__sbt {
  background: #f2f2f2;
  border-radius: min(4vw, 40px);
  padding: min(5.5vw, 55px) min(6vw, 60px);
  margin: min(5.5vw, 55px) 0 0 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__sbt {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
    margin: 5.3333333333vw -2vw;
  }
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__sbt-img {
    margin: 2.6666666667vw -4vw 1.3333333333vw;
  }
}
#page_switch .about__hpw {
  height: min(20.5vw, 205px);
  background: #fff;
  padding: min(3.2vw, 32px) min(4vw, 40px) 0 min(18.6vw, 186px);
  position: relative;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__hpw {
    height: auto;
    padding: 5.3333333333vw;
    margin: -1.0666666667vw 0 0 0;
  }
}
#page_switch .about__hpw-img {
  width: min(10.6vw, 106px);
  position: absolute;
  top: 50%;
  left: min(4vw, 40px);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__hpw-img {
    width: 16.8vw;
    margin: 0 auto 4vw;
    position: static;
    transform: translateY(0);
  }
}
#page_switch .about__hpw-txt {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  margin: -0.5em 0 0.5em;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__hpw-txt {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin: -0.25em 0 0.5em;
  }
}
#page_switch .about__hpw-notes {
  font-size: min(1.2vw, 12px);
  line-height: 1.6;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__hpw-notes {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
#page_switch .about__hpw-link {
  font-weight: bold;
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  text-align: right;
  margin: 0.75em 0 0 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__hpw-link {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin: 0.5em 0 0 0;
  }
}
#page_switch .about__hpw-link > a {
  color: #5ec0e5;
  padding: 0 1.25em 0 0;
  position: relative;
}
#page_switch .about__hpw-link > a::after {
  content: "";
  width: min(1.3vw, 13px);
  height: min(1.3vw, 13px);
  background: url("../img/ico_external.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media print, screen and (max-width: 750px) {
  #page_switch .about__hpw-link > a::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
@media (hover: hover) {
  #page_switch .about__hpw-link > a:hover {
    text-decoration: underline;
  }
}
#page_switch .obtain {
  padding: 100px 0 40px;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain {
    padding: 13.3333333333vw 0 0 0;
  }
}
#page_switch .obtain__list {
  margin: min(4vw, 40px) 0 min(2vw, 20px);
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list {
    margin: 8vw 0 2.6666666667vw;
    flex-direction: column;
    gap: 8vw 0;
  }
}
#page_switch .obtain__list-item {
  width: 27.7%;
  height: min(28.6vw, 286px);
  background: #fff;
  border-radius: min(1.6vw, 16px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: min(2.4vw, 24px) 0 0 0;
  position: relative;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-item {
    width: auto;
    height: 31.4666666667vw;
    border-radius: 4.2666666667vw;
    padding: 0;
  }
}
#page_switch .obtain__list-item:nth-child(3) {
  width: 40.6%;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-item:nth-child(3) {
    width: auto;
    height: 57.7333333333vw;
    padding: 6.4vw 0 0 0;
  }
}
#page_switch .obtain__list-num {
  font-family: "PT Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: bold;
  font-size: min(1.6vw, 16px);
  color: #fff;
  width: min(3.5vw, 35px);
  height: min(3.5vw, 35px);
  background: var(--c_green1);
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-num {
    font-size: 3.7333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
#page_switch .obtain__list-ttl {
  font-weight: bold;
  font-size: min(1.6vw, 16px);
  line-height: 1.2;
  text-align: center;
  color: var(--c_green1);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  #page_switch .obtain__list-ttl.--01, #page_switch .obtain__list-ttl.--02 {
    position: absolute;
    top: 50%;
    left: 13.3333333333vw;
    transform: translateY(-50%);
  }
  #page_switch .obtain__list-ttl.--02 {
    left: 8.6666666667vw;
  }
}
#page_switch .obtain__list-img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
#page_switch .obtain__list-img.--01 {
  width: min(21.5vw, 215px);
  top: min(5.6vw, 56px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-img.--01 {
    width: 35.4666666667vw;
    top: -4vw;
    left: auto;
  }
}
#page_switch .obtain__list-img.--02 {
  width: min(21.3vw, 213px);
  top: min(5.2vw, 52px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-img.--02 {
    width: 35.2vw;
    top: -5.0666666667vw;
    right: 0.5333333333vw;
    left: auto;
  }
}
#page_switch .obtain__list-img.--03 {
  width: min(35.6vw, 356px);
  top: min(4.8vw, 48px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-img.--03 {
    width: 70.9333333333vw;
    top: 19.2vw;
  }
}
#page_switch .obtain__list-txt {
  font-weight: bold;
  font-size: min(1.3vw, 13px);
  line-height: 1.6;
  text-align: center;
  color: var(--c_green1);
  width: 100%;
  position: absolute;
  bottom: 1em;
  left: 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__list-txt {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    bottom: 0.5em;
  }
}
#page_switch .obtain__container {
  height: min(23.2vw, 232px);
  background: var(--c_green2);
  border-radius: min(1.6vw, 16px);
  margin: min(4vw, 40px) 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__container {
    height: 83.3333333333vw;
    border-radius: 4.2666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 0;
    margin: 8vw 0 0 0;
    display: block;
  }
}
#page_switch .obtain__txt {
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1em 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__txt {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 40vw 0;
  }
}
#page_switch .obtain__notes {
  font-size: min(1.2vw, 12px);
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__notes {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
#page_switch .obtain__img {
  position: absolute;
}
#page_switch .obtain__img.--01 {
  width: min(19.15vw, 191.5px);
  top: min(1.8vw, 18px);
  left: min(5.4vw, 54px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__img.--01 {
    width: 36.5333333333vw;
    top: 36vw;
    left: 9.3333333333vw;
  }
}
#page_switch .obtain__img.--02 {
  width: min(20.55vw, 205.5px);
  top: min(1.8vw, 18px);
  right: max(-1vw, -10px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .obtain__img.--02 {
    width: 39.2vw;
    top: 36vw;
    right: -0.8vw;
  }
}
#page_switch .dressup {
  border-radius: min(4vw, 40px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup {
    border-radius: 5.6vw;
  }
}
#page_switch .dressup__bg {
  position: relative;
  overflow: hidden;
}
#page_switch .dressup__bg-img {
  aspect-ratio: 880/524;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__bg-img {
    aspect-ratio: 550/524;
  }
}
#page_switch .dressup__base {
  width: min(29.6vw, 296px);
  position: absolute;
  right: min(18.4vw, 184px);
  bottom: min(7vw, 70px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__base {
    width: 39.4666666667vw;
    right: 5.3333333333vw;
    bottom: 12.8vw;
  }
}
#page_switch .dressup__phone {
  width: min(26.4vw, 264px);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: min(4vw, 40px);
  left: min(5.4vw, 54px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__phone {
    display: none;
  }
}
#page_switch .dressup__select {
  width: min(22vw, 220px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: min(3vw, 30px);
  right: min(21.6vw, 216px);
  z-index: 1;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__select {
    width: 42.1333333333vw;
    top: 4vw;
    right: auto;
    left: 2.6666666667vw;
  }
}
#page_switch .dressup__select > li {
  width: min(6vw, 60px);
  position: relative;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__select > li {
    width: 12.2666666667vw;
  }
}
#page_switch .dressup__select > li:hover {
  cursor: pointer;
}
#page_switch .dressup__select > li.select::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid var(--c_green1);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page_switch .dressup__ico {
  width: min(15.55vw, 155.5px);
  position: absolute;
  top: max(-4vw, -40px);
  right: min(2.8vw, 28px);
  z-index: 1;
  opacity: 0;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__ico {
    width: 20.7333333333vw;
    top: -5.3333333333vw;
    right: 3.7333333333vw;
  }
}
#page_switch .dressup__ico.on {
  opacity: 1;
}
#page_switch .dressup__btn {
  width: min(15.6vw, 156px);
  position: absolute;
  top: min(3vw, 30px);
  right: min(3vw, 30px);
  z-index: 1;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__btn {
    width: 20.8vw;
    top: 4vw;
    right: 4vw;
  }
}
#page_switch .dressup__content, #page_switch .dressup__content-default {
  width: min(60vw, 600px);
  position: absolute;
  top: max(-4.6vw, -46px);
  right: min(3.4vw, 34px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__content, #page_switch .dressup__content-default {
    width: 63.4666666667vw;
    top: 1.8666666667vw;
    right: -6.6666666667vw;
  }
}
#page_switch .dressup__content > li, #page_switch .dressup__content-default > li {
  position: absolute;
  top: 0;
  left: 0;
}
#page_switch .dressup__content > li.hide, #page_switch .dressup__content-default > li.hide {
  opacity: 0;
}
#page_switch .dressup__content > li .lottie-player, #page_switch .dressup__content-default > li .lottie-player {
  width: min(60vw, 600px);
  height: min(50vw, 500px);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0s;
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__content > li .lottie-player, #page_switch .dressup__content-default > li .lottie-player {
    width: 63.4666666667vw;
    height: 52.88888vw;
  }
}
#page_switch .dressup__content > li .lottie-player:last-of-type, #page_switch .dressup__content-default > li .lottie-player:last-of-type {
  opacity: 0;
}
#page_switch .dressup__content {
  opacity: 0;
}
#page_switch .dressup__home {
  width: min(23.8vw, 238px);
  position: absolute;
  top: min(11vw, 110px);
  left: min(6.2vw, 62px);
}
@media print, screen and (max-width: 750px) {
  #page_switch .dressup__home {
    width: 17.0666666667vw;
    top: 38.4vw;
    left: 4vw;
  }
}
#page_switch .dressup__home > li {
  position: absolute;
  top: 0;
  left: 0;
}
#page_switch .dressup__home > li.hide {
  opacity: 0;
}

/****	---- end ----
===================================****//*# sourceMappingURL=switch.css.map */