@charset "UTF-8";
/* =====================================
  function
===================================== */
/* =====================================
  keyframes
===================================== */
@-webkit-keyframes reveal-down {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes reveal-down {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes reveal-wipe {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes reveal-wipe {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@font-face {
  src:
    local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  src:
    url(../font/Maax-Regular.woff2) format("woff2"),
    url(../font/Maax-Regular.woff) format("woff");
  font-family: "Maax";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  src:
    url(../font/Maax-Italic.woff2) format("woff2"),
    url(../font/Maax-Italic.woff) format("woff");
  font-family: "Maax";
  font-style: italic;
  font-weight: 400;
  font-weight: 300 400;
}
@font-face {
  font-display: swap;
  src:
    url(../font/Maax-Medium.woff2) format("woff2"),
    url(../font/Maax-Medium.woff) format("woff");
  font-family: "Maax";
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-display: swap;
  src:
    url(../font/Maax-Medium_Italic.woff2) format("woff2"),
    url(../font/Maax-Medium_Italic.woff) format("woff");
  font-family: "Maax";
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-display: swap;
  src:
    url(../font/Maax-Bold.woff2) format("woff2"),
    url(../font/Maax-Bold.woff) format("woff");
  font-family: "Maax";
  font-style: normal;
  font-weight: 700;
  font-weight: 600 700;
}
@font-face {
  font-display: swap;
  src:
    url(../font/Maax-BoldItalic.woff2) format("woff2"),
    url(../font/Maax-BoldItalic.woff) format("woff");
  font-family: "Maax";
  font-style: italic;
  font-weight: 700;
  font-weight: 600 700;
}
@font-face {
  font-display: swap;
  src:
    url(../font/TazuganeGothicForKodanshaLt.woff2) format("woff2"),
    url(../font/TazuganeGothicForKodanshaLt.woff) format("woff");
  font-family: "TazuganeGothicForKodansha";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  src:
    url(../font/TazuganeGothicForKodanshaMd.woff2) format("woff2"),
    url(../font/TazuganeGothicForKodanshaMd.woff) format("woff");
  font-family: "TazuganeGothicForKodansha";
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-display: swap;
  src:
    url(../font/TazuganeGothicForKodanshaHv.woff2) format("woff2"),
    url(../font/TazuganeGothicForKodanshaHv.woff) format("woff");
  font-family: "TazuganeGothicForKodansha";
  font-style: bold;
  font-weight: 700;
}
/* =====================================
  contents
===================================== */
/* =====================================
  layout
===================================== */
/* =====================================
  font
===================================== */
/* =====================================
  animation
===================================== */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #2a2a2a;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.43;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

a,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: opacity 0.2s;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  user-select: none;
}
a:hover,
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

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

em,
i,
dfn {
  font-style: normal;
}

/* =====================================
  PC/SP
===================================== */
.for-sp {
  display: none !important;
}

.for-pc {
  display: inline-block !important;
}

/* =====================================
  .l-sub-header
===================================== */
.l-sub-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
}
.l-sub-header__content {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 130px;
  padding-bottom: 110px;
}
.l-sub-header__content__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.2567567568%;
  flex: 0 0 39.2567567568%;
  max-width: 581px;
  margin-right: -31px;
}
.l-sub-header__content__title.c-sec-title {
  padding-top: 0;
}
.l-sub-header__content__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60.7432432432%;
  flex: 1 1 60.7432432432%;
  padding: 0 62px;
}
.l-sub-header__content__content p {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.6211381392rem;
  font-weight: bold;
  line-height: 1.43;
}
body.is-en .l-sub-header__content__content p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 3.2917677241rem;
  line-height: 1.3;
  line-height: 1.3;
}

/* =====================================
  .l-col1
===================================== */
/* =====================================
  .l-col2
===================================== */
.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-col2__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.l-col-common1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 62px 0 31px;
}
.l-col-common1__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65.6405163853%;
  flex: 1 0 65.6405163853%;
  margin-right: 3.0784508441%;
}
.l-col-common1__txt__title {
  margin-bottom: 0.5em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.6211381392rem;
  font-weight: 400;
  line-height: 1.43;
}
body.is-en .l-col-common1__txt__title {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 3.2917677241rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-col-common1__txt p {
  margin-bottom: 1.4em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.3299005682rem;
  line-height: 1.43;
}
body.is-en .l-col-common1__txt p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.8832519531rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-col-common1__txt p .ff-en {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.562890625rem;
  line-height: 1.3;
}
.l-col-common1__txt p.c-btn {
  margin-bottom: 0;
}
.l-col-common1__txt .txt__more {
  display: none;
}
.l-col-common1__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.2810327706%;
  flex: 0 0 31.2810327706%;
}

/* =====================================
  .l-section
===================================== */
.l-section {
  border-bottom: 2px solid #2a2a2a;
}
.l-section--col3 .l-section__wrap,
.l-section--col4 .l-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section--rev .l-section__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l-section__wrap.l-section__wrap--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-section__header {
  padding-bottom: 48px;
}
.l-section--col3 .l-section__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.2567567568%;
  flex: 0 0 39.2567567568%;
  max-width: 581px;
}
.l-section--col3 .l-section__wrap--wrap .l-section__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.2567567568%;
  flex: 0 0 39.2567567568%;
  max-width: 581px;
  white-space: nowrap;
}
body.is-en .l-section--col3 .l-section__wrap--wrap .l-section__header {
  white-space: normal;
}
.l-section__header--vertical {
  padding-bottom: 40px;
}
.l-section__header--vertical .c-sec-title {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin: 0;
}
.l-section__header--vertical .c-sec-title__title-sub {
  margin-left: 1em;
}
.l-section--col4 .l-section__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.3378378378%;
  flex: 0 0 25.3378378378%;
  max-width: 375px;
}
.l-section--col4 .l-section__wrap--wrap .l-section__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.3378378378%;
  flex: 0 0 25.3378378378%;
  max-width: 375px;
}
.l-section--col3 .l-section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60.7432432432%;
  flex: 1 1 60.7432432432%;
}
.l-section--col4 .l-section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 74.6621621622%;
  flex: 1 1 74.6621621622%;
  width: 75%;
}
.l-section--col3 .l-section__wrap--wrap .l-section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60.7432432432%;
  flex: 1 1 60.7432432432%;
  padding: 0 62px;
}
.l-section--col4 .l-section__wrap--wrap .l-section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 74.6621621622%;
  flex: 1 1 74.6621621622%;
  padding: 0 62px;
}

.l-section p span {
  display: inline-block;
}

/* =====================================
  .c-lead-block
===================================== */
.c-lead-block {
  padding: 0 62px;
}
.c-lead-block p {
  margin-top: 1em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.6211381392rem;
  line-height: 1.43;
}
body.is-en .c-lead-block p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 3.2917677241rem;
  line-height: 1.3;
  line-height: 1.3;
}
.c-lead-block .c-btn {
  margin-top: 40px;
}

/* =====================================
  .c-img
===================================== */
.c-img--full {
  width: 100%;
}
.c-img--full img {
  width: 100%;
  height: auto;
}

.c-img-col2 {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}
.c-img-col2 img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.c-img-col2__block1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.5050055617%;
  flex: 0 0 54.5050055617%;
}
.c-img-col2__block1 img {
  height: 100%;
}
.c-img-col2__block2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.c-img-col2__block2 img {
  height: 50%;
}

.c-sec-title {
  margin-bottom: 45px;
  padding-top: 100px;
  padding-left: 62px;
}
.c-sec-title__title {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 5.8451778458rem;
  line-height: 1.3;
  white-space: nowrap;
}
.el-fade-in .c-sec-title__title {
  -webkit-transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.5s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.5s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.5s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
}
.el-fade-in.is-appear .c-sec-title__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
body.is-en .c-sec-title__title:not(.c-nowrap) {
  white-space: normal;
}
body.is-zh-ch .c-sec-title__title:not(.is-en),
body.is-zh-tw .c-sec-title__title:not(.is-en) {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 5.3137980417rem;
  line-height: 1.43;
}
body.is-en body.is-zh-ch .c-sec-title__title:not(.is-en),
body.is-en body.is-zh-tw .c-sec-title__title:not(.is-en) {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 7.2896841115rem;
  line-height: 1.3;
  line-height: 1.3;
}
.c-sec-title__title-sub {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.3299005682rem;
  line-height: 1.43;
}
body.is-en .c-sec-title__title-sub {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.8832519531rem;
  line-height: 1.3;
  line-height: 1.3;
}
.el-fade-in .c-sec-title__title-sub {
  -webkit-transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
}
.el-fade-in.is-appear .c-sec-title__title-sub {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.c-sec-title__title-sub.ff-en {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.562890625rem;
  line-height: 1.3;
}
.c-sec-title--small .c-sec-title__title {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 4.1052552223rem;
  line-height: 1.3;
}
.c-sec-title--small .c-sec-title__title-sub {
  margin-top: 0.4em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.6363636364rem;
  line-height: 1.43;
}
body.is-en .c-sec-title--small .c-sec-title__title-sub {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.9375049986rem;
  line-height: 1.3;
  line-height: 1.3;
}
.el-fade-in .c-sec-title + p {
  -webkit-transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
}
.el-fade-in.is-appear .c-sec-title + p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-btn {
  position: relative;
  width: 146px;
  height: 36px;
  text-align: center;
}
.c-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: background-color 125ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #2a2a2a;
  font-weight: bold;
  transition: background-color 125ms ease-out;
}
.c-btn a:hover {
  border: 2px solid #ffffff;
  background-color: #2a2a2a;
}
.c-btn a span,
.c-btn a svg,
.c-btn a path {
  -webkit-transition:
    border-color 125ms ease-out,
    color 125ms ease-out;
  transition:
    border-color 125ms ease-out,
    color 125ms ease-out;
}
.c-btn span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.1377777778rem;
  line-height: 1;
}
body.is-zh-ch .c-btn:not(.c-btn--play) span,
body.is-zh-tw .c-btn:not(.c-btn--play) span {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.2929292929rem;
  line-height: 1.43;
}
body.is-en body.is-zh-ch .c-btn:not(.c-btn--play) span,
body.is-en body.is-zh-tw .c-btn:not(.c-btn--play) span {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4864477779rem;
  line-height: 1.3;
  line-height: 1.3;
}
.c-btn svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  border-left: 2px solid #2a2a2a;
}
.c-btn path {
  fill: #2a2a2a;
  margin: -2px 0;
}
.c-btn a:hover {
  opacity: 1;
}
.c-btn a:hover span {
  color: #ffffff;
}
.c-btn a:hover svg {
  border-left-color: #ffffff;
}
.c-btn a:hover path {
  fill: #ffffff;
  -webkit-animation: slide-in 0.35s ease-in 0.1s;
  animation: slide-in 0.35s ease-in 0.1s;
}
.c-btn--play a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-btn--play a:hover path {
  -webkit-animation: none;
  animation: none;
}
.c-btn--play svg {
  -ms-flex-preferred-size: 40px;
  -webkit-transform: translateX(-0.5px);
  flex-basis: 40px;
  width: 40px;
  margin: -2px;
  transform: translateX(-0.5px);
  border-left: none;
}
.c-btn--play polygon {
  fill: #ffffff;
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-link a {
  padding: 2px 4px 0;
  border-bottom: 2px solid #2a2a2a;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.62rem;
  font-weight: bold;
  line-height: 1.43;
}
.c-link a:hover {
  padding: 0 2px;
  border: 2px solid #2a2a2a;
  opacity: 1;
}

.l-movinglogo {
  -webkit-transition: opacity 0.3s ease-in-out;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.l-movinglogo__mv {
  width: 100%;
  height: 100%;
}
.l-movinglogo.is-ended {
  opacity: 0;
}

/* =====================================
  contents
===================================== */
.ff-en {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.comingsoon {
  pointer-events: none !important;
}

/* =====================================
  common parts
===================================== */
.l-menu-anc {
  border-bottom: 2px solid #2a2a2a;
}
.l-menu-anc__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.l-menu-anc__menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.3378378378%;
  flex: 0 0 25.3378378378%;
  height: 60px;
  margin-bottom: -1px;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  line-height: 60px;
}
.l-menu-anc__menu li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 31px;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 2.278125rem;
  font-weight: bold;
  line-height: 1.3;
}
.l-menu-anc__menu li a::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-left: 1em;
  transform: rotate(45deg);
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  content: "";
}
.l-menu-anc__menu li.c-narrow a::after {
  margin-left: 0.5em;
}

.l-menu-anc__menu li:nth-of-type(1) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(1) a {
  -webkit-transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(1) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(2) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(2) a {
  -webkit-transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(2) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(3) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(3) a {
  -webkit-transition:
    opacity 0.3s ease 0.3s,
    -webkit-transform 0.5s ease 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.3s,
    -webkit-transform 0.5s ease 0.3s;
  transition:
    opacity 0.3s ease 0.3s,
    transform 0.5s ease 0.3s;
  transition:
    opacity 0.3s ease 0.3s,
    transform 0.5s ease 0.3s,
    -webkit-transform 0.5s ease 0.3s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(3) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(4) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(4) a {
  -webkit-transition:
    opacity 0.3s ease 0.4s,
    -webkit-transform 0.5s ease 0.4s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.4s,
    -webkit-transform 0.5s ease 0.4s;
  transition:
    opacity 0.3s ease 0.4s,
    transform 0.5s ease 0.4s;
  transition:
    opacity 0.3s ease 0.4s,
    transform 0.5s ease 0.4s,
    -webkit-transform 0.5s ease 0.4s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(4) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(5) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(5) a {
  -webkit-transition:
    opacity 0.3s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.3s ease 0.5s,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.3s ease 0.5s,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(5) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(6) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(6) a {
  -webkit-transition:
    opacity 0.3s ease 0.6s,
    -webkit-transform 0.5s ease 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.6s,
    -webkit-transform 0.5s ease 0.6s;
  transition:
    opacity 0.3s ease 0.6s,
    transform 0.5s ease 0.6s;
  transition:
    opacity 0.3s ease 0.6s,
    transform 0.5s ease 0.6s,
    -webkit-transform 0.5s ease 0.6s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(6) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(7) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(7) a {
  -webkit-transition:
    opacity 0.3s ease 0.7s,
    -webkit-transform 0.5s ease 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.7s,
    -webkit-transform 0.5s ease 0.7s;
  transition:
    opacity 0.3s ease 0.7s,
    transform 0.5s ease 0.7s;
  transition:
    opacity 0.3s ease 0.7s,
    transform 0.5s ease 0.7s,
    -webkit-transform 0.5s ease 0.7s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(7) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(8) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(8) a {
  -webkit-transition:
    opacity 0.3s ease 0.8s,
    -webkit-transform 0.5s ease 0.8s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.8s,
    -webkit-transform 0.5s ease 0.8s;
  transition:
    opacity 0.3s ease 0.8s,
    transform 0.5s ease 0.8s;
  transition:
    opacity 0.3s ease 0.8s,
    transform 0.5s ease 0.8s,
    -webkit-transform 0.5s ease 0.8s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(8) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(9) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(9) a {
  -webkit-transition:
    opacity 0.3s ease 0.9s,
    -webkit-transform 0.5s ease 0.9s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.9s,
    -webkit-transform 0.5s ease 0.9s;
  transition:
    opacity 0.3s ease 0.9s,
    transform 0.5s ease 0.9s;
  transition:
    opacity 0.3s ease 0.9s,
    transform 0.5s ease 0.9s,
    -webkit-transform 0.5s ease 0.9s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(9) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-menu-anc__menu li:nth-of-type(10) a {
  white-space: nowrap;
}
.el-fade-in .l-menu-anc__menu li:nth-of-type(10) a {
  -webkit-transition:
    opacity 0.3s ease 1s,
    -webkit-transform 0.5s ease 1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 1s,
    -webkit-transform 0.5s ease 1s;
  transition:
    opacity 0.3s ease 1s,
    transform 0.5s ease 1s;
  transition:
    opacity 0.3s ease 1s,
    transform 0.5s ease 1s,
    -webkit-transform 0.5s ease 1s;
}
.el-fade-in.is-appear .l-menu-anc__menu li:nth-of-type(10) a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* =====================================
  fadein
===================================== */
.el-fade-in--self {
  -webkit-transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.5s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.5s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.5s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
}
.el-fade-in--self.is-appear {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.el-fade-in--delay1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.el-fade-in--delay2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.el-fade-in--delay3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.el-fade-in--delay4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.el-fade-in--delay5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.el-fade-in--delay6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.el-fade-in--delay7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.el-fade-in--delay8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.el-fade-in--delay9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.el-fade-in--delay10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.el-fade-in--children > h2:nth-child(1),
.el-fade-in--children > h3:nth-child(1),
.el-fade-in--children > p:nth-child(1),
.el-fade-in--children > ul:nth-child(1),
.el-fade-in--children > li:nth-child(1),
.el-fade-in--children > img:nth-child(1) {
  -webkit-transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s;
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.5s ease 0.1s,
    -webkit-transform 0.5s ease 0.1s;
}
.el-fade-in--children > h2:nth-child(2),
.el-fade-in--children > h3:nth-child(2),
.el-fade-in--children > p:nth-child(2),
.el-fade-in--children > ul:nth-child(2),
.el-fade-in--children > li:nth-child(2),
.el-fade-in--children > img:nth-child(2) {
  -webkit-transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s;
  transition:
    opacity 0.3s ease 0.2s,
    transform 0.5s ease 0.2s,
    -webkit-transform 0.5s ease 0.2s;
}
.el-fade-in--children > h2:nth-child(3),
.el-fade-in--children > h3:nth-child(3),
.el-fade-in--children > p:nth-child(3),
.el-fade-in--children > ul:nth-child(3),
.el-fade-in--children > li:nth-child(3),
.el-fade-in--children > img:nth-child(3) {
  -webkit-transition:
    opacity 0.3s ease 0.3s,
    -webkit-transform 0.5s ease 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.3s,
    -webkit-transform 0.5s ease 0.3s;
  transition:
    opacity 0.3s ease 0.3s,
    transform 0.5s ease 0.3s;
  transition:
    opacity 0.3s ease 0.3s,
    transform 0.5s ease 0.3s,
    -webkit-transform 0.5s ease 0.3s;
}
.el-fade-in--children > h2:nth-child(4),
.el-fade-in--children > h3:nth-child(4),
.el-fade-in--children > p:nth-child(4),
.el-fade-in--children > ul:nth-child(4),
.el-fade-in--children > li:nth-child(4),
.el-fade-in--children > img:nth-child(4) {
  -webkit-transition:
    opacity 0.3s ease 0.4s,
    -webkit-transform 0.5s ease 0.4s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.4s,
    -webkit-transform 0.5s ease 0.4s;
  transition:
    opacity 0.3s ease 0.4s,
    transform 0.5s ease 0.4s;
  transition:
    opacity 0.3s ease 0.4s,
    transform 0.5s ease 0.4s,
    -webkit-transform 0.5s ease 0.4s;
}
.el-fade-in--children > h2:nth-child(5),
.el-fade-in--children > h3:nth-child(5),
.el-fade-in--children > p:nth-child(5),
.el-fade-in--children > ul:nth-child(5),
.el-fade-in--children > li:nth-child(5),
.el-fade-in--children > img:nth-child(5) {
  -webkit-transition:
    opacity 0.3s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
  transition:
    opacity 0.3s ease 0.5s,
    transform 0.5s ease 0.5s;
  transition:
    opacity 0.3s ease 0.5s,
    transform 0.5s ease 0.5s,
    -webkit-transform 0.5s ease 0.5s;
}
.el-fade-in--children > h2:nth-child(6),
.el-fade-in--children > h3:nth-child(6),
.el-fade-in--children > p:nth-child(6),
.el-fade-in--children > ul:nth-child(6),
.el-fade-in--children > li:nth-child(6),
.el-fade-in--children > img:nth-child(6) {
  -webkit-transition:
    opacity 0.3s ease 0.6s,
    -webkit-transform 0.5s ease 0.6s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.6s,
    -webkit-transform 0.5s ease 0.6s;
  transition:
    opacity 0.3s ease 0.6s,
    transform 0.5s ease 0.6s;
  transition:
    opacity 0.3s ease 0.6s,
    transform 0.5s ease 0.6s,
    -webkit-transform 0.5s ease 0.6s;
}
.el-fade-in--children > h2:nth-child(7),
.el-fade-in--children > h3:nth-child(7),
.el-fade-in--children > p:nth-child(7),
.el-fade-in--children > ul:nth-child(7),
.el-fade-in--children > li:nth-child(7),
.el-fade-in--children > img:nth-child(7) {
  -webkit-transition:
    opacity 0.3s ease 0.7s,
    -webkit-transform 0.5s ease 0.7s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.7s,
    -webkit-transform 0.5s ease 0.7s;
  transition:
    opacity 0.3s ease 0.7s,
    transform 0.5s ease 0.7s;
  transition:
    opacity 0.3s ease 0.7s,
    transform 0.5s ease 0.7s,
    -webkit-transform 0.5s ease 0.7s;
}
.el-fade-in--children > h2:nth-child(8),
.el-fade-in--children > h3:nth-child(8),
.el-fade-in--children > p:nth-child(8),
.el-fade-in--children > ul:nth-child(8),
.el-fade-in--children > li:nth-child(8),
.el-fade-in--children > img:nth-child(8) {
  -webkit-transition:
    opacity 0.3s ease 0.8s,
    -webkit-transform 0.5s ease 0.8s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.8s,
    -webkit-transform 0.5s ease 0.8s;
  transition:
    opacity 0.3s ease 0.8s,
    transform 0.5s ease 0.8s;
  transition:
    opacity 0.3s ease 0.8s,
    transform 0.5s ease 0.8s,
    -webkit-transform 0.5s ease 0.8s;
}
.el-fade-in--children > h2:nth-child(9),
.el-fade-in--children > h3:nth-child(9),
.el-fade-in--children > p:nth-child(9),
.el-fade-in--children > ul:nth-child(9),
.el-fade-in--children > li:nth-child(9),
.el-fade-in--children > img:nth-child(9) {
  -webkit-transition:
    opacity 0.3s ease 0.9s,
    -webkit-transform 0.5s ease 0.9s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 0.9s,
    -webkit-transform 0.5s ease 0.9s;
  transition:
    opacity 0.3s ease 0.9s,
    transform 0.5s ease 0.9s;
  transition:
    opacity 0.3s ease 0.9s,
    transform 0.5s ease 0.9s,
    -webkit-transform 0.5s ease 0.9s;
}
.el-fade-in--children > h2:nth-child(10),
.el-fade-in--children > h3:nth-child(10),
.el-fade-in--children > p:nth-child(10),
.el-fade-in--children > ul:nth-child(10),
.el-fade-in--children > li:nth-child(10),
.el-fade-in--children > img:nth-child(10) {
  -webkit-transition:
    opacity 0.3s ease 1s,
    -webkit-transform 0.5s ease 1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition:
    opacity 0.3s ease 1s,
    -webkit-transform 0.5s ease 1s;
  transition:
    opacity 0.3s ease 1s,
    transform 0.5s ease 1s;
  transition:
    opacity 0.3s ease 1s,
    transform 0.5s ease 1s,
    -webkit-transform 0.5s ease 1s;
}
.el-fade-in--children.is-appear > h2,
.el-fade-in--children.is-appear > h3,
.el-fade-in--children.is-appear > p,
.el-fade-in--children.is-appear > ul,
.el-fade-in--children.is-appear > li,
.el-fade-in--children.is-appear > img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* =====================================
  utils
===================================== */
.c-w2em {
  display: inline-block;
  width: 2em;
  height: 0;
  margin-right: 0.3em;
  border-top: 2px solid #2a2a2a;
  vertical-align: middle;
}

/* =====================================
  PC / SP
===================================== */
.for-sp {
  display: none !important;
}

.for-pc {
  display: inline-block !important;
}

/* =====================================
  .l-slider
===================================== */
.c-slide-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.c-slide-item img {
  width: 100%;
  height: auto;
}

.l-slider {
  border-bottom: 2px solid #000;
}
.l-slider .c-slide-item {
  height: 56.24vw;
}
.l-slider .c-slide-item__movie {
  width: 100%;
  height: 100%;
}
.l-slider .c-slide-item__movie iframe {
  width: 100%;
  height: 100%;
}
.l-slider .c-slide-item__movie video {
  width: 100%;
  height: 100%;
}
.l-slider .c-slide-item img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-slider .swiper-button-next:after,
.l-slider .swiper-button-prev:after {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
}

.l-scroll-horizontal {
  width: 100%;
  overflow: hidden;
}
.l-scroll-horizontal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-scroll-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 346px;
  flex: 0 0 346px;
}
.c-scroll-item:first-child {
  -ms-flex-preferred-size: 377px;
  flex-basis: 377px;
}

.c-progress {
  height: 20px;
}
.c-progress__bar {
  -webkit-transition: width 0.2s cubic-bezier(0.1, 0.69, 0.79, 0.88);
  width: 0;
  height: 100%;
  background-color: #2a2a2a;
  transition: width 0.2s cubic-bezier(0.1, 0.69, 0.79, 0.88);
}

:root {
  --color-white: #fff;
  --color-gray-light: #f2f2f2;
  --color-gray-mid: #ddd;
  --color-gray-dark: #757575;
  --color-black: #000;
  --color-red: #f5333f;
  --color-blue: #3cc8e1;
  --color-orange: #ff9f37;
  --color-purple: #c964cf;
  --color-green: #14bfa1;
  --color-pink: #f67599;
  --color-navy: #001a70;
  --color-yellow: #ffe600;
  --color-blue-rgb: 60, 200, 225;
  --color-green-rgb: 20, 191, 161;
  --color-navy-rgb: 0, 26, 112;
  --color-orange-rgb: 255, 159, 55;
  --color-pink-rgb: 246, 117, 153;
  --color-purple-rgb: 201, 100, 207;
  --color-red-rgb: 245, 51, 63;
  --color-yellow-rgb: 255, 230, 0;
  --color-background: var(--color-white);
  --color-background-2: var(--color-gray-light);
  --color-background-3: var(--color-gray-mid);
  --color-text: var(--color-black);
  --color-text-2: var(--color-gray-dark);
  --color-line: var(--color-black);
  --color-line-2: var(--color-gray-dark);
  --color-line-3: var(--color-gray-mid);
  --measure: 80ch;
  --line-height: 1.3;
  --line-height-heading: 1.1667;
  --font-family-sans-serif: "Maax", "Noto Sans SC", "microsoft yahei", "微软雅黑", "宋体", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  --font-family-serif: "Galaxie Copernicus", "Palatino Linotype", "Book Antiqua", "Palatino", serif;
  --font-family-monospace: "Courier 10 Pitch", courier, monospace;
  --font-family-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --type-scale: 1.125;
  --font-size-01: calc(var(--font-size-02) / var(--type-scale));
  --font-size-02: calc(var(--font-size-03) / var(--type-scale));
  --font-size-03: calc(var(--font-size-04) / var(--type-scale));
  --font-size-04: 1px * 16;
  --font-size-05: calc(var(--font-size-04) * var(--type-scale));
  --font-size-06: calc(var(--font-size-05) * var(--type-scale));
  --font-size-07: calc(var(--font-size-06) * var(--type-scale));
  --font-size-08: calc(var(--font-size-07) * var(--type-scale));
  --font-size-09: calc(var(--font-size-08) * var(--type-scale));
  --font-size-10: calc(var(--font-size-09) * var(--type-scale));
  --font-size-11: calc(var(--font-size-10) * var(--type-scale));
  --font-size-12: calc(var(--font-size-11) * var(--type-scale));
  --font-size-13: calc(var(--font-size-12) * var(--type-scale));
  --font-size-14: calc(var(--font-size-13) * var(--type-scale));
  --font-size-15: calc(var(--font-size-14) * var(--type-scale));
  --font-size-16: calc(var(--font-size-15) * var(--type-scale));
  --font-size-17: calc(var(--font-size-16) * var(--type-scale));
  --font-size-18: calc(var(--font-size-17) * var(--type-scale));
  --font-size-xxx-smaller: calc(var(--font-size-xx-smaller) / var(--type-scale));
  --font-size-xx-smaller: calc(var(--font-size-x-smaller) / var(--type-scale));
  --font-size-x-smaller: calc(var(--font-size-smaller) / var(--type-scale));
  --font-size-smaller: calc(1em / var(--type-scale));
  --font-size-icon-default: 2.375px * 16;
  --space-01: calc(var(--space-02) / 2);
  --space-02: calc(var(--space-03) / 2);
  --space-03: calc(var(--space-04) / 2);
  --space-04: calc(var(--space-05) / 2);
  --space-05: calc(var(--font-size-05) * var(--line-height));
  --space-06: calc(var(--space-05) * 2);
  --space-07: calc(var(--space-06) * 2);
  --space-08: calc(var(--space-07) * 2);
  --space-line: calc(var(--font-size-04) * var(--line-height));
  --border-width-sm: 0.09375px * 16;
  --border-width-md: 2px;
  --border-width-lg: 0.25px * 16;
  --box-shadow-md: 0.125px * 16 0.25px * 16 0.3125px * 16 0 rgba(0, 0, 0, 0.2);
  --focus-shadow-size: var(--border-width-lg);
  --site-header-bump: calc(4.0625px * 16 + var(--space-04) + var(--space-05));
  --flow-gap-default: var(--space-05);
  --flow-gap: var(--flow-gap-default);
  --flow-gap-all: initial;
  --site-top-bump: 10px * 16;
}

.cta {
  text-decoration-thickness: 2px;
  text-decoration-thickness: var(--border-width-md);
  text-underline-offset: 4.8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --flow-gap-all: 0px * 16;
  --focus-shadow-size: var(--border-width-md);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 7.85008px 11.7px;
  padding: calc(var(--space-03) + var(--border-width-md)) var(--space-04);
  border: 0;
  border-radius: 0;
  background: none;
  color: currentColor;
  font-size: 11.37776px;
  font-size: calc(var(--font-size-03) * 0.8);
  font-weight: 500;
  letter-spacing: 0.16ch;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border: var(--border-width-md) solid var(--color-text);
  content: "";
}

.cta:active,
.cta:hover {
  background: #000;
  background: var(--color-text);
  color: #fff;
  color: var(--color-background);
}

.cta--secondary {
  --focus-shadow-size: var(--border-width-lg);
}

.cta--secondary:after {
  display: none;
}

/* =====================================
  contents
===================================== */
.l-header {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 82px;
  border-bottom: 2px solid #000;
  background-color: #ffffff;
}
.l-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  width: 1480px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-header__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 235px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 235px;
  align-items: center;
  padding-left: 46px;
}
.l-header__button {
  display: none;
}
.l-header__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1070px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 1070px;
  align-items: center;
  justify-content: space-between;
}
body.is-zh-ch .l-header__nav,
body.is-zh-tw .l-header__nav {
  -ms-flex-preferred-size: 900px;
  flex-basis: 900px;
}
.l-header__util {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 410px;
  padding-right: 45px;
}
.l-header.is-fold {
  height: 52px;
}
.l-header.is-fold .l-header__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
}
.l-header.is-fold .l-header__title img {
  width: 105px;
  height: auto;
}
.l-header.is-fold .l-header__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  display: block;
  flex: 0 0 75px;
  border-left: 2px solid #2a2a2a;
}
.l-header.is-fold .l-header__button button {
  width: 100%;
  height: 100%;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.1237311385rem;
  font-weight: bold;
}
.l-header.is-fold .l-header__nav {
  display: none;
  position: fixed;
  top: 52px;
  right: 0;
  width: 35%;
  min-width: 340px;
  height: calc(100vh - 52px);
  padding-bottom: 32vw;
  overflow-y: scroll;
  background: #ffffff;
}
.l-header.is-fold .l-header__nav.is-appear {
  -webkit-animation: reveal-wipe 0.2s ease-in;
  display: block;
  animation: reveal-wipe 0.2s ease-in;
}
.l-header.is-fold .l-header__nav.is-appear .l-header__util {
  display: block;
}
.l-header.is-fold .l-header__util {
  display: none;
  width: 100%;
}

.l-gnav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.l-gnav__list li {
  margin: 0 0.5em;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
body.is-zh-ch .l-gnav__list li,
body.is-zh-tw .l-gnav__list li {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.0710227273rem;
  line-height: 1.43;
}
.l-gnav__list li small {
  display: block;
  padding-top: 0.5em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1rem;
  font-size: 1.1492704826rem;
  line-height: 1.43;
}
body.is-en .l-gnav__list li small {
  display: none;
}
.is-fold .l-gnav__list {
  display: block;
  margin: 0 23px;
}
.is-fold .l-gnav__list li {
  margin: 1.5em 0 0;
  font-size: 2.562890625rem;
  font-weight: 500;
  text-align: left;
}
.is-fold .l-gnav__list li:last-child {
  margin-bottom: 1.5em;
}
body.is-zh-ch .is-fold .l-gnav__list li,
body.is-zh-tw .is-fold .l-gnav__list li {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 2.0710227273rem;
  line-height: 1.43;
}
.is-fold .l-gnav__list li small {
  display: inline-block;
  padding: 0 0 0 0.7em;
  font-size: 1.1492704826rem;
}

.l-gnav-sub {
  visibility: hidden;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 200px;
  border-bottom: 2px solid #2a2a2a;
  background-color: #ffffff;
}
.l-gnav-sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1480px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-gnav-sub__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.4324324324%;
  flex: 0 0 32.4324324324%;
  height: 100%;
}
.l-gnav-sub__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-gnav-sub__list {
  margin-top: 30px;
  padding-left: 30px;
}
.l-gnav-sub__list li {
  margin-top: 0.9em;
  text-align: left;
}
.l-gnav-sub__list li small {
  display: inline-block;
  padding: 0 0 0 1em;
}
.l-gnav-sub.is-show {
  -webkit-animation: reveal-down 0.2s ease-in;
  visibility: visible;
  animation: reveal-down 0.2s ease-in;
}
.is-fold .l-gnav-sub {
  display: block;
  visibility: visible;
  position: static;
  height: auto;
  margin-bottom: -0.3em;
  border-bottom: none;
}
.is-fold .l-gnav-sub .l-gnav-sub__img {
  display: none;
}
.is-fold .l-gnav-sub .l-gnav-sub__list {
  margin-top: 0;
  padding-left: 0;
}
.is-fold .l-gnav-sub .l-gnav-sub__list li {
  margin-top: 0.9em;
  font-size: 2.025rem;
  font-weight: 500;
}
.is-fold .l-gnav-sub .l-gnav-sub__list li:last-child {
  margin-bottom: 0;
}
.is-fold .l-gnav-sub .l-gnav-sub__list li small {
  font-size: 1.1492704826rem;
}

.l-list-sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75px;
  margin-right: 30px;
}
.l-list-sns li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
.is-fold .l-list-sns {
  width: 100%;
  margin: 0 23px 30px;
}
.l-footer .is-fold .l-list-sns {
  width: 50%;
  margin: 0 0 30px;
  float: left;
}
.is-fold .l-list-sns li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.is-fold .l-list-sns li img {
  width: 36px;
  height: auto;
}

.c-contact {
  width: 138px;
}
.c-contact img {
  width: 26px;
}
.c-contact span {
  padding-left: 1em;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.1237311385rem;
  line-height: 1.3;
}
.is-fold .c-contact {
  width: auto;
  margin: 0 23px 30px;
}
.l-footer .is-fold .c-contact {
  margin: 0 0 30px;
}
.is-fold .c-contact img {
  width: 26px;
  height: auto;
}

.c-switch-lang {
  position: relative;
  width: 120px;
  text-align: center;
}
.c-switch-lang dt {
  width: 100%;
  height: 30px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.1237311385rem;
  font-weight: bold;
  line-height: 1.3;
  line-height: 30px;
  cursor: pointer;
}
.c-switch-lang dd {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.c-switch-lang dd ul {
  border: 2px solid #000;
}
.c-switch-lang dd li {
  border-top: 1px solid #000;
}
.c-switch-lang dd li a {
  -webkit-transition: background 0.2s ease;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: background 0.2s ease;
}
.c-switch-lang dd li a:hover {
  background-color: #ccc;
  opacity: 1;
}
.c-switch-lang dd.is-appear {
  display: block;
}
.is-fold .c-switch-lang {
  width: 136px;
  margin: 0 23px;
}
.is-fold .c-switch-lang dt {
  height: 34px;
  line-height: 34px;
}
.is-fold .c-switch-lang dd {
  top: 34px;
}

.st-main {
  position: relative;
  padding-top: 82px;
}

.c-campaign-text-banner {
  --_padding-inline: 1em;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  padding-block: 0.75em;
  padding-inline: var(--_padding-inline);
  background: #000;
  color: #fff;
  position: sticky;
  inset-block-end: 0;
  word-break: auto-phrase;
  position: relative;
}

.c-campaign-text-banner__icon {
  --_icon-size: 2em;
  display: grid;
  block-size: var(--_icon-size);
  inline-size: var(--_icon-size);
}

.c-campaign-text-banner__icon::before {
  grid-area: 1 / 1 / 2 / 2;
  content: url("../img/common/kodansha-arrow-frame-white.svg");
  block-size: var(--_icon-size);
  inline-size: var(--_icon-size);
}

@keyframes c-campaign-text-banner-arrow-animation {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(0%);
  }
  25% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translateX(100%);
  }
  25.001% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transform: translateX(-100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(0%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(0%);
  }
}

.c-campaign-text-banner__icon::after {
  grid-area: 1 / 1 / 2 / 2;
  content: url("../img/common/kodansha-arrow-arrow-white.svg");
  block-size: var(--_icon-size);
  inline-size: var(--_icon-size);
  animation: 2s cubic-bezier(0.5, 0, 0.5, 1) infinite both c-campaign-text-banner-arrow-animation;
}

.is-fold + .st-main {
  padding-top: 52px;
}

.st-wrapper {
  overflow: hidden;
}

.st-footer {
  padding: 90px 0;
  background-color: #2a2a2a;
  color: #ffffff;
}
.st-footer a {
  color: #ffffff;
}

.l-footer__wrap {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 62px;
}
.l-footer__header {
  margin-bottom: 36px;
}
.l-footer__header__title {
  width: 180px;
  margin-bottom: 30px;
}
.l-footer__header__lead {
  margin-bottom: 0.1em;
}
.l-footer__header__lead--en {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 4.1052552223rem;
  font-weight: bold;
  line-height: 1.3;
}
.l-footer__header__lead--jp {
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.6363636364rem;
  line-height: 1.43;
}
body.is-en .l-footer__header__lead--jp {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.9375049986rem;
  line-height: 1.3;
  line-height: 1.3;
}
body.is-en .l-footer__header__lead--jp {
  display: none;
}
body.is-zh-ch .l-footer__header__lead--jp {
  display: none;
}
body.is-zh-tw .l-footer__header__lead--jp {
  display: none;
}
.l-footer__inner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
.l-footer__inner__block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-footer__inner__block--1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 344px;
  flex: 0 1 344px;
}
.l-footer__inner__block--2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 870px;
  flex: 0 1 870px;
}
.l-footer__inner__block.l-footer__inner__block--3 {
  display: flex;

  @media (max-width: 768px) {
    display: block;
  }
}
.l-footer .l-block-link,
.l-footer .l-list-link,
.l-footer .l-block-address {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 172px;
  flex: 0 1 172px;
}
.l-footer .l-block-link.l-block-link--1 {
  float: left;
  width: 172px;
}
.l-footer .l-block-link h3,
.l-footer .l-block-link li,
.l-footer .l-block-link p,
.l-footer .l-list-link h3,
.l-footer .l-list-link li,
.l-footer .l-list-link p,
.l-footer .l-block-address h3,
.l-footer .l-block-address li,
.l-footer .l-block-address p {
  margin-bottom: 1em;
  font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.2929292929rem;
  line-height: 1.43;
}
body.is-en .l-footer .l-block-link h3,
body.is-en .l-footer .l-block-link li,
body.is-en .l-footer .l-block-link p,
body.is-en .l-footer .l-list-link h3,
body.is-en .l-footer .l-list-link li,
body.is-en .l-footer .l-list-link p,
body.is-en .l-footer .l-block-address h3,
body.is-en .l-footer .l-block-address li,
body.is-en .l-footer .l-block-address p {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4864477779rem;
  line-height: 1.3;
  line-height: 1.3;
}
.l-footer .l-block-link h3.ff-en,
.l-footer .l-block-link li.ff-en,
.l-footer .l-block-link p.ff-en,
.l-footer .l-list-link h3.ff-en,
.l-footer .l-list-link li.ff-en,
.l-footer .l-list-link p.ff-en,
.l-footer .l-block-address h3.ff-en,
.l-footer .l-block-address li.ff-en,
.l-footer .l-block-address p.ff-en {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4222222222rem;
  line-height: 1.3;
}
.l-footer .l-block-link h3,
.l-footer .l-list-link h3,
.l-footer .l-block-address h3 {
  font-weight: normal;
}
.l-footer .l-block-link a,
.l-footer .l-list-link a,
.l-footer .l-block-address a {
  text-decoration: underline;
}
.l-footer .l-block-link--global {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
}
.l-footer .l-block-address a {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.2641975309rem;
  line-height: 1.3;
}
body.is-zh-ch .l-footer .l-block-address,
body.is-zh-tw .l-footer .l-block-address {
  display: none;
}
.l-footer .c-list-line-separated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.2em;
}
.l-footer .c-list-line-separated li {
  height: 1em;
  margin-right: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #ffffff;
  line-height: 1em !important;
}
.l-footer .c-list-line-separated li:first-child {
  padding-left: 0;
  border-left: none;
}
.l-footer .c-list-line-separated li a {
  text-decoration: underline;
}
.l-footer .c-copyright {
  font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
  font-size: 1.4222222222rem;
  line-height: 1.3;
}

/* # =================================================================
#	reset
# ================================================================= */
/* # =================================================================
#	ベース
# ================================================================= */
/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	コンテンツ
# ================================================================= */
/* # =================================================================
#	タイトル
# ================================================================= */
/* # =================================================================
#	loader
# ================================================================= */
/* # =================================================================
#	utils
# ================================================================= */
/* # =================================================================
#	slider
# ================================================================= */
/* # =================================================================
#	scroll
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
/* # =================================================================
#	フッター
# ================================================================= */
@media only screen and (min-width: 1480px) {
  .c-progress__bar {
    width: 100%;
  }
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media only screen and (max-width: 768px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
  .for-sp {
    display: inline-block !important;
  }
  .for-pc {
    display: none !important;
  }
  .l-sub-header__content__content p {
    font-size: 1.4545454545rem;
  }
  body.is-en .l-sub-header__content__content p {
    font-size: 1.6722537502rem;
  }
  .l-sub-header__img {
    width: 100%;
    height: 53.3333333333vw;
  }
  .l-sub-header__img img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l-sub-header__content {
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .l-sub-header__content__title {
    margin-right: 0;
    padding: 0 23px;
  }
  .l-sub-header__content__content {
    padding: 0 23px;
  }
  .l-col2 {
    display: block;
  }
  .l-col-common1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 23px;
  }
  .l-col-common1--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l-col-common1__txt__title {
    font-size: 1.6363636364rem;
  }
  body.is-en .l-col-common1__txt__title {
    font-size: 1.9091883092rem;
  }
  .l-col-common1__txt p {
    font-size: 1.4545454545rem;
  }
  body.is-en .l-col-common1__txt p {
    font-size: 1.6722537502rem;
  }
  .l-col-common1__txt p .ff-en {
    font-size: 1.6rem;
  }
  .l-section--col3 .l-section__wrap,
  .l-section--col4 .l-section__wrap {
    display: block;
  }
  .l-section__header {
    padding: 0;
    padding-bottom: 6.4vw;
  }
  .l-section--col3 .l-section__wrap--wrap .l-section__header {
    max-width: 100%;
  }
  .l-section__header--vertical {
    padding-bottom: 20px;
  }
  .l-section__header--vertical .c-sec-title {
    display: block;
  }
  .l-section__header--vertical .c-sec-title__title-sub {
    margin-left: 0;
  }
  .l-section--col4 .l-section__header {
    max-width: 100%;
  }
  .l-section--col4 .l-section__content {
    width: 100%;
  }
  .l-section--col3 .l-section__wrap--wrap .l-section__content {
    width: 100%;
    padding: 0 23px;
  }
  .l-section--col4 .l-section__wrap--wrap .l-section__content {
    width: 100%;
    padding: 0 23px;
  }
  .c-lead-block p {
    font-size: 1.4545454545rem;
  }
  body.is-en .c-lead-block p {
    font-size: 1.6722537502rem;
  }
  .c-lead-block {
    padding: 0 23px;
  }
  .c-lead-block .c-btn {
    margin-top: 5.3333333333vw;
  }
  .c-sec-title__title {
    font-size: 2.8832519531rem;
  }
  body.is-zh-ch .c-sec-title__title:not(.is-en),
  body.is-zh-tw .c-sec-title__title:not(.is-en) {
    font-size: 2.6211381392rem;
  }
  body.is-en body.is-zh-ch .c-sec-title__title:not(.is-en),
  body.is-en body.is-zh-tw .c-sec-title__title:not(.is-en) {
    font-size: 3.2436584473rem;
  }
  .c-sec-title__title-sub {
    font-size: 1.2929292929rem;
  }
  body.is-en .c-sec-title__title-sub {
    font-size: 1.4647233023rem;
  }
  .c-sec-title__title-sub.ff-en {
    font-size: 1.4222222222rem;
  }
  .c-sec-title--small .c-sec-title__title {
    font-size: 1.8rem;
  }
  .c-sec-title--small .c-sec-title__title-sub {
    font-size: 1.2929292929rem;
  }
  body.is-en .c-sec-title--small .c-sec-title__title-sub {
    font-size: 1.4647233023rem;
  }
  .c-sec-title {
    margin-bottom: 6vw;
    padding-top: 13.3333333333vw;
    padding-left: 23px;
  }
  .c-sec-title:last-child {
    margin-bottom: 0;
  }
  .c-sec-title--small {
    margin-bottom: 0;
    padding-top: 6.6666666667vw;
  }
  .c-btn {
    height: 38px;
  }
  body.is-zh-ch .c-btn:not(.c-btn--play) span,
  body.is-zh-tw .c-btn:not(.c-btn--play) span {
    font-size: 1.4545454545rem;
  }
  body.is-en body.is-zh-ch .c-btn:not(.c-btn--play) span,
  body.is-en body.is-zh-tw .c-btn:not(.c-btn--play) span {
    font-size: 1.6722537502rem;
  }
  .c-btn {
    height: 38px;
  }
  .c-link a {
    font-size: 1.6rem;
  }
  .l-menu-anc__menu li a {
    font-size: 1.8rem;
  }
  .l-menu-anc__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-menu-anc__menu li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .l-menu-anc__menu li:nth-child(even) {
    border-right: none;
  }
  .l-menu-anc__menu li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 23px;
  }
  .l-menu-anc__menu li a::after {
    width: 12px;
    height: 12px;
    margin-left: auto !important;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  .for-sp {
    display: inline-block !important;
  }
  .for-pc {
    display: none !important;
  }
  .c-scroll-item {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
  .c-scroll-item:first-child {
    -ms-flex-preferred-size: 308px;
    flex-basis: 308px;
  }
  .l-header {
    height: 52px;
  }
  .l-header .l-header__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
  }
  .l-header .l-header__title img {
    width: 105px;
    height: auto;
  }
  .l-header .l-header__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    display: block;
    flex: 0 0 75px;
    border-left: 2px solid #2a2a2a;
  }
  .l-header .l-header__button button {
    width: 100%;
    height: 100%;
    font-family: "Maax", "Century Gothic", "Futura", helvetica, arial, sans-serif;
    font-size: 1.1237311385rem;
    font-weight: bold;
  }
  .l-header .l-header__nav {
    display: none;
    position: fixed;
    top: 52px;
    right: 0;
    width: 35%;
    min-width: 340px;
    height: calc(100vh - 52px);
    padding-bottom: 32vw;
    overflow-y: scroll;
    background: #ffffff;
  }
  .l-header .l-header__nav.is-appear {
    -webkit-animation: reveal-wipe 0.2s ease-in;
    display: block;
    animation: reveal-wipe 0.2s ease-in;
  }
  .l-header .l-header__nav.is-appear .l-header__util {
    display: block;
  }
  .l-header .l-header__util {
    display: none;
    width: 100%;
  }
  .l-header__nav {
    width: 100% !important;
    min-width: auto !important;
  }
  .l-gnav__list {
    display: block;
    margin: 0 23px;
  }
  .l-gnav__list li {
    margin: 1.5em 0 0;
    font-size: 2.562890625rem;
    font-weight: 500;
    text-align: left;
  }
  .l-gnav__list li:last-child {
    margin-bottom: 1.5em;
  }
  body.is-zh-ch .l-gnav__list li,
  body.is-zh-tw .l-gnav__list li {
    font-family: "TazuganeGothicForKodansha", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
    font-size: 2.0710227273rem;
    line-height: 1.43;
  }
  .l-gnav__list li small {
    display: inline-block;
    padding: 0 0 0 0.7em;
    font-size: 1.1492704826rem;
  }
  .l-gnav-sub {
    display: block;
    visibility: visible;
    position: static;
    height: auto;
    margin-bottom: -0.3em;
    border-bottom: none;
  }
  .l-gnav-sub .l-gnav-sub__img {
    display: none;
  }
  .l-gnav-sub .l-gnav-sub__list {
    margin-top: 0;
    padding-left: 0;
  }
  .l-gnav-sub .l-gnav-sub__list li {
    margin-top: 0.9em;
    font-size: 2.025rem;
    font-weight: 500;
  }
  .l-gnav-sub .l-gnav-sub__list li:last-child {
    margin-bottom: 0;
  }
  .l-gnav-sub .l-gnav-sub__list li small {
    font-size: 1.1492704826rem;
  }
  .l-list-sns {
    width: 100%;
    margin: 0 23px 30px;
  }
  .l-footer .l-list-sns {
    width: 50%;
    margin: 0 0 30px;
    float: left;
  }
  .l-list-sns li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .l-list-sns li img {
    width: 36px;
    height: auto;
  }
  .c-contact span {
    font-size: 1.2641975309rem;
  }
  .c-contact {
    width: auto;
    margin: 0 23px 30px;
  }
  .l-footer .c-contact {
    margin: 0 0 30px;
  }
  .c-contact img {
    width: 26px;
    height: auto;
  }
  .c-switch-lang dt {
    font-size: 1.2641975309rem;
  }
  .c-switch-lang {
    width: 136px;
    margin: 0 23px;
  }
  .c-switch-lang dt {
    height: 34px;
    line-height: 34px;
  }
  .c-switch-lang dd {
    top: 34px;
  }
  .st-main {
    padding-top: 52px;
  }
  .st-footer {
    padding: 12vw 0;
  }
  .l-footer__wrap {
    padding: 0 23px;
  }
  .l-footer__header__lead--en {
    font-size: 2.562890625rem;
  }
  .l-footer__header__lead--jp {
    font-size: 1.2929292929rem;
  }
  body.is-en .l-footer__header__lead--jp {
    font-size: 1.4647233023rem;
  }
  .l-footer__header {
    margin-bottom: 8vw;
  }
  .l-footer__header__title {
    width: 42.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .l-footer__inner {
    display: block;
    padding-bottom: 8vw;
  }
  .l-footer__inner__block {
    display: block;
  }
  .l-footer .l-block-link h3,
  .l-footer .l-block-link li,
  .l-footer .l-block-link p,
  .l-footer .l-list-link h3,
  .l-footer .l-list-link li,
  .l-footer .l-list-link p,
  .l-footer .l-block-address h3,
  .l-footer .l-block-address li,
  .l-footer .l-block-address p {
    font-size: 1.2929292929rem;
  }
  body.is-en .l-footer .l-block-link h3,
  body.is-en .l-footer .l-block-link li,
  body.is-en .l-footer .l-block-link p,
  body.is-en .l-footer .l-list-link h3,
  body.is-en .l-footer .l-list-link li,
  body.is-en .l-footer .l-list-link p,
  body.is-en .l-footer .l-block-address h3,
  body.is-en .l-footer .l-block-address li,
  body.is-en .l-footer .l-block-address p {
    font-size: 1.4647233023rem;
  }
  .l-footer .l-block-link h3.ff-en,
  .l-footer .l-block-link li.ff-en,
  .l-footer .l-block-link p.ff-en,
  .l-footer .l-list-link h3.ff-en,
  .l-footer .l-list-link li.ff-en,
  .l-footer .l-list-link p.ff-en,
  .l-footer .l-block-address h3.ff-en,
  .l-footer .l-block-address li.ff-en,
  .l-footer .l-block-address p.ff-en {
    font-size: 1.4222222222rem;
  }
  .l-footer .l-block-link,
  .l-footer .l-list-link,
  .l-footer .l-block-address {
    margin-bottom: 10px;
  }
  .l-footer .l-block-link--global {
    display: none;
  }
  .l-footer .l-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1em;
  }
  .l-footer .l-list-link.l-list-link--1 {
    flex-wrap: wrap;
  }
  .l-footer .l-list-link.l-list-link--1 li:not(:last-child) {
    padding-bottom: 10px;
  }
  .l-footer .l-list-link li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .l-footer .l-block-address a {
    font-size: 1.2641975309rem;
  }
  .l-footer .l-block-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .l-footer .l-block-address__title {
    margin-right: 1em;
  }
  .l-footer .l-block-address__address {
    display: none;
  }
  .l-footer .c-copyright {
    font-size: 1.2641975309rem;
  }
  .l-footer .l-block-link.l-block-link--1 {
    float: none;
    width: 100%;
  }
}
