@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;900&display=swap");

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}
/** 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: 500;
}

/**
 * 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 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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;
  background-color: #d2ef78;
}

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;
  letter-spacing: -0.05em;
}

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

p,
span {
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

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

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

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

figure,
figcaption {
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

.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(63.689604685212295vw, 870px);
  }
}
@media only screen and (max-width: 640px) {
  .row {
    width: 100%;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}

/** 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) {
  /* 375px size */
  :root {
    --pixel01: 0.26666666666666666vw;
    --pixel02: 0.5333333333333333vw;
    --pixel03: 0.8vw;
    --pixel04: 1.0666666666666667vw;
    --pixel05: 1.3333333333333335vw;
    --pixel06: 1.6vw;
    --pixel07: 1.866666666666667vw;
    --pixel08: 2.1333333333333333vw;
    --pixel09: 2.4vw;
    --pixel10: 2.666666666666667vw;
    --pixel11: 2.933333333333333vw;
    --pixel12: 3.2vw;
    --pixel13: 3.4666666666666663vw;
    --pixel14: 3.733333333333334vw;
    --pixel15: 4vw;
    --pixel16: 4.266666666666667vw;
    --pixel17: 4.533333333333333vw;
    --pixel18: 4.8vw;
    --pixel19: 5.066666666666666vw;
    --pixel20: 5.333333333333334vw;
    --pixel21: 5.6000000000000005vw;
    --pixel22: 5.866666666666666vw;
    --pixel23: 6.133333333333333vw;
    --pixel24: 6.4vw;
    --pixel25: 6.666666666666667vw;
    --pixel26: 6.933333333333333vw;
    --pixel27: 7.199999999999999vw;
    --pixel28: 7.466666666666668vw;
    --pixel29: 7.733333333333333vw;
    --pixel30: 8vw;
    --pixel31: 8.266666666666666vw;
    --pixel32: 8.533333333333333vw;
    --pixel33: 8.799999999999999vw;
    --pixel34: 9.066666666666666vw;
    --pixel35: 9.333333333333334vw;
    --pixel36: 9.6vw;
    --pixel37: 9.866666666666667vw;
    --pixel38: 10.133333333333333vw;
    --pixel39: 10.4vw;
    --pixel40: 10.666666666666668vw;
    --pixel41: 10.933333333333334vw;
    --pixel42: 11.200000000000001vw;
    --pixel43: 11.466666666666667vw;
    --pixel44: 11.733333333333333vw;
    --pixel45: 12vw;
    --pixel46: 12.266666666666666vw;
    --pixel47: 12.533333333333333vw;
    --pixel48: 12.8vw;
    --pixel49: 13.066666666666665vw;
    --pixel50: 13.333333333333334vw;
    --pixel51: 13.600000000000001vw;
    --pixel52: 13.866666666666665vw;
    --pixel53: 14.133333333333335vw;
    --pixel54: 14.399999999999999vw;
    --pixel55: 14.666666666666666vw;
    --pixel56: 14.933333333333335vw;
    --pixel57: 15.2vw;
    --pixel58: 15.466666666666667vw;
    --pixel59: 15.733333333333333vw;
    --pixel60: 16vw;
    --pixel61: 16.266666666666666vw;
    --pixel62: 16.53333333333333vw;
    --pixel63: 16.8vw;
    --pixel64: 17.066666666666666vw;
    --pixel65: 17.333333333333336vw;
    --pixel66: 17.599999999999998vw;
    --pixel67: 17.866666666666667vw;
    --pixel68: 18.133333333333333vw;
    --pixel69: 18.4vw;
    --pixel70: 18.666666666666668vw;
    --pixel71: 18.933333333333334vw;
    --pixel72: 19.2vw;
    --pixel73: 19.466666666666665vw;
    --pixel74: 19.733333333333334vw;
    --pixel75: 20vw;
    --pixel76: 20.266666666666666vw;
    --pixel77: 20.533333333333335vw;
    --pixel78: 20.8vw;
    --pixel79: 21.066666666666666vw;
    --pixel80: 21.333333333333336vw;
    --pixel81: 21.6vw;
    --pixel82: 21.866666666666667vw;
    --pixel83: 22.133333333333333vw;
    --pixel84: 22.400000000000002vw;
    --pixel85: 22.666666666666664vw;
    --pixel86: 22.933333333333334vw;
    --pixel87: 23.200000000000003vw;
    --pixel88: 23.466666666666665vw;
    --pixel89: 23.733333333333334vw;
    --pixel90: 24vw;
    --pixel91: 24.266666666666666vw;
    --pixel92: 24.53333333333333vw;
    --pixel93: 24.8vw;
    --pixel94: 25.066666666666666vw;
    --pixel95: 25.333333333333336vw;
    --pixel96: 25.6vw;
    --pixel97: 25.866666666666667vw;
    --pixel98: 26.13333333333333vw;
    --pixel99: 26.400000000000002vw;
    --pixel100: 26.666666666666668vw;
  }
}

:root {
  --color-primary: #126d5b;
}

.color-primary {
  color: #126d5b;
}

.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: -0.5em;
  padding-left: 0.5em;
}
.dot-list > li:before {
  content: "・";
}

.deco-underline,
.deco-underline:hover {
  text-decoration: underline;
}

.deco-highlight {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #f4de3b;
  text-decoration-color: #f4de3b;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -0.05em;
}

.accordion-head {
  cursor: pointer;
}

/** MAIN
==============================================*/
.main-contents {
  overflow: hidden;
  background: -webkit-repeating-linear-gradient(150deg, rgba(201, 232, 98, 1), rgba(201, 232, 98, 1) min(9.51683748169839vw, 130px), rgba(201, 232, 98, 0) min(9.51683748169839vw, 130px), rgba(201, 232, 98, 0) calc(min(9.51683748169839vw, 130px) * 2));
  background: repeating-linear-gradient(-60deg, rgba(201, 232, 98, 1), rgba(201, 232, 98, 1) min(9.51683748169839vw, 130px), rgba(201, 232, 98, 0) min(9.51683748169839vw, 130px), rgba(201, 232, 98, 0) calc(min(9.51683748169839vw, 130px) * 2));
}

.article-contents {
  position: relative;
}

/** SECTION HERO
==============================================*/
.section-hero {
  position: relative;
}
.section-content {
  position: relative;
  z-index: 1;
}

.page-kv {
  background: url(../images/kv-bg.png) no-repeat center center/min(101.97657393850659vw, 1393px);
  text-align: center;
}
.page-kv {
  text-align: center;
}
.page-kv__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.page-kv__period {
  background-color: #126d5b;
  padding: var(--pixel20);
}
.page-kv__period img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 641px) {
  .page-kv__img img {
    width: min(70.27818448023426vw, 960px);
  }
  .page-kv__period img {
    width: min(62.29868228404099vw, 851px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__img {
    width: 100%;
  }
}

/** SECTION CAMPAIGN
==============================================*/
@media screen and (min-width: 641px) {
  .section-campaign {
    padding-top: var(--pixel90);
    padding-bottom: var(--pixel25);
  }
  .section-campaign .entry-block {
    margin-top: var(--pixel46);
  }
}
@media screen and (max-width: 640px) {
  .section-campaign {
    padding-top: var(--pixel40);
    padding-bottom: var(--pixel25);
  }
  .section-campaign .entry-block {
    margin-top: var(--pixel30);
  }
}

.page-frame {
  background-color: #fff;
  border: var(--pixel04) solid var(--color-primary);
  border-top: var(--pixel04) solid var(--color-primary);
  border-radius: var(--pixel16);
}
.page-frame > dt {
  text-align: center;
  line-height: 1;
  margin-top: calc(0px - (0.55em + var(--pixel03)));
}
.page-frame > dt > span {
  display: inline-block;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  color: var(--color-primary);
  padding-right: 1em;
  padding-left: 1em;
  font-weight: 900;
}
.page-frame > dd {
  padding: var(--pixel25) var(--pixel20);
}
@media screen and (min-width: 641px) {
  .page-frame:not(:first-child) {
    margin-top: var(--pixel55);
  }
  .page-frame > dt {
    font-size: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .page-frame:not(:first-child) {
    margin-top: var(--pixel35);
  }
  .page-frame > dt {
    font-size: var(--pixel22);
  }
}

.page-frame__cut:not(:last-child) {
  padding-bottom: var(--pixel20);
}

.page-frame__txt {
  text-align: center;
  line-height: 1.4;
}
.page-frame__txt .normal {
  font-weight: 700;
}
.page-frame__txt .deco-highlight {
  font-weight: 900;
}
@media screen and (min-width: 641px) {
  .page-frame__txt .normal {
    font-size: var(--pixel24);
  }
  .page-frame__txt .deco-highlight {
    font-size: var(--pixel29);
  }
}
@media screen and (max-width: 640px) {
  .page-frame__txt .normal {
    font-size: var(--pixel16);
  }
  .page-frame__txt .deco-highlight {
    font-size: var(--pixel18);
  }
}

.point-exchange {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .point-exchange {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.point-exchange__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .point-exchange__item {
    width: min(13.90922401171303vw, 190px);
  }
  .point-exchange__img .saison-point {
    width: min(12.005856515373353vw, 164px);
  }
  .point-exchange__img .manga-point {
    width: min(9.809663250366032vw, 134px);
  }
}
@media screen and (max-width: 640px) {
  .point-exchange__item:first-child {
    margin-bottom: var(--pixel10);
  }
  .point-exchange__img .saison-point {
    width: 40vw;
  }
  .point-exchange__img .manga-point {
    width: 40vw;
  }
}

.point-exchange__name {
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 700;
  border-radius: var(--pixel30);
}
.point-exchange__item:first-child .point-exchange__name {
  background-color: var(--color-primary);
}
.point-exchange__item:last-child .point-exchange__name {
  background-color: #f6617a;
}
@media screen and (min-width: 641px) {
  .point-exchange__item:first-child .point-exchange__name {
    font-size: var(--pixel16);
  }
  .point-exchange__item:last-child .point-exchange__name {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .point-exchange__name {
    width: 65vw;
    font-size: var(--pixel14);
  }
}

.point-exchange__default {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #999999;
  line-height: 1;
  font-weight: 700;
  margin-bottom: var(--pixel07);
  font-size: var(--pixel12);
}
.point-exchange__default:before {
  content: "";
  width: calc(100% - 1em);
  height: var(--pixel02);
  background-color: #f6617a;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.5em;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.point-exchange__default:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #f6617a;
  position: absolute;
  top: calc(100% + var(--pixel02));
  left: calc(50% - var(--pixel06));
  width: var(--pixel12);
  height: var(--pixel07);
}
.point-exchange__default .num {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: 0.05em;
  margin-right: 0.05em;
  font-size: var(--pixel27);
}

.point-exchange__point {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: var(--pixel18);
}
.point-exchange__item:first-child .point-exchange__point {
  color: var(--color-primary);
}
.point-exchange__item:last-child .point-exchange__point {
  color: #f6617a;
}
.point-exchange__point .num {
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: 0.05em;
  margin-right: 0.05em;
  font-size: var(--pixel42);
}

.point-exchange__exchange {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.point-exchange__exchange .exchange {
  position: relative;
  background-color: #126d5b;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: var(--pixel23);
}
.point-exchange__exchange .exchange:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #126d5b;
  position: absolute;
}
@media screen and (min-width: 641px) {
  .point-exchange__exchange .exchange {
    padding: var(--pixel10) var(--pixel30);
    margin-right: var(--pixel32);
    margin-left: var(--pixel20);
  }
  .point-exchange__exchange .exchange:after {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: calc(100% - 1px);
    top: calc(50% - var(--pixel31));
    width: var(--pixel32);
    height: var(--pixel62);
  }
}
@media screen and (max-width: 640px) {
  .point-exchange__exchange .exchange {
    width: 1em;
    margin-bottom: var(--pixel30);
    padding: var(--pixel10) var(--pixel20) 0;
  }
  .point-exchange__exchange .exchange:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: calc(50% - var(--pixel30));
    top: calc(100% - 1px);
    width: var(--pixel60);
    height: var(--pixel30);
  }
}

.page-frame__period {
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
}
.page-frame__period .small {
  position: relative;
  bottom: 0.1em;
}
@media screen and (min-width: 641px) {
  .page-frame__period {
    font-size: var(--pixel29);
  }
  .page-frame__period .small {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .page-frame__period {
    font-size: var(--pixel20);
  }
  .page-frame__period .small {
    font-size: var(--pixel14);
  }
}

.campaign-info .notes-list > li {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .campaign-info .notes-list > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .campaign-info .notes-list > li {
    font-size: var(--pixel12);
  }
}

/** ENTRY
==============================================*/
.entry-block__entry {
  text-align: center;
}

.entry-block__button {
  background-color: #f6617a;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: var(--pixel50);
  border: var(--pixel05) solid var(--color-primary);
  font-size: var(--pixel20);
}
.entry-block__button:active {
  box-shadow: none;
  -webkit-transform: translate(0, var(--pixel08));
  transform: translate(0, var(--pixel08));
}
.entry-block__button:hover {
  opacity: 1;
  color: #fff;
}
.entry-block__button:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: var(--pixel11);
  height: var(--pixel14);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: calc(50% - var(--pixel07));
}
@media screen and (min-width: 641px) {
  .entry-block__button {
    padding: var(--pixel10) var(--pixel95);
  }
  .entry-block__button:after {
    right: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .entry-block__button {
    padding: var(--pixel10) var(--pixel45);
  }
  .entry-block__button:after {
    right: var(--pixel20);
  }
}

.entry-block__notes {
  text-align: center;
  color: #333333;
  font-family: "Noto Sans JP", serif;
  margin-top: var(--pixel20);
}
@media screen and (min-width: 641px) {
  .entry-block__notes {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .entry-block__notes {
    font-size: var(--pixel30);
  }
}

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

.page-information__ttl {
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 641px) {
  .page-information__ttl {
    font-size: var(--pixel30);
    margin-bottom: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .page-information__ttl {
    font-size: var(--pixel22);
    margin-bottom: var(--pixel10);
  }
}

.page-information__dl {
  overflow: hidden;
  border-radius: var(--pixel16);
  border: var(--pixel05) solid var(--color-primary);
}
.page-information__dl > dt:not(:last-of-type),
.page-information__dl > dd:not(:last-of-type) {
  border-bottom: var(--pixel03) solid;
}
.page-information__dl > dt:not(:last-of-type) {
  border-color: #fff;
}
.page-information__dl > dd:not(:last-of-type) {
  border-color: var(--color-primary);
}
.page-information__dl > dt {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: var(--pixel18);
}
.page-information__dl > dd {
  background-color: #fff;
}
.page-information__dl > dd > *:not(:first-child) {
  margin-top: var(--pixel10);
}
.page-information__dl > dd .dd-bg {
  background-color: #f6fce4;
  border-radius: var(--pixel08);
  padding: var(--pixel10) var(--pixel18);
}
.page-information__dl > dd .dd-bg > *:not(:first-child) {
  margin-top: var(--pixel05);
}
.page-information__dl > dd .dd-bg .dd-txt.color-primary {
  font-weight: 700;
}
@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 {
    padding: var(--pixel20) var(--pixel35);
  }
  .page-information__dl > dd {
    padding-left: var(--pixel15);
    padding: var(--pixel20) var(--pixel25);
  }
  .page-information__dl > dd .dd-txt {
    font-size: var(--pixel20);
  }
  .page-information__dl > dd .dd-bg .dd-txt {
    font-size: var(--pixel18);
  }
  .page-information__dl > dd .notes-list > li {
    font-size: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .page-information__dl > dt {
    padding: var(--pixel10) var(--pixel15);
  }
  .page-information__dl > dd {
    padding: var(--pixel10) var(--pixel15);
  }
  .page-information__dl > dd .dd-txt {
    font-size: var(--pixel16);
  }
  .page-information__dl > dd .notes-list > li {
    font-size: var(--pixel14);
  }
}

/** 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;
  padding-top: var(--pixel47);
  padding-bottom: var(--pixel47);
}
.footer-logo__img {
  padding: var(--pixel03);
  background-color: #fff;
  box-sizing: content-box;
}
@media screen and (min-width: 641px) {
  .footer-logo__img {
    width: var(--pixel71);
  }
}
@media screen and (max-width: 640px) {
  .footer-logo__img {
    width: var(--pixel100);
  }
}
