@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

img {
  height: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  font-weight: 500;
}

ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
  padding: 0;
  margin: 0;
}

button {
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

sup {
  font-size: 60%;
}

a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  body {
    margin-bottom: var(--fixed-cta-height);
  }
}

.intext-link {
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--saison-green);
  outline-offset: 2px;
}

.modal-container:focus {
  outline: none;
}

.modal-container:focus-visible,
.modal-close__button:focus-visible,
.entry-question__button:focus-visible,
.present-item-notes__button:focus-visible,
.accordion-information__title:focus-visible,
.slide-controller__navigation:focus-visible,
.fixed-cta__button:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

@media only screen and (min-width: 641px) {
  .show-small {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide-small {
    display: none !important;
  }
}

:root {
  --color-primary: #0e2055;
  --saison-blue: #004098;
  --saison-green: #009944;
  --color-accent: #d7000f;
  --section-cut: 5vw;
}
.saison-blue {
  color: var(--saison-blue);
}
.saison-green {
  color: var(--saison-green);
}
.color-accent {
  color: var(--color-accent);
}
@media screen and (min-width: 641px) {
  /* 1366px size */
  :root {
    --pixel01: min(0.07320644216691069vw, 1px);
    --pixel02: min(0.14641288433382138vw, 2px);
    --pixel03: min(0.21961932650073207vw, 3px);
    --pixel04: min(0.29282576866764276vw, 4px);
    --pixel05: min(0.36603221083455345vw, 5px);
    --pixel06: min(0.43923865300146414vw, 6px);
    --pixel07: min(0.5124450951683748vw, 7px);
    --pixel08: min(0.5856515373352855vw, 8px);
    --pixel09: min(0.6588579795021963vw, 9px);
    --pixel10: min(0.7320644216691069vw, 10px);
    --pixel11: min(0.8052708638360175vw, 11px);
    --pixel12: min(0.8784773060029283vw, 12px);
    --pixel13: min(0.951683748169839vw, 13px);
    --pixel14: min(1.0248901903367496vw, 14px);
    --pixel15: min(1.0980966325036603vw, 15px);
    --pixel16: min(1.171303074670571vw, 16px);
    --pixel17: min(1.2445095168374818vw, 17px);
    --pixel18: min(1.3177159590043925vw, 18px);
    --pixel19: min(1.390922401171303vw, 19px);
    --pixel20: min(1.4641288433382138vw, 20px);
    --pixel21: min(1.5373352855051245vw, 21px);
    --pixel22: min(1.610541727672035vw, 22px);
    --pixel23: min(1.6837481698389458vw, 23px);
    --pixel24: min(1.7569546120058566vw, 24px);
    --pixel25: min(1.8301610541727673vw, 25px);
    --pixel26: min(1.903367496339678vw, 26px);
    --pixel27: min(1.97657393850658868vw, 27px);
    --pixel28: min(2.049780380673499vw, 28px);
    --pixel29: min(2.12298682284041vw, 29px);
    --pixel30: min(2.1961932650073206vw, 30px);
    --pixel31: min(2.2693997071742316vw, 31px);
    --pixel32: min(2.342606149341142vw, 32px);
    --pixel33: min(2.4158125915080526vw, 33px);
    --pixel34: min(2.4890190336749636vw, 34px);
    --pixel35: min(2.562225475841874vw, 35px);
    --pixel36: min(2.635431918008785vw, 36px);
    --pixel37: min(2.7086383601756956vw, 37px);
    --pixel38: min(2.781844802342606vw, 38px);
    --pixel39: min(2.855051244509517vw, 39px);
    --pixel40: min(2.9282576866764276vw, 40px);
    --pixel41: min(3.001464128843338vw, 41px);
    --pixel42: min(3.074670571010249vw, 42px);
    --pixel43: min(3.1478770131771596vw, 43px);
    --pixel44: min(3.22108345534407vw, 44px);
    --pixel45: min(3.294289897510981vw, 45px);
    --pixel46: min(3.3674963396778916vw, 46px);
    --pixel47: min(3.4407027818448026vw, 47px);
    --pixel48: min(3.513909224011713vw, 48px);
    --pixel49: min(3.5871156661786237vw, 49px);
    --pixel50: min(3.6603221083455346vw, 50px);
    --pixel51: min(3.733528550512445vw, 51px);
    --pixel52: min(3.806734992679356vw, 52px);
    --pixel53: min(3.8799414348462666vw, 53px);
    --pixel54: min(3.953147877013177vw, 54px);
    --pixel55: min(4.026354319180088vw, 55px);
    --pixel56: min(4.099560761346998vw, 56px);
    --pixel57: min(4.172767203513909vw, 57px);
    --pixel58: min(4.24597364568082vw, 58px);
    --pixel59: min(4.319180087847731vw, 59px);
    --pixel60: min(4.392386530014641vw, 60px);
    --pixel61: min(4.465592972181552vw, 61px);
    --pixel62: min(4.538799414348463vw, 62px);
    --pixel63: min(4.612005856515373vw, 63px);
    --pixel64: min(4.685212298682284vw, 64px);
    --pixel65: min(4.758418740849195vw, 65px);
    --pixel66: min(4.831625183016105vw, 66px);
    --pixel67: min(4.904831625183016vw, 67px);
    --pixel68: min(4.978038067349927vw, 68px);
    --pixel69: min(5.051244509516837vw, 69px);
    --pixel70: min(5.124450951683748vw, 70px);
    --pixel71: min(5.197657393850659vw, 71px);
    --pixel72: min(5.27086383601757vw, 72px);
    --pixel73: min(5.34407027818448vw, 73px);
    --pixel74: min(5.417276720351391vw, 74px);
    --pixel75: min(5.490483162518302vw, 75px);
    --pixel76: min(5.563689604685212vw, 76px);
    --pixel77: min(5.636896046852123vw, 77px);
    --pixel78: min(5.710102489019034vw, 78px);
    --pixel79: min(5.783308931185944vw, 79px);
    --pixel80: min(5.856515373352855vw, 80px);
    --pixel81: min(5.929721815519766vw, 81px);
    --pixel82: min(6.002928257686676vw, 82px);
    --pixel83: min(6.076134699853587vw, 83px);
    --pixel84: min(6.149341142020498vw, 84px);
    --pixel85: min(6.222547584187408vw, 85px);
    --pixel86: min(6.295754026354319vw, 86px);
    --pixel87: min(6.36896046852123vw, 87px);
    --pixel88: min(6.44216691068814vw, 88px);
    --pixel89: min(6.515373352855051vw, 89px);
    --pixel90: min(6.588579795021962vw, 90px);
    --pixel91: min(6.661786237188873vw, 91px);
    --pixel92: min(6.734992679355783vw, 92px);
    --pixel93: min(6.808199121522694vw, 93px);
    --pixel94: min(6.881405563689605vw, 94px);
    --pixel95: min(6.954612005856515vw, 95px);
    --pixel96: min(7.027818448023426vw, 96px);
    --pixel97: min(7.101024890190337vw, 97px);
    --pixel98: min(7.174231332357247vw, 98px);
    --pixel99: min(7.247437774524158vw, 99px);
    --pixel100: min(7.320644216691069vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  /* 390px size */
  :root {
    --pixel01: 0.2564102564102564vw;
    --pixel02: 0.5128205128205128vw;
    --pixel03: 0.7692307692307693vw;
    --pixel04: 1.0256410256410255vw;
    --pixel05: 1.282051282051282vw;
    --pixel06: 1.5384615384615385vw;
    --pixel07: 1.794871794871795vw;
    --pixel08: 2.051282051282051vw;
    --pixel09: 2.3076923076923075vw;
    --pixel10: 2.564102564102564vw;
    --pixel11: 2.8205128205128207vw;
    --pixel12: 3.076923076923077vw;
    --pixel13: 3.3333333333333335vw;
    --pixel14: 3.58974358974359vw;
    --pixel15: 3.8461538461538463vw;
    --pixel16: 4.102564102564102vw;
    --pixel17: 4.358974358974359vw;
    --pixel18: 4.615384615384615vw;
    --pixel19: 4.871794871794872vw;
    --pixel20: 5.128205128205128vw;
    --pixel21: 5.384615384615385vw;
    --pixel22: 5.641025641025641vw;
    --pixel23: 5.897435897435898vw;
    --pixel24: 6.153846153846154vw;
    --pixel25: 6.410256410256411vw;
    --pixel26: 6.666666666666667vw;
    --pixel27: 6.923076923076923vw;
    --pixel28: 7.17948717948718vw;
    --pixel29: 7.435897435897436vw;
    --pixel30: 7.6923076923076925vw;
    --pixel31: 7.948717948717949vw;
    --pixel32: 8.205128205128204vw;
    --pixel33: 8.461538461538462vw;
    --pixel34: 8.717948717948717vw;
    --pixel35: 8.974358974358974vw;
    --pixel36: 9.23076923076923vw;
    --pixel37: 9.487179487179487vw;
    --pixel38: 9.743589743589745vw;
    --pixel39: 10vw;
    --pixel40: 10.256410256410257vw;
    --pixel41: 10.512820512820513vw;
    --pixel42: 10.76923076923077vw;
    --pixel43: 11.025641025641026vw;
    --pixel44: 11.282051282051283vw;
    --pixel45: 11.538461538461538vw;
    --pixel46: 11.794871794871796vw;
    --pixel47: 12.051282051282051vw;
    --pixel48: 12.307692307692308vw;
    --pixel49: 12.564102564102564vw;
    --pixel50: 12.820512820512821vw;
    --pixel51: 13.076923076923077vw;
    --pixel52: 13.333333333333334vw;
    --pixel53: 13.58974358974359vw;
    --pixel54: 13.846153846153847vw;
    --pixel55: 14.102564102564102vw;
    --pixel56: 14.35897435897436vw;
    --pixel57: 14.615384615384617vw;
    --pixel58: 14.871794871794872vw;
    --pixel59: 15.128205128205128vw;
    --pixel60: 15.384615384615385vw;
    --pixel61: 15.641025641025642vw;
    --pixel62: 15.897435897435898vw;
    --pixel63: 16.153846153846153vw;
    --pixel64: 16.41025641025641vw;
    --pixel65: 16.666666666666668vw;
    --pixel66: 16.923076923076923vw;
    --pixel67: 17.17948717948718vw;
    --pixel68: 17.435897435897434vw;
    --pixel69: 17.692307692307693vw;
    --pixel70: 17.94871794871795vw;
    --pixel71: 18.205128205128204vw;
    --pixel72: 18.46153846153846vw;
    --pixel73: 18.71794871794872vw;
    --pixel74: 18.974358974358974vw;
    --pixel75: 19.23076923076923vw;
    --pixel76: 19.48717948717949vw;
    --pixel77: 19.743589743589745vw;
    --pixel78: 20vw;
    --pixel79: 20.256410256410255vw;
    --pixel80: 20.512820512820515vw;
    --pixel81: 20.76923076923077vw;
    --pixel82: 21.025641025641026vw;
    --pixel83: 21.28205128205128vw;
    --pixel84: 21.53846153846154vw;
    --pixel85: 21.794871794871796vw;
    --pixel86: 22.05128205128205vw;
    --pixel87: 22.307692307692307vw;
    --pixel88: 22.564102564102566vw;
    --pixel89: 22.82051282051282vw;
    --pixel90: 23.076923076923077vw;
    --pixel91: 23.333333333333332vw;
    --pixel92: 23.58974358974359vw;
    --pixel93: 23.846153846153847vw;
    --pixel94: 24.102564102564102vw;
    --pixel95: 24.358974358974358vw;
    --pixel96: 24.615384615384617vw;
    --pixel97: 24.871794871794872vw;
    --pixel98: 25.128205128205128vw;
    --pixel99: 25.384615384615387vw;
    --pixel100: 25.641025641025642vw;
  }
}

.wrap {
  position: relative;
}

.row {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .row {
    width: min(70.27818448023426vw, 960px);
  }
  .inner {
    padding-right: var(--pixel30);
    padding-left: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .row {
    padding-right: var(--pixel13);
    padding-left: var(--pixel13);
  }
}

.intext-link {
  text-decoration: underline;
}

.notes-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.notes-list > li:before {
  content: "※";
}
.notes-list > li.asterisk:before,
.notes-list > li.asterisk:before {
  content: "＊";
}
.notes-list--numbering {
  counter-reset: number;
}
.notes-list--numbering > li {
  text-indent: -2em;
  padding-left: 2em;
}
.notes-list--numbering > li:before {
  counter-increment: number;
  content: "※" counter(number) " ";
}
.notes-list--numbering-ast {
  counter-reset: number;
}
.notes-list--numbering-ast > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.notes-list--numbering-ast > li:before {
  counter-increment: number;
  content: "*" counter(number) " ";
}
.notes-list--caution {
  counter-reset: number;
}
.notes-list--caution > li {
  text-indent: -2.35em;
  padding-left: 2.35em;
}
.notes-list--caution > li:before {
  counter-increment: number;
  content: "(注" counter(number) ")";
}
.notes-list > li.nomark {
  padding-left: 0;
  text-indent: 0;
}
.notes-list > li.nomark:before {
  display: none;
}

.numbering-list {
  counter-reset: number;
}
.numbering-list > li {
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.numbering-list > li:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.dot-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.dot-list > li:before {
  content: "・";
}

.square-list > li {
  position: relative;
  padding-left: 1.5em;
}
.square-list > li:before {
  content: "";
  background-color: var(--color-primary);
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.weight-bold {
  font-weight: 700;
}
.weight-black {
  font-weight: 900;
}

.site-main {
  position: relative;
  background: var(--color-primary) url(../images/bg-section-a.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 641px) {
  .site-main {
    padding-bottom: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .site-main {
    padding-bottom: var(--pixel60);
  }
}

.article-sections > * {
  position: relative;
}

.article-sections > *:first-child:not(:last-child) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
  margin-bottom: calc(var(--section-cut) * -1);
}

.article-sections > *:not(:first-child) {
  -webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
  clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
  margin-bottom: calc(var(--section-cut) * -1);
}

.article-sections > *:nth-child(1) {
  z-index: 1;
}
.article-sections > *:nth-child(2) {
  z-index: 2;
}
.article-sections > *:nth-child(3) {
  z-index: 3;
}
.article-sections > *:nth-child(4) {
  z-index: 4;
}
.article-sections > *:nth-child(odd) {
  background-color: var(--color-primary);
  color: #fff;
}
.article-sections > *:nth-child(even) {
  background-color: #fff;
  color: var(--color-primary);
}
.article-sections > *:nth-child(odd) .section-content {
  background: url(../images/bg-section-a.png) no-repeat center bottom/100%;
}
.article-sections > *:nth-child(even) .section-content {
  background: url(../images/bg-section-b.png) repeat-y center top/100%;
}
@media screen and (min-width: 641px) {
  .article-sections > * .section-content {
    padding-top: var(--pixel82);
    padding-bottom: var(--pixel82);
  }
  .article-sections > *:not(:first-child) .section-content {
    padding-top: calc(var(--pixel80) + var(--section-cut));
  }
  .article-sections > *:not(:last-child) .section-content {
    padding-bottom: calc(var(--pixel80) + var(--section-cut));
  }
}
@media screen and (max-width: 640px) {
  .article-sections > * .section-content {
    padding-top: var(--pixel50);
    padding-bottom: var(--pixel50);
  }
}

/** Accordion
==============================================*/
.accordion-head {
  position: relative;
  cursor: pointer;
}

.accordion-body {
  overflow: hidden;
}

/** SITE HEADER
==============================================*/
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.page-header .brand-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 641px) {
  .page-header {
    padding: var(--pixel17) var(--pixel30);
  }
  .page-header .brand-logo .logo-saisoncard {
    width: min(15.300146412884333vw, 209px);
  }
  .page-header .brand-logo .logo-jfa {
    width: min(9.443631039531478vw, 129px);
  }
}
@media screen and (max-width: 640px) {
  .page-header {
    padding: var(--pixel15);
  }
  .page-header .brand-logo .logo-saisoncard {
    width: 35.64102564102564vw;
  }
  .page-header .brand-logo .logo-jfa {
    width: var(--pixel68);
  }
}

/** HEADLINE
==============================================*/
.headline__title {
  text-align: center;
}
.headline__title:before {
  content: attr(data-en);
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  white-space: pre;
}
.article-sections > *:nth-child(odd) .headline__title {
  color: #fff;
}
.article-sections > *:nth-child(even) .headline__title {
  color: var(--color-primary);
}
@media screen and (min-width: 641px) {
  .headline {
    margin-bottom: var(--pixel60);
  }
  .headline__title {
    font-size: var(--pixel16);
  }
  .headline__title:before {
    font-size: var(--pixel72);
    margin-bottom: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .headline {
    margin-bottom: var(--pixel40);
  }
  .headline__title {
    font-size: var(--pixel12);
  }
  .headline__title:before {
    font-size: var(--pixel42);
  }
}

/** COMING SOON
==============================================*/
.coming-soon__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .coming-soon {
    border-radius: var(--pixel08);
    padding: var(--pixel45);
    border: var(--pixel03) solid;
  }
  .coming-soon__img {
    width: min(22.913616398243043vw, 313px);
  }
}
@media screen and (max-width: 640px) {
  .coming-soon {
    border-radius: var(--pixel04);
    padding: var(--pixel20);
    border: var(--pixel02) solid;
  }
  .coming-soon__img {
    width: 46.666666666666664vw;
  }
}

.coming-soon-info__txt {
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .coming-soon-info__txt {
    font-size: var(--pixel32);
  }
}
@media screen and (max-width: 640px) {
  .coming-soon-info__txt {
    font-size: var(--pixel15);
  }
}

/** SECTION HERO
==============================================*/
.page-kv {
  padding-top: var(--pixel20);
}
@media screen and (min-width: 641px) {
  .page-kv {
  }
}
@media screen and (max-width: 640px) {
  .page-kv {
    width: 80.76923076923077vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-kv__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
}
.page-kv__copy {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: var(--pixel10);
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .page-kv__visual {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .page-kv__card {
    width: min(31.478770131771594vw, 430px);
  }
  .page-kv__img .card-img {
    width: min(28.770131771595903vw, 393px);
  }
  .page-kv__img .logo-jfa-official-goods {
    width: var(--pixel27);
    margin-left: var(--pixel10);
  }
  .page-kv__title {
    padding-top: var(--pixel20);
    width: min(37.042459736456806vw, 506px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__img {
    padding-left: var(--pixel20);
  }
  .page-kv__img .card-img {
    width: 66.66666666666666vw;
  }
  .page-kv__img .logo-jfa-official-goods {
    width: var(--pixel17);
    margin-left: var(--pixel08);
  }
  .page-kv__title {
    padding-top: var(--pixel15);
    width: 78.97435897435898vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-kv__period > dt {
  background-color: #fff;
  color: var(--color-primary);
  font-weight: 900;
  text-align: center;
}
.page-kv__period > dd {
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-top: var(--pixel05);
}
.page-kv__period > dd .num {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .page-kv__period {
    margin-top: var(--pixel15);
  }
  .page-kv__period > dt {
    padding: var(--pixel07);
    font-size: var(--pixel24);
  }
  .page-kv__period > dd {
    font-size: var(--pixel32);
  }
  .page-kv__period > dd .num {
    font-size: var(--pixel52);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__period {
    margin-top: var(--pixel20);
  }
  .page-kv__period > dt {
    padding: var(--pixel05);
    font-size: var(--pixel16);
  }
  .page-kv__period > dd {
    font-size: var(--pixel18);
  }
  .page-kv__period > dd .num {
    font-size: var(--pixel30);
  }
}

.page-kv__button {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 900;
  text-align: center;
  border-radius: var(--pixel05);
  background-color: #d7000f;
  box-shadow: 0 var(--pixel07) var(--pixel07) 0 rgba(0, 0, 0, 0.5);
}
.page-kv__button:before,
.page-kv__button:after {
  content: "";
  position: absolute;
}
.page-kv__button:before {
  background-color: #fff;
  border-radius: 50%;
  width: var(--pixel24);
}
.page-kv__button:after {
  background-color: #d7000f;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 641px) {
  .page-kv__entry {
    margin-top: var(--pixel35);
  }
  .page-kv__button {
    width: min(30.600292825768665vw, 418px);
    font-size: var(--pixel22);
    padding: var(--pixel25) var(--pixel80) var(--pixel25) var(--pixel30);
  }
  .page-kv__button:before {
    width: var(--pixel24);
    height: var(--pixel24);
    right: var(--pixel45);
    top: calc(50% - var(--pixel12));
  }
  .page-kv__button:after {
    right: var(--pixel51);
    top: calc(50% - var(--pixel05));
    width: var(--pixel08);
    height: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__entry {
    margin-top: var(--pixel15);
  }
  .page-kv__button {
    width: 100%;
    font-size: var(--pixel18);
    padding: var(--pixel18) var(--pixel80) var(--pixel18) var(--pixel30);
  }
  .page-kv__button:before {
    width: var(--pixel18);
    height: var(--pixel18);
    right: var(--pixel35);
    top: calc(50% - var(--pixel09));
  }
  .page-kv__button:after {
    right: var(--pixel40);
    top: calc(50% - var(--pixel04));
    width: var(--pixel06);
    height: var(--pixel08);
  }
}

.page-kv__sub-txt {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .page-kv__sub {
    margin-top: var(--pixel30);
  }
  .page-kv__sub-txt {
    font-size: var(--pixel18);
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .page-kv__sub {
    margin-top: var(--pixel15);
  }
  .page-kv__sub-txt {
    font-size: var(--pixel14);
  }
}

.howto-item {
  color: #fff;
  border: 1px solid;
  border-radius: var(--pixel10);
}
.howto-item__title {
  text-align: center;
}
.howto-item__title .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.howto-item__title .en .small {
  letter-spacing: 0.03em;
}
.howto-item__title .ja {
  display: block;
}
@media screen and (min-width: 641px) {
  .howto-item {
    margin-top: var(--pixel60);
    padding: var(--pixel50) var(--pixel30) var(--pixel40);
  }
  .howto-item__title .en {
    font-size: var(--pixel42);
  }
  .howto-item__title .en .small {
    font-size: var(--pixel24);
  }
  .howto-item__title .ja {
    margin-top: var(--pixel20);
    font-size: var(--pixel16);
  }
  .howto-item__content {
    display: -webkit-box;
    display: flex;
    margin-top: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .howto-item {
    margin-top: var(--pixel40);
    padding: var(--pixel30) var(--pixel10);
  }
  .howto-item__title .en {
    font-size: var(--pixel26);
  }
  .howto-item__title .en .small {
    font-size: var(--pixel20);
  }
  .howto-item__title .ja {
    font-size: var(--pixel12);
    margin-top: var(--pixel10);
  }
  .howto-item__content {
    margin-top: var(--pixel20);
  }
}

@media screen and (min-width: 641px) {
  .howto-item__visual {
    width: min(25.988286969253295vw, 355px);
    padding-left: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__visual {
    width: 58.71794871794872vw;
    height: 52.820512820512825vw;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }
}

.howto-item__lead {
  text-align: center;
  font-style: italic;
  font-weight: 900;
  line-height: 1.4;
}
.howto-item__lead .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 0.5;
  margin-left: 0.1em;
}
.howto-item__lead sup {
  font-weight: 500;
  font-size: 40%;
  margin-left: 0.3em;
  position: relative;
  top: -0.2em;
}
@media screen and (min-width: 641px) {
  .howto-item__info {
    width: calc(100% - min(21.522693997071745vw, 294px));
    padding-left: var(--pixel37);
    padding-right: var(--pixel30);
    padding-top: var(--pixel10);
  }
  .howto-item__lead {
    margin-bottom: var(--pixel20);
    font-size: var(--pixel33);
  }
  .howto-item__lead .num {
    font-size: var(--pixel58);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__info {
    margin-top: var(--pixel25);
  }
  .howto-item__lead {
    margin-bottom: var(--pixel15);
    font-size: var(--pixel24);
  }
  .howto-item__lead .num {
    font-size: var(--pixel40);
  }
}

.howto-item__merit {
  display: -webkit-box;
  display: flex;
}
.howto-item__merit > li {
  background-color: var(--color-accent);
  color: #fff;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: calc((100% - var(--pixel20) / 3));
}
.howto-item__merit > li:not(:nth-child(3n)) {
  margin-right: var(--pixel10);
}
.howto-item__merit > li .text {
  font-weight: 900;
  line-height: 1.2;
}
.howto-item__merit > li .text .small {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
.howto-item__merit > li .text sup {
  font-size: 40%;
  font-weight: 500;
  position: relative;
  top: -0.2em;
}
@media screen and (min-width: 641px) {
  .howto-item__merit > li {
  }
  .howto-item__merit > li .text {
    font-size: var(--pixel30);
  }
  .howto-item__merit > li .text .small {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__merit > li {
  }
  .howto-item__merit > li .text {
    font-size: var(--pixel22);
  }
  .howto-item__merit > li .text .small {
    font-size: var(--pixel16);
  }
}

@media screen and (min-width: 641px) {
  .howto-item__notes {
    margin-top: var(--pixel15);
  }
  .howto-item__notes .notes-list > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .howto-item__notes {
    margin-top: var(--pixel20);
  }
  .howto-item__notes .notes-list > li {
    font-size: var(--pixel10);
  }
}

/** SECTION CAMPAIGN
==============================================*/
.present-campaign__lead {
  text-align: center;
}
.present-campaign__lead .text-lead {
  line-height: 1.4;
  display: block;
}
.present-campaign__lead .text-main {
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .present-campaign__lead {
    margin-bottom: var(--pixel40);
  }
  .present-campaign__lead .text-lead {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel05);
  }
  .present-campaign__lead .text-main {
    font-size: var(--pixel36);
  }
}
@media screen and (max-width: 640px) {
  .present-campaign__lead {
    margin-bottom: var(--pixel20);
  }
  .present-campaign__lead .text-lead {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel05);
  }
  .present-campaign__lead .text-main {
    font-size: var(--pixel24);
  }
}

.present-campaign__item {
  background-color: #fff;
  overflow: hidden;
  border-radius: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .present-campaign__item:not(:first-child) {
    margin-top: var(--pixel45);
  }
}
@media screen and (max-width: 640px) {
  .present-campaign__item:not(:first-child) {
    margin-top: var(--pixel20);
  }
}

.present-item {
  background-color: var(--color-primary);
  color: #fff;
}
.present-item__lead {
  text-align: center;
  font-weight: 900;
}
.present-item__img {
  display: block;
}
.present-item__copy {
  display: block;
  text-align: center;
  font-size: var(--pixel10);
  margin-top: var(--pixel20);
}
@media screen and (min-width: 641px) {
  .present-item {
    padding: var(--pixel30) var(--pixel60) var(--pixel30);
  }
  .present-item__lead {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel30);
  }
  .present-item__img {
    margin-right: auto;
    margin-left: auto;
    width: min(48.31625183016106vw, 660px);
  }
  .present-item__img img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .present-item {
    padding: var(--pixel35) var(--pixel18);
  }
  .present-item__img {
    padding-left: var(--pixel13);
  }
  .present-item__img img {
    margin-right: auto;
    margin-left: auto;
    width: 75.8974358974359vw;
  }
  .present-item__lead {
    font-size: var(--pixel20);
    margin-bottom: var(--pixel20);
  }
}

.present-item__ji-blue {
  background-color: #fff;
  color: var(--color-primary);
  border-radius: var(--pixel04);
  margin-top: var(--pixel20);
}
.present-item__ji-blue-info {
  font-weight: 500;
  font-size: var(--pixel12);
}
@media screen and (min-width: 641px) {
  .present-item__ji-blue {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: var(--pixel15) var(--pixel30);
  }
  .present-item__ji-blue img {
    margin-right: var(--pixel36);
    width: min(10.175695461200586vw, 139px);
  }
  .present-item__ji-blue-info {
    padding-left: var(--pixel36);
    border-left: 1px solid;
  }
}
@media screen and (max-width: 640px) {
  .present-item__ji-blue {
    padding: var(--pixel20) var(--pixel13);
  }
  .present-item__ji-blue img {
    margin-bottom: var(--pixel22);
    margin-right: auto;
    margin-left: auto;
    width: 34.35897435897436vw;
  }
  .present-item__ji-blue-info {
    padding-top: var(--pixel20);
    border-top: 1px solid;
  }
}

.present-item-notes__button {
  background-color: var(--color-accent);
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.present-item-notes__button:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M14.6667%200H1.33333C0.979711%200%200.640573%200.140476%200.390524%200.390524C0.140476%200.640573%200%200.979711%200%201.33333V14.6667C0%2015.0203%200.140476%2015.3594%200.390524%2015.6095C0.640573%2015.8595%200.979711%2016%201.33333%2016H14.6667C15.0203%2016%2015.3594%2015.8595%2015.6095%2015.6095C15.8595%2015.3594%2016%2015.0203%2016%2014.6667V1.33333C16%200.979711%2015.8595%200.640573%2015.6095%200.390524C15.3594%200.140476%2015.0203%200%2014.6667%200ZM12.6667%208.66667H8.66667V12.6667C8.66667%2012.8435%208.59643%2013.013%208.47141%2013.1381C8.34638%2013.2631%208.17681%2013.3333%208%2013.3333C7.82319%2013.3333%207.65362%2013.2631%207.5286%2013.1381C7.40357%2013.013%207.33333%2012.8435%207.33333%2012.6667V8.66667H3.33333C3.15652%208.66667%202.98695%208.59643%202.86193%208.47141C2.7369%208.34638%202.66667%208.17681%202.66667%208C2.66667%207.82319%202.7369%207.65362%202.86193%207.5286C2.98695%207.40357%203.15652%207.33333%203.33333%207.33333H7.33333V3.33333C7.33333%203.15652%207.40357%202.98695%207.5286%202.86193C7.65362%202.7369%207.82319%202.66667%208%202.66667C8.17681%202.66667%208.34638%202.7369%208.47141%202.86193C8.59643%202.98695%208.66667%203.15652%208.66667%203.33333V7.33333H12.6667C12.8435%207.33333%2013.013%207.40357%2013.1381%207.5286C13.2631%207.65362%2013.3333%207.82319%2013.3333%208C13.3333%208.17681%2013.2631%208.34638%2013.1381%208.47141C13.013%208.59643%2012.8435%208.66667%2012.6667%208.66667Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.present-item-notes__button.is-active:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M12.8333%200H1.16667C0.857247%200%200.560501%200.122916%200.341709%200.341709C0.122916%200.560501%200%200.857247%200%201.16667V12.8333C0%2013.1428%200.122916%2013.4395%200.341709%2013.6583C0.560501%2013.8771%200.857247%2014%201.16667%2014H12.8333C13.1428%2014%2013.4395%2013.8771%2013.6583%2013.6583C13.8771%2013.4395%2014%2013.1428%2014%2012.8333V1.16667C14%200.857247%2013.8771%200.560501%2013.6583%200.341709C13.4395%200.122916%2013.1428%200%2012.8333%200ZM11.0833%207.58333H2.91667C2.76196%207.58333%202.61358%207.52188%202.50419%207.41248C2.39479%207.30308%202.33333%207.15471%202.33333%207C2.33333%206.84529%202.39479%206.69692%202.50419%206.58752C2.61358%206.47812%202.76196%206.41667%202.91667%206.41667H11.0833C11.238%206.41667%2011.3864%206.47812%2011.4958%206.58752C11.6052%206.69692%2011.6667%206.84529%2011.6667%207C11.6667%207.15471%2011.6052%207.30308%2011.4958%207.41248C11.3864%207.52188%2011.238%207.58333%2011.0833%207.58333Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.present-item-notes__button .button-text {
  font-weight: 900;
  font-size: var(--pixel16);
}
.present-item-notes__button .button-text .small {
  font-weight: 500;
  font-size: var(--pixel12);
}
@media screen and (min-width: 641px) {
  .present-item-notes__button {
    -webkit-box-align: center;
    align-items: center;
    padding: var(--pixel20);
  }
  .present-item-notes__button:after {
    width: var(--pixel16);
    height: var(--pixel16);
    margin-left: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .present-item-notes__button {
    -webkit-box-align: start;
    align-items: flex-start;
    padding: var(--pixel10);
  }
  .present-item-notes__button:after {
    width: var(--pixel14);
    height: var(--pixel14);
    margin-left: var(--pixel20);
    margin-top: 0.3em;
  }
}

.present-item-notes__content {
  background-color: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 641px) {
  .present-item-notes__content {
    padding: var(--pixel20) var(--pixel45);
  }
}
@media screen and (max-width: 640px) {
  .present-item-notes__content {
    padding: var(--pixel12);
  }
}

.present-item-notes__info > dt {
  font-weight: 900;
}
.present-item-notes__info > dt:not(:first-of-type) {
  margin-top: 1.5em;
}
.present-item-notes__info > dt,
.present-item-notes__info > dd {
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .present-item-notes__info > dt,
  .present-item-notes__info > dd {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .present-item-notes__info > dt,
  .present-item-notes__info > dd {
    font-size: var(--pixel10);
  }
}

.present-item-notes__table {
  border-collapse: separate;
  border-spacing: var(--pixel02);
}
.present-item-notes__table th,
.present-item-notes__table td {
  text-align: center;
}
.present-item-notes__table th {
  background-color: var(--color-accent);
}
.present-item-notes__table td {
  background-color: #fff;
  color: #505050;
}
@media screen and (min-width: 641px) {
  .present-item-notes__table th,
  .present-item-notes__table td {
    padding: var(--pixel08) var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
  .present-item-notes__table {
    width: 100%;
  }
  .present-item-notes__table th,
  .present-item-notes__table td {
    padding: var(--pixel08);
    font-size-adjust: var(--pixel11);
  }
}

/** SECTION APPLICATION PROCESS
==============================================*/
.entry-flow__title {
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .entry-flow__title {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__title {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel30);
  }
}

.entry-flow__block {
  position: relative;
}
.entry-flow__container {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.entry-flow__wrapper {
  counter-reset: number;
}
@media screen and (min-width: 641px) {
  .entry-flow__block {
    margin-right: auto;
    margin-left: auto;
    width: min(81.25915080527086vw, 1110px);
  }
  .entry-flow__container {
    width: min(68.96046852122987vw, 942px);
  }
  .entry-flow__wrapper > li {
    width: calc(100% / 3) !important;
    padding-right: var(--pixel24);
    padding-left: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__block {
    overflow: hidden;
  }
  .entry-flow__container {
    width: 68.46153846153847vw;
  }
  .entry-flow__wrapper > li {
    width: 100%;
  }
}

.entry-flow__img img {
  width: 100%;
  margin-bottom: var(--pixel20);
}

.entry-flow__wrapper > li:not(:last-child) .entry-flow__info:before {
  counter-increment: number;
  content: "STEP " counter(number);
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: var(--pixel28);
  margin-bottom: var(--pixel15);
}
.entry-flow__txt {
  text-align: center;
  line-height: 1.6;
  font-size: var(--pixel16);
}
.entry-flow__sub {
  border: 1px solid;
  border-radius: var(--pixel04);
  padding: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .entry-flow__info > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .entry-flow__sub {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .entry-flow__info > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .entry-flow__sub {
    font-size: var(--pixel10);
  }
}

/** SECTION CARD SPECS
==============================================*/
.section-card-specs {
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
  .section-card-specs .content {
    padding-right: var(--pixel12);
    padding-left: var(--pixel12);
  }
}

.card-specs {
}
@media screen and (min-width: 641px) {
  .card-specs {
    margin-right: auto;
    margin-left: auto;
    width: min(71.74231332357247vw, 980px);
  }
}
@media screen and (max-width: 640px) {
}

.card-specs__dl {
  background-color: #fff;
  border-radius: var(--pixel08);
}
.card-specs__dl > dt,
.card-specs__dl > dd {
  text-align: center;
}
.card-specs__dl > dt {
  color: var(--color-primary);
  font-weight: 900;
}
.card-specs__dl > dd {
  color: #000;
  padding-top: var(--pixel10);
}
.card-specs__dl > dd .logo-visa {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .card-specs__dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: var(--pixel25) 0;
    text-align: center;
  }
  .card-specs__dl > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .card-specs__dl > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .card-specs__dl > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .card-specs__dl > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .card-specs__dl > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .card-specs__dl > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .card-specs__dl > dt,
  .card-specs__dl > dd {
    padding-right: var(--pixel40);
    padding-left: var(--pixel40);
  }
  .card-specs__dl > dt:not(:last-of-type),
  .card-specs__dl > dd:not(:last-of-type) {
    border-right: 1px solid;
  }
  .card-specs__dl > dt:nth-of-type(1),
  .card-specs__dl > dd:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .card-specs__dl > dt:nth-of-type(2),
  .card-specs__dl > dd:nth-of-type(2) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .card-specs__dl > dt:nth-of-type(3),
  .card-specs__dl > dd:nth-of-type(3) {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .card-specs__dl > dt {
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: var(--pixel22);
  }
  .card-specs__dl > dd {
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: var(--pixel20);
  }
  .card-specs__dl > dd .logo-visa {
    width: var(--pixel60);
  }
}
@media screen and (max-width: 640px) {
  .card-specs__dl {
    padding: 0 var(--pixel16) var(--pixel20);
  }
  .card-specs__dl dt {
    padding-top: var(--pixel15);
    font-size: var(--pixel16);
  }
  .card-specs__dl dd {
    padding-bottom: var(--pixel15);
    border-bottom: 1px solid;
    font-size: var(--pixel14);
  }
  .card-specs__dl > dd .logo-visa {
    width: var(--pixel51);
  }
}

.card-specs__notes {
  margin-top: var(--pixel20);
}
.card-specs__notes > dt,
.card-specs__notes > dd {
}
.card-specs__notes > dd {
  margin-top: 1em;
}
@media screen and (min-width: 641px) {
  .card-specs__notes {
  }
  .card-specs__notes > dt,
  .card-specs__notes > dd {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .card-specs__notes {
  }
  .card-specs__notes > dt,
  .card-specs__notes > dd {
    font-size: var(--pixel10);
  }
}

/** SLIDE CONTROLLER
==============================================*/
.slide-controller {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .slide-controller {
    padding-top: var(--pixel40);
    padding-bottom: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .slide-controller {
    padding-top: var(--pixel30);
  }
}

.slide-controller__pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.slide-controller__pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 50%;
  margin-right: var(--pixel03);
  margin-left: var(--pixel03);
}
.slide-controller__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}
@media screen and (min-width: 641px) {
  .slide-controller__pagination .swiper-pagination-bullet {
    width: var(--pixel11);
    height: var(--pixel11);
  }
}
@media screen and (max-width: 640px) {
  .slide-controller__pagination .swiper-pagination-bullet {
    width: var(--pixel07);
    height: var(--pixel07);
  }
}

.slide-controller__navigation {
  position: absolute;
  background-color: var(--color-accent);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2218%22%20viewBox%3D%220%200%2012%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.6772%209.88389L2.13514%2017.7913L0%2015.8148L7.4745%208.89564L0%201.9765L2.13514%200L10.6772%207.90739C10.9603%208.16952%2011.1193%208.52499%2011.1193%208.89564C11.1193%209.26629%2010.9603%209.62176%2010.6772%209.88389Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: var(--pixel60);
  height: var(--pixel60);
}
.slide-controller__navigation:not(.swiper-button-disabled) {
  cursor: pointer;
}
.slide-controller__navigation.swiper-button-disabled {
  opacity: 0.2;
}
.slide-controller__navigation--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 641px) {
  .slide-controller__navigation {
    top: min(11.273792093704246vw, 154px);
    background-size: var(--pixel12);
    background-position: center center;
  }
  .slide-controller__navigation--prev {
    /* margin-right: var(--pixel15); */
    left: 0;
  }
  .slide-controller__navigation--next {
    /* margin-left: var(--pixel15); */
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .slide-controller__navigation {
    top: 30vw;
    background-size: var(--pixel08);
    background-position: var(--pixel15) center;
  }
  .slide-controller__navigation--prev {
    left: calc(0px - var(--pixel30));
  }
  .slide-controller__navigation--next {
    right: calc(0px - var(--pixel30));
  }
}

/** SIDE LABEL
==============================================*/
.fixed-cta {
  position: fixed;
  z-index: 10;
}
.fixed-cta__button,
.fixed-cta__button:hover {
  position: relative;
  background-color: var(--color-accent);
  color: #fff;
  font-weight: 900;
  opacity: 1;
}
.fixed-cta__txt {
  font-weight: 900;
}
@media screen and (min-width: 641px) {
  .fixed-cta {
    position: fixed;
    z-index: 10;
    bottom: var(--pixel100);
    right: var(--pixel20);
  }
  .fixed-cta__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: min(8.931185944363104vw, 122px);
    height: min(8.931185944363104vw, 122px);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M6.41499%206.59275L11.191%201.68436C11.2801%201.59283%2011.3507%201.48417%2011.3989%201.36458C11.4471%201.24499%2011.4719%201.11681%2011.4719%200.98737C11.4719%200.725948%2011.3709%200.475232%2011.191%200.290379C11.1019%200.198849%2010.9962%200.126243%2010.8798%200.0767067C10.7635%200.0271709%2010.6388%200.0016758%2010.5128%200.0016758C10.2584%200.0016758%2010.0145%200.105525%209.83462%200.290379L5.73679%204.5116L1.63897%200.290379C1.55017%200.198368%201.44453%200.125337%201.32813%200.0754981C1.21173%200.0256596%201.08688%200%200.960778%200C0.834681%200%200.709829%200.0256596%200.59343%200.0754981C0.477029%200.125337%200.371384%200.198368%200.282585%200.290379C0.193055%200.381638%200.121992%200.490213%200.0734978%200.60984C0.0250025%200.729466%203.62396e-05%200.857777%203.62396e-05%200.98737C3.62396e-05%201.11696%200.0250025%201.24527%200.0734978%201.3649C0.121992%201.48453%200.193055%201.5931%200.282585%201.68436L5.0586%206.59275C5.1474%206.68476%205.25305%206.7578%205.36945%206.80764C5.48585%206.85747%205.6107%206.88313%205.73679%206.88313C5.86289%206.88313%205.98774%206.85747%206.10414%206.80764C6.22054%206.7578%206.32619%206.68476%206.41499%206.59275Z%22%20fill%3D%22black%22%2F%3E%20%3Cpath%20d%3D%22M6.41499%206.59275L11.191%201.68436C11.2801%201.59283%2011.3507%201.48417%2011.3989%201.36458C11.4471%201.24499%2011.4719%201.11681%2011.4719%200.98737C11.4719%200.725948%2011.3709%200.475232%2011.191%200.290379C11.1019%200.198849%2010.9962%200.126243%2010.8798%200.0767067C10.7635%200.0271709%2010.6388%200.0016758%2010.5128%200.0016758C10.2584%200.0016758%2010.0145%200.105525%209.83462%200.290379L5.73679%204.5116L1.63897%200.290379C1.55017%200.198368%201.44453%200.125337%201.32813%200.0754981C1.21173%200.0256596%201.08688%200%200.960778%200C0.834681%200%200.709829%200.0256596%200.59343%200.0754981C0.477029%200.125337%200.371384%200.198368%200.282585%200.290379C0.193055%200.381638%200.121992%200.490213%200.0734978%200.60984C0.0250025%200.729466%203.62396e-05%200.857777%203.62396e-05%200.98737C3.62396e-05%201.11696%200.0250025%201.24527%200.0734978%201.3649C0.121992%201.48453%200.193055%201.5931%200.282585%201.68436L5.0586%206.59275C5.1474%206.68476%205.25305%206.7578%205.36945%206.80764C5.48585%206.85747%205.6107%206.88313%205.73679%206.88313C5.86289%206.88313%205.98774%206.85747%206.10414%206.80764C6.22054%206.7578%206.32619%206.68476%206.41499%206.59275Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center var(--pixel90);
    background-size: var(--pixel12);
    padding-bottom: var(--pixel10);
    border-radius: 50%;
  }
  .fixed-cta__txt {
    font-size: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .fixed-cta {
    background-color: rgba(51, 51, 51, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--pixel10);
  }
  .fixed-cta__button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 77.33333333333333vw;
    padding: var(--pixel15) var(--pixel45);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.071%206.54562L1.414%2011.7823L0%2010.4734L4.95%205.89115L0%201.30894L1.414%200L7.071%205.23668C7.25847%205.41028%207.36379%205.64569%207.36379%205.89115C7.36379%206.13661%207.25847%206.37203%207.071%206.54562Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - var(--pixel20)) center;
    background-size: var(--pixel08);
  }
  .fixed-cta__txt {
    font-size: var(--pixel15);
  }
}

/** PAGE TOP
==============================================*/
/* .page-top {
  position: fixed;
  z-index: 11;
  opacity: 0;
}
.page-top__button {
  background-color: var(--saison-green);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  box-shadow: 0 var(--pixel07) var(--pixel15) 0 rgba(0, 0, 0, 0.25);
}
.page-top__button:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2218%22%20viewBox%3D%220%200%2030%2018%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M2%2015.5564L14.7279%202.82847L27.4558%2015.5564%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 641px) {
  .page-top {
    bottom: var(--pixel100);
    right: var(--pixel20);
  }
  .page-top__button {
    width: var(--pixel96);
    height: var(--pixel96);
    padding: var(--pixel10);
    font-size: var(--pixel32);
  }
  .page-top__button:before {
    width: var(--pixel18);
    height: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .page-top {
    bottom: var(--pixel80);
    right: var(--pixel10);
  }
  .page-top__button {
    width: var(--pixel50);
    height: var(--pixel50);
    padding: var(--pixel05);
    font-size: var(--pixel18);
  }
  .page-top__button:before {
    width: var(--pixel09);
    height: var(--pixel09);
  }
} */

/** MODAL OPEN
==============================================*/
[data-micromodal-transition] {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

[data-micromodal-transition].is-open {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .modal-open {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .modal-open:hover {
    opacity: 0.8;
  }
}

/** MODAL MICROMODAL
==============================================*/
.modal-micromodal {
  display: none;
}

.modal-micromodal.is-open {
  display: block;
}

@-webkit-keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.modal-micromodal[aria-hidden="false"] .modal-overlay {
  -webkit-animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micromodal[aria-hidden="true"] .modal-overlay {
  -webkit-animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/** MODAL OVERLAY
==============================================*/
.modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .modal-overlay {
    padding: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
}

/** MODAL CONTAINER
==============================================*/
/* close button */
.modal-close__button {
  position: absolute;
  font-weight: 700;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M28.5%209.5L9.5%2028.5M9.5%209.5L28.5%2028.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  bottom: calc(100% + var(--pixel15));
}
@media screen and (min-width: 641px) {
  .modal-close__button {
    width: var(--pixel60);
    height: var(--pixel60);
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .modal-close__button {
    width: var(--pixel38);
    height: var(--pixel38);
    right: var(--pixel15);
  }
}

/* container */
.modal-container {
  max-height: calc(100vh - var(--pixel40));
  width: 100%;
  position: relative;
}
/* .modal-container:before,
.modal-container:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: var(--pixel100);
  height: var(--pixel100);
  right: 0;
  top: 0;
}
.modal-container:before {
  background-color: transparent;
  border-radius: 50%;
}
.modal-container:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22button%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039.54%2039.54%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%221.77%22%20y1%3D%221.77%22%20x2%3D%2237.77%22%20y2%3D%2237.77%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2237.77%22%20y1%3D%221.77%22%20x2%3D%221.77%22%20y2%3D%2237.77%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
} */
@media screen and (min-width: 641px) {
  .modal-container {
    width: min(68.33333333333333vw, 984px);
  }
  /* .modal-container:before,
  .modal-container:after {
    width: var(--pixel100);
    height: var(--pixel100);
  }
  .modal-container:after {
    background-size: var(--pixel35);
  } */
}
@media screen and (max-width: 640px) {
  /* .modal-container:before,
  .modal-container:after {
    width: var(--pixel50);
    height: var(--pixel70);
  }
  .modal-container:after {
    background-size: var(--pixel20);
  } */
}

/** MODAL CONTENT
==============================================*/
.modal-content {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - var(--pixel40) - min(32vw, 160px));
  border: 1px solid transparent;
  background-color: #fff;
}
.modal-content::-webkit-scrollbar {
  width: var(--pixel03);
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
}
@media screen and (min-width: 641px) {
  .modal-content {
    padding: var(--pixel50) var(--pixel48);
  }
}
@media screen and (max-width: 640px) {
  .modal-content {
    padding: var(--pixel45) var(--pixel10);
  }
}

/** MODAL INNER
==============================================*/
.modal-inner {
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

/** SITE FOOTER
==============================================*/
.site-footer {
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

/** MODAL FIXED
==============================================*/
.modal-fixed {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: block;
}
.modal-fixed.is-hidden {
  display: none;
}
.modal-fixed::-webkit-scrollbar {
  width: var(--pixel03);
}
@media screen and (min-width: 641px) {
  .modal-fixed {
    padding: 0 var(--pixel20);
    height: var(--pixel50);
  }
}
@media screen and (max-width: 640px) {
  .modal-fixed {
    padding: 0 var(--pixel10);
    height: var(--pixel40);
  }
}

/** Question Flow
==============================================*/
.question-flow {
  background-color: #fff;
}
.question-flow__title {
  text-align: center;
  color: var(--color-primary);
  margin-bottom: var(--pixel25);
}
.question-flow__title .under-text {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media screen and (min-width: 641px) {
  .question-flow__title {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .question-flow__title {
    font-size: var(--pixel13);
  }
}

@media screen and (min-width: 641px) {
  .entry-question {
    width: min(47.58418740849194vw, 650px);
    margin-right: auto;
    margin-left: auto;
  }
}

.entry-question__ttl {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .entry-question__ttl {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__ttl {
    font-size: var(--pixel15);
  }
}

.entry-question__answer {
  margin-top: var(--pixel25);
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}

@media screen and (min-width: 641px) {
  .entry-question__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
}

.entry-question__buttons > li > *:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .entry-question__buttons > li {
    padding-right: var(--pixel10);
    padding-left: var(--pixel10);
    width: min(21.96193265007321vw, 300px);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__buttons > li:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

.entry-question__button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: var(--pixel02) solid #ccc;
  width: 100%;
  font-weight: 700;
  border-radius: var(--pixel04);
  text-align: center;
  padding: var(--pixel10) var(--pixel25);
  line-height: 1.1;
  min-height: var(--pixel52);
  color: #fff;
}
.entry-question__button:hover {
  color: #fff;
}
.entry-question__button:after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: var(--pixel06);
  height: var(--pixel08);
  right: var(--pixel10);
  top: calc(50% - var(--pixel04));
  background-color: #fff;
}
.entry-question__button .small {
  font-weight: 400;
}
.entry-question__button--yes,
.entry-question__button--yes:hover {
  background-color: #1740bb;
}
.entry-question__button--no,
.entry-question__button--no:hover {
  background-color: var(--saison-green);
}
@media screen and (min-width: 641px) {
  .entry-question__button {
    font-size: var(--pixel20);
  }
  .entry-question__button .small {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__button {
    font-size: var(--pixel18);
  }
  .entry-question__button .small {
    font-size: var(--pixel12);
  }
}

.entry-question__notes {
  margin-top: var(--pixel10);
}
.entry-question__notes > li {
  line-height: 1.5;
}
@media screen and (min-width: 641px) {
  .entry-question__notes > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .entry-question__notes > li {
    font-size: var(--pixel10);
  }
}

.question-flow__prev {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  color: #1740bb;
  font-weight: 700;
  line-height: 1;
  padding-top: var(--pixel10);
  padding-right: var(--pixel10);
  padding-bottom: var(--pixel10);
}
.question-flow__prev:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.44%2010.49%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23476bd6%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%226.44%209.49%201%205.24%206.44%201%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-right: var(--pixel10);
  width: var(--pixel06);
  height: 100%;
  min-height: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .question-flow__prev {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .question-flow__prev {
    font-size: var(--pixel12);
  }
}

/** ACCORDION INFORMATION
==============================================*/
.accordion-information {
}
.accordion-information > dt {
  text-align: center;
  line-height: 1;
}
.accordion-information__title {
  position: relative;
  color: #1740bb;
  display: inline-block;
  font-size: var(--pixel11);
}
.accordion-information__title:before {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 105%;
  top: 0.15em;
  width: var(--pixel12);
  height: var(--pixel12);
  background-color: #1740bb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--pixel08) auto;
}
.accordion-information__title:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.2%207.2%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.6%22%20x2%3D%223.6%22%20y2%3D%227.2%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220%22%20y1%3D%223.6%22%20x2%3D%227.2%22%20y2%3D%223.6%22%2F%3E%3C%2Fsvg%3E");
}
.accordion-information__title.is-active:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.2%201%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%22.5%22%20x2%3D%227.2%22%20y2%3D%22.5%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (min-width: 641px) {
  .accordion-information__title {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .accordion-information__title {
    font-size: var(--pixel11);
  }
}

.accordion-information > dd {
  padding-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .accordion-information > dd {
    width: calc(200% + var(--pixel20));
  }
  .entry-question__buttons > li:nth-child(even) .accordion-information > dd {
    margin-left: calc(-100% - var(--pixel20));
  }
}
@media screen and (max-width: 640px) {
}

.accordion-information__content {
  background-color: #f2f2f2;
}
.accordion-information__box > *:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .accordion-information__content {
    padding: var(--pixel25);
  }
  .accordion-information__box:not(:first-child) {
    margin-top: var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
  .accordion-information__content {
    padding: var(--pixel10) var(--pixel15);
  }
  .accordion-information__box:not(:first-child) {
    margin-top: var(--pixel25);
  }
}

.accordion-information__txt--em {
  font-weight: 700;
}
.accordion-information__sub-txt {
  display: block;
}
@media screen and (min-width: 641px) {
  .accordion-information__txt {
    font-size: var(--pixel16);
  }
  .accordion-information__txt--em {
    text-align: center;
    font-size: var(--pixel16);
  }
  .accordion-information__notes > li {
    font-size: var(--pixel12);
  }
  .accordion-information__dot > li {
    font-size: var(--pixel16);
  }
  .accordion-information__sub-txt {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .accordion-information__txt {
    font-size: var(--pixel13);
  }
  .accordion-information__notes > li {
    font-size: var(--pixel10);
  }
  .accordion-information__dot > li {
    font-size: var(--pixel13);
  }
  .accordion-information__sub-txt {
    font-size: var(--pixel10);
  }
}

/** KANTAN STEP
==============================================*/
.kantan-step {
  counter-reset: number;
}
.kantan-step > li:before {
  display: block;
  counter-increment: number;
  content: "STEP" counter(number);
  color: #fff;
  background-color: #1740bb;
  padding: var(--pixel05);
  text-align: center;
}
.kantan-step > li:not(:last-child):after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #1740bb;
  width: var(--pixel20);
  height: var(--pixel10);
  margin: var(--pixel20) auto;
}
@media screen and (min-width: 641px) {
  .kantan-step > li:before {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step > li:before {
    font-size: var(--pixel12);
  }
}

.kantan-step__item {
  background-color: #fff;
}
.kantan-step__item:not(:first-child) {
  margin-top: var(--pixel25);
}
@media screen and (min-width: 641px) {
  .kantan-step__item {
    padding: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__item {
    padding: var(--pixel10);
  }
}

.kantan-step__title {
  font-weight: 700;
  color: #1740bb;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .kantan-step__head {
    margin-bottom: var(--pixel15);
  }
  .kantan-step__title {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__head {
    margin-bottom: var(--pixel05);
  }
  .kantan-step__title {
    font-size: var(--pixel14);
  }
}

.kantan-step__body {
}
@media screen and (min-width: 641px) {
  .kantan-step__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
}

.kantan-step__info > *:not(:first-child) {
  margin-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .kantan-step__info {
    width: 55%;
    padding-right: var(--pixel20);
  }
  .kantan-step__txt {
    font-size: var(--pixel16);
  }
  .kantan-step__notes > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__info {
  }
  .kantan-step__txt {
    font-size: var(--pixel13);
  }
  .kantan-step__notes > li {
    font-size: var(--pixel10);
  }
}

@media screen and (min-width: 641px) {
  .kantan-step__img {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .kantan-step__img {
    display: block;
    width: 100%;
    margin-top: var(--pixel10);
  }
}

/** MODAL CARD UP
==============================================*/
.modal-card-up {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
}
.modal-card-up__img {
}
@media screen and (min-width: 641px) {
  .modal-card-up__img {
    width: min(59.88023952095808vw, 800px);
  }
  .modal-card-up__logo {
    width: var(--pixel40);
    margin-left: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .modal-card-up__img {
    width: 71.28205128205128vw;
  }
  .modal-card-up__logo {
    width: var(--pixel16);
    margin-left: var(--pixel10);
  }
}
