@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");

/** 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: 400;
}

/**
 * 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;
}

/* 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;
  font-weight: 500;
}

/* 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-weight: 400;
  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;
}

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.08em; */
}

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

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

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;
}

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;
}

.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 {
    padding-right: var(--pixel25);
    padding-left: var(--pixel25);
    width: min(70.27818448023426vw, 960px);
  }
  .inner {
    padding-right: var(--pixel54);
    padding-left: var(--pixel54);
  }
}
@media only screen and (max-width: 640px) {
  .row {
    width: 100%;
    padding-right: var(--pixel15);
    padding-left: var(--pixel15);
  }
  .inner {
    padding-right: var(--pixel10);
    padding-left: var(--pixel10);
  }
}

.deco-underline,
.deco-underline:hover {
  text-decoration: underline;
}
a.deco-underline,
a.deco-underline:hover {
  color: #00b2f2;
}

.accordion-head {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-radius: var(--pixel06);
}
.accordion-head:before,
.accordion-head:after {
  content: "";
  position: absolute;
}
.accordion-head:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-head.is-active:after {
  opacity: 0;
}
@media only screen and (min-width: 641px) {
  .accordion-head {
    padding: var(--pixel15) var(--pixel62) var(--pixel15) var(--pixel33);
  }
  .accordion-head:before,
  .accordion-head:after {
    width: var(--pixel22);
    height: var(--pixel04);
    right: var(--pixel20);
    top: calc(50% - var(--pixel02));
  }
}
@media only screen and (max-width: 640px) {
  .accordion-head {
    padding: var(--pixel05) var(--pixel43) var(--pixel05) var(--pixel25);
  }
  .accordion-head:before,
  .accordion-head:after {
    width: var(--pixel18);
    height: var(--pixel02);
    right: var(--pixel15);
    top: calc(50% - var(--pixel01));
  }
}

/** 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: #004098;
}

.font-accent {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.color-or {
  color: #ff7d12;
}
.color-nv {
  color: #003da5;
}

.num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  top: 0.075em;
}

.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);
  }
}

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

/** PAGE FRAME
==============================================*/
.page-frame {
  background-color: #fff;
  border-radius: var(--pixel20);
}
@media screen and (min-width: 641px) {
  .page-frame {
    padding-right: var(--pixel50);
    padding-left: var(--pixel50);
  }
}
@media screen and (max-width: 640px) {
  .page-frame {
    padding-right: var(--pixel15);
    padding-left: var(--pixel15);
  }
}

/** PAGE BUTTON
==============================================*/
.page-button {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
  border-radius: 9999px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.page-button:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.page-button:active {
  top: var(--pixel05);
  box-shadow: 0 var(--pixel05) url(https://enq.shueisha.co.jp/digital?uecfcode%3Denq-cf3nax-65) 0 rgba(0, 22, 102, 0);
}
.page-button--nv {
  background-color: #003da5;
  box-shadow: 0 var(--pixel05) 0 #001666;
}
.page-button--or {
  background-color: #ff7d12;
  box-shadow: 0 var(--pixel05) 0 #b54b26;
}
@media screen and (min-width: 641px) {
  .page-button {
    height: var(--pixel50);
    padding: var(--pixel10) var(--pixel20);
    font-size: var(--pixel18);
  }
  .page-button--s {
    width: min(19.39970717423133vw, 265px);
  }
  .page-button--m {
    width: min(21.59590043923865vw, 295px);
  }
}
@media screen and (max-width: 640px) {
  .page-button {
    padding: var(--pixel10) var(--pixel20);
    font-size: var(--pixel16);
  }
}

/** SECTION HERO
==============================================*/
.page-kv {
  text-align: center;
  background: url(../images/kv-bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 641px) {
  .page-kv__img {
    width: min(81.99121522693997vw, 1120px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__img {
    width: 100%;
  }
}

/** SECTION BANNER
==============================================*/
.section-banner {
  background-color: #000;
  padding-top: var(--pixel35);
}
@media screen and (min-width: 641px) {
  .section-banner {
    padding-bottom: min(11.71303074670571vw, 160px);
  }
}
@media screen and (max-width: 640px) {
  .section-banner {
    padding-bottom: var(--pixel80);
  }
}

.banner-hedline__lead {
  text-align: center;
  color: #fff;
}
.banner-hedline__title {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .banner-hedline {
    margin-bottom: var(--pixel30);
  }
  .banner-hedline__lead {
    font-size: var(--pixel32);
  }
  .banner-hedline__title img {
    width: min(31.112737920937043vw, 425px);
  }
}
@media screen and (max-width: 640px) {
  .banner-hedline {
    margin-bottom: var(--pixel10);
  }
  .banner-hedline__lead {
    font-size: var(--pixel22);
    line-height: 1.3;
  }
  .banner-hedline__title img {
    width: 70vw;
  }
}

.slide-bnr {
  overflow: hidden;
  padding-top: var(--pixel20);
  padding-bottom: var(--pixel20);
}
.slide-bnr__list {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .slide-bnr__list {
    padding-left: var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
}

.slide-bnr__img {
  display: block;
  padding-right: var(--pixel12);
  padding-left: var(--pixel12);
}
.slide-bnr__img img {
  width: 100%;
}

/** ARTICLE SECTIONS
==============================================*/
.article-sections {
  position: relative;
}
.article-sections .accordion-head {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .article-sections .accordion-head {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .article-sections .accordion-head {
    font-size: var(--pixel18);
  }
}

/** SECTION LINEUP
==============================================*/
.service-lineup {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
}

.service-lineup__list {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 641px) {
  .service-lineup__list {
    width: min(70.27818448023426vw, 960px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .service-lineup__list {
    padding-right: var(--pixel15);
    padding-left: var(--pixel15);
  }
}

.service-lineup__item {
  text-align: center;
  position: relative;
  z-index: 0;
  background-color: #808080;
  -webkit-transition: z-index 0.3s ease, color 0.3s ease, background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: z-index 0.3s ease, color 0.3s ease, background-color 0.3s ease, -webkit-filter 0.3s ease;
  transition: z-index 0.3s ease, color 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
  transition: z-index 0.3s ease, color 0.3s ease, background-color 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  border-top-left-radius: var(--pixel12);
  border-top-right-radius: var(--pixel12);
  color: #fff;
  line-height: 1.45;
}
.service-lineup__item.is-active {
  background-color: #003da5;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .service-lineup__item {
    cursor: pointer;
    font-size: var(--pixel32);
    padding: var(--pixel20);
    width: calc((100% - var(--pixel30)) / 3);
  }
  .service-lineup__item:not(:nth-child(3n)) {
    margin-right: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .service-lineup__item {
    font-size: var(--pixel20);
    padding: var(--pixel10);
    width: calc((100% - var(--pixel20)) / 3);
  }
  .service-lineup__item:not(:nth-child(3n)) {
    margin-right: var(--pixel10);
  }
}

/** TAB CONTENTS
==============================================*/
.switch-tab-contents {
  position: relative;
  overflow: hidden;
  background-color: #003da5;
  padding-bottom: min(13.90922401171303vw, 190px);
}

.switch-tab-item {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.switch-tab-item.is-active {
  position: relative;
  left: 0;
  opacity: 1;
  z-index: 1;
}

/** SECTION PRIZE
==============================================*/
@media screen and (min-width: 641px) {
  #section-prize {
    padding-top: min(10.248901903367496vw, 140px);
  }
}
@media screen and (max-width: 640px) {
  #section-prize {
    padding-top: var(--pixel80);
  }
}

.event-prize__block {
  position: relative;
}
@media screen and (min-width: 641px) {
  .event-prize__block {
    padding-top: var(--pixel70);
    padding-bottom: var(--pixel60);
  }
  .event-prize__block:not(:first-child) {
    margin-top: min(14.641288433382138vw, 200px);
  }
  .event-prize__block > *:not(:first-child) {
    margin-top: var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__block {
    padding-top: var(--pixel50);
    padding-bottom: var(--pixel30);
  }
  .event-prize__block:not(:first-child) {
    margin-top: var(--pixel100);
  }
  .event-prize__block > *:not(:first-child) {
    margin-top: var(--pixel25);
  }
}

.event-prize__label {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: calc(100% - var(--pixel25));
}
@media screen and (min-width: 641px) {
  .event-prize__label--3row {
    top: calc(0px - var(--pixel80));
  }
}
@media screen and (max-width: 640px) {
  .event-prize__label.sp-2row {
    top: calc(0px - var(--pixel60));
  }
  .event-prize__label--3row {
    top: calc(0px - var(--pixel70));
  }
}

.event-prize__label-txt {
  position: relative;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: inline-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;
  font-weight: 700;
  border-radius: 9999px;
  background-color: #fff;
  border: var(--pixel03) solid #000;
  box-shadow: 0 var(--pixel05) 0 #000;
}
.event-prize__label-txt:before,
.event-prize__label-txt:after {
  content: "";
  position: absolute;
}
.event-prize__label-txt:before {
  width: var(--pixel50);
  background-color: #000;
  left: 60%;
  top: 100%;
}
.event-prize__label-txt:after {
  width: var(--pixel25);
  background-color: #fff;
  left: calc(60% + var(--pixel10));
  top: calc(100% - 1px);
  z-index: 1;
}
.event-prize__label-txt .num {
  top: 0.025em;
}
@media screen and (min-width: 641px) {
  .event-prize__label-txt {
    font-size: var(--pixel24);
    padding: var(--pixel15) var(--pixel60);
  }
  .event-prize__label-txt .small {
    /* font-size: var(--pixel16); */
  }
  .event-prize__label-txt:before,
  .event-prize__label-txt:after {
    -webkit-clip-path: polygon(25% 0, 100% 0%, 0 100%);
    clip-path: polygon(25% 0, 100% 0%, 0 100%);
  }
  .event-prize__label-txt:before {
    height: var(--pixel25);
  }
  .event-prize__label-txt:after {
    height: var(--pixel13);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__label-txt {
    font-size: var(--pixel20);
    padding: var(--pixel10) var(--pixel15);
  }
  .event-prize__label-txt .small {
    font-size: var(--pixel16);
  }
  .event-prize__label-txt .midium {
    font-size: var(--pixel18);
  }
  .event-prize__label-txt:before,
  .event-prize__label-txt:after {
    -webkit-clip-path: polygon(25% 0, 100% 0%, 20% 100%);
    clip-path: polygon(25% 0, 100% 0%, 20% 100%);
  }
  .event-prize__label-txt:before {
    height: var(--pixel15);
  }
  .event-prize__label-txt:after {
    height: var(--pixel07);
  }
}

.event-prize__title {
  text-align: center;
  line-height: 1.1;
}
.event-prize__title .underline {
  position: relative;
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.event-prize__title .underline:after {
  content: "";
  position: absolute;
  height: 0.3em;
  width: 100%;
  bottom: 0;
  left: 0;
}
#prize-special .event-prize__title .underline:after {
  background-color: #00dcb6;
}
#prize-picture .event-prize__title .underline:after {
  background-color: #00b2f2;
}
#prize-card .event-prize__title .underline:after {
  background-color: #8e62e8;
}
#prize-catalog .event-prize__title .underline:after {
  background-color: #ed32d8;
}
#prize-haircomb .event-prize__title .underline:after {
  background-color: #ff5965;
}
#prize-bookcard .event-prize__title .underline:after {
  background-color: #ff7d12;
}
.event-prize__title .font-accent {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .event-prize__title {
    font-size: var(--pixel64);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__title {
    font-size: var(--pixel34);
  }
}

.event-prize__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.event-prize__item-winners {
  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;
  line-height: 1.3;
  border-radius: 50%;
  background: -webkit-linear-gradient(45deg, rgba(233, 191, 57, 1) 0%, rgba(235, 197, 75, 1) 6.47%, rgba(240, 213, 124, 1) 19.52%, rgba(249, 237, 200, 1) 37.79%, rgba(255, 255, 255, 1) 50%, rgba(249, 237, 200, 1) 62.21%, rgba(240, 213, 124, 1) 80.48%, rgba(235, 197, 75, 1) 93.53%, rgba(233, 191, 57, 1) 100%);
  background: linear-gradient(45deg, rgba(233, 191, 57, 1) 0%, rgba(235, 197, 75, 1) 6.47%, rgba(240, 213, 124, 1) 19.52%, rgba(249, 237, 200, 1) 37.79%, rgba(255, 255, 255, 1) 50%, rgba(249, 237, 200, 1) 62.21%, rgba(240, 213, 124, 1) 80.48%, rgba(235, 197, 75, 1) 93.53%, rgba(233, 191, 57, 1) 100%);
}
.event-prize__item-winners .num {
  font-weight: 600;
}
.event-prize__item-winners .peoples {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .event-prize__item {
    margin-top: var(--pixel20);
  }
  .event-prize__item-winners {
    width: min(10.431918008784773vw, 142.5px);
    height: min(10.431918008784773vw, 142.5px);
    margin-right: var(--pixel20);
  }
  .event-prize__item-winners .num {
    font-size: var(--pixel58);
  }
  .event-prize__item-winners .peoples {
    font-size: var(--pixel26);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__item {
    margin-top: var(--pixel10);
  }
  .event-prize__item-winners {
    width: var(--pixel100);
    height: var(--pixel100);
    margin-right: var(--pixel15);
  }
  .event-prize__item-winners .num {
    font-size: var(--pixel40);
  }
  .event-prize__item-winners .peoples {
    font-size: var(--pixel22);
  }
}

.event-prize__item-name {
  font-weight: 700;
  line-height: 1.3;
}
.event-prize__item-name .small {
  letter-spacing: 0;
}
.event-prize__item-name .num {
  font-weight: 600;
  margin-right: 0.1em;
}
@media screen and (min-width: 641px) {
  .event-prize__item-name {
    font-size: var(--pixel45);
    padding-top: 0.2em;
  }
  .event-prize__item-name .small {
    font-size: var(--pixel34);
  }
  .event-prize__item-name .num {
    font-size: var(--pixel70);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__item-name {
    font-size: var(--pixel22);
    padding-top: 0.4em;
    max-width: calc(100% - (var(--pixel100) + var(--pixel15)));
  }
  .event-prize__item-name .small {
    display: inline-block;
    font-size: var(--pixel16);
    line-height: 1.5;
  }
  .event-prize__item-name .num {
    font-size: var(--pixel36);
    display: inline-block;
  }
}

.event-prize__sub {
  text-align: center;
  margin-top: var(--pixel20);
}
.event-prize__sub-txt {
  display: inline-block;
  font-weight: 700;
  border-radius: 9999px;
}
#prize-special .event-prize__sub-txt {
  background-color: rgba(0, 219, 183, 0.1);
}
#prize-picture .event-prize__sub-txt {
  background-color: rgba(0, 178, 242, 0.1);
}
#prize-card .event-prize__sub-txt {
  background-color: rgba(142, 98, 232, 0.1);
}
#prize-catalog .event-prize__sub-txt {
  background-color: rgba(237, 50, 216, 0.1);
}
#prize-haircomb .event-prize__sub-txt {
  background-color: rgba(255, 89, 101, 0.1);
}
#prize-bookcard .event-prize__sub-txt {
  background-color: rgba(255, 125, 18, 0.1);
}
.event-prize__sub-txt .num {
  font-weight: 600;
}
@media screen and (min-width: 641px) {
  .event-prize__sub-txt {
    padding: var(--pixel10) var(--pixel45);
    font-size: var(--pixel26);
  }
  .event-prize__sub-txt .num {
    font-size: var(--pixel36);
  }
  .event-prize__sub-txt .small {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__sub-txt {
    padding: var(--pixel05) var(--pixel20);
    font-size: var(--pixel18);
  }
  .event-prize__sub-txt .num {
    font-size: var(--pixel22);
  }
  .event-prize__sub-txt .small {
    font-size: var(--pixel14);
  }
}

.event-prize__figure {
  margin-right: auto;
  margin-left: auto;
}
.event-prize__figure img {
  display: block;
  width: 100%;
}
.event-prize__figure--card .yugioh-card {
  display: -webkit-box;
  display: flex;
  border: 1px solid #b3b3b3;
}
.event-prize__figure--card .yugioh-card__notes {
  display: block;
  text-align: center;
  color: #666666;
}
.event-prize__figure--haircomb {
  width: min(52.7086383601757vw, 720px);
}
.event-prize__figure--bookcard {
  width: min(52.7086383601757vw, 720px);
}
.event-prize__figure .img-copyright {
  color: #666666;
  display: block;
  margin-top: var(--pixel05);
}
@media screen and (min-width: 641px) {
  .event-prize__figure--giftcard {
    width: min(33.67496339677892vw, 460px);
  }
  .event-prize__figure--picture {
    width: min(32.357247437774525vw, 442px);
  }
  .event-prize__figure--card {
    width: min(52.7086383601757vw, 720px);
  }
  .event-prize__figure .img-copyright {
    font-size: var(--pixel12);
  }
  .event-prize__figure--card .yugioh-card {
    padding: var(--pixel15) var(--pixel70);
  }
  .event-prize__figure--card .yugioh-card > li {
    width: calc(50% - var(--pixel25));
  }
  .event-prize__figure--card .yugioh-card > li:nth-child(odd) {
    margin-right: var(--pixel50);
  }
  .event-prize__figure--card .yugioh-card__notes {
    margin-top: var(--pixel10);
    font-size: var(--pixel14);
  }
  .event-prize__figure--catalog {
    padding-right: var(--pixel25);
    padding-left: var(--pixel25);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__figure {
    width: 60vw;
  }
  .event-prize__figure--card {
    width: 100%;
  }
  .event-prize__figure .img-copyright {
    font-size: var(--pixel10);
  }
  .event-prize__figure--card .yugioh-card {
    padding: var(--pixel10) var(--pixel20);
  }
  .event-prize__figure--card .yugioh-card > li {
    width: calc(50% - var(--pixel10));
  }
  .event-prize__figure--card .yugioh-card > li:nth-child(odd) {
    margin-right: var(--pixel20);
  }
  .event-prize__figure--card .yugioh-card__notes {
    margin-top: var(--pixel05);
    font-size: var(--pixel10);
    line-height: 1.3;
  }
}

.event-prize__txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .event-prize__txt {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__txt {
    font-size: var(--pixel16);
  }
}

#prize-haircomb .event-prize__frame {
  background-color: rgba(255, 89, 101, 0.1);
}
.event-prize__frame-title {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .event-prize__frame {
    border-radius: var(--pixel12);
    padding: var(--pixel35) var(--pixel40);
  }
  .event-prize__frame-title {
    font-size: var(--pixel24);
  }
  .event-prize__frame-txt {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__frame {
    border-radius: var(--pixel06);
    padding: var(--pixel20) var(--pixel15);
  }
  .event-prize__frame-title {
    font-size: var(--pixel16);
  }
  .event-prize__frame-txt {
    font-size: var(--pixel14);
  }
}

.event-prize__images {
  display: -webkit-box;
  display: flex;
}
.event-prize__images > li {
  position: relative;
}
.event-prize__images > li img {
  display: block;
  width: 100%;
}
.event-prize__images > li .label {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  color: #fff;
  letter-spacing: 0.05em;
}
#section-prize .event-prize__images > li .label {
  background-color: #00dcb6;
}
@media screen and (min-width: 641px) {
  .event-prize__images {
    padding-right: var(--pixel25);
    padding-left: var(--pixel25);
  }
  .event-prize__images > li {
    width: calc(50% - var(--pixel15));
  }
  .event-prize__images > li:nth-child(odd) {
    margin-right: var(--pixel30);
  }
  .event-prize__images > li .label {
    border-top-right-radius: var(--pixel12);
    padding: var(--pixel05) var(--pixel15);
    font-size: var(--pixel16);
    min-width: min(9.51683748169839vw, 130px);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__images > li {
    width: calc(50% - var(--pixel08));
  }
  .event-prize__images > li:nth-child(odd) {
    margin-right: var(--pixel16);
  }
  .event-prize__images > li .label {
    border-top-right-radius: var(--pixel06);
    padding: 0 var(--pixel10);
    font-size: var(--pixel12);
  }
}

#prize-picture .event-prize__comic {
  background-color: rgba(0, 178, 242, 0.1);
}
#prize-card .event-prize__comic {
  background-color: rgba(142, 98, 232, 0.1);
}
.event-prize__comic-title {
  line-height: 1.2;
}
.event-prize__comic-dl > dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  margin-bottom: var(--pixel05);
}
.event-prize__comic-dl > dt:after {
  content: "";
  height: 100%;
  width: auto;
  background-image: -webkit-linear-gradient(transparent 0% calc(50% - 0.5px), #000 calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px) 100%);
  background-image: linear-gradient(transparent 0% calc(50% - 0.5px), #000 calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px) 100%);
  margin-left: 1em;
}
.event-prize__comic-dl > dd {
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .event-prize__comic {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-right: auto;
    margin-left: auto;
    border-radius: var(--pixel12);
    padding: var(--pixel35);
    width: min(51.244509516837475vw, 700px);
  }
  .event-prize__comic img {
    width: min(11.71303074670571vw, 160px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .event-prize__comic:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .event-prize__comic-info {
    width: calc(100% - min(11.71303074670571vw, 160px));
    padding-left: var(--pixel40);
  }
  .event-prize__comic-title {
    font-size: var(--pixel32);
  }
  .event-prize__comic-dl {
    margin-top: var(--pixel15);
  }
  .event-prize__comic-dl > dt {
    font-size: var(--pixel18);
  }
  .event-prize__comic-dl > dd {
    font-size: var(--pixel18);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__comic {
    display: block;
    border-radius: var(--pixel06);
    padding: var(--pixel25) var(--pixel15);
    width: 100%;
  }
  .event-prize__comic img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 40vw;
  }
  .event-prize__comic-info {
    margin-top: var(--pixel10);
  }
  .event-prize__comic-title {
    text-align: center;
    font-size: var(--pixel24);
  }
  .event-prize__comic-dl {
    margin-top: var(--pixel05);
  }
  .event-prize__comic-dl > dt {
    font-size: var(--pixel20);
  }
  .event-prize__comic-dl > dd {
    font-size: var(--pixel14);
  }
}

.event-prize__accordion > dt {
  color: #fff;
}
.event-prize__accordion > dt:before,
.event-prize__accordion > dt:after {
  background-color: #fff;
}
#prize-special .event-prize__accordion > dt {
  background-color: #00dcb6;
}
#prize-picture .event-prize__accordion > dt {
  background-color: #00b2f2;
}
#prize-card .event-prize__accordion > dt {
  background-color: #8e62e8;
}
#prize-catalog .event-prize__accordion > dt {
  background-color: #ed32d8;
}
#prize-haircomb .event-prize__accordion > dt {
  background-color: #ff5965;
}
#prize-bookcard .event-prize__accordion > dt {
  background-color: #ff7d12;
}
.event-prize__accordion > dd {
  text-align: center;
}
.event-prize__accordion-lead {
  display: inline-block;
  text-align: left;
}
.event-prize__notes {
  text-align: left;
}
.event-prize__notes > li {
  color: #666666;
}
.event-prize__notes-sub {
  display: block;
  text-align: left;
  color: #666666;
}
@media screen and (min-width: 641px) {
  .event-prize__accordion {
    padding-top: var(--pixel40);
  }
  .event-prize__accordion > dd {
    padding-top: var(--pixel20);
  }
  .event-prize__accordion-lead > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .event-prize__accordion-notes {
    margin-top: var(--pixel25);
  }
  .event-prize__list > li {
    font-size: var(--pixel16);
  }
  .event-prize__accordion-notes > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .event-prize__notes > li {
    font-size: var(--pixel14);
  }
  .event-prize__notes-sub {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .event-prize__accordion {
  }
  .event-prize__accordion > dd {
    padding-top: var(--pixel10);
  }
  .event-prize__accordion-lead > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .event-prize__list > li {
    font-size: var(--pixel13);
  }
  .event-prize__accordion-notes {
    margin-top: var(--pixel15);
  }
  .event-prize__accordion-notes > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .event-prize__notes > li {
    font-size: var(--pixel10);
  }
  .event-prize__notes-sub {
    font-size: var(--pixel10);
  }
}

/** SECTION METHOOD
==============================================*/
@media screen and (min-width: 641px) {
  #section-method {
    padding-top: var(--pixel95);
  }
}
@media screen and (max-width: 640px) {
  #section-method {
    padding-top: var(--pixel40);
  }
}

.method-steps__title {
  color: #fff;
  text-align: center;
  font-size: var(--pixel42);
}
@media screen and (min-width: 641px) {
  .method-steps__head > *:not(:first-child) {
    margin-top: var(--pixel35);
  }
  .method-steps__title {
    font-size: var(--pixel42);
  }
  .amethod-steps__lead {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .method-steps__head > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .method-steps__title {
    font-size: var(--pixel24);
  }
  .method-steps__lead {
    font-size: var(--pixel16);
  }
}

@media screen and (min-width: 641px) {
  .method-steps__list {
    padding-top: var(--pixel80);
  }
}
@media screen and (max-width: 640px) {
  .method-steps__list {
    padding-top: var(--pixel45);
  }
}

.steps-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #fff;
}
.steps-item__label {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
}
@media screen and (min-width: 641px) {
  .steps-item {
    position: relative;
    padding: var(--pixel70) var(--pixel55) var(--pixel50);
  }
  .steps-item:not(:first-child) {
    margin-top: min(11.71303074670571vw, 160px);
  }
  .steps-item:not(:last-child):after {
    left: calc(50% - var(--pixel32));
    top: calc(100% + var(--pixel40));
    width: var(--pixel64);
    height: var(--pixel32);
  }
  .steps-item__label {
    top: calc(0px - var(--pixel45));
  }
  .steps-item__label img {
    height: var(--pixel90);
  }
}
@media screen and (max-width: 640px) {
  .steps-item {
    position: relative;
    padding: var(--pixel50) var(--pixel15) var(--pixel30);
  }
  .steps-item:not(:first-child) {
    margin-top: var(--pixel80);
  }
  .steps-item:not(:last-child):after {
    left: calc(50% - var(--pixel20));
    top: calc(100% + var(--pixel20));
    width: var(--pixel40);
    height: var(--pixel20);
  }
  .steps-item__label {
    top: calc(0px - var(--pixel25));
  }
  .steps-item__label img {
    height: var(--pixel60);
  }
}

.steps-item__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .steps-item__head > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .steps-item__title {
    font-size: var(--pixel32);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__head > *:not(:first-child) {
    margin-top: var(--pixel05);
  }
  .steps-item__title {
    font-size: var(--pixel18);
  }
}

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

@media screen and (min-width: 641px) {
  .steps-item__notes > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__notes > li {
    font-size: var(--pixel12);
  }
}

@media screen and (min-width: 641px) {
  .steps-item__body {
    margin-top: var(--pixel40);
  }
  .steps-item__body > *:not(:first-child) {
    margin-top: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__body {
    margin-top: var(--pixel20);
  }
  .steps-item__body > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

@media screen and (min-width: 641px) {
  .steps-item__required {
    margin-right: auto;
    margin-left: auto;
    width: min(51.68374816983895vw, 706px);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__required > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
}

.steps-item__bg {
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--pixel06);
}
.steps-item__bg--or {
  background-color: #fff2e7;
}
.steps-item__bg--gry {
  background-color: #f2f2f2;
}
.steps-item__l-txt {
  font-weight: 700;
}
.steps-item__m-txt {
  font-weight: 700;
}
.steps-item__sub-txt {
  display: block;
}
@media screen and (min-width: 641px) {
  .steps-item__bg {
    padding: var(--pixel25) var(--pixel35) var(--pixel30);
    width: min(51.68374816983895vw, 706px);
  }
  .steps-item__bg > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .steps-item__l-txt {
    font-size: var(--pixel24);
  }
  .steps-item__m-txt {
    font-size: var(--pixel18);
  }
  .steps-item__sub-txt {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__bg {
    padding: var(--pixel20) var(--pixel15) var(--pixel20);
  }
  .steps-item__bg > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .steps-item__l-txt {
    font-size: var(--pixel18);
  }
  .steps-item__m-txt {
    font-size: var(--pixel14);
  }
  .steps-item__sub-txt {
    font-size: var(--pixel12);
  }
}

.steps-item__buttons > .page-button .icon-book {
  width: var(--pixel22);
  margin-left: var(--pixel08);
}
.steps-item__buttons > .page-button .icon-search {
  width: var(--pixel15);
  margin-left: var(--pixel08);
}
@media screen and (min-width: 641px) {
  .steps-item__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .steps-item__buttons > .page-button--nv {
    margin-right: var(--pixel08);
    margin-left: var(--pixel08);
  }
  .steps-item__buttons > .page-button--or {
    margin-right: var(--pixel03);
    margin-left: var(--pixel03);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__buttons > .page-button:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

.steps-item__accordion > dt {
  color: #fff;
  background-color: #003da5;
}
.steps-item__accordion > dt:before,
.steps-item__accordion > dt:after {
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .steps-item__accordion > dd {
    padding-top: var(--pixel30);
  }
  .steps-item__accordion > dd > *:not(:first-child) {
    margin-top: var(--pixel75);
  }
}
@media screen and (max-width: 640px) {
  .steps-item__accordion > dd {
    padding-top: var(--pixel20);
  }
  .steps-item__accordion > dd > *:not(:first-child) {
    margin-top: var(--pixel60);
  }
}

.howto-step__list {
  counter-reset: number;
}
.howto-step__list > li {
  position: relative;
}
.howto-step__list > li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #003da5;
  left: calc(50% - var(--pixel20));
  width: var(--pixel40);
  height: var(--pixel20);
}
.howto-step__list > li:before {
  counter-increment: number;
  content: "STEP" counter(number);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  display: block;
  text-align: center;
  color: #003da5;
  font-weight: 500;
  font-size: var(--pixel20);
}
.howto-step__lead {
  font-weight: 700;
  color: #003da5;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .howto-step__list > li:not(:first-child) {
    margin-top: var(--pixel68);
  }
  .howto-step__list > li > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .howto-step__list > li:not(:last-child):after {
    bottom: calc(0px - var(--pixel44));
  }
  .howto-step__list > li:before {
    margin-bottom: var(--pixel10);
  }
  .howto-step__lead {
    margin-bottom: var(--pixel40);
    font-size: var(--pixel24);
  }
  .howto-step__txt {
    font-size: var(--pixel18);
  }
  .howto-step__notes > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .howto-step__list > li:not(:first-child) {
    margin-top: var(--pixel50);
  }
  .howto-step__list > li > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .howto-step__list > li:not(:last-child):after {
    bottom: calc(0px - var(--pixel35));
  }
  .howto-step__list > li:before {
    margin-bottom: var(--pixel05);
  }
  .howto-step__lead {
    margin-bottom: var(--pixel20);
    font-size: var(--pixel18);
  }
  .howto-step__txt {
    font-size: var(--pixel14);
  }
  .howto-step__notes > li {
    font-size: var(--pixel12);
  }
}

/** SECTION GUIDELINES
==============================================*/
@media screen and (min-width: 641px) {
  #section-guidelines {
    padding-top: var(--pixel95);
  }
}
@media screen and (max-width: 640px) {
  #section-guidelines {
    padding-top: var(--pixel40);
  }
}

.application-guidelines__title {
  color: #fff;
  text-align: center;
}
.application-guidelines__lead {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .application-guidelines__head > *:not(:first-child) {
    margin-top: var(--pixel35);
  }
  .application-guidelines__title {
    font-size: var(--pixel42);
  }
  .application-guidelines__lead {
    font-size: var(--pixel24);
  }
}
@media screen and (max-width: 640px) {
  .application-guidelines__head > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .application-guidelines__title {
    font-size: var(--pixel24);
  }
  .application-guidelines__lead {
    font-size: var(--pixel16);
  }
}

@media screen and (min-width: 641px) {
  .application-guidelines__body {
    margin-top: var(--pixel55);
  }
}
@media screen and (max-width: 640px) {
  .application-guidelines__body {
    margin-top: var(--pixel35);
  }
}

.application-guidelines__dl {
  overflow: hidden;
}
.application-guidelines__dl * {
  line-height: 1.38;
}
.application-guidelines__dl > dt {
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
}
.application-guidelines__dl > dd {
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .application-guidelines__dl {
    border-radius: var(--pixel12);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .application-guidelines__dl > dt:not(:last-of-type),
  .application-guidelines__dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #b3b3b3;
  }
  .application-guidelines__dl > dt {
    font-size: var(--pixel18);
    padding: var(--pixel25) var(--pixel30);
  }
  .application-guidelines__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(--pixel40);
  }
  .application-guidelines__dl > dd > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
  .application-guidelines__txt {
    font-size: var(--pixel18);
  }
  .application-guidelines__notes > li {
    font-size: var(--pixel14);
  }
  .application-guidelines__notes > li:not(:first-child) {
    margin-top: var(--pixel05);
  }
}
@media screen and (max-width: 640px) {
  .application-guidelines__dl {
    border-radius: var(--pixel06);
  }
  .application-guidelines__dl > dd:not(:last-of-type) {
    border-bottom: 0.5px solid #b3b3b3;
  }
  .application-guidelines__dl > dt {
    font-size: var(--pixel16);
    padding: var(--pixel10) var(--pixel15);
  }
  .application-guidelines__dl > dd {
    padding: var(--pixel20) var(--pixel15);
  }
  .application-guidelines__dl > dd > *:not(:first-child) {
    margin-top: var(--pixel05);
  }
  .application-guidelines__txt {
    font-size: var(--pixel14);
  }
  .application-guidelines__notes > li {
    font-size: var(--pixel12);
  }
}

/** ARTICLE INFO
==============================================*/
.article-info {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .article-info {
    padding-bottom: min(12.079062957540264vw, 165px);
  }
  .article-info > section {
    padding-top: var(--pixel90);
  }
}
@media screen and (max-width: 640px) {
  .article-info {
    padding-bottom: var(--pixel60);
  }
  .article-info > section {
    padding-top: var(--pixel50);
  }
}

.article-info .headline__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .article-info .headline {
    margin-bottom: var(--pixel70);
  }
  .article-info .headline__title {
    font-size: var(--pixel32);
  }
}
@media screen and (max-width: 640px) {
  .article-info .headline {
    margin-bottom: var(--pixel20);
  }
  .article-info .headline__title {
    font-size: var(--pixel20);
  }
}

/** SECTION NOTES
==============================================*/
@media screen and (min-width: 641px) {
  .notes-area__notes > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .notes-area__notes > li {
    font-size: var(--pixel12);
  }
}

/** SECTION FAQ
==============================================*/
.faq-lineup__list {
  display: -webkit-box;
  display: flex;
}
.faq-lineup__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.42;
  background-color: transparent;
  color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #fff;
  border-radius: var(--pixel06);
  margin-bottom: var(--pixel10);
}
.faq-lineup__item.is-active {
  background-color: #fff;
  color: #000;
  pointer-events: none;
}
.faq-lineup__item.is-active:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #fff;
  left: calc(50% - var(--pixel08));
  width: var(--pixel16);
}
@media screen and (min-width: 641px) {
  .faq-lineup {
    border-bottom: 2px solid #fff;
    padding-bottom: var(--pixel50);
  }
  .faq-lineup__item {
    font-size: var(--pixel14);
    padding: var(--pixel10) var(--pixel05);
    width: calc((100% - var(--pixel30)) / 6);
  }
  .faq-lineup__item.is-active:after {
    height: var(--pixel12);
  }
  .faq-lineup__item:not(:nth-child(6n)) {
    margin-right: var(--pixel06);
  }
  .faq-lineup__item:not(.is-active) {
    cursor: pointer;
  }
  .faq-lineup__item:not(.is-active):hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 640px) {
  .faq-lineup {
    border-bottom: 1px solid #fff;
    padding-bottom: var(--pixel10);
  }
  .faq-lineup__list {
    flex-wrap: wrap;
  }
  .faq-lineup__item {
    line-height: 1.2;
    font-size: var(--pixel12);
    padding: var(--pixel08) var(--pixel05);
    width: calc((100% - var(--pixel12)) / 3);
  }
  .faq-lineup__item.is-active:after {
    height: var(--pixel08);
  }
  .faq-lineup__item:not(:nth-child(3n)) {
    margin-right: var(--pixel06);
  }
  .faq-lineup__item:not(:nth-child(-n + 3)) {
    margin-top: var(--pixel05);
  }
}

@media screen and (min-width: 641px) {
  .faq-categories {
    padding-top: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories {
    padding-top: var(--pixel20);
  }
}

.faq-categories__title {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .faq-categories__title {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__title {
    font-size: var(--pixel18);
    margin-bottom: var(--pixel15);
  }
}

@media screen and (min-width: 641px) {
  .faq-categories__faq-wrap > *:not(:first-child) {
    margin-top: var(--pixel65);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__faq-wrap > *:not(:first-child) {
    margin-top: var(--pixel50);
  }
}

.faq-categories__sub-ttl {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .faq-categories__sub-ttl {
    font-size: var(--pixel20);
    margin-bottom: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__sub-ttl {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel10);
  }
}

.faq-categories__dl {
  color: #000;
}
.faq-categories__dl > dt {
  background-color: #fff;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
}
.faq-categories__dl > dt:before,
.faq-categories__dl > dt:after {
  background-color: #000;
}
.faq-categories__dl > dt.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-categories__dl > dt:not(:first-of-type) {
  margin-top: var(--pixel10);
}
.faq-categories__dl > dd {
  background-color: #fff;
  border-bottom-left-radius: var(--pixel06);
  border-bottom-right-radius: var(--pixel06);
}
@media screen and (min-width: 641px) {
  .faq-categories__dl > dd {
    padding: var(--pixel15) var(--pixel62) var(--pixel35) var(--pixel33);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__dl > dt {
    padding: var(--pixel10) var(--pixel43) var(--pixel10) var(--pixel15);
  }
  .faq-categories__dl > dd {
    padding: var(--pixel10) var(--pixel43) var(--pixel20) var(--pixel15);
  }
}

.faq-categories__dt,
.faq-categories__dd {
  display: block;
  position: relative;
}
.faq-categories__dt:before,
.faq-categories__dd:before {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.faq-categories__dt:before {
  content: "Q.";
  color: #003da5;
}
.faq-categories__dd:before {
  content: "A.";
  color: #808080;
}

@media screen and (min-width: 641px) {
  .faq-categories__dt,
  .faq-categories__dd {
    padding-left: var(--pixel37);
  }
  .faq-categories__dt:before,
  .faq-categories__dd:before {
    font-size: var(--pixel26);
    width: var(--pixel37);
  }
  .faq-categories__dt {
    font-weight: 700;
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__dt,
  .faq-categories__dd {
    padding-left: var(--pixel25);
  }
  .faq-categories__dt:before,
  .faq-categories__dd:before {
    font-size: var(--pixel18);
    width: var(--pixel25);
  }
  .faq-categories__dt {
    font-weight: 500;
    font-size: var(--pixel15);
    line-height: 1.5;
  }
}

@media screen and (min-width: 641px) {
  .faq-categories__dd > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__dd > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
}

.faq-categories__bg {
  background-color: #f2f2f2;
  border-radius: var(--pixel06);
}
@media screen and (min-width: 641px) {
  .faq-categories__txt {
    font-size: var(--pixel18);
  }
  .faq-categories__notes > li {
    font-size: var(--pixel14);
  }
  .faq-categories__bg {
    padding: var(--pixel15) var(--pixel25);
  }
}
@media screen and (max-width: 640px) {
  .faq-categories__txt {
    font-size: var(--pixel14);
  }
  .faq-categories__notes > li {
    font-size: var(--pixel12);
  }
  .faq-categories__bg {
    padding: var(--pixel10) var(--pixel15);
  }
}

/** PAGE TOP
==============================================*/
.page-top {
  position: fixed;
  z-index: 11;
  opacity: 0;
}
.page-top__button {
  color: #003da5;
  line-height: 1.3;
  text-align: center;
  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;
  background-color: #fff;
  border-radius: 50%;
  border: 0.5px solid rgba(0, 61, 165, 0.7);
}
.page-top__button:before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #003da5;
}
.page-top__button:hover {
  color: #003da5;
  opacity: 1;
}
.page-top__button .ja {
  font-weight: 700;
  line-height: 1;
}
.page-top__button .en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .page-top {
    bottom: var(--pixel40);
    right: var(--pixel40);
  }
  .page-top__button {
    width: min(8.272327964860908vw, 113px);
    height: min(8.272327964860908vw, 113px);
    padding-bottom: var(--pixel05);
  }
  .page-top__button:before {
    width: var(--pixel20);
    height: var(--pixel10);
    margin-bottom: var(--pixel05);
  }
  .page-top__button .ja {
    font-size: var(--pixel20);
  }
  .page-top__button .en {
    font-size: var(--pixel36);
  }
}
@media screen and (max-width: 640px) {
  .page-top {
    bottom: var(--pixel10);
    right: var(--pixel05);
  }
  .page-top__button {
    width: var(--pixel50);
    height: var(--pixel50);
    padding-bottom: var(--pixel02);
  }
  .page-top__button:before {
    width: var(--pixel16);
    height: var(--pixel08);
    margin-bottom: var(--pixel02);
  }
  .page-top__button .ja {
    font-size: var(--pixel12);
  }
  .page-top__button .en {
    font-size: var(--pixel16);
  }
}

/** 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: 961px) {
  .footer-logo__img {
    width: var(--pixel71);
  }
}
@media screen and (max-width: 960px) {
  .footer-logo__img {
    width: var(--pixel100);
  }
}
