/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* mixins */
/* functions */
/* typography */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Noto+Serif+JP:wght@700&family=Noto+Sans+JP:wght@700&family=M+PLUS+1p:wght@700&&display=swap");
/* media-query */
/* variables */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

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

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #000;
  font-size: 1rem;
}

textarea {
  resize: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

@media only screen and (max-width: 1280px) {
  body.is-menu-open {
    overflow-y: hidden;
  }
}

/* animation */
.anime-fadeup {
  opacity: 0;
}

.anime-fadeup {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.anime.is-active.anime-fadeup {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

.anime-child.is-active .anime-fadeup {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}

.l-header .l-page__side {
  pointer-events: auto;
}

.l-header__container {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__nav {
  width: 100%;
  text-align: center;
}

.l-header__nav-item:not(:first-child) {
  margin-top: 0.5rem;
}

.l-header__nav-button {
  margin-top: 4rem;
}

.l-header__menu {
  width: 100%;
}

.l-hum {
  width: 60px;
  height: 60px;
  border: none;
  position: fixed;
  top: 0;
  right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.l-hum__bar {
  width: 30px;
  height: 16px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.l-hum__bar span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-hum__bar span:nth-child(1) {
  top: calc( 50% - 7px);
}

.l-hum__bar span:nth-child(2) {
  width: 66.66%;
  top: 50%;
}

.l-hum__bar span:nth-child(3) {
  top: calc( 50% + 7px);
}

.l-hum__text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #fff;
  margin-top: 0.375rem;
  line-height: 0.92;
}

.l-hum.is-active {
  position: fixed;
  top: 0;
  right: 15px;
}

.l-hum.is-active .l-hum__bar span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}

.l-hum.is-active .l-hum__bar span:nth-child(2) {
  display: none;
}

.l-hum.is-active .l-hum__bar span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}

@media all and (min-width: 1281px), print {
  body.is-loaded .l-header__container {
    opacity: 1;
  }
  .l-header {
    top: 100vh;
  }
  .l-header__container {
    opacity: 0;
  }
  .l-header__menu {
    display: block !important;
  }
  .l-header.is-sticky-top .l-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .l-hum {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .l-header__container {
    height: 0;
  }
  .l-header__menu {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: auto;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: calc(100vh - 10px);
  }
  .l-header__nav .c-button-02 {
    outline: 2px solid #000;
  }
  .l-header__nav .c-button::before {
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
  }
  .l-header__nav-container {
    width: 100%;
    height: 100%;
    padding: 5rem 15px 7.5rem;
    overflow-y: auto;
  }
  .l-header__nav-item:not(:first-child) {
    margin-top: 1rem;
  }
  .l-header__nav-button {
    margin-top: 3rem;
  }
}

/* footer */
.l-footer__wrap {
  padding-top: 5rem;
  padding-bottom: 0.625rem;
}

.l-footer__container {
  background-color: #00A9CE;
  padding: 4rem 20px 1.25rem;
}

.l-footer__logo {
  width: 150px;
  margin: 0 auto;
}

.l-footer__logo img {
  width: 100%;
}

.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.9375rem;
}

.l-footer__sns-link {
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__copyright {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
}

@media all and (min-width: 1281px), print {
  .l-footer__sns-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer__sns-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 120px;
  }
  .l-footer__container {
    padding: 4rem 0.9375rem 1.25rem;
  }
  .l-footer__copyright {
    margin-top: 2.5rem;
  }
  .l-footer__sns {
    margin-top: 3.5rem;
  }
}

/* main */
.l-page {
  width: 1300px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.l-page__content {
  width: 540px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-page__side {
  width: calc(100% - 550px);
  max-width: 600px;
  margin-left: auto;
}

.l-inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 540px;
  max-width: 100%;
  height: inherit;
}

.l-inner.--pd-x-narrow {
  padding: 0 10px;
}

.l-article {
  margin-top: 5rem;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .l-page__content {
    margin-left: auto;
    margin-right: auto;
  }
  .l-page__side {
    width: 100%;
    max-width: 100%;
    margin-left: unset;
  }
  .l-article {
    margin-top: 3.125rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 15px;
  }
  .l-inner.--pd-x-narrow {
    padding: 0 5px;
  }
  .l-page {
    padding: 0 5px;
  }
  .l-page__content {
    width: 440px;
  }
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 480px;
  max-width: 100%;
  min-height: 110px;
  padding: 0 1rem;
  border-radius: 999px;
  background-color: #000;
  background-clip: padding-box;
  border: 5px solid transparent;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  cursor: pointer;
}

.c-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: inherit;
}

.c-button.--outline-black::before {
  -webkit-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
}

.c-button.--m-plus {
  font-family: "M PLUS 1p", sans-serif;
}

.c-button.--download {
  position: relative;
  padding: 0 2.5rem;
}

.c-button.--download::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(images/common/icon_download.svg) no-repeat center/contain;
}

.c-button.--color {
  background-color: #000;
  color: #fff;
}

.c-button.--color::after {
  border-color: transparent transparent transparent #fff;
}

.c-button.--color[target="_blank"]::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%23ffffff" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
}

.c-button-01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  max-width: 100%;
  min-height: 50px;
  padding: 0 1rem;
  border-radius: 999px;
  background-color: #000;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.76;
  color: #fff;
  cursor: pointer;
}

.c-button-01.--close {
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button-01.--close::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/common/icon_plus_white.png) no-repeat center/contain;
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

.c-button-02 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  min-height: 60px;
  padding: 0 1.25rem;
  background-color: #000;
  background-clip: padding-box;
  border: 5px solid transparent;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.76;
  color: #fff;
  cursor: pointer;
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.c-button-02::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(images/common/icon_arrow_right.svg) no-repeat center/contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (min-width: 1281px), print {
  .c-button {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button:hover {
    background-color: #00A9CE;
  }
  .c-button-01 {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button-01:hover {
    background-color: #00A9CE;
  }
  .c-button-02 {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button-02:hover {
    background-color: #00A9CE;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    font-size: 1.125rem;
    line-height: 1.55;
    min-height: 90px;
  }
  .c-button.--download::after {
    right: 2rem;
  }
  .c-button-01 {
    font-size: 1rem;
  }
  .c-button-02 {
    font-size: 1rem;
    line-height: 1.75;
    padding: 0.625rem 0.9375rem;
  }
  .c-button-02::after {
    right: 0.9375rem;
  }
}

.c-heading {
  font-weight: 700;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.4736;
  position: relative;
  z-index: 1;
  padding-top: 1.6875rem;
}

.c-heading__en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 0.937;
  color: #fff;
  display: block;
  margin-left: -1.25rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.c-heading__en-item {
  display: block;
}

.c-heading__en-item:nth-child(2n) {
  text-align: right;
  padding-right: 0.75rem;
}

.c-heading__jp {
  display: block;
}

.c-heading.--white {
  color: #fff;
}

.c-heading.--white .c-heading__en {
  color: #1F1F1F;
}

.c-heading-h2 {
  font-weight: 700;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.c-heading-h3 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.625;
}

.c-heading-h3.--white {
  color: #fff;
}

.c-heading-h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-heading-h4.--white {
  color: #fff;
}

.c-heading-h5 {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.75;
}

.c-heading-h5.--white {
  color: #fff;
}

.c-heading-h6 {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.c-heading-h6.--white {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-heading__en {
    margin-left: -0.8125rem;
  }
  .c-heading__jp {
    margin-left: 0.3125rem;
  }
  .c-heading-h2 {
    font-size: 1.75rem;
  }
  .c-heading-h3 {
    font-size: 1.5rem;
  }
  .c-heading-h4 {
    font-size: 1.375rem;
  }
  .c-heading-h5 {
    font-size: 1.25rem;
  }
  .c-heading-h6 {
    font-size: 1.125rem;
  }
}

.c-list-dot {
  padding-left: 1.5rem;
}

.c-list-dot__item {
  position: relative;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.7647;
  letter-spacing: 0.1em;
}

.c-list-dot__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.75em;
  background: #000;
}

.c-list-dot__item + .c-list-dot__item {
  margin-top: 1rem;
}

.c-list-dot.--white {
  color: #fff;
}

.c-list-dot.--white .c-list-dot__item::before {
  background-color: #fff;
}

.c-list-ol {
  counter-reset: count;
}

.c-list-ol__item {
  counter-increment: count;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  padding: 1.5rem 0.375rem 1.5rem 0;
}

.c-list-ol__item:first-child {
  border-top: 1px solid #D9D9D9;
}

.c-list-ol__item::before {
  margin-left: 0.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: counter(count);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  width: 40px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding-right: 0.375rem;
  background: url(images/index/border_text_02.png) no-repeat center/contain;
}

.c-list-ol__item.--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0;
}

.c-list-ol__item-content-right {
  width: calc(100% - 64px);
  padding-right: 0.5rem;
}

.c-list-ol__item-content-full {
  width: 100%;
}

.c-list-dl__item {
  border-top: 1px solid #D9D9D9;
  padding: 1.5rem 0.5rem;
}

.c-list-dl__item:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.c-list-dl__desc {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-list-ol__item {
    padding-right: 0;
    gap: 0.5rem;
    padding: 1.125rem 0;
    font-size: 1rem;
  }
  .c-list-ol__item::before {
    width: 34px;
    margin-left: 0;
  }
  .c-list-ol__item-content-right {
    padding-right: 0;
    width: calc(100% - 42px);
  }
  .c-list-dot__item {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.c-text-link {
  font-size: 1rem;
  display: inline-block;
  border: none;
  padding: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
  color: #000;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 2.353;
}

.c-text-link.--white {
  color: #fff;
}

.c-text-link.--plus {
  position: relative;
}

.c-text-link.--plus:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("images/common/icon_plus.png") no-repeat center/contain;
  margin-left: -1.125rem;
}

.c-text-link.--plus.--white:after {
  background: url("images/common/icon_plus_white.png") no-repeat center/contain;
}

@media all and (min-width: 1281px), print {
  .c-text-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .c-text-link {
    font-size: 1rem;
  }
}

.c-text {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.7647;
  letter-spacing: 0.1em;
}

.c-text.--white {
  color: #fff;
}

.c-text.--gray {
  color: #757575;
}

.c-text.--small {
  font-size: 0.9375rem;
  line-height: 1.6666;
}

.c-text.--noto-san {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 1rem;
    line-height: 1.75;
  }
  .c-text.--small {
    font-size: 0.875rem;
  }
}

/* project */
.p-accordion__item {
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
}

.p-accordion__item + .p-accordion__item {
  margin-top: 1.5rem;
}

.p-accordion__head {
  position: relative;
  width: 100%;
  min-height: 77px;
  padding: 0 3.75rem 0 2.375rem;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: none;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.p-accordion__head::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(images/common/icon_arrow_down.svg) no-repeat center/contain;
  position: absolute;
  right: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-accordion__head.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.p-accordion__head-text {
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  display: block;
}

.p-accordion__content {
  max-height: 0px;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

.p-accordion__content-inner {
  padding: 1rem;
  border-top: 2px solid #000;
}

.p-accordion__content .p-seat-type {
  margin: 1.875rem 1.5rem 1.875rem;
}

.p-accordion-01__item {
  border-bottom: 1px solid #757575;
  overflow: hidden;
}

.p-accordion-01__item:first-child {
  border-top: 1px solid #757575;
}

.p-accordion-01__head {
  position: relative;
  width: 100%;
  padding: 1.5rem 3.125rem 1.4375rem 4rem;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-accordion-01__head::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(images/common/icon_arrow_down_white.svg) no-repeat center/contain;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-accordion-01__head.--q::before {
  content: "Q";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: currentColor;
  width: 40px;
  height: 30px;
  border: 2px solid currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
  border-radius: 99px;
}

.p-accordion-01__head.is-active {
  color: #757575;
}

.p-accordion-01__head.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  background: url(images/common/icon_arrow_down_gray.svg) no-repeat center/contain;
}

.p-accordion-01__content {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

.p-accordion-01__content .c-button:not(:first-child) {
  margin-top: 1.25rem;
}

.p-accordion-01__content-inner {
  position: relative;
  padding: 0 3.125rem 1.5rem 4rem;
}

.p-accordion-01__content-inner.--a::before {
  content: "A";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 30px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0.5rem;
  border-radius: 99px;
}

@media only screen and (max-width: 767px) {
  .p-accordion__head {
    font-size: 1.125rem;
    padding-left: 0.9375rem;
    padding-right: 1.875rem;
    min-height: 60px;
  }
  .p-accordion__head::after {
    right: 0.9375rem;
  }
  .p-accordion__content .p-seat-type {
    margin: 1.25rem 0rem;
  }
  .p-accordion-01__head {
    padding: 1.125rem 2.5rem 1.125rem 3.75rem;
  }
  .p-accordion-01__content .c-button {
    max-width: unset;
    width: auto;
    margin-left: -52px;
    margin-right: -32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-accordion-01__content .c-button:first-child {
    margin-top: 2.5rem;
  }
  .p-accordion-01__content-inner {
    padding: 0 2.5rem 1.125rem 3.75rem;
  }
}

.p-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 1.25rem;
}

.p-anchor-list.--col-2 .p-anchor-list__item {
  width: calc((100% - 20px)/2);
}

.p-anchor-list.--align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-anchor-list__link {
  display: block;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.p-anchor-list__link::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(images/common/icon_arrow_down_white.svg) no-repeat center/contain;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (min-width: 1281px), print {
  .p-anchor-list__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-anchor-list__link:hover {
    background-color: #00A9CE;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor-list {
    gap: 0.5rem;
  }
  .p-anchor-list__link {
    font-size: 1rem;
    width: 480px;
    max-width: 100%;
  }
  .p-anchor-list.--col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-anchor-list.--col-2 .p-anchor-list__item {
    width: 100%;
  }
}

.p-benifit-card {
  background-color: #fff;
  padding: 3rem 2.5rem;
  position: relative;
  z-index: 1;
}

.p-benifit-card__num {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 15rem;
  line-height: 1;
  min-width: 140px;
  text-align: center;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  color: #F1F1F1;
}

.p-benifit-card__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.p-benifit-card__head-thumb {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  text-align: center;
}

.p-benifit-card__head-text {
  text-align: left;
}

.p-benifit-card__content {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-benifit-card {
    padding: 1.875rem 0.9375rem;
  }
  .p-benifit-card__head {
    gap: 1rem;
  }
  .p-benifit-card__head-thumb {
    width: 90px;
  }
  .p-benifit-card__num {
    font-size: 11.25rem;
    min-width: 100px;
  }
}

.p-box {
  padding: 3rem 2.5rem;
  border: 2px solid #fff;
}

.p-box .c-heading-h6 + .c-list-dot {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.875rem 0.9375rem;
  }
}

.p-mainvisual {
  width: 100%;
  height: 100vh;
}

.p-mainvisual__bg {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: inherit;
  min-height: inherit;
  top: 0;
  left: 0;
  background: #D9D9D9;
}

.p-mainvisual__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mainvisual__content {
  width: inherit;
  height: inherit;
  min-height: inherit;
  position: relative;
}

.p-mainvisual__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
}

.p-mainvisual__text-01 {
  display: block;
  font-size: 7rem;
  line-height: 0.8928;
}

.p-mainvisual__text-02 {
  display: block;
  font-size: 5rem;
  line-height: 1.45;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__text {
    padding: 0 15px;
    bottom: 5rem;
  }
  .p-mainvisual__text-01 {
    font-size: 2.625rem;
  }
  .p-mainvisual__text-02 {
    font-size: 1.875rem;
    margin-top: 0.25rem;
  }
}

.p-map {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.p-map__area01 {
  margin-left: 20px;
  margin-right: 20px;
}

.p-map__area01.--out-bottom {
  margin-top: -0.9375rem;
}

.p-map__area01-row {
  display: grid;
  grid-template-columns: 37.5% 1fr 37.5%;
  gap: 2px;
  position: relative;
}

.p-map__area01-row::before, .p-map__area01-row::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 15%;
  width: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
}

.p-map__area01-row::before {
  top: 0;
}

.p-map__area01-row::after {
  bottom: 0;
}

.p-map__area01-row.--tall {
  min-height: 80px;
}

.p-map__area01-row.--short {
  min-height: 30px;
}

.p-map__area01-row.--short .p-map__seats01:first-child {
  padding-left: 0.5rem;
}

.p-map__area01-row.--short .p-map__seats01:last-child {
  padding-right: 0.5rem;
}

.p-map__area04 {
  margin: 0 2.875rem;
}

.p-map__area04.--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-map__seat-icon {
  position: absolute;
  width: 24px;
  height: 24px;
}

.p-map__seat-sold-out {
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 1;
  max-width: unset;
}

.p-map__seat-sold-out.--right-center {
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-map__seat-sold-out.--right-center-02 {
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-map__seat-sold-out.--bottom-center {
  max-width: unset;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-map__seat-sold-out.--right-bottom {
  right: 11%;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-map__seat-sold-out.--right-top {
  right: -1.1875rem;
  top: 7%;
}

.p-map__seats01 {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  line-height: 1.125;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0;
  border: none;
  min-height: 30px;
}

.p-map__seats01 .p-map__seat-icon {
  top: 50%;
  left: 0.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-map__seats01 span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-map__seats01 span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(images/common/icon_plus_white.png) no-repeat center/contain;
}

.p-map__seats01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
}

.p-map__seats01.--full {
  width: 100%;
}

.p-map__seats01.--bg-blue::before {
  background-color: #066EB8;
}

.p-map__seats01.--bg-yellow::before {
  background-color: #DAE100;
}

.p-map__seats01.--bg-purple::before {
  background-color: #752894;
}

.p-map__seats01.--bg-gray::before {
  background-color: #757575;
}

.p-map__seats01.--bg-pink::before {
  background: #E93CAD;
}

.p-map__seats01.--bg-green::before {
  background: #3BAE2A;
}

.p-map__seats01.--top-left::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
}

.p-map__seats01.--top-right::before {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0px 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0px 100%);
}

.p-map__seats01.--bottom-left::before {
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.p-map__seats01.--bottom-right::before {
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0px 100%);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0px 100%);
}

.p-map__seats01.--col-span-2 {
  grid-column: 1/3;
}

.p-map__seats02 {
  width: 100%;
  height: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0;
  border: none;
  position: relative;
}

.p-map__seats02 .p-map__seat-icon {
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.p-map__seats02 span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.p-map__seats02 span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(images/common/icon_plus_white.png) no-repeat center/contain;
}

.p-map__seats02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-map__seats02.--bg-green::before {
  background: #139289;
}

.p-map__seats02.--bg-blue::before {
  background: #00A9CE;
}

.p-map__seats02.--left::before {
  -webkit-clip-path: polygon(0 0, 100% 43px, 100% calc(100% - 43px), 0 100%);
  clip-path: polygon(0 0, 100% 43px, 100% calc(100% - 43px), 0 100%);
}

.p-map__seats02.--right {
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(-1, -1) translate(0);
  transform: scale(-1, -1) translate(0);
}

.p-map__seats02.--right::before {
  -webkit-clip-path: polygon(0 0, 100% 43px, 100% calc(100% - 43px), 0 100%);
  clip-path: polygon(0 0, 100% 43px, 100% calc(100% - 43px), 0 100%);
}

.p-map__seats02.--basic::before {
  -webkit-clip-path: none;
  clip-path: none;
}

.p-map__seats02.--icon-seat {
  padding-top: 1.5625rem;
}

.p-map__seats03 {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  line-height: 1.125;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0;
  border: none;
  min-height: 30px;
  padding: 0 0.625rem 0 1.875rem;
}

.p-map__seats03 .p-map__seat-icon {
  top: 50%;
  left: 0.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-map__seats03 span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.p-map__seats03 span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(images/common/icon_plus_yellow.png) no-repeat center/contain;
}

.p-map__center {
  border: 1px solid #000000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: self-end;
  -webkit-align-items: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  padding-bottom: 0.3125rem;
}

.p-map__center::before {
  content: "";
  width: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 2.5rem;
}

.p-map__frame01 {
  width: 100%;
  display: grid;
  grid-template-columns: 43px 1fr 43px;
  grid-template-rows: 305px;
  gap: 1rem;
}

.p-map__inside {
  margin-top: 1rem;
}

.p-map__inside-frame {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  grid-template-rows: 180px;
  gap: 1rem;
  margin-top: 1.0625rem;
}

.p-map__page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  gap: 0.3125rem;
}

.p-map__page-label {
  width: 100px;
  background-color: #D9D9D9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-map__page-label img {
  display: block;
}

.p-map__page-num {
  background-color: #C39714;
  color: #fff;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

@media all and (min-width: 1281px), print {
  .p-map__seats01::before, .p-map__seats01::after, .p-map__seats01 > *, .p-map__seats02::before, .p-map__seats02::after, .p-map__seats02 > *, .p-map__seats03::before, .p-map__seats03::after, .p-map__seats03 > * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-map__seats01:hover::before, .p-map__seats01:hover::after, .p-map__seats01:hover > *, .p-map__seats02:hover::before, .p-map__seats02:hover::after, .p-map__seats02:hover > *, .p-map__seats03:hover::before, .p-map__seats03:hover::after, .p-map__seats03:hover > * {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 767px) {
  .p-map__area01 {
    margin-left: 0.75rem;
    margin-right: 0.8125rem;
  }
  .p-map__area01.--out-bottom {
    margin-top: 0px;
  }
  .p-map__area01-row.--tall {
    min-height: 57px;
  }
  .p-map__area01-row.--short {
    min-height: 33px;
  }
  .p-map__area01-row.--short .p-map__seats01:first-child {
    padding-left: 1.0625rem;
  }
  .p-map__area01-row.--short .p-map__seats01:last-child {
    padding-right: 0.875rem;
  }
  .p-map__area04 {
    margin: 0 2.125rem;
  }
  .p-map__seat-sold-out {
    width: 33px;
    height: 33px;
  }
  .p-map__seat-sold-out.--right-center {
    right: 4%;
  }
  .p-map__seat-icon {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
  .p-map__seats01 {
    font-size: 0.6875rem;
    min-height: 24px;
  }
  .p-map__seats01 span {
    gap: 0.25rem;
  }
  .p-map__seats01 span::after {
    width: 12px;
    height: 12px;
  }
  .p-map__seats01.--top-left::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 33px 100%);
  }
  .p-map__seats01.--top-right::before {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 33px) 100%, 0px 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 33px) 100%, 0px 100%);
  }
  .p-map__seats01.--bottom-left::before {
    -webkit-clip-path: polygon(33px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(33px 0, 100% 0, 100% 100%, 0 100%);
  }
  .p-map__seats01.--bottom-right::before {
    -webkit-clip-path: polygon(0 0, calc(100% - 33px) 0, 100% 100%, 0px 100%);
    clip-path: polygon(0 0, calc(100% - 33px) 0, 100% 100%, 0px 100%);
  }
  .p-map__seats02 {
    font-size: 0.6875rem;
  }
  .p-map__seats02 span {
    gap: 0.25rem;
  }
  .p-map__seats02 span::after {
    width: 12px;
    height: 12px;
  }
  .p-map__seats02.--left::before {
    -webkit-clip-path: polygon(0 0, 100% 33px, 100% calc(100% - 33px), 0 100%);
    clip-path: polygon(0 0, 100% 33px, 100% calc(100% - 33px), 0 100%);
  }
  .p-map__seats02.--right::before {
    -webkit-clip-path: polygon(0 0, 100% 33px, 100% calc(100% - 33px), 0 100%);
    clip-path: polygon(0 0, 100% 33px, 100% calc(100% - 33px), 0 100%);
  }
  .p-map__seats02.--basic::before {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .p-map__seats02.--basic::before.--left span {
    gap: 0.125rem;
  }
  .p-map__seats02.--icon-seat {
    padding-top: 1.25rem;
  }
  .p-map__seats03 {
    font-size: 0.6875rem;
    padding-left: 1.375rem;
  }
  .p-map__seats03 span {
    gap: 4px;
  }
  .p-map__seats03 span::after {
    width: 12px;
    height: 12px;
  }
  .p-map__center {
    padding-bottom: 0;
  }
  .p-map__center::before {
    bottom: 30px;
  }
  .p-map__page {
    height: 24px;
  }
  .p-map__page-label {
    width: 56px;
  }
  .p-map__page-num {
    width: 24px;
    font-size: 0.6875rem;
  }
  .p-map__frame01 {
    grid-template-columns: 33px 1fr 33px;
    grid-template-rows: 220px;
  }
  .p-map__inside-frame {
    grid-template-columns: 24px 1fr 24px;
    grid-template-rows: 120px;
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}

.p-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.p-modal__content {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  font-size: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-modal__content::before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  font-size: 0;
  display: inline-block;
}

.p-modal__body {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  font-size: 1rem;
  max-width: 100%;
}

.p-modal__close {
  position: absolute;
  cursor: pointer;
  padding: 0.625rem;
  top: 0;
  right: 0;
  color: #1b1b1b;
  width: 44px;
  height: 44px;
}

.p-modal__close svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-modal__close svg path {
  fill: currentColor;
  stroke-width: 0;
}

.p-modal__seat-card {
  background-color: #fff;
  padding: 3rem 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.p-modal__seat-close {
  margin: 2.75rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-modal__seat-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.p-modal__seat-col-left {
  width: 37.5%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-modal__seat-col-left img {
  width: 100%;
}

.p-modal__seat-col-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-modal__ticket {
  padding: 3rem 1.25rem;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-modal__body {
    max-width: 100%;
  }
  .p-modal__content {
    padding: 0.3125rem 0;
  }
  .p-modal__seat-card {
    margin: 0;
    padding: 1.875rem 0.9375rem;
  }
  .p-modal__ticket {
    padding: 1.875rem 0.9375rem;
  }
}

.p-seat-card {
  position: relative;
}

.p-seat-card__btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 280px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  border: none;
  background-color: #C29414;
  padding: 0 0.625rem 0 0;
}

.p-seat-card__btn::before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(images/index/seat_thumbnail.jpg) no-repeat center/contain;
  border-radius: 2px;
  overflow: hidden;
}

.p-seat-card__btn::after {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(images/common/icon_question.svg) no-repeat center/contain;
}

.p-seat-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 48/32;
}

.p-seat-card__thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
}

.p-seat-card__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.p-seat-card__thumb.--bl-01::before {
  background-color: #C29414;
}

.p-seat-card__thumb.--bl-02::before {
  background-color: #E93CAD;
}

.p-seat-card__thumb.--bl-03::before {
  background-color: #00A9CE;
}

.p-seat-card__thumb.--bl-04::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #752894), color-stop(50%, #3BAE2A));
  background: -webkit-linear-gradient(top, #752894 50%, #3BAE2A 50%);
  background: linear-gradient(to bottom, #752894 50%, #3BAE2A 50%);
}

.p-seat-card__thumb.--bl-05::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #DAE100), color-stop(50%, #066EB8));
  background: -webkit-linear-gradient(top, #DAE100 50%, #066EB8 50%);
  background: linear-gradient(to bottom, #DAE100 50%, #066EB8 50%);
}

.p-seat-card__thumb.--bl-06::before {
  background-color: #139289;
}

.p-seat-card__sold-out {
  width: 109px;
  height: 109px;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
}

.p-seat-card__sold-out img {
  position: static;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  height: auto;
}

.p-seat-card__content {
  margin-top: 1.4375rem;
}

.p-seat-card__head-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1.625rem;
}

.p-seat-card__head-en-text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.p-seat-card__head-en-num-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-seat-card__head-en-num {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-right: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-seat-card__head-en-num::before {
  content: "";
  position: absolute;
  width: 11px;
  left: 100%;
  top: -2px;
  bottom: -2px;
  background: url(images/index/border_text_03_black.png) no-repeat left center/contain;
}

.p-seat-card__head-en-num:not(:first-child) {
  border-left: 0;
  padding-left: 0.625rem;
}

.p-seat-card__head-jp {
  text-align: left;
  margin-top: 0.5rem;
}

.p-seat-card__desc {
  margin-top: 0.5rem;
}

.p-seat-card__new {
  margin-top: 2rem;
}

.p-seat-card__new + .p-seat-card__new {
  margin-top: 1.25rem;
}

.p-seat-card__new-head-tag {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0.0625rem 0.6875rem;
  color: #fff;
  background: #00A9CE;
  border-radius: 99px;
  margin-left: 0.875rem;
  position: relative;
  top: -0.125rem;
}

.p-seat-card__new-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6%;
  margin-top: -0.375rem;
}

.p-seat-card__new-row::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #757575;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.p-seat-card__new-price {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  min-width: 192px;
  text-align: right;
}

.p-seat-card__new-price-sold-out {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 5px;
  bottom: 22px;
}

.p-seat-card__new-desc {
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.4118;
  color: #757575;
}

.p-seat-card__new-desc small {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.4667;
  display: block;
}

.p-seat-card__new-desc span {
  display: block;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
}

@media all and (min-width: 1281px), print {
  .p-seat-card__btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-seat-card__btn:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-seat-card__thumb::before {
    width: 8px;
  }
  .p-seat-card__sold-out {
    width: 80px;
    height: 80px;
    right: 0.5rem;
  }
  .p-seat-card__btn {
    gap: 0.5rem;
    width: 260px;
    padding-right: 0.25rem;
  }
  .p-seat-card__new {
    margin-top: 1rem;
  }
  .p-seat-card__new-desc {
    font-size: 1rem;
  }
  .p-seat-card__new-desc small {
    font-size: 0.8125rem;
  }
  .p-seat-card__new-desc span {
    min-width: unset;
  }
  .p-seat-card__new-price {
    min-width: 150px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-seat-card__new-row {
    gap: 4%;
    margin-top: 0.25rem;
  }
  .p-seat-card__head-en {
    gap: 1.375rem;
  }
  .p-seat-card__head-en-text {
    font-size: 1.125rem;
  }
  .p-seat-card__head-en-num {
    width: 26px;
    height: 26px;
  }
  .p-seat-card__head-en-num::before {
    width: 10px;
  }
  .p-seat-card__new-price-sold-out {
    right: -0.25rem;
    width: 46px;
    height: 46px;
    bottom: 1.25rem;
  }
}

.p-seat-type__item {
  border-bottom: 2px solid #D9D9D9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 1.4375rem 0.375rem 1.4375rem;
}

.p-seat-type__item:first-child {
  border-top: 2px solid #D9D9D9;
}

.p-seat-type__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-seat-type__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-seat-type__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

.p-seat-type__list li span {
  display: block;
}

.p-seat-type__list li span:nth-child(2) {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}

.p-seat-type__note::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/index/icon_seat_type_note.png) no-repeat center/contain;
  vertical-align: middle;
  margin-right: -0.25rem;
}

@media only screen and (max-width: 767px) {
  .p-seat-type__item {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-seat-type__content {
    width: 100%;
  }
  .p-seat-type__list li {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.75rem;
  }
}

.p-slideshow {
  width: 100%;
  background-color: #fff;
  padding: 0.625rem 0 0.625rem;
}

.p-slideshow.--rotate {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  width: auto;
  margin: 0 -2% 1.0625rem;
}

.p-slideshow__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-slideshow__swiper .swiper-slide {
  width: auto;
  width: 37.037037%;
}

.p-slideshow__swiper .swiper-slide img {
  width: 100%;
}

.p-slideshow__swiper-slide {
  overflow: hidden;
}

.p-slideshow__swiper-slide::before {
  content: "";
  display: block;
  aspect-ratio: 40/25;
}

.p-slideshow__swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

/* pages */
/* page index */
.page-index__content .c-button {
  margin-top: 4rem;
}

.page-index__content .c-button + .c-button {
  margin-top: 1.5rem;
}

.page-index__info {
  padding-top: 7.5rem;
}

.page-index__info-box {
  border: 2px solid #fff;
  padding: 3rem 2.375rem 2.75rem;
}

.page-index__topic-box {
  border-radius: 10px;
  background: #fff;
  padding: 4rem 20px 7.5rem;
}

.page-index__topic-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.page-index__topic-title small {
  font-size: 2rem;
  line-height: 1.4375;
  display: block;
  letter-spacing: 0.08em;
}

.page-index__topic-title span {
  font-size: 4rem;
  line-height: 0.9375;
  display: block;
  letter-spacing: 0.08em;
  margin-top: 0.25rem;
}

.page-index__topic-text01 {
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.page-index__topic-text02 {
  margin-top: 3.625rem;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 330px;
  position: relative;
  background: url(images/index/bg_text_01.png) no-repeat center/100% 100%;
  padding-right: 4.125rem;
}

.page-index__topic-text03 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #fff;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: url(images/index/bg_text_02.png) no-repeat center/auto 100%;
  padding-top: 0.25rem;
}

.page-index__topic-card-img {
  border-radius: 10px;
  overflow: hidden;
}

.page-index__topic-card-content .c-text.--small + .c-text.--small {
  margin-top: 0.25rem;
}

.page-index__topic-price-title {
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.page-index__topic-price-box {
  border-radius: 10px;
  background-color: #00A9CE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.9375rem 1rem 1.875rem;
}

.page-index__topic-price-lable {
  border-radius: 99px;
  background-color: #E93CAD;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  letter-spacing: 0.08em;
  color: #fff;
  display: inline-block;
  padding: 0 1.1875rem;
  line-height: 1.5;
}

.page-index__topic-price-quantity {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-size: 3.625rem;
  letter-spacing: 0.1em;
  margin-top: -0.625rem;
}

.page-index__topic-price-quantity small {
  letter-spacing: 0.1em;
  font-size: 2rem;
}

.page-index__season {
  overflow: hidden;
  padding-bottom: 5rem;
}

.page-index__season .c-heading-h3 {
  margin-top: 2.125rem;
}

.page-index__season .p-slideshow {
  margin-top: 1.0625rem;
}

.page-index__season-label {
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 0.125rem 1.75rem;
  border-radius: 99px;
}

.page-index__season-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  background: url(images/index/border_text_01.png) no-repeat center/contain;
}

.page-index__season-box {
  background-color: #00A6CE33;
  padding: 3rem 2.5rem 2.75rem;
}

.page-index__resale {
  margin-top: 5.625rem;
  padding-bottom: 7.5rem;
}

.page-index__resale-box {
  border: 2px solid #fff;
  padding: 2.875rem 2.5rem 2.875rem 2.375rem;
}

.page-index__price {
  padding-top: 7.5rem;
}

.page-index__price-note::before {
  content: "";
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: -0.1875rem;
  background: #fff url(images/common/icon_plus.png) no-repeat center/contain;
}

.page-index__seat {
  margin-top: 10.125rem;
  padding-bottom: 7.5rem;
}

.page-index__seat .c-button {
  margin-top: 7.1875rem;
}

.page-index__seat .p-seat-card + .p-seat-card {
  margin-top: 4.6875rem;
}

.page-index__benifit {
  padding-top: 7.625rem;
}

.page-index__benifit .p-benifit-card {
  margin-top: 5rem;
}

.page-index__benifit .p-benifit-card + .p-benifit-card {
  margin-top: 1.5rem;
}

.page-index__apply {
  overflow: hidden;
  padding-bottom: 5rem;
}

.page-index__apply .p-box {
  padding-right: 2.375rem;
}

.page-index__apply .p-slideshow {
  margin-top: 0.375rem;
}

.page-index__qa {
  margin-top: 10.875rem;
}

@media only screen and (max-width: 767px) {
  .page-index__content .c-button {
    margin-top: 3rem;
  }
  .page-index__info {
    padding-top: 5rem;
  }
  .page-index__info-box {
    padding: 1.875rem 0.9375rem;
  }
  .page-index__topic-box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .page-index__topic-title small {
    font-size: 1.5rem;
  }
  .page-index__topic-title span {
    font-size: 2.625rem;
  }
  .page-index__topic-text01 {
    font-size: 1.125rem;
  }
  .page-index__topic-text02 {
    font-size: 1.125rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 1.25rem;
    min-height: 46px;
    margin-top: 2rem;
  }
  .page-index__topic-text03 {
    font-size: 1.5rem;
    min-height: 60px;
    padding-top: 0;
  }
  .page-index__topic-price-title {
    font-size: 1.375rem;
  }
  .page-index__topic-price-lable {
    font-size: 1.125rem;
    padding: 0 1rem;
  }
  .page-index__topic-price-quantity {
    font-size: 2.5rem;
  }
  .page-index__topic-price-quantity small {
    font-size: 1.5rem;
  }
  .page-index__topic-price-box {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .page-index__season {
    padding-bottom: 1.25rem;
  }
  .page-index__season-box {
    padding: 1.875rem 0.9375rem;
  }
  .page-index__resale {
    padding-bottom: 5rem;
  }
  .page-index__resale-box {
    padding: 1.875rem 0.9375rem;
  }
  .page-index__apply {
    padding-bottom: 0;
  }
  .page-index__apply .p-box {
    padding-right: 0.9375rem;
  }
  .page-index__qa {
    margin-top: 7.5rem;
  }
  .page-index__price {
    padding-top: 5.0625rem;
  }
  .page-index__price-note {
    margin-top: 4rem !important;
  }
  .page-index__price-note::before {
    margin-right: 0.125rem;
  }
}

/* utility */
.u-bg-white-op {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.u-bg-black-op {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.u-inline-block {
  display: inline-block;
}

.u-block {
  display: block;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mt-11 {
  margin-top: 5.5rem !important;
}

.u-mt-12 {
  margin-top: 6rem !important;
}

.u-mt-13 {
  margin-top: 6.5rem !important;
}

.u-mt-14 {
  margin-top: 7rem !important;
}

.u-mt-15 {
  margin-top: 7.5rem !important;
}

.u-mt-16 {
  margin-top: 8rem !important;
}

.u-mt-17 {
  margin-top: 8.5rem !important;
}

.u-mt-18 {
  margin-top: 9rem !important;
}

.u-mt-19 {
  margin-top: 9.5rem !important;
}

.u-mt-20 {
  margin-top: 10rem !important;
}

.u-mt-21 {
  margin-top: 10.5rem !important;
}

.u-mt-22 {
  margin-top: 11rem !important;
}

.u-mt-23 {
  margin-top: 11.5rem !important;
}

.u-mt-24 {
  margin-top: 12rem !important;
}

.u-mt-25 {
  margin-top: 12.5rem !important;
}

@media only screen and (max-width: 767px) {
  .u-mt-4 {
    margin-top: 1.5rem !important;
  }
  .u-mt-5 {
    margin-top: 1.75rem !important;
  }
  .u-mt-6 {
    margin-top: 2rem !important;
  }
  .u-mt-7 {
    margin-top: 2.25rem !important;
  }
  .u-mt-8 {
    margin-top: 2.5rem !important;
  }
  .u-mt-9 {
    margin-top: 2.75rem !important;
  }
  .u-mt-10 {
    margin-top: 3rem !important;
  }
  .u-mt-11 {
    margin-top: 3.25rem !important;
  }
  .u-mt-12 {
    margin-top: 3.5rem !important;
  }
  .u-mt-13 {
    margin-top: 3.75rem !important;
  }
  .u-mt-14 {
    margin-top: 4rem !important;
  }
  .u-mt-15 {
    margin-top: 4.25rem !important;
  }
  .u-mt-16 {
    margin-top: 4.5rem !important;
  }
  .u-mt-17 {
    margin-top: 4.75rem !important;
  }
  .u-mt-18 {
    margin-top: 5rem !important;
  }
  .u-mt-19 {
    margin-top: 5.25rem !important;
  }
  .u-mt-20 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-1 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-2 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-3 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-4 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-6 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-7 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-8 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-9 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-11 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-12 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-13 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-14 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-16 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-17 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-18 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-19 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 10rem !important;
  }
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}

.u-remove-saw-text {
  display: block;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}
