@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #777;
  --color-gray-light: #ccc;
  --color-orange: #ea5442;
  --color-purple: #6d61a9;
  --color-pink: #b9658f;
  --color-theme-red: #e62139;
  --color-theme-blue: #0074d6;
  --color-theme-green: #0eb16e;
  --color-theme-white: #8a9fb2;
  --color-theme-purple: #6d61a9;
  --modal-accent: #7a61d8;
  --gradient-red: linear-gradient(to right, #6d61a9, #ea5442);
  --gradient-purple: linear-gradient(to right, #6d61a9, #b9658f, #db5f70, #ea5442);
  --gradient-title: var(--gradient-purple);
  --font-jp: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "Unbounded", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-sans: "Noto Sans JP", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-inout-expo: cubic-bezier(0.87, 0, 0.13, 1);
}

@keyframes rotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loopListBandLeftPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-124.2915rem);
  }
}
@keyframes loopListBandLeftSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-49.7166rem);
  }
}
@keyframes loopListBandRightPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(124.2915rem);
  }
}
@keyframes loopListBandRightSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(49.7166rem);
  }
}
@keyframes loopListBandLeftInPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-74.5749rem);
  }
}
@keyframes loopListBandRightInPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(74.5749rem);
  }
}
html {
  font-size: min(0.7142857143vw, 15px);
}
@media screen and (max-width: 1200px) {
  html {
    font-size: min(0.8333333333vw, 10px);
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.p-wrapper {
  position: relative;
  font-family: var(--font-jp);
  font-weight: 500;
  opacity: 0;
}
.on-load .p-wrapper {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-quart);
}
.p-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.jpg) no-repeat center center/cover;
}

.p-content {
  position: relative;
}
.p-content__wrap {
  position: relative;
  padding-top: 9.7995rem;
  padding-bottom: 9.7995rem;
}
@media screen and (max-width: 750px) {
  .p-content__wrap {
    padding-top: 4.89975rem;
    padding-bottom: 4.89975rem;
  }
}
.p-content__inner {
  width: 100rem;
  margin: 0 auto;
  padding-top: 3.1rem;
  padding-bottom: 12.9rem;
}
@media screen and (max-width: 750px) {
  .p-content__inner {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 6.1em;
  }
}
.p-content__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-content__line-item {
  position: absolute;
  width: 100%;
  padding-top: 9.7995rem;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-content__line-item {
    padding-top: 3.9198rem;
  }
}
.p-content__line-item:nth-child(1) {
  top: 0;
  left: 0;
}
.page-in .p-content__line-item:nth-child(1) {
  padding-top: 5.8797rem;
}
@media screen and (max-width: 750px) {
  .page-in .p-content__line-item:nth-child(1) {
    padding-top: 3.9198rem;
  }
}
.p-content__line-item:nth-child(2) {
  bottom: 0;
  left: 0;
}
.p-content__line-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 280rem;
  height: 100%;
  background: url(../img/listband4.jpg) repeat-x top center/auto 100%;
}
.p-content__line-item:nth-child(1)::before {
  right: 0;
}

@media screen and (min-width: 751px) {
  .page-top .p-content__line-item:nth-child(1)::before {
    animation: loopListBandRightPC 20s linear infinite;
  }
}

@media screen and (min-width: 751px) {
  .page-in .p-content__line-item:nth-child(1)::before {
    animation: loopListBandRightInPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .page-in .p-content__line-item:nth-child(1)::before {
    animation: loopListBandRightSP 20s linear infinite;
  }
}

.p-content__line-item:nth-child(2)::before {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 751px) {
  .p-content__line-item:nth-child(2)::before {
    animation: loopListBandLeftPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-content__line-item:nth-child(2)::before {
    animation: loopListBandLeftSP 20s linear infinite;
  }
}

.p-content__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-content__deco-item {
  position: absolute;
  width: 32rem;
  height: 200%;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item {
    width: 8rem;
  }
}
.p-content__deco-item:nth-child(1) {
  top: 0;
  left: -2rem;
  background: url(../img/side_deco_left_pc.png) repeat-y left 10.5rem/100% auto;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(1) {
    left: 0;
    background-image: url(../img/side_deco_left_sp.png);
    background-position: left -1.8rem;
  }
}
.p-content__deco-item:nth-child(2) {
  top: 0;
  right: -2rem;
  background: url(../img/side_deco_right_pc.png) repeat-y left 10.5rem/100% auto;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(2) {
    right: 0;
    background-image: url(../img/side_deco_right_sp.png);
    background-position: left -1.8rem;
  }
}
.p-content__deco-item:nth-child(3) {
  position: absolute;
  bottom: 24.3rem;
  right: -4rem;
  transform: rotate(-20deg);
  transform-origin: right center;
  width: 100%;
  height: 0;
  padding-top: 9.7995rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(3) {
    bottom: 8.2rem;
    right: -2rem;
    padding-top: 3.9198rem;
  }
}
.p-content__deco-item:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  min-width: 280rem;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(../img/listband3.jpg);
}
@media screen and (min-width: 751px) {
  .p-content__deco-item:nth-child(3)::before {
    animation: loopListBandRightPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(3)::before {
    min-width: 112.5rem;
    animation: loopListBandRightSP 20s linear infinite;
  }
}
.p-content__pagetop {
  position: absolute;
  bottom: 11.8rem;
  right: 2rem;
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .p-content__pagetop {
    bottom: 5.6rem;
    right: 1.5rem;
    width: 4rem;
  }
}
.p-content__pagetop-link {
  display: block;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-content__pagetop-link:hover {
    transform: scale(1.1);
  }
}

.p-section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 750px) {
  .p-section {
    width: 33.5rem;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section--booth {
    width: 35.5rem;
    margin: 0 auto;
  }
}
.p-section--goods {
  padding-top: 8.2rem;
}
@media screen and (max-width: 750px) {
  .p-section--goods {
    padding-top: 5rem;
  }
}
.page-in .p-section--goods {
  padding-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .page-in .p-section--goods {
    padding-top: 5rem;
  }
}
.p-section--ex_booth {
  padding-top: 8.2rem;
}
@media screen and (max-width: 750px) {
  .p-section--ex_booth {
    padding-top: 5rem;
  }
}
.p-section__body {
  transform: translateY(1.5rem);
  opacity: 0;
}
.p-section.is-active .p-section__body {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-quart) 0.55s, opacity 0.5s var(--ease-out-quart) 0.55s;
}
.p-section__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: transparent;
  font-family: var(--font-eng);
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  background: var(--gradient-title);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.p-section.is-active .p-section__title {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.8s var(--ease-inout-expo);
  transition: clip-path 0.8s var(--ease-inout-expo);
  transition: clip-path 0.8s var(--ease-inout-expo), -webkit-clip-path 0.8s var(--ease-inout-expo);
}
@media screen and (max-width: 750px) {
  .p-section__title {
    font-size: 5rem;
  }
}

.p-footer {
  position: relative;
  background: var(--color-black);
}
.p-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: var(--gradient-red);
}
.p-footer__wrapper {
  position: relative;
}
.p-footer__inner {
  width: 120rem;
  margin: 0 auto;
  padding-top: 8.4rem;
  padding-bottom: 9.9rem;
}
@media screen and (max-width: 1200px) {
  .p-footer__inner {
    width: 110rem;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__inner {
    width: 95%;
    padding-top: 6.3rem;
    padding-bottom: 8.4rem;
  }
}
.p-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__share-head {
  margin-right: 3rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-head {
    margin-right: 2rem;
  }
}
.p-footer__share-label {
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .p-footer__share-label {
    font-size: 1.2rem;
  }
}
.p-footer__share-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-footer__share-list-item {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list-item {
    width: 4rem;
    height: 4rem;
  }
}
.p-footer__share-list-item:nth-child(n+2) {
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list-item:nth-child(n+2) {
    margin-left: 1.5rem;
  }
}
.p-footer__share-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-footer__share-link:hover {
    transform: scale(1.1);
  }
}
.p-footer__share-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-red);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: transform 0.6s var(--ease-out-quart);
}
.p-footer__share-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
}
.p-footer__help {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-footer__help {
    margin-top: 3.9rem;
  }
}
.p-footer__help-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__help-list-item {
  position: relative;
}
.p-footer__help-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.9rem;
  background: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-footer__help-list-item::after {
    height: 0.8rem;
  }
}
.p-footer__help-list-item:first-child::after {
  content: none;
}

.p-footer__help-link {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.2rem;
  text-decoration: none;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  background: var(--gradient-red);
  -webkit-background-clip: text;
  background-clip: text;
  transition: color 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-footer__help-link:hover {
    color: transparent;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__help-link {
    padding: 0 0.78rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}
.p-footer__rule {
  margin-top: 1.6rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-footer__rule {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-footer__copyright {
  margin-top: 4.9rem;
  color: var(--color-gray);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.32;
}
@media screen and (max-width: 750px) {
  .p-footer__copyright {
    margin-top: 3.2rem;
    font-size: 1rem;
    line-height: 1.17;
  }
}
.p-footer__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-footer__deco {
    display: none;
  }
}
.p-footer__deco-item {
  position: absolute;
}
.p-footer__deco-item:nth-child(1) {
  top: 4.9%;
  right: -4rem;
  width: 13.5rem;
}
.p-footer__deco-item:nth-child(2) {
  top: 29%;
  right: 21.4rem;
  width: 2.9rem;
}
.p-footer__deco-item:nth-child(3) {
  top: 10.6%;
  left: 25.5rem;
  width: 3.7rem;
}
.p-footer__deco-item:nth-child(4) {
  top: 23.3%;
  left: -1.4rem;
  width: 12.9rem;
}

.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.1rem;
  padding-bottom: 0.3rem;
  background: var(--color-black);
  transform: translateY(-1rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.8s var(--ease-out-quart), opacity 0.4s var(--ease-out-quart);
}
.p-nav.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.p-nav::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: var(--gradient-purple);
}
.p-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 97.5%;
  height: 100%;
  margin: 0 auto;
}
.p-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-nav__list-item {
  position: relative;
}
.p-nav__list-item:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 2rem;
  background: var(--color-white);
}
.p-nav__link {
  display: block;
  position: relative;
  padding: 0 3.5rem;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .p-nav__link {
    padding: 0 3rem;
  }
}
.p-nav__link-text {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--gradient-purple);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  transition: color 0.5s var(--ease-out-quart);
}
@media screen and (max-width: 1200px) {
  .p-nav__link-text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .p-nav__link:hover .p-nav__link-text {
    color: transparent;
  }
}
.nav-active .p-nav__link-text {
  color: transparent;
}
.p-nav__sns {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-nav__sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 12.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: 0.2rem solid var(--color-white);
  border-radius: 50rem;
  text-decoration: none;
}
.p-nav__sns-text {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.1rem;
  margin-left: 0.2rem;
  background: var(--gradient-purple);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  transition: color 0.5s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-nav__sns-link:hover .p-nav__sns-text {
    color: transparent;
  }
}
.p-nav__sns-icon {
  display: block;
  width: 1.8rem;
  margin-left: 0.3rem;
}

.p-ham {
  position: fixed;
  bottom: 2.7rem;
  left: 2rem;
  transform: translateY(1rem);
  width: 4.6rem;
  height: 4.6rem;
  background: var(--color-black);
  border: 1px solid var(--color-white);
  border-radius: 50rem;
  opacity: 0;
  pointer-events: none;
  transition: background-color 0.6s var(--ease-out-quart), transform 0.8s var(--ease-out-quart), opacity 0.4s var(--ease-out-quart);
  cursor: pointer;
}
.p-ham.is-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.menu-open .p-ham {
  background: var(--color-white);
}
.p-ham__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
}
.p-ham__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 0.6rem));
  width: 100%;
  height: 0.2rem;
  background: var(--color-white);
  transition: background-color 0.6s var(--ease-out-quart), transform 0.6s var(--ease-out-quart);
}
.menu-open .p-ham__icon::before {
  transform: translateY(-50%) rotate(-45deg);
  background: var(--color-black);
}
.p-ham__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 0.6rem));
  width: 100%;
  height: 0.2rem;
  background: var(--color-white);
  transition: background-color 0.6s var(--ease-out-quart), transform 0.6s var(--ease-out-quart);
}
.menu-open .p-ham__icon::after {
  transform: translateY(-50%) rotate(45deg);
  background: var(--color-black);
}
.p-ham__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.2rem;
  background: var(--color-white);
  transition: opacity 0.6s var(--ease-out-quart);
}
.menu-open .p-ham__icon span {
  opacity: 0;
}

.p-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-quart);
  pointer-events: none;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  .p-menu {
    display: none !important;
  }
}
.menu-open .p-menu {
  opacity: 1;
  pointer-events: auto;
}
.p-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-menu__inner {
  width: 80%;
}
.p-menu__nav-list-item:nth-child(n+2) {
  margin-top: 3.55rem;
}
.p-menu__nav-link {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.p-menu__nav-link-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--gradient-purple);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 2rem;
  letter-spacing: 0.04em;
  transition: color 0.5s var(--ease-out-quart);
}
.nav-active .p-menu__nav-link-text {
  color: transparent;
}
.p-menu__sns {
  width: 19.2rem;
  margin: 0 auto;
  margin-top: 3.7rem;
}
.p-menu__sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0.2rem solid var(--color-white);
  border-radius: 50rem;
  text-decoration: none;
}
.p-menu__sns-text {
  display: block;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.p-menu__sns-icon {
  display: block;
  width: 2rem;
  margin-left: 0.7rem;
}

.p-btn {
  position: relative;
}
.p-btn__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20%;
  border-radius: 5rem;
  background: var(--color-theme-red);
  transition: transform 0.6s var(--ease-out-quart), opacity 0.6s var(--ease-out-quart);
}
.--theme-green .p-btn__link {
  background: var(--color-theme-green);
}
.--theme-white .p-btn__link {
  background: var(--color-theme-white);
}
.--theme-purple .p-btn__link {
  background: var(--color-theme-purple);
}
.p-goods__more-btn .p-btn__link {
  padding-top: 23%;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-goods__more-btn .p-btn__link {
    padding-top: 21.8%;
  }
}
@media (hover: hover) {
  .p-btn__link:hover {
    transform: scale(1.05);
    opacity: 0.6;
  }
}
.p-btn__link.disabled {
  pointer-events: none;
  background: var(--color-gray-light);
}
.p-btn__link::after {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  right: 9%;
  width: 5%;
  height: 100%;
  background: url(../img/ic_ex.svg) no-repeat center center/100% auto;
}
.p-btn__link.disabled::after {
  content: none;
}

.p-btn__link[target=_blank]::after {
  content: "";
}

.p-btn__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  margin: 0 auto;
  padding-right: 0.4rem;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-btn__text {
    font-size: 1rem;
  }
}
.p-goods__more-btn .p-btn__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-goods__more-btn .p-btn__text {
    font-size: 1.1rem;
  }
}

.m-modal.m-modal-custom {
  font-family: var(--font-jp);
  font-weight: 500;
}
.m-modal.m-modal-custom .m-modal__bg {
  background: var(--color-black);
  opacity: 0.6;
  cursor: auto;
}
.m-modal.m-modal-custom .m-modal__content {
  max-width: 100rem;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 8rem auto;
}
@media screen and (max-width: 750px) {
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 5rem auto;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 0.2rem;
  height: 100%;
}