/*!
  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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

.swiper {
  position: relative;
  margin-left: auto;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

body .m-modal__content {
  z-index: 100;
}
body .m-modal .m-modal__close-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    transform: scale(1.001);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: 2%;
    right: 2%;
    width: 45px;
    height: 40px;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  background: #5C4069;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 2px !important;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 40px !important;
  }
}
body .m-modal .m-modal__bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
body .m-modal .m-modal__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern03.png) center center repeat;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__content {
    max-width: 150vh;
  }
}
body.is-modal-afteropen .m-modal .m-modal__bg-layer::before {
  transform-origin: left center;
  transform: scaleX(1);
  animation: dot_bg_loop_sp 1s linear infinite;
}

#youtubePlayer_ui {
  display: none;
}

#GameMovie_ui {
  display: none;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  color: #3A332D;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

/*============================
  .l-header
============================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
@media not all and (max-width: 900px) {
  .l-header {
    height: 82px;
    width: 100%;
    border-bottom: 4px solid #3A332D;
    display: flex;
    align-items: center;
    background: #ffffff;
  }
}
.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern03.png) center center repeat;
  background-size: auto auto;
  opacity: 0.5;
}
.l-header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 93.0555555556%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-header__nav {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header__nav::before {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 55%;
    padding-top: 39.7375%;
    background: url(../img/bg_deco_spec.png) center center no-repeat;
    background-size: contain;
    transform: scale(-1, -1) translateX(-50%);
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-header__nav::before {
    transform: scale(-1, -1) translateX(0%);
  }
  .l-header__nav::after {
    content: "";
    position: absolute;
    bottom: 7%;
    left: -2%;
    width: 55%;
    padding-top: 39.7375%;
    background: url(../img/bg_deco_spec.png) center center no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-header__nav::after {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 900px) {
  .l-header__nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pattern03.png) center center repeat;
    background-size: 50% auto;
    opacity: 0.5;
  }
}
.l-header__logo {
  width: 100px;
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    width: 52px;
    margin-top: 5px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 900px) {
  .l-header__account {
    display: none;
  }
}
@media not all and (max-width: 900px) {
  .l-header__account {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__account:hover {
    opacity: 0.7;
  }
}
.l-header__account-inner {
  display: flex;
  align-items: center;
}
.l-header__account-icon {
  width: 20px;
  margin-right: 9px;
}
.l-header__account-txt {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.04rem;
}
.l-header__btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 39px;
  border-bottom: 2px solid #5C4069;
  box-shadow: -1px 3px 4px rgba(58, 51, 45, 0.3);
  background: #ffffff;
}
.l-header__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern03.png) center center repeat;
  background-size: auto auto;
  opacity: 0.5;
}
.l-header__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57%;
  height: 2px;
  background: #5C4069;
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 5px));
}
.is-menu-open .l-header__btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-menu-open .l-header__btn span:nth-child(2) {
  opacity: 0;
}
.l-header__btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 5px));
}
.is-menu-open .l-header__btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .l-nav {
    position: relative;
    top: -5.5%;
    z-index: 10;
  }
}
.l-nav__logo {
  width: 152px;
  margin: 0 auto 42px;
  transform: translateY(30px);
  opacity: 0;
}
.is-menu-open .l-nav__logo {
  transition: transform 0.8s cubic-bezier(0.38, 1.63, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .l-nav__list {
    display: flex;
    align-items: center;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-left: 45px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 31px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list-item {
    transform: translateY(30px);
    opacity: 0;
  }
  .is-menu-open .l-nav__list-item {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .is-menu-open .l-nav__list-item:nth-child(1) {
    transition-delay: 0s;
  }
  .is-menu-open .l-nav__list-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  .is-menu-open .l-nav__list-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .is-menu-open .l-nav__list-item:nth-child(4) {
    transition-delay: 0.3s;
  }
  .is-menu-open .l-nav__list-item:nth-child(5) {
    transition-delay: 0.4s;
  }
  .is-menu-open .l-nav__list-item:nth-child(6) {
    transition-delay: 0.5s;
  }
  .is-menu-open .l-nav__list-item:nth-child(7) {
    transition-delay: 0.6s;
  }
  .is-menu-open .l-nav__list-item:nth-child(8) {
    transition-delay: 0.7s;
  }
  .is-menu-open .l-nav__list-item:nth-child(9) {
    transition-delay: 0.8s;
  }
  .is-menu-open .l-nav__list-item:nth-child(10) {
    transition-delay: 0.9s;
  }
}
.l-nav__link {
  display: block;
}
.l-nav__link span {
  position: relative;
  display: block;
  padding-left: 16px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04rem;
}
@media not all and (max-width: 900px) {
  .l-nav__link span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border: 2px solid #3A332D;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-nav__link:hover span::before {
    transform: translateY(-50%) rotate(-45deg);
    background: #3A332D;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__link span {
    padding-left: 0;
    text-align: center;
    font-size: 20px;
  }
}

/*============================
footer
============================*/
.l-footer {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 109px;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 37px;
    padding-bottom: 125px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__share {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-footer__share-txt {
  position: relative;
  font-size: 15px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-txt {
    padding-right: 50px;
  }
  .l-footer__share-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #CECECE;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__share-txt {
    margin-bottom: 17px;
    font-size: 12px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__share-item {
  width: 21px;
}
@media screen and (max-width: 900px) {
  .l-footer__share-item {
    width: 30px;
  }
}
.l-footer__share-item.is-x {
  width: 18px;
}
@media screen and (max-width: 900px) {
  .l-footer__share-item.is-x {
    width: 24px;
  }
}
.l-footer__share-item + .l-footer__share-item {
  margin-left: 16px;
}
@media screen and (max-width: 900px) {
  .l-footer__share-item + .l-footer__share-item {
    margin-left: 27px;
  }
}
.l-footer__share-link {
  display: block;
}
@media not all and (max-width: 900px) {
  .l-footer__share-link {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(1.001);
  }
  .l-footer__share-link:hover {
    transform: scale(1.1);
  }
}
.l-footer__links {
  margin-top: 38px;
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    margin-top: 28px;
  }
}
.l-footer__links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 14px;
}
@media screen and (max-width: 900px) {
  .l-footer__links-list {
    width: 280px;
    margin: 0 auto;
    gap: 12px 11px;
  }
}
.l-footer__links-item {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.06rem;
}
@media not all and (max-width: 900px) {
  .l-footer__links-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3A332D;
    transform: scaleX(0);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__links-item:hover::before {
    transform: scale(1);
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-item {
    font-size: 11px;
  }
}
.l-footer__notice {
  margin-top: 23px;
  font-size: 11px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .l-footer__notice {
    font-size: 10px;
    line-height: 1.6;
  }
}
.l-footer__copy {
  font-size: 11px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 11px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.l-in {
  position: relative;
  padding-top: 170px;
  padding-bottom: 85px;
  min-height: 100vh;
}
@media screen and (max-width: 900px) {
  .l-in {
    padding-top: 66px;
  }
}
.l-in::before, .l-in::after {
  content: "";
  position: absolute;
  background: url(../img/bg_deco_spec.png) center center no-repeat;
  background-size: contain;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.l-in::before {
  top: 1.8%;
  right: 0;
  width: 30%;
  padding-top: 21.675%;
  transform: rotate(180deg) translateX(-100%);
}
@media screen and (max-width: 900px) {
  .l-in::before {
    top: 0;
    width: 57%;
    padding-top: 41.1825%;
  }
}
.is-load .l-in::before {
  transform: rotate(180deg) translateX(0);
}
.l-in::after {
  bottom: 2.4%;
  left: 0;
  width: 30%;
  padding-top: 21.675%;
  transform: translateX(-100%);
}
@media screen and (max-width: 900px) {
  .l-in::after {
    bottom: 0%;
    left: -2%;
    width: 58%;
    padding-top: 41.905%;
  }
}
.is-load .l-in::after {
  transform: translateX(0);
}
.l-in__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern03.png) center center repeat;
  background-size: auto;
  opacity: 0.4;
}
.l-in__container {
  position: relative;
}
.l-in__ttl {
  position: relative;
  margin-bottom: 20px;
  font-family: YakuHanJPs_Noto, "M PLUS 1p", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 900px) {
  .l-in__ttl {
    margin-bottom: 17px;
    font-size: 30px;
  }
}
.l-in__back {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-in__back {
    margin-top: 23px;
  }
}
.l-in__back + .l-in__back {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .l-in__back + .l-in__back {
    margin-top: 15px;
  }
}
.l-in__back-inner {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-in__back-inner:hover {
    opacity: 0.8;
  }
  .l-in__back-inner:hover::before {
    transform: scaleX(-1) translateX(3px);
  }
}
@media screen and (max-width: 900px) {
  .l-in__back-inner {
    padding-left: 20px;
  }
}
.l-in__back-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 7px;
  height: 100%;
  -webkit-mask: url(../img/icon_btn.png) center center no-repeat;
  mask: url(../img/icon_btn.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #3A332D;
  transform: scaleX(-1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-in__back-inner::before {
    width: 5px;
  }
}

.l-wrapper {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-wrapper {
    transition-delay: 0.2s;
  }
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  min-height: 100vh;
  position: relative;
}

.c-btn__inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  background: #5C4069;
  text-align: center;
  color: #ffffff;
  border: none;
  font-size: 16px;
}
@media not all and (max-width: 900px) {
  .c-btn__inner {
    transform: scale(1.001);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    padding: 9px 0;
    font-size: 13px;
  }
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #ffffff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .c-btn__inner::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.c-btn__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 50%, 42% 0, 42% 100%);
  clip-path: polygon(100% 50%, 42% 0, 42% 100%);
}
@media screen and (max-width: 900px) {
  .c-btn__inner::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
}
.is-disable .c-btn__inner {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(80%);
}
.is-noarrow .c-btn__inner::after {
  content: none;
}

.c-pagination {
  position: relative;
}
.c-pagination__list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__list-item {
  display: inline-block;
  font-weight: 700;
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 28px;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 20px;
  }
}
.c-pagination__list-item a,
.c-pagination__list-item span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  box-sizing: border-box;
  color: #CECECE;
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item a,
  .c-pagination__list-item span {
    transition: color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item a,
  .c-pagination__list-item span {
    line-height: 20px;
  }
}
.c-pagination__list-item a::after,
.c-pagination__list-item span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #3A332D;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-pagination__list-item span {
  color: #3A332D;
}
.c-pagination__list-item span::after {
  transform: translateX(-50%) scaleX(1);
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item a:hover {
    color: #3A332D;
  }
  .c-pagination__list-item a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__nav {
    display: flex;
    justify-content: space-between;
  }
}
.c-pagination__nav-button {
  position: relative;
  width: 80px;
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-button {
    position: absolute;
    top: 50%;
    width: 98px;
    margin-top: -8px;
  }
}
.c-pagination__nav-button.is-disabled {
  pointer-events: none !important;
  opacity: 0.3;
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-button.-prev {
    left: 0;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-button.-next {
    right: 0;
  }
}
.c-pagination__nav-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-link:hover {
    transform: translateX(-7px);
  }
}
.-next .c-pagination__nav-link {
  flex-direction: row-reverse;
}
@media not all and (max-width: 900px) {
  .-next .c-pagination__nav-link:hover {
    transform: translateX(7px);
  }
}
.c-pagination__nav-arrow {
  position: relative;
  display: block;
  width: 20px;
}
@media screen and (max-width: 900px) {
  .c-pagination__nav-arrow {
    width: 13px;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_arrowR_fill.svg) center center no-repeat;
    background-size: contain;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.-prev .c-pagination__nav-arrow::before {
  background: url(../img/common/icon_arrowL_fill.svg) center center no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-link:hover .c-pagination__nav-arrow::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.c-pagination__nav-text {
  display: block;
  padding-left: 10px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .c-pagination__nav-text {
    padding-left: 6px;
    font-size: 15.5px;
    letter-spacing: 0.04rem;
  }
}
.-next .c-pagination__nav-text {
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .-next .c-pagination__nav-text {
    padding-right: 6px;
  }
}
.c-pagination__nav-button.-prev .c-pagination__nav-text {
  left: auto;
  right: 0;
  text-align: right;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.is-load .c-loading {
  opacity: 0;
}
.c-loading__inner {
  --stroke-width: calc(60px / 6);
  width: 60px;
  height: 60px;
  border-width: var(--stroke-width);
  border-style: solid;
  border-color: #CECECE #CECECE #CECECE transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: cubic-bezier(0.65, 0, 0.35, 1) 1s infinite loading;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes op_logo {
  0% {
    transform: translate(20px, 20px);
    opacity: 0;
  }
  20% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-15px, -15px);
  }
  60% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes op_grich {
  0% {
    transform: translate(60px, 60px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, -50px);
  }
  70% {
    transform: translate(0, 0);
  }
  82% {
    transform: translate(30px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes op_grich2 {
  0% {
    transform: translate(-60px, -60px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, -50px);
  }
  75% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes line_inout {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes noiseBefore {
  0% {
    top: 2px;
    left: -4px;
  }
  100% {
    top: -2px;
    left: 4px;
  }
}
@keyframes noiseAfter {
  0% {
    top: -2px;
    left: -4px;
  }
  100% {
    top: 2px;
    left: 4px;
  }
}
@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  30% {
    transform: skewX(-15deg);
  }
  45% {
    transform: skewX(15deg);
  }
  60% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes shake2 {
  0% {
    transform: skewX(0deg);
  }
  30% {
    transform: skewX(0deg);
  }
  31% {
    transform: skewX(-20deg);
  }
  32% {
    transform: skewX(20deg);
  }
  33% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes shake3 {
  0% {
    transform: skewX(0deg);
  }
  50% {
    transform: skewX(1deg);
  }
  100% {
    transform: skewX(0deg);
  }
}