@charset "UTF-8";

/** RESET
==============================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  min-width: 1px;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  min-width: 1px;
  font-weight: 700;
  letter-spacing: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: initial;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
html,
body {
  min-width: 1px;
  width: 100%;
  margin: 0 auto;
}

body {
  font-family: "M PLUS 1", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  font-size: var(--pixel16);
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: inherit;
  font-weight: 500;
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
  box-sizing: border-box;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: normal; */
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  box-sizing: border-box;
}

p,
span {
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  box-sizing: border-box;
}

ul,
li,
img {
  vertical-align: bottom;
  border-style: none;
  box-sizing: border-box;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
  box-sizing: border-box;
}

figure,
figcaption {
  margin: 0;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
}

/** FONTS
==============================================*/
/** JS LIBS
==============================================*/
/** COMMON
==============================================*/
a {
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  word-break: break-all;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 640px) {
  a .alpha {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  a:hover .alpha {
    opacity: 1;
  }
}

em {
  font-style: normal;
}
sup {
  top: -0.25em;
}

@media only screen and (max-width: 640px) {
  .figure img,
  .flex img {
    width: 100%;
  }
}

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

.row {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (min-width: 641px) {
  .row {
    width: min(70.27818448023426vw, 960px);
    padding-right: var(--pixel50);
    padding-left: var(--pixel50);
  }
}
@media only screen and (max-width: 640px) {
  .row {
    width: 100%;
    padding-right: var(--pixel15);
    padding-left: var(--pixel15);
  }
}

:root {
  --color-primary: #fb2f03;
}
.color-primary {
  color: var(--color-primary);
}

/** ROOT SETTING
==============================================*/
@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;
  }
}

.notes-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.notes-list > li:before {
  content: "※";
}
.notes-list--number {
  counter-reset: number;
}
.notes-list--number > li {
  text-indent: -2em;
  padding-left: 2em;
}
.notes-list--number > li:before {
  counter-increment: number;
  content: "※" counter(number) ".";
}
.notes-list--number.start-3 {
  counter-reset: n3 2;
}
.notes-list--number.start-3 > li:before {
  counter-increment: n3;
  content: "※" counter(n3) ".";
}
@media screen and (min-width: 641px) {
  .notes-list > li {
    font-size: var(--pixel12);
  }
  .notes-list--m > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .notes-list > li {
    font-size: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .notes-list > li {
    font-size: 10px;
  }
}

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

.deco-line {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.deco-line:after {
  content: "";
  width: 100%;
  height: 0.5em;
  background-color: #fde201;
  position: absolute;
  bottom: 0;
  left: 0;
}
.deco-line .text {
  position: relative;
  z-index: 1;
}

.deco-underline,
.deco-underline:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
.intext-link {
  text-decoration: underline;
}
a.intext-link:hover {
  text-decoration: underline;
  color: inherit;
}

.deco-slash {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.deco-slash:before,
.deco-slash: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%2221%22%20height%3D%2233%22%20viewBox%3D%220%200%2021%2033%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M20.8944%2032.5939C20.5462%2032.1371%2020.198%2031.6803%2019.8497%2031.2236C13.5814%2023.0017%207.31305%2014.7799%201.04473%206.55802C0.696484%206.10124%200.348242%205.64447%201.90735e-06%205.1877C3.2333%203.45848%206.4666%201.72926%209.69991%203.93391e-05C9.88648%200.543269%2010.0731%201.0865%2010.2596%201.62973C13.618%2011.4079%2016.9764%2021.186%2020.3347%2030.9642C20.5213%2031.5074%2020.7079%2032.0506%2020.8944%2032.5939Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 1em;
  aspect-ratio: 1/2;
}
.deco-slash:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.deco-slash .text {
  padding-right: var(--pixel05);
  padding-left: var(--pixel05);
}

.accordion-head {
  cursor: pointer;
}

/** MAIN
==============================================*/
.main-contents {
  background-color: #fffbe1;
}

/** HEADLINE
==============================================*/
@media screen and (min-width: 641px) {
  .headline {
    margin-bottom: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .headline {
    margin-bottom: var(--pixel15);
  }
}

.headline__title {
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 800;
}
@media screen and (min-width: 641px) {
  .headline__title {
    font-size: var(--pixel26);
    padding: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .headline__title {
    font-size: var(--pixel18);
    padding: var(--pixel05);
  }
}

/** PAGE ENTRY
==============================================*/
.page-entry__button {
  position: relative;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 9999px;
  box-shadow: 0 var(--pixel08) 0 #ab0b0b;
}
.page-entry__button:active {
  box-shadow: 0 0 0 transparent;
  top: var(--pixel08);
}
.page-entry__button .text {
  position: relative;
  color: #fff;
  font-weight: 800;
  display: inline-block;
}
.page-entry__button .text:after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  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%2210%22%20viewBox%3D%220%200%208%2010%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%200V9.26471L7.27941%204.63235L0%200Z%22%20fill%3D%22%23FB2F03%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(50% + var(--pixel02)) center;
  background-size: var(--pixel09);
  width: var(--pixel22);
  height: var(--pixel22);
  top: calc(50% - var(--pixel11));
}
.page-entry__txt {
  text-align: center;
  font-size: var(--pixel12);
}
@media screen and (min-width: 641px) {
  .page-entry__button {
    width: min(29.282576866764277vw, 400px);
    padding: var(--pixel20);
  }
  .page-entry__button:not(:first-child) {
    margin-top: var(--pixel60);
  }
  .page-entry__button .text {
    font-size: var(--pixel20);
    padding-right: var(--pixel30);
    padding-left: var(--pixel30);
  }
  .page-entry__txt {
    margin-top: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .page-entry__button {
    width: 80vw;
    padding: var(--pixel10);
  }
  .page-entry__button:not(:first-child) {
    margin-top: var(--pixel40);
  }
  .page-entry__button .text {
    font-size: var(--pixel16);
    padding-right: var(--pixel30);
    padding-left: var(--pixel20);
  }
  .page-entry__txt {
    margin-top: var(--pixel15);
  }
}

/** SECTION HERO
==============================================*/
.section-hero {
  background-color: #fff;
}

.page-kv {
  text-align: center;
}
.page-kv__img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .page-kv {
    margin-right: auto;
    margin-left: auto;
    width: min(70.27818448023426vw, 960px);
  }
}
@media screen and (max-width: 640px) {
}

/** SECTION INCENTIVE
==============================================*/
@media screen and (min-width: 641px) {
  .section-incentive {
    padding-top: var(--pixel65);
  }
}
@media screen and (max-width: 640px) {
  .section-incentive {
    padding-top: var(--pixel20);
  }
}

.page-lead {
  text-align: center;
}
.page-lead__title {
  position: relative;
}
.page-lead__title .baloon {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  font-weight: 800;
  white-space: nowrap;
}
.page-lead__title .baloon:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #000;
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - var(--pixel05));
  width: var(--pixel10);
  height: var(--pixel10);
}
.page-lead__title .main {
  display: block;
  font-weight: 800;
}
.page-lead__title .main .num {
  position: relative;
  top: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .page-lead__title {
    margin-bottom: var(--pixel15);
  }
  .page-lead__title .baloon {
    position: absolute;
    padding: var(--pixel07) var(--pixel30);
    font-size: var(--pixel24);
    top: 0;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-lead__title .main {
    font-size: var(--pixel54);
  }
  .page-lead__title .main .num {
    font-size: min(9.077598828696926vw, 124px);
  }
}
@media screen and (max-width: 640px) {
  .page-lead__title {
    margin-bottom: var(--pixel10);
  }
  .page-lead__title .baloon {
    padding: var(--pixel05) var(--pixel10);
    font-size: var(--pixel16);
    position: relative;
  }
  .page-lead__title .main {
    font-size: var(--pixel30);
  }
  .page-lead__title .main .num {
    font-size: var(--pixel60);
  }
}

.page-lead__period {
  border-radius: 9999px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-inline-box;
  display: inline-flex;
}
.page-lead__period > dt {
  font-weight: 800;
  background-color: var(--color-primary);
  color: #fff;
}
.page-lead__period > dd {
  text-align: center;
  font-weight: 800;
}
@media screen and (min-width: 641px) {
  .page-lead__period > dt {
    padding: var(--pixel05) var(--pixel30);
    font-size: var(--pixel20);
  }
  .page-lead__period > dd {
    font-size: var(--pixel20);
    padding: var(--pixel05) var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .page-lead__period > dt {
    padding: var(--pixel05) var(--pixel15);
    font-size: var(--pixel14);
    line-height: 1.3;
  }
  .page-lead__period > dd {
    font-size: var(--pixel14);
    padding: var(--pixel05) var(--pixel15);
    line-height: 1.3;
  }
}

.page-incentive {
  counter-reset: number;
}
.page-incentive__item:before,
.page-incentive__item:after {
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
}
.page-incentive__item: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%2272%22%20height%3D%22106%22%20viewBox%3D%220%200%2072%20106%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%200H72V106L36%2092.5L0%20106V0Z%22%20fill%3D%22%23FB2F03%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  aspect-ratio: 86/106;
}
.page-incentive__item:after {
  counter-increment: number;
  content: counter(number);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2286%22%20height%3D%2214%22%20viewBox%3D%220%200%2086%2014%22%20fill%3D%22none%22%3E%20%3Crect%20x%3D%227%22%20width%3D%2272%22%20height%3D%2214%22%20fill%3D%22%23FB2F03%22%2F%3E%20%3Cpath%20d%3D%22M79%2014V0L86%2014H79Z%22%20fill%3D%22%23D42600%22%2F%3E%20%3Cpath%20d%3D%22M7%2014V0L0%2014H7Z%22%20fill%3D%22%23D42600%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  aspect-ratio: 86/106;
  padding-top: var(--pixel20);
}
.page-incentive__item {
  position: relative;
  background-color: #fff;
  border-radius: var(--pixel10);
}
.page-incentive__item:not(:first-child) {
  margin-top: var(--pixel60);
}
@media screen and (min-width: 641px) {
  .page-incentive {
    margin-top: var(--pixel60);
  }
  .page-incentive__item:before {
    width: var(--pixel86);
    font-size: var(--pixel16);
    padding-bottom: var(--pixel50);
    left: var(--pixel19);
  }
  .page-incentive__item:after {
    top: calc(0px - var(--pixel13));
    width: var(--pixel86);
    font-size: var(--pixel39);
    left: var(--pixel19);
  }
  .page-incentive__item {
    padding: var(--pixel40) var(--pixel20) var(--pixel60);
  }
  .page-incentive__item > *:not(:first-child) {
    margin-top: var(--pixel25);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive {
    margin-top: var(--pixel40);
  }
  .page-incentive__item:before {
    width: var(--pixel40);
    font-size: var(--pixel12);
    padding-bottom: var(--pixel25);
    left: var(--pixel05);
  }
  .page-incentive__item:after {
    top: calc(0px - var(--pixel06));
    width: var(--pixel40);
    font-size: var(--pixel20);
    left: var(--pixel05);
  }
  .page-incentive__item {
    padding: var(--pixel30) var(--pixel15);
  }
  .page-incentive__item > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
}

.page-incentive__cut {
  margin-right: auto;
  margin-left: auto;
}
.page-incentive__cut > *:not(:first-child) {
  margin-top: var(--pixel05);
}
@media screen and (min-width: 641px) {
  .page-incentive__cut {
    width: min(41.72767203513909vw, 570px);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__cut {
  }
}

.page-incentive__banner {
  display: block;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-incentive__banner img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__banner img {
    width: 72vw;
  }
}

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

.page-incentive__table {
  width: 100%;
  border-collapse: separate;
}
.page-incentive__table th {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.page-incentive__table td {
  text-align: center;
  background-color: #fffbe1;
  font-weight: 800;
}
.page-incentive__table td .num {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .page-incentive__table {
    border-spacing: var(--pixel05) var(--pixel03);
  }
  .page-incentive__table th {
    padding: var(--pixel08);
    font-size: var(--pixel16);
  }
  .page-incentive__table td {
    padding: var(--pixel08);
    font-size: var(--pixel16);
  }
  .page-incentive__table td .num {
    font-size: var(--pixel28);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__table {
    border-spacing: var(--pixel03) var(--pixel03);
  }
  .page-incentive__table th {
    padding: var(--pixel05);
    font-size: var(--pixel12);
  }
  .page-incentive__table td {
    padding: var(--pixel05);
    font-size: var(--pixel12);
  }
  .page-incentive__table td .num {
    font-size: var(--pixel18);
  }
}

.page-incentive__notes > li {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-incentive__notes > li {
    font-size: var(--pixel12);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__notes > li {
    font-size: var(--pixel10);
  }
}

.page-incentive__lead {
  text-align: center;
  font-weight: 800;
}
@media screen and (min-width: 641px) {
  .page-incentive__lead {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__lead {
    font-size: var(--pixel16);
    line-height: 1.4;
  }
}

.page-incentive__em {
  display: block;
  text-align: center;
  font-weight: 800;
}
.page-incentive__em .text {
  padding-bottom: 0.5em;
}
.page-incentive__em .num {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .page-incentive__em {
    font-size: var(--pixel30);
  }
  .page-incentive__em .num {
    font-size: var(--pixel46);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__em {
    font-size: var(--pixel20);
  }
  .page-incentive__em .num {
    font-size: var(--pixel32);
  }
}

.page-incentive__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.page-incentive__dl > dt {
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 800;
}
.page-incentive__dl > dd {
  text-align: center;
  background-color: #fffbe1;
  font-weight: 800;
}
@media screen and (min-width: 641px) {
  .page-incentive__dl > dt:not(:first-of-type),
  .page-incentive__dl > dd:not(:first-of-type) {
    margin-top: var(--pixel06);
  }
  .page-incentive__dl > dt {
    margin-right: var(--pixel06);
    font-size: var(--pixel18);
    padding: var(--pixel10) var(--pixel40);
  }
  .page-incentive__dl > dd {
    font-size: var(--pixel18);
    padding: var(--pixel10) var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .page-incentive__dl > dt:not(:first-of-type),
  .page-incentive__dl > dd:not(:first-of-type) {
    margin-top: var(--pixel03);
  }
  .page-incentive__dl > dt {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: var(--pixel03);
    font-size: var(--pixel13);
    padding: var(--pixel05);
  }
  .page-incentive__dl > dd {
    font-size: var(--pixel14);
    padding: var(--pixel05);
  }
}

/** SECTION INFORMATION
==============================================*/
.section-information {
  padding-top: var(--pixel50);
}
@media screen and (min-width: 641px) {
  .section-information {
    padding-bottom: var(--pixel93);
  }
}
@media screen and (max-width: 640px) {
  .section-information {
    padding-bottom: var(--pixel60);
  }
}

.page-information__title {
  text-align: center;
  background-color: #fdca03;
  font-weight: 800;
  padding: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .page-information__title {
    font-size: var(--pixel18);
    margin-bottom: var(--pixel06);
  }
}
@media screen and (max-width: 640px) {
  .page-information__title {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel15);
    line-height: 1.3;
  }
}

@media screen and (min-width: 641px) {
  .page-information__item:not(:first-child) {
    margin-top: var(--pixel50);
  }
}
@media screen and (max-width: 640px) {
  .page-information__item:not(:first-child) {
    margin-top: var(--pixel40);
  }
}

@media screen and (min-width: 641px) {
  .page-information__dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .page-information__dl > dt:not(:first-of-type),
  .page-information__dl > dd:not(:first-of-type) {
    margin-top: var(--pixel06);
  }
}
@media screen and (max-width: 640px) {
  .page-information__dl {
    padding-right: var(--pixel05);
    padding-left: var(--pixel05);
  }
  .page-information__dl > dt:not(:first-of-type) {
    margin-top: var(--pixel15);
  }
}

.page-information__dl > dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
}
@media screen and (min-width: 641px) {
  .page-information__dl > dt {
    background-color: #fdca03;
    font-size: var(--pixel18);
    padding: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .page-information__dl > dt {
    background-color: #fff;
    border: 2px solid #fdca03;
    font-size: var(--pixel14);
    padding: var(--pixel05);
  }
}

.page-information__dl > dd {
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .page-information__dl > dd {
    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: start;
    align-items: flex-start;
    padding: var(--pixel25) var(--pixel20);
  }
  .page-information__dl > dd > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .page-information__dl > dd {
    margin-top: var(--pixel03);
    padding: var(--pixel10) var(--pixel10) var(--pixel25);
  }
  .page-information__dl > dd > *:not(:first-child) {
    margin-top: var(--pixel05);
  }
}

.page-information__em {
  font-weight: 800;
  background-color: #fffbe1;
}
@media screen and (min-width: 641px) {
  .page-information__txt {
    font-size: var(--pixel16);
  }
  .page-information__em {
    display: inline-block;
    font-size: var(--pixel16);
    padding: var(--pixel20);
  }
  .page-information__notes > li {
    font-size: var(--pixel12);
  }
  .page-information__list > li {
    font-size: var(--pixel16);
  }
}
@media screen and (max-width: 640px) {
  .page-information__txt {
    font-size: var(--pixel13);
  }
  .page-information__em {
    text-align: center;
    font-size: var(--pixel14);
    padding: var(--pixel10);
  }
  .page-information__notes > li {
    font-size: var(--pixel10);
  }
  .page-information__list > li {
    font-size: var(--pixel13);
  }
}

/** SECTION BLAND
==============================================*/
.section-bland {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: var(--pixel35);
  padding-bottom: var(--pixel30);
}
.bland-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.bland-list > li {
  padding: var(--pixel10) var(--pixel35);
}
.bland-list > li:first-child {
  border-right: var(--pixel01) solid #000;
}
.bland-list > li img {
  height: var(--pixel70);
}
.bland-copy {
  font-size: var(--pixel12);
  text-align: center;
  margin-top: var(--pixel25);
}
@media screen and (max-width: 640px) {
  .bland-copy {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.footer-logo {
  background-color: var(--color-primary);
  text-align: center;
}
.footer-logo__img {
  padding: var(--pixel03);
  background-color: #fff;
  box-sizing: content-box;
}
@media screen and (min-width: 641px) {
  .footer-logo {
    padding-top: var(--pixel47);
    padding-bottom: var(--pixel47);
  }
  .footer-logo__img {
    width: var(--pixel71);
  }
}
@media screen and (max-width: 640px) {
  .footer-logo {
    padding-top: var(--pixel20);
    padding-bottom: var(--pixel20);
  }
  .footer-logo__img {
    width: var(--pixel80);
  }
}
