@charset "UTF-8";
/* var(--vw) を使う clamp を生成 */
:root {
  --color-bg: #fff;
  --color-bg-rgb: 255, 255, 255;
  --color-gray: #F5F5F5;
  --color-footer-bg: #3788DE;
  --text-black:#101820;
  --main-gray-color:#E5E5E5;
  --color-primary:#3788DE;
  --color-secondary:#FFAB1A;
  --color-danger:#ff0000;
  --font-langJa:"Noto Sans JP",sans-serif;
  --font-langEn: "Poppins", sans-serif;
  --font-langNum: "Poppins", sans-serif;
  --pc-width:1400;
  --contents-width:1300;
  --contents-width-px:calc(var(--contents-width) * 1px);
  --radius-xs: 8px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}

:root {
  --width: 1400;
  --bg-base:#FCF5E3;
  --bg-main:#FFD900;
  --color-blue:#0073FF;
  --color-red:#FF381A;
  --contents-width:1200;
  --contents-width-px:calc(var(--contents-width) * 1px);
  --fsz10:clamp(10px, 0.71vw, 10px);
  --fsz11:clamp(10px, 0.79vw, 11px);
  --fsz12:clamp(10px, 0.86vw, 12px);
  --fsz13:clamp(10px, 0.93vw, 13px);
  --fsz14:clamp(10px, 1.00vw, 14px);
  --fsz15:clamp(12px, 1.07vw, 15px);
  --fsz16:clamp(14px, 1.14vw, 16px);
  --fsz17:clamp(15px, 1.21vw, 17px);
  --fsz18:clamp(15px, 1.29vw, 18px);
  --fsz19:clamp(16px, 1.36vw, 19px);
  --fsz20:clamp(16px, 1.43vw, 20px);
  --fsz21:clamp(16px, 1.50vw, 21px);
  --fsz22: clamp(16px, 1.57vw, 22px);
  --fsz24:clamp(18px, 2.14vw, 24px);
  --fsz26: clamp(20px, 2.14vw, 26px);
  --fsz28: clamp(20px, 2.14vw, 28px);
  --fsz30: clamp(22px, 2.14vw, 30px);
  --fsz32: clamp(24px, 2.29vw, 32px);
  --fsz34: clamp(24px, 2.43vw, 34px);
  --fsz36: clamp(26px, 2.57vw, 36px);
  --fsz38: clamp(28px, 2.71vw, 38px);
  --fsz40: clamp(30px, 2.86vw, 40px);
  --fsz42: clamp(32px, 3vw, 42px);
  --fsz44: clamp(34px, 3.14vw, 44px);
  --fsz46: clamp(36px, 3.29vw, 46px);
}
@media (max-width: 767px) {
  :root {
    --width: 375;
  }
}

html {
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  min-height: 100%;
  height: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-black);
  background-color: var(--bg-main);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  text-rendering: optimizeLegibility;
}

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

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img, svg {
  max-width: 100%;
  height: auto;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
}

input, textarea, select {
  font-size: 16px;
  font-family: var(--font-langJa);
}

button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.l-inner {
  margin: 0 auto;
  width: 92%;
  max-width: var(--contents-width-px);
}
.l-inner.large {
  max-width: 1240px;
}
.l-inner.medium {
  max-width: 1032px;
}
.l-inner.small {
  max-width: 1008px;
}
.l-inner.talk {
  max-width: 600px;
}
@media (max-width: 767px) {
  .l-inner {
    width: 94.6666666667%;
  }
}

.l-inner-sp {
  margin: 0 auto;
  max-width: 401px;
}
@media (max-width: 767px) {
  .l-inner-sp {
    width: 100%;
  }
}

.l-inner-sp__fluid {
  margin: 0 auto;
  max-width: 401px;
}
@media (max-width: 767px) {
  .l-inner-sp__fluid {
    width: 100%;
  }
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

main {
  position: relative;
}

.u-link {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.u-link:hover, .u-link:active, .u-link:focus {
  text-decoration: none;
}

.u-red {
  color: var(--color-red);
}

.u-fwb {
  font-weight: 700;
}

.u-en {
  font-family: "Days One";
}

.u-pe-none {
  pointer-events: none;
}

.u-uppercase {
  text-transform: uppercase !important;
}

.u-capitalize {
  text-transform: capitalize !important;
}

.u-bg-base {
  position: relative;
  padding-top: calc(129 / var(--width) * 100%);
  padding-bottom: calc(129 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .u-bg-base {
    padding-top: calc(60 / var(--width) * 100%);
    padding-bottom: calc(60 / var(--width) * 100%);
  }
}
.u-bg-base::before {
  content: "";
  display: block;
  padding-top: 55px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: var(--bg-base);
  -webkit-mask-image: linear-gradient(#fff, #fff), url(../img/common/top_wave.svg), url(../img/common/bottom_wave.svg);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-position: 0 0, top center, bottom -1px center;
  -webkit-mask-size: 100% 100%, 100% auto, 100% auto;
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(#fff, #fff), url(../img/common/top_wave.svg), url(../img/common/bottom_wave.svg);
  mask-repeat: no-repeat, no-repeat, no-repeat;
  mask-position: 0 0, top center, bottom -1px center;
  mask-size: 100% 100%, 100% auto, 100% auto;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/*************************************
* common
***************************************/
.c-title01 {
  position: relative;
}
.c-title01.center {
  text-align: center;
}
.c-title01.left {
  text-align: left;
}
.c-title01.right {
  text-align: right;
}
@media (max-width: 767px) {
  .c-title01.center {
    text-align: left;
  }
  .c-title01.left {
    text-align: left;
  }
  .c-title01.right {
    text-align: left;
  }
}

.c-title01-ja {
  font-family: "Dela Gothic One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(62px, 4.57vw, 64px);
  line-height: 110%;
  color: var(--color-red);
}
.c-title01-ja.small {
  font-size: clamp(41px, 3.43vw, 48px);
}
.c-title01-ja.has-icon::after {
  content: "";
  margin: 10px auto 0;
  display: block;
  width: 65px;
  aspect-ratio: 1/1;
  background-color: #7B6423;
  -webkit-mask-image: url(../img/common/h_title_lerch.svg);
          mask-image: url(../img/common/h_title_lerch.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-title01-ja .sub {
  font-size: 48%;
  line-height: 1;
}

.c-title01-en {
  margin-top: 2px;
  font-family: "Days One";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.43vw, 20px);
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "liga" off, "calt" off;
  color: #591700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-title01-ja.has-icon::after {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .c-title01-ja.has-icon + .c-title01-en {
    text-align: center;
  }
}

.l-inner-sp .c-title01-ja, .l-inner-sp__fluid .c-title01-ja {
  font-size: min(32px, 4.57vw);
}
.l-inner-sp .c-title01-en, .l-inner-sp__fluid .c-title01-en {
  font-size: min(16px, 1.43vw);
}

.c-text01 {
  font-size: var(--fsz16);
  font-weight: 500;
}

.c-text02 {
  font-size: var(--fsz18);
  font-weight: 500;
}

.c-text02b {
  font-size: var(--fsz18);
  line-height: 180%;
  font-weight: 500;
}

.c-text03 {
  font-size: var(--fsz20);
  font-weight: 500;
}

.c-text04 {
  font-size: var(--fsz24);
  font-weight: 500;
}

.c-dl01 dt {
  background-color: #fff;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: var(--fsz18);
}
.c-dl01 dd {
  padding: 2em 0 0;
}

.c-button01 {
  position: relative;
  padding: 1em 2.5em;
  display: inline-block;
  font-size: var(--fsz18);
  font-weight: 700;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 100px;
}
.c-button01::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  -webkit-mask-image: url(../img/common/icon_button_arrow.svg);
          mask-image: url(../img/common/icon_button_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-button01.icon-pdf::after {
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
}

.c-button-more {
  display: block;
}
.c-button-more img {
  width: 100%;
}

.c-check-lbl {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.c-checkbox {
  margin-top: 0.15em;
  margin-right: 0.5em;
  flex-shrink: 0;
  border-color: var(--color-primary);
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary);
}

/*************************************
* header
***************************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 153px;
  z-index: 100;
  display: flex;
}
@media (max-width: 767px) {
  .l-header {
    height: 90px;
  }
}
.l-header .l-inner {
  display: flex;
  padding-right: 100px;
  width: 98%;
  max-width: 98%;
}

.header-logo {
  width: 21.9285714286%;
}
@media (max-width: 767px) {
  .header-logo {
    width: 163px;
  }
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
}

.p-header__nav.p-header__nav--pc {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 5%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
  transition-property: opacity, visibility;
}
@media (max-width: 1024px) {
  .p-header__nav.p-header__nav--pc {
    display: none;
  }
}

@media (max-width: 1024px) {
  .p-header__nav.p-header__nav--pc {
    display: none;
  }
}
/* ドロワーメニュー */
.p-header__nav.p-header__nav--sp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-header__nav.p-header__nav--sp .p-nav-logo {
  position: fixed;
  top: 13px;
  left: 4%;
  width: 210px;
}
.p-header__nav.p-header__nav--sp .p-gnav {
  margin-top: 54px;
  display: block;
  width: 100%;
  padding: 0 2em;
}
.p-header__nav.p-header__nav--sp .p-gnav__item {
  width: 100%;
}
.p-header__nav.p-header__nav--sp .p-gnav__link {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Dela Gothic One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz46);
  line-height: 150%;
  color: #FF381A;
}
/* メニュー表示設定*/
.p-header__nav.p-header__nav--sp {
  position: fixed;
  top: 0;
  right: 0;
  color: #222;
  background: var(--bg-main) url(../img/top/bg_lerchs.webp) no-repeat top center/100%;
  text-align: center;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-out 0s;
  transition-property: opacity, visibility;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}
.p-header__nav.p-header__nav--sp .p-nav-logo {
  display: none;
}
.p-header__nav.p-header__nav--sp .p-gnav {
  margin-top: 145px;
}
@media (max-width: 1024px) {
  .p-header__nav.p-header__nav--sp .p-gnav {
    margin-top: 74px;
  }
}
@media (max-width: 960px) {
  .p-header__nav.p-header__nav--sp {
    max-width: 100%;
  }
  .p-header__nav.p-header__nav--sp .p-nav-logo {
    display: block;
  }
}

.is-drawerActive .p-header__nav.p-header__nav--sp {
  opacity: 1;
  visibility: visible;
}

.p-hamburger {
  position: fixed;
  content: "";
  top: 37px;
  right: 1%;
  bottom: 0;
  left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  outline: 0;
  border: 0;
  width: 77px;
  height: 77px;
  border-radius: 40px;
  background: #7E1300;
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
@media (max-width: 1024px) {
  .p-hamburger {
    top: 15px;
    width: 56px;
    height: 56px;
  }
}
.p-hamburger .icon {
  position: relative;
  margin-left: 2px;
  display: block;
  width: 30px;
  height: 17px;
}
.p-hamburger .snow {
  position: absolute;
  right: 2px;
  top: -10px;
  width: 80px;
  aspect-ratio: 52/23;
  background: url(../img/common/menu_snow.png) no-repeat top right/contain;
  z-index: 101;
}
@media (max-width: 1024px) {
  .p-hamburger .snow {
    width: 50px;
  }
}

.p-hamburger__line {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.2s cubic-bezier(0.23, 1, 0.58, 1);
  margin: auto;
  border-radius: 0.25em;
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.p-hamburger__line:after,
.p-hamburger__line:before {
  display: block;
  position: absolute;
  content: "";
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1), top 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s;
  border-radius: inherit;
  background-color: inherit;
  width: 100%;
  height: 100%;
}

.p-hamburger__line:before {
  top: -8px;
}

.p-hamburger__line:after {
  top: 8px;
}

.is-drawerActive .p-hamburger::after {
  color: #fff;
}

.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}

.is-drawerActive .p-hamburger__line:after,
.is-drawerActive .p-hamburger__line:before {
  top: 0;
  background-color: #fff;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s, top 0.2s cubic-bezier(0.23, 1, 0.58, 1);
}

.is-drawerActive .p-hamburger__line:before {
  transform: rotate(-45deg);
}

.is-drawerActive .p-hamburger__line:after {
  transform: rotate(45deg);
}

.is-drawerActive .p-hamburger .text {
  margin: 0;
  width: 0;
  opacity: 0;
}

/*************************************
* 出没依頼アイコン
***************************************/
.btn-toujouirai {
  position: relative;
  width: 274px;
}

.btn-toujouirai__sp {
  margin: 40px auto 0;
}

.btn-toujouirai-link {
  position: relative;
  display: block;
  aspect-ratio: 274/77;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(90deg, #00C8FF 0%, #0044FF 50%, #00C8FF 100%);
  background-size: 200% auto;
  overflow: hidden;
  transition: background 0.3s;
}
.btn-toujouirai-link img {
  transition: ease-in-out 0.3s;
}
.btn-toujouirai-link:hover, .btn-toujouirai-link:focus {
  background-position: right center;
}
.btn-toujouirai-link:hover img, .btn-toujouirai-link:focus img {
  transform: scale(1.05);
  transform-origin: center;
}
.btn-toujouirai-link:hover ~ .toujouirai-lerch .lerch-mask, .btn-toujouirai-link:focus ~ .toujouirai-lerch .lerch-mask {
  transform: translateY(0);
}

.toujouirai-lerch {
  position: absolute;
  right: 10%;
  bottom: 0;
  aspect-ratio: 56/105;
  width: 20.4379562044%;
  overflow: hidden;
}
.toujouirai-lerch .lerch-mask {
  transform: translateY(9%);
  transition: ease-in-out 0.3s;
}
.toujouirai-lerch .lerch-mask img {
  width: 100%;
  height: auto;
}

.btn-iraibutton {
  margin: 40px auto 0;
  width: 274px;
}

.btn-iraibutton__link {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 274/77;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(90deg, #00C753 0%, #00A6FF 50%, #00C753 100%);
  background-size: 200% auto;
  overflow: hidden;
  transition: background 0.3s;
}
.btn-iraibutton__link:hover, .btn-iraibutton__link:focus {
  background-position: right center;
}

.spMenu-foot {
  margin: 40px auto 0;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  width: 413px;
}
@media (max-width: 1024px) {
  .spMenu-foot {
    width: min(413px, 92%);
    padding-bottom: 0;
  }
}

.hanasou-lerch-wrap {
  position: relative;
  display: block;
  padding-left: 11%;
}
.hanasou-lerch-wrap .serif {
  aspect-ratio: 211/126;
  width: 211px;
}
@media (max-width: 767px) {
  .hanasou-lerch-wrap .serif {
    width: 85%;
  }
}
.hanasou-lerch-wrap .serif img {
  width: 100%;
  height: auto;
}
.hanasou-lerch-wrap .lerch {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  aspect-ratio: 71/107;
  -webkit-animation: habasou_lerch 1s linear infinite;
          animation: habasou_lerch 1s linear infinite;
}
@media (max-width: 767px) {
  .hanasou-lerch-wrap .lerch {
    width: 28%;
  }
}
.hanasou-lerch-wrap .lerch img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes habasou_lerch {
  0% {
    transform: rotate(-25deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}

@keyframes habasou_lerch {
  0% {
    transform: rotate(-25deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
/*************************************
* footer
***************************************/
.l-footer {
  position: relative;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 0;
  }
}

.l-footer__menu {
  background: url(../img/common/footer_haikei.png) no-repeat bottom 2% right/39.2857142857%;
}
@media (max-width: 767px) {
  .l-footer__menu {
    padding-bottom: 25%;
    background-size: 93.3333333333%;
  }
}

.footer-lerch-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 426/658;
  width: calc(426 / var(--width) * 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-lerch-wrap {
    position: static;
    margin: -30% auto 0;
    width: calc(290 / var(--width) * 100%);
  }
}

.footer-lerch-inner {
  position: relative;
}

.footer-lerch {
  margin-left: auto;
  width: 72.5352112676%;
  aspect-ratio: 309/658;
  overflow: hidden;
  -webkit-animation: chuckle 3s ease-in-out infinite;
          animation: chuckle 3s ease-in-out infinite;
}
.footer-lerch img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes chuckle {
  0% {
    transform: translate(0, 50px);
  }
  25% {
    transform: translate(0, 50px);
  }
  30% {
    transform: translate(0, 0);
  }
  /* クックック（上下の小刻み） */
  34% {
    transform: translate(0, 24px);
  }
  38% {
    transform: translate(0, 40px);
  }
  42% {
    transform: translate(0, 23px);
  }
  46% {
    transform: translate(0, 40px);
  }
  50% {
    transform: translate(0, 22px);
  }
  55% {
    transform: translate(0, 40px);
  }
  /* 笑いながら下へ（少しバウンドして落ちる） */
  60% {
    transform: translate(0, 22px);
  }
  70% {
    transform: translate(0, 40px);
  }
  75% {
    transform: translate(0, 25px);
  }
  80% {
    transform: translate(0, 40px);
  }
  88% {
    transform: translate(0, 26px);
  }
  100% {
    transform: translate(0, 50px);
  }
}

@keyframes chuckle {
  0% {
    transform: translate(0, 50px);
  }
  25% {
    transform: translate(0, 50px);
  }
  30% {
    transform: translate(0, 0);
  }
  /* クックック（上下の小刻み） */
  34% {
    transform: translate(0, 24px);
  }
  38% {
    transform: translate(0, 40px);
  }
  42% {
    transform: translate(0, 23px);
  }
  46% {
    transform: translate(0, 40px);
  }
  50% {
    transform: translate(0, 22px);
  }
  55% {
    transform: translate(0, 40px);
  }
  /* 笑いながら下へ（少しバウンドして落ちる） */
  60% {
    transform: translate(0, 22px);
  }
  70% {
    transform: translate(0, 40px);
  }
  75% {
    transform: translate(0, 25px);
  }
  80% {
    transform: translate(0, 40px);
  }
  88% {
    transform: translate(0, 26px);
  }
  100% {
    transform: translate(0, 50px);
  }
}
.footer-serif {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 44.6009389671%;
  -webkit-animation: speechPulse02 3s ease-out infinite;
          animation: speechPulse02 3s ease-out infinite;
  transform-origin: center;
}
.footer-serif img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes speechPulse02 {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.05);
  }
  24% {
    transform: scale(0.95);
  }
  36% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  /* ここから停止 */
  100% {
    transform: scale(1);
  }
}

@keyframes speechPulse02 {
  0% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.05);
  }
  24% {
    transform: scale(0.95);
  }
  36% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  /* ここから停止 */
  100% {
    transform: scale(1);
  }
}
.footer-logo {
  margin: 0 auto;
  width: calc(565 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .footer-logo {
    width: 80%;
    max-width: 300px;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-nav-list {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  width: 40%;
  font-family: "Dela Gothic One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz32);
  line-height: 150%;
  color: #FF381A;
}
@media (max-width: 767px) {
  .footer-nav-list {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer-nav-list a:hover, .footer-nav-list a:focus, .footer-nav-list a:active {
  opacity: 0.6;
}

.footer-sub-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em 2em;
  text-align: center;
  font-size: var(--fsz16);
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-sub-wrap {
    margin-top: 30px;
  }
}
.footer-sub-wrap .copy {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #231815;
  opacity: 0.7;
}
.footer-sub-wrap .copy a {
  color: inherit;
}

/*************************************
* totop
***************************************/
.totop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(217 / var(--width) * 100%);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .totop {
    position: static;
    margin-left: auto;
    width: 100px;
  }
}
.totop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.totop .totop-inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 217/294;
}
@media (max-width: 767px) {
  .totop .totop-inner {
    aspect-ratio: 25/38;
    overflow: visible;
  }
}
.totop:hover .totop-lerch, .totop:focus .totop-lerch {
  -webkit-animation: squatJump 0.8s ease-out;
          animation: squatJump 0.8s ease-out;
}

@-webkit-keyframes squatJump {
  0% {
    transform: translateY(24%) scaleY(1);
  }
  25% {
    transform: translateY(50%) scaleY(0.95); /* しゃがむ */
  }
  50% {
    transform: translateY(10%) scaleY(1); /* ため */
  }
  75% {
    transform: translateY(24%) scaleY(1); /* ジャンプ */
  }
  100% {
    transform: translateY(24%) scaleY(1);
  }
}

@keyframes squatJump {
  0% {
    transform: translateY(24%) scaleY(1);
  }
  25% {
    transform: translateY(50%) scaleY(0.95); /* しゃがむ */
  }
  50% {
    transform: translateY(10%) scaleY(1); /* ため */
  }
  75% {
    transform: translateY(24%) scaleY(1); /* ジャンプ */
  }
  100% {
    transform: translateY(24%) scaleY(1);
  }
}
.totop-lerch {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(24%);
}
@media (max-width: 767px) {
  .totop-lerch {
    transform: translateY(24%);
  }
}

.totop-button {
  margin-left: auto;
  width: 43.7788018433%;
  aspect-ratio: 1/1;
}

/*************************************
* top　mv
***************************************/
.mv-wrap {
  position: relative;
  background: url(../img/top/mv_haikei.png) no-repeat top left/cover;
}
@media (max-width: 767px) {
  .mv-wrap {
    background-image: url(../img/top/mv_haikei_sp.png);
  }
}

.mv {
  margin: 0 auto;
  position: relative;
  aspect-ratio: var(--width)/875;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 3/4;
  }
}

.mv-radial {
  position: absolute;
  right: -15%;
  bottom: -15%;
  z-index: -1;
  aspect-ratio: 1/1;
  width: calc(1000 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .mv-radial {
    width: 100%;
  }
}
.mv-radial::after {
  content: "";
  margin: 0 auto 0;
  display: block;
  background: url(../img/top/radial.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  transform-origin: center;
  -webkit-animation: rotateCenterReverse 10s linear infinite;
          animation: rotateCenterReverse 10s linear infinite;
}
@media (max-width: 767px) {
  .mv-radial::after {
    background-image: url(../img/top/radial_sp.png);
  }
}

@-webkit-keyframes rotateCenter {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateCenter {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateCenterReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateCenterReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.mv-anime {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  display: grid;
  grid-template-areas: "stack";
  width: 50%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mv-anime {
    width: 100%;
    height: 100%;
  }
}
.mv-anime img {
  width: 100%;
}

.mv-anime-item {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  grid-area: stack;
}
.mv-anime-item.is-show {
  display: block;
}

.mv-slide {
  position: relative;
  display: grid;
  grid-template-areas: "stack";
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mv-slide-item {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  grid-area: stack;
}
.mv-slide-item.is-show {
  display: block;
}

.mv01-serif {
  position: absolute;
  left: 9%;
  top: 49%;
  z-index: 2;
  transform: translateY(-50%) rotate(5deg);
  width: 15%;
  -webkit-animation: speechPulse 2s ease-out infinite;
          animation: speechPulse 2s ease-out infinite;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .mv01-serif {
    left: 0.5%;
    width: 20%;
  }
}
.mv01-serif img {
  width: 100%;
}

@-webkit-keyframes speechPulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  12% {
    transform: translateY(-50%) scale(1.05);
  }
  24% {
    transform: translateY(-50%) scale(0.95);
  }
  36% {
    transform: translateY(-50%) scale(1.15);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

@keyframes speechPulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  12% {
    transform: translateY(-50%) scale(1.05);
  }
  24% {
    transform: translateY(-50%) scale(0.95);
  }
  36% {
    transform: translateY(-50%) scale(1.15);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
.mv01-lerch {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  aspect-ratio: var(--width)/875;
}
@media (max-width: 767px) {
  .mv01-lerch {
    aspect-ratio: 11/15;
    top: 0;
    left: -16%;
    transform: translate(0, 0);
  }
}
.mv01-lerch img {
  width: 100%;
  height: auto;
  transform-origin: 50% 100%;
  -webkit-animation: sway15 4s linear infinite;
          animation: sway15 4s linear infinite;
}

@-webkit-keyframes sway15 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(9deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sway15 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(9deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mv02-lerch {
  margin-left: auto;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .mv02-lerch {
    width: 100% !important;
    height: 100% !important;
  }
}

.mv02-canvas {
  width: 100% !important;
  max-width: 640px;
  margin-left: auto;
  height: auto !important;
  aspect-ratio: 640/376;
}

.mv02-overlay-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 640/376;
}

.mv03-lerch {
  margin-left: auto;
  width: 50% !important;
  height: 50% !important;
}
@media (max-width: 767px) {
  .mv03-lerch {
    width: 50% !important;
    height: 100% !important;
  }
}

.mv03-canvas {
  width: 100% !important;
  max-width: 256px;
  margin-left: auto;
  height: auto !important;
  aspect-ratio: 240/515;
}

.mv03-overlay-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 240/515;
}

.mv04-lerch {
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  height: 50% !important;
}
@media (max-width: 767px) {
  .mv04-lerch {
    width: 100% !important;
    height: 50% !important;
  }
}

.mv04-canvas {
  width: 100% !important;
  max-width: 587px;
  margin-left: auto;
  height: auto !important;
  aspect-ratio: 587/372;
}

.mv04-overlay-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 587/372;
}

.mv-control {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-bottom: 3%;
  width: 38%;
}
@media (max-width: 767px) {
  .mv-control {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
  }
}

.mv-control__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.mv-click {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .mv-click {
    margin-left: auto;
    margin-right: 0.5%;
    width: 43%;
  }
}
.mv-click img {
  width: 100%;
}

.mv-click-cloud {
  width: 80%;
  animation: pukapuka 1s linear 0s infinite alternate-reverse;
  transition: visibility 0.2s linear;
}
.mv-click-cloud.is-hide {
  visibility: hidden;
}

@-webkit-keyframes pukapuka {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

@keyframes pukapuka {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.mv-click-button {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/top/supportbutton_push.png) no-repeat right top/200%;
  border: none;
}
.mv-click-button:active {
  background-position: left top;
}

.mv-confetti {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mv-confetti {
    right: -30%;
  }
}

.mv-flag {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 391/88;
  width: 73.4962406015%;
}

.mv-flag-text {
  aspect-ratio: 391/88;
  width: 100%;
}
.mv-flag-text img {
  width: 100%;
  height: auto;
}

.mv-flag-quest {
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity ease-out 0.3s;
  width: 11%;
}
.mv-flag-quest .quest-circle {
  transition: fill ease-out 0.3s;
}
.mv-flag-quest img {
  width: 100%;
  height: auto;
}
.mv-flag-quest:hover, .mv-flag-quest:focus {
  opacity: 0.6;
}

/*************************************
* カウンター
***************************************/
.mv-tick-wrap {
  padding: 3% 3.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFD900;
  border: 3.11704px solid #FFFFFF;
  border-radius: 8.85023px;
  font-size: var(--fsz14);
}

.cont-unit {
  margin-left: 1em;
  width: 1.5em;
}

.tick {
  display: flex;
  font-size: min(1vw,14px);
  white-space: wrap !important;
}
@media (max-width: 767px) {
  .tick {
    font-size: 2.98vw;
  }
}

.tick-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.tick-flip, .tick-text-inline {
  font-size: min(2.28vw,32px);
}
@media (max-width: 767px) {
  .tick-flip, .tick-text-inline {
    font-size: 5.97vw;
  }
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 1.5em;
  text-align: center;
}

.tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.tick-label {
  color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
  color: rgb(59, 61, 59) !important;
}

.tick-flip {
  margin-left: 0.1em;
  margin-right: 0.1em;
  min-width: 1.15em;
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
}

.tick-flip-card {
  display: block;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: rgb(255, 255, 255) !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

/*************************************
* pickup
***************************************/
.mv-wrap {
  position: relative;
  overflow: hidden;
}
.pickup {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 1em;
  background: #FFFFFF;
  border-radius: 0px 40px 40px 0px;
  display: flex;
  gap: 0 1em;
  align-items: center;
  width: calc(809 / var(--width) * 100%);
  font-size: clamp(12px, 1.14vw, 16px);
}
@media (max-width: 767px) {
  .pickup {
    position: static;
    width: 100%;
    border-radius: 0px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 7em auto 1fr;
    grid-template-rows: auto auto;
    gap: 1em 0.5em;
    grid-template-areas: "g01 g02 g03" "g04 g04 g04";
  }
  .pickup .g04 {
    grid-area: g04;
  }
  .pickup .g03 {
    grid-area: g03;
  }
  .pickup .g01 {
    grid-area: g01;
  }
  .pickup .g02 {
    grid-area: g02;
  }
}

.pickup-title {
  line-height: 1;
  width: 6em;
}
.pickup-title img {
  width: 100%;
}

.pickup-date {
  flex-shrink: 0;
  font-family: "Days One";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(12px, 1.14vw, 16px);
  line-height: 150%;
  color: #816C55;
}

.pickup-category {
  flex-shrink: 0;
}
.pickup-category span {
  width: 8em;
  padding: 0.5em 0.75em;
  border-radius: 40px;
  color: #fff;
  background-color: #FF381A;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pickup-post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pickup-post-title a:hover, .pickup-post-title a:focus {
  text-decoration: underline;
}

/*************************************
* news
***************************************/
.sec-top-news {
  padding-top: calc(96 / var(--width) * 100%);
  padding-bottom: calc(96 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .sec-top-news {
    padding-top: calc(42 / var(--width) * 100%);
    padding-bottom: calc(42 / var(--width) * 100%);
  }
}
.sec-top-news .l-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 4%;
}
@media (max-width: 767px) {
  .sec-top-news .l-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 80px 0;
  }
}

.top-news {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "i01 i03" "i02 i02" "i04 i04";
}
.top-news .i02 {
  grid-area: i02;
}
.top-news .i01 {
  grid-area: i01;
}
.top-news .i03 {
  grid-area: i03;
}
.top-news .i04 {
  grid-area: i04;
}
@media (max-width: 767px) {
  .top-news {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "i01" "i02" "i03" "i04";
  }
}

.top-news-bnr a {
  display: block;
}
.top-news-bnr a img {
  width: 100%;
}
.top-news-bnr a:hover, .top-news-bnr a:focus {
  opacity: 0.6;
}

.news-card__link {
  position: relative;
  padding: 1.75em 0 1.75em 0;
  display: flex;
  font-size: var(--fsz16);
  gap: 20px;
  border-bottom: 2px dotted rgba(6, 24, 32, 0.3);
  display: grid;
  align-content: center;
  grid-template-columns: 7em 8em 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 0px 1em;
  grid-template-areas: "g01 g02 g03";
}
.news-card__link .g02 {
  grid-area: g02;
}
.news-card__link .g01 {
  grid-area: g01;
}
.news-card__link .g03 {
  grid-area: g03;
}
@media (max-width: 767px) {
  .news-card__link {
    grid-template-columns: 7em 1fr;
    grid-template-rows: auto auto;
    gap: 1em 1em;
    grid-template-areas: "g01 g02" "g03 g03";
  }
}

.news-card__date {
  font-family: "Days One";
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz16);
  line-height: 150%;
  color: #816C55;
}

.news-card__category span {
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 40px;
  color: #fff;
  background-color: #FF381A;
  font-size: var(--fsz14);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.news-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--fsz16);
  font-weight: 500;
  line-height: 150%;
}

.news-card__link:hover .news-card__title, .news-card__link:focus .news-card__title {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .top-news-button {
    margin: 0 auto 0;
    text-align: center;
    width: 60%;
  }
}
.top-ig {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0px 0%;
  grid-template-areas: "i01 i03" "i02 i02";
}
.top-ig .i02 {
  grid-area: i02;
}
.top-ig .i01 {
  grid-area: i01;
}
.top-ig .i03 {
  grid-area: i03;
}
@media (max-width: 767px) {
  .top-ig {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px 0%;
    grid-template-areas: "i01" "i02" "i03";
  }
}

.top-ig-title .c-title01-en {
  position: relative;
  padding-left: 1.5em;
}
.top-ig-title .c-title01-en::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #591700;
  -webkit-mask-image: url(../img/common/icon_ig.svg);
          mask-image: url(../img/common/icon_ig.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.top-ig-list {
  margin: 6% auto 0;
  width: 75%;
}

.top-ig-button a:hover .arrow, .top-ig-button a:focus .arrow {
  -webkit-animation: bounceArrow 1s ease-in-out 0s 1 both;
          animation: bounceArrow 1s ease-in-out 0s 1 both;
}

@media (max-width: 767px) {
  .top-ig-list {
    width: 100%;
  }
  .top-ig-button {
    margin: 16px auto 0;
    text-align: center;
    width: 60%;
  }
}
/*************************************
* schedule
***************************************/
.sec-top-schedule {
  position: relative;
  padding-top: calc(70 / var(--width) * 100%);
  padding-bottom: calc(424 / var(--width) * 100%);
  background: url(../img/top/bg_lerchs.webp) no-repeat left top/100%;
}
@media (max-width: 767px) {
  .sec-top-schedule {
    padding-top: calc(35 / var(--width) * 100%);
    padding-bottom: calc(35 / var(--width) * 100%);
  }
}
.sec-top-schedule::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2100/1943;
  background: url(../img/top/bg_lerchs.webp) no-repeat left top/100%;
}
@media (max-width: 1401px) {
  .sec-top-schedule::before {
    background: url(../img/top/bg_lerchs02.webp) no-repeat left top/100%;
  }
}

.schedule-lerch {
  position: absolute;
  right: 11%;
  top: 2%;
  width: calc(246 / var(--width) * 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .schedule-lerch {
    right: 0;
    width: 24%;
  }
}
.schedule-lerch img {
  width: 100%;
  height: auto;
}

.schedule-wrap {
  position: relative;
  margin: 9% auto 0;
}
.schedule-wrap iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

/*************************************
* playing
***************************************/
@media (max-width: 767px) {
  .top-playing-title {
    padding-left: 2%;
  }
}

.game-box-wrap {
  margin: 130px auto 0;
  width: 92%;
  max-width: 1002px;
}
@media (max-width: 767px) {
  .game-box-wrap {
    margin-top: 40px;
  }
}

.game-box {
  position: relative;
  margin: 0 auto 0;
  padding: 4% 8.530183727%;
  width: 76.0479041916%;
  border: 16px solid #FFFFFF;
  border-radius: 56px;
}
@media (max-width: 767px) {
  .game-box {
    padding: 0;
    width: 100%;
    border: none;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0px 0%;
    grid-template-areas: "g02" "g01" "g03";
  }
  .game-box .g02 {
    grid-area: g02;
  }
  .game-box .g01 {
    grid-area: g01;
  }
  .game-box .g03 {
    grid-area: g03;
  }
}
.game-box.right {
  margin-left: auto;
  text-align: right;
}
.game-box.right .top-game-button {
  margin-left: auto;
  margin-right: 4%;
}
@media (max-width: 767px) {
  .game-box.right {
    text-align: center;
  }
  .game-box.right .top-game-button {
    margin: -15px auto 0;
  }
}

.top-game-button {
  margin-top: 4%;
  position: relative;
  z-index: 2;
  width: 50.7874015748%;
}
@media (max-width: 767px) {
  .top-game-button {
    width: 100%;
  }
}

.top-game-button a:hover .bg, .top-game-button a:focus .bg {
  fill: #fff;
}
.top-game-button a:hover .text, .top-game-button a:focus .text {
  fill: #FF381A;
}
.top-game-button a:hover .game-button-svg .arrow, .top-game-button a:focus .game-button-svg .arrow {
  stroke: #FF381A;
  -webkit-animation: bounceArrow 1s ease-in-out 0s 1 both;
          animation: bounceArrow 1s ease-in-out 0s 1 both;
}

.playing-lerch {
  position: absolute;
  left: -21%;
  top: -32%;
  width: 66%;
  aspect-ratio: 443/467;
  display: grid;
  grid-template-areas: "stack";
}
@media (max-width: 767px) {
  .playing-lerch {
    position: static;
    margin: 0 auto;
    aspect-ratio: 227/156;
  }
}
.playing-lerch > * {
  grid-area: stack;
}
.playing-lerch > .lerch {
  position: relative;
  margin-left: auto;
  margin-right: 5%;
  top: -11%;
  z-index: 2;
  width: 57%;
  aspect-ratio: 274/463;
}
@media (max-width: 767px) {
  .playing-lerch > .lerch {
    margin-right: 0;
    top: 0;
    aspect-ratio: 240/289;
  }
}
.playing-lerch > .lerch img {
  width: 100%;
  height: auto;
}
.playing-lerch > .serif {
  position: relative;
  width: 55.3047404063%;
  aspect-ratio: 245/234;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playing-lerch > .serif::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/playing_star.svg) no-repeat center/contain;
  -webkit-animation: rotateCenterReverse 10s linear infinite;
          animation: rotateCenterReverse 10s linear infinite;
}
.playing-lerch > .serif > img {
  position: relative;
  z-index: 1;
  width: 47%;
  height: auto;
}

.top-game-button .link svg {
  transition: ease-in-out 0.3s;
}
.top-game-button .link:hover ~ .lerch .lerch-mask, .top-game-button .link:focus ~ .lerch .lerch-mask {
  -webkit-animation: bounce 1s ease-in-out 0s 1 both;
          animation: bounce 1s ease-in-out 0s 1 both;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(36%);
  }
  40% {
    transform: translateY(20%);
  }
  60% {
    transform: translateY(16%);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(36%);
  }
  40% {
    transform: translateY(20%);
  }
  60% {
    transform: translateY(16%);
  }
}
@-webkit-keyframes bounceArrow {
  0%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(5px);
  }
}
@keyframes bounceArrow {
  0%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(5px);
  }
}
.top-game-button a {
  display: block;
}
@media (max-width: 767px) {
  .top-game-button a {
    margin: 0 auto;
    width: min(325px, 92%);
  }
  .top-game-button a > svg {
    width: 100%;
  }
}
.top-game-button > .lerch {
  position: absolute;
  right: 20%;
  bottom: 1px;
  aspect-ratio: 58/112;
  width: 21.1678832117%;
  overflow: hidden;
}
.top-game-button .lerch-mask {
  transform: translateY(36%);
  transition: ease-in-out 0.3s;
}
.top-game-button .lerch-mask img {
  width: 100%;
  height: auto;
}

/*************************************
* レルヒさんを知る
***************************************/
.sec-top-know {
  position: relative;
}

.know-mask-bottom {
  position: relative;
  display: flex;
  padding-top: calc(120 / var(--width) * 100%);
  width: 100%;
  -webkit-mask-image: linear-gradient(#fff, #fff), url(../img/common/bottom_wave.svg);
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: 0 0, bottom center;
  -webkit-mask-size: 100% 100%, 100% auto;
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(#fff, #fff), url(../img/common/bottom_wave.svg);
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: 0 0, bottom -1px center;
          mask-position: 0 0, bottom -1px center;
  mask-size: 100% 100%, 100% auto;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media (max-width: 767px) {
  .know-mask-bottom {
    padding-top: calc(50 / var(--width) * 100%);
  }
}

.know-lerch {
  position: absolute;
  left: 3%;
  top: -4%;
  width: calc(160 / var(--width) * 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .know-lerch {
    left: -7%;
    width: 24%;
  }
}
.know-lerch img {
  width: 100%;
}

.know-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(150 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .know-wrap {
    padding-top: calc(75 / var(--width) * 100%);
  }
}
.know-wrap::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  display: block;
  padding-top: 55px;
  width: 100%;
  height: 100%;
  background: var(--bg-base);
  -webkit-mask-image: linear-gradient(#fff, #fff), url(../img/common/top_wave.svg);
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: 0 0, top center;
  -webkit-mask-size: 100% 100%, 100% auto;
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(#fff, #fff), url(../img/common/top_wave.svg);
  mask-repeat: no-repeat, no-repeat;
  mask-position: 0 0, top center;
  mask-size: 100% 100%, 100% auto;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.know-wrap .l-inner {
  display: flex;
}

.top-know-title-wrapper {
  margin: 0 auto 0 4%;
  width: 50%;
  max-width: var(--contents-width-px);
}
@media (max-width: 767px) {
  .top-know-title-wrapper {
    margin: 0 auto;
    width: 94.6666666667%;
  }
}

.know-left {
  position: relative;
  z-index: 2;
  width: 37.1666666667%;
  padding-bottom: 6.5%;
}
@media (max-width: 767px) {
  .know-left {
    width: 100%;
  }
}

.know-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  aspect-ratio: 906/1126;
  width: 63.6666666667%;
  max-width: 906px;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .know-right {
    right: calc((100% - 1200px) / 2);
  }
}
@media (max-width: 767px) {
  .know-right {
    position: relative;
    margin: -5% auto 0;
    width: 100%;
    right: 0;
  }
}
.know-right img {
  width: 100%;
}

.prof-lerch-wrap {
  display: grid;
  grid-template-areas: "stack";
}
.prof-lerch-wrap > * {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.3s;
}
.prof-lerch-wrap > *.is-show {
  opacity: 1;
  visibility: visible;
}

.prof-lerch01 {
  grid-area: stack;
  margin: 0 0 0 auto;
  width: 73%;
  aspect-ratio: 650/1150;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prof-lerch01 {
    width: 100%;
    position: relative;
    left: -7%;
  }
}

.prof-lerch02 {
  grid-area: stack;
  margin: 0 auto 0 27%;
  width: 73%;
  aspect-ratio: 650/1150;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prof-lerch02 {
    width: 100%;
    position: relative;
    left: -7%;
    overflow: visible;
  }
}

.know-click-controller {
  position: absolute;
  left: 40%;
  top: 36%;
  z-index: 2;
  width: 17.9573512907%;
}
@media (max-width: 767px) {
  .know-click-controller {
    top: 13%;
    left: 17%;
    width: 35%;
  }
}

.prof-lerch02 .know-click-controller {
  position: absolute;
  left: 23%;
  top: 36%;
  z-index: 2;
  width: 17.9573512907%;
}
@media (max-width: 767px) {
  .prof-lerch02 .know-click-controller {
    top: 13%;
    left: -4%;
    width: 35%;
  }
}

.know-click {
  display: block;
  width: 36%;
  aspect-ratio: 41/178;
}
.know-click > img {
  width: 100%;
  height: auto;
}

.know-finger {
  position: absolute;
  right: 29%;
  top: 25%;
  z-index: 3;
  display: block;
  width: 38.125%;
  height: auto;
  aspect-ratio: 61/70;
  -webkit-animation: slideUpRight 1.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: slideUpRight 1.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@media (max-width: 767px) {
  .know-finger {
    right: auto;
    left: -52%;
    top: auto;
    bottom: -66%;
    width: 44%;
  }
}
.know-finger > img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes slideUpRight {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(40px, -40px);
    opacity: 1;
  }
}

@keyframes slideUpRight {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(40px, -40px);
    opacity: 1;
  }
}
.top-know-title .c-title01-en {
  text-align: center;
}
@media (max-width: 767px) {
  .top-know-title .c-title01-ja {
    text-align: left;
  }
}

.top-know-button {
  margin-top: 32px;
}
.top-know-button a {
  display: block;
}
@media (max-width: 767px) {
  .top-know-button a {
    margin: 0 auto;
    width: min(372px, 92%);
  }
}
.top-know-button a:hover {
  opacity: 0.8;
}
.top-know-button .btn-red .bg {
  fill: #FF381A;
}
.top-know-button .btn-red .text {
  fill: #fff;
}
.top-know-button .btn-red .arrow {
  fill: #fff;
}
.top-know-button a:hover .btn-red .bg, .top-know-button a:focus .btn-red .bg {
  fill: #fff;
}
.top-know-button a:hover .btn-red .arrow,
.top-know-button a:hover .btn-red .text, .top-know-button a:focus .btn-red .arrow,
.top-know-button a:focus .btn-red .text {
  fill: #FF381A;
}
.top-know-button a:hover .btn-red .arrow, .top-know-button a:focus .btn-red .arrow {
  stroke: #FF381A;
  -webkit-animation: bounceArrow 1s ease-in-out 0s 1 both;
          animation: bounceArrow 1s ease-in-out 0s 1 both;
}

.top-prof-info {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--fsz18);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-top: 1px solid rgba(6, 24, 32, 0.3);
}
.top-prof-info dt {
  padding: 0.5em 1em;
  width: 9em;
  border-bottom: 1px solid rgba(6, 24, 32, 0.3);
}
@media (max-width: 767px) {
  .top-prof-info dt {
    width: 5em;
  }
}
.top-prof-info dd {
  padding: 0.5em 1em;
  width: calc(100% - 9em);
  border-bottom: 1px solid rgba(6, 24, 32, 0.3);
}
@media (max-width: 767px) {
  .top-prof-info dd {
    width: calc(100% - 5em);
  }
}

.top-prof-list li {
  position: relative;
  padding-left: 1.5em;
}
.top-prof-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/*************************************
* gallery
***************************************/
.sec-top-gallery {
  position: relative;
  padding-top: calc(166 / var(--width) * 100%);
  padding-bottom: calc(96 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .sec-top-gallery {
    padding-top: calc(83 / var(--width) * 100%);
    padding-bottom: calc(45 / var(--width) * 100%);
  }
}

@media (max-width: 767px) {
  .top-gallery-title {
    margin-left: 2%;
  }
}

.gallery-lerch {
  position: absolute;
  right: 4%;
  top: 4%;
  aspect-ratio: 246/337;
  width: calc(246 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .gallery-lerch {
    right: 0;
    width: calc(110 / var(--width) * 100%);
  }
}

.gallery-slider {
  position: relative;
  margin-top: calc(68 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .gallery-slider {
    margin-top: calc(32 / var(--width) * 100%);
  }
}

.gallery-slide {
  position: relative;
  aspect-ratio: 362/272;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-slide img {
  width: 100%;
  height: auto;
  transition: ease-in-out 0.3s transform;
}
.gallery-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.3s opacity;
  opacity: 0;
}
.gallery-slide::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "";
  display: block;
  width: 108px;
  aspect-ratio: 108/94;
  background: url(../img/top/view_more.svg) no-repeat center/contain;
  opacity: 0;
}
.gallery-slide:hover::before, .gallery-slide:hover::after, .gallery-slide:focus::before, .gallery-slide:focus::after {
  opacity: 1;
}
.gallery-slide:hover img, .gallery-slide:focus img {
  transform: scale(1.2);
}

/* スライドの矢印　*/
.gallery-list-controller {
  position: relative;
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .gallery-list-controller {
    margin-top: 20px;
  }
}

.gallery-list-controller .slide-button-next,
.gallery-list-controller .slide-button-prev {
  color: #fff;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: url(../img/top/gallery_next.svg) no-repeat center/contain;
}

.gallery-list-controller .slide-button-prev {
  background: url(../img/top/gallery_prev.svg) no-repeat center/contain;
}

.gallery-list-controller .slide-button-next:hover,
.gallery-list-controller .slide-button-prev:hover {
  opacity: 0.5;
}

.gallery-list-controller .slide-button-next.swiper-button-disabled,
.gallery-list-controller .slide-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

/* ページネーション　*/
.gallery-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 10px !important;
  height: 10px !important;
}

@media (max-width: 767px) {
  .gallery-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 8px !important;
    height: 8px !important;
  }
}
.gallery-pagination .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background-color: #DD253E;
}

@media (max-width: 767px) {
  .gallery-pagination .swiper-pagination-bullet {
    margin: 0 8px 4px !important;
    width: 5px !important;
    height: 5px !important;
  }
}
.top-gallery-button {
  position: relative;
  margin-top: 4%;
  text-align: center;
}
.top-gallery-button > * {
  display: block;
  margin: 0 auto;
  width: min(555px, 92%);
}
@media (max-width: 767px) {
  .top-gallery-button > * {
    width: min(363px, 92%);
  }
}
.top-gallery-button .btn-blue .bg {
  fill: #0073FF;
}
.top-gallery-button .btn-blue .text {
  fill: #fff;
}
.top-gallery-button a:hover .btn-blue .bg, .top-gallery-button a:focus .btn-blue .bg {
  fill: #fff;
}
.top-gallery-button a:hover .btn-blue .text, .top-gallery-button a:focus .btn-blue .text {
  fill: #0073FF;
}

/*************************************
* contact
***************************************/
.sec-top-contact {
  padding: calc(173 / var(--width) * 100%) 0 calc(140 / var(--width) * 100%);
}
@media (max-width: 767px) {
  .sec-top-contact {
    padding: calc(80 / var(--width) * 100%) 0 calc(70 / var(--width) * 100%);
  }
}

.top-contact-button {
  position: relative;
  margin: 0 auto;
  padding: 2% 4% 5%;
  color: #fff;
  width: 100%;
  box-shadow: 0 clamp(90px, 13.6vw, 190.75px) clamp(36px, 5.4vw, 76.125px) rgba(0, 0, 0, 0.01), 0 clamp(50px, 7.6vw, 106.75px) clamp(30px, 4.6vw, 63.875px) rgba(0, 0, 0, 0.05), 0 clamp(22px, 3.4vw, 47.25px) clamp(22px, 3.4vw, 47.25px) rgba(0, 0, 0, 0.09), 0 clamp(6px, 0.9vw, 12.25px) clamp(12px, 1.9vw, 26.25px) rgba(0, 0, 0, 0.1);
  border-radius: 0px clamp(48px, 7.5vw, 105px);
}
@media (max-width: 767px) {
  .top-contact-button {
    padding: 5% 4% 8%;
  }
}
.top-contact-button .title {
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(28px, 4vw, 56px);
}
@media (max-width: 767px) {
  .top-contact-button .title {
    line-height: 1.2;
  }
}
.top-contact-button .title .large {
  font-size: 158.9285714286%;
  color: var(--bg-main);
}
.top-contact-button .title .icon {
  display: inline-block;
  width: 1.5892857143em;
  height: 1.5892857143em;
  line-height: 1;
}
.top-contact-button .title .icon img {
  width: 100%;
  height: auto;
}
.top-contact-button .text {
  font-size: var(--fsz18);
  font-weight: 700;
  text-align: center;
}
.top-contact-button .button-wrap {
  display: block;
  margin: 2% auto 0;
  text-align: center;
}
.top-contact-button .button-wrap:hover .arrow, .top-contact-button .button-wrap:focus .arrow {
  -webkit-animation: bounceArrow 1s ease-in-out 0s 1 both;
          animation: bounceArrow 1s ease-in-out 0s 1 both;
}
.top-contact-button .button-wrap svg {
  width: 100%;
  height: auto;
}
.top-contact-button + .top-contact-button {
  margin-top: 3%;
}

.button-contact {
  background: url(../img/top/bg_contact.jpg) no-repeat top left/cover;
}
.button-contact .button-wrap {
  width: 35%;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .button-contact .button-wrap {
    width: 70%;
  }
}

.button-irai {
  background: url(../img/top/bg_irai.jpg) no-repeat top right/cover;
}
.button-irai .button-wrap {
  width: 48%;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .button-irai .button-wrap {
    width: 90%;
  }
}

.contact-lerch {
  position: absolute;
  left: -5%;
  top: -34%;
  width: 13.25%;
  z-index: 2;
}
@media (max-width: 767px) {
  .contact-lerch {
    width: 24%;
  }
}

.irai-lerch {
  position: absolute;
  right: -1%;
  bottom: -46%;
  width: 15.4%;
  z-index: 2;
}
@media (max-width: 767px) {
  .irai-lerch {
    width: 24%;
  }
}

/*******************
* modal
*******************/
.is-modal-open {
  overflow: hidden;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.micromodal-popup .modal__container {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 72%;
  max-width: 650px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 8px 8px 12px 12px rgba(0, 0, 0, 0.25);
  border-radius: var(--fsz18);
}
@media (max-width: 767px) {
  .micromodal-popup .modal__container {
    width: 96%;
  }
}
.micromodal-popup .modal__header {
  position: fixed;
  right: 3%;
  top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.micromodal-popup .modal__close {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2.25rem;
  outline: #fff;
  color: #fff;
}
.micromodal-popup .modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.micromodal-popup .modal__title_group {
  padding: 20px 40px;
  color: #fff;
  background-color: var(--lp-color02);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.micromodal-popup .modal__detail_group {
  padding: 20px 40px;
}
.micromodal-popup .modal_img_group {
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.micromodal-news.data-modal .modal-title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.micromodal-news.data-modal .modal-title + .modal-text {
  margin-top: 1em;
}
.micromodal-news.data-modal .modal-text {
  font-size: 16px;
  line-height: 1.75;
}
.micromodal-news.data-modal .modal-text > * + * {
  margin-top: 1em;
}
.micromodal-news.data-modal .modal__container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  max-height: 50vh;
}
.micromodal-news.data-modal .modal__content {
  padding: 0px 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 250px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 8px;
}
.micromodal-news.data-modal .modal__close {
  margin: 15px auto 0;
  display: block;
  text-align: center;
  padding: 0.5em 1.5em;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  outline: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
}
.micromodal-news.data-modal .modal__close:before {
  margin-right: 0.5em;
  content: "✕";
}
.micromodal-news.data-modal .modal__content {
  padding: 30px 40px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: auto;
}
.micromodal-news.data-modal .modal-text {
  height: 16em;
  overflow: auto;
}
@media only screen and (max-width: 420px) and (orientation: portrait) {
  .micromodal-news.data-modal .modal-text {
    height: 6em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .micromodal-news.data-modal .modal-text {
    height: 6em;
  }
}

.micromodal-slide .modal__container {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 72%;
  max-width: 650px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 8px 8px 12px 12px rgba(0, 0, 0, 0.25);
  border-radius: var(--fsz18);
}
@media (max-width: 767px) {
  .micromodal-slide .modal__container {
    width: 96%;
  }
}
.micromodal-slide .modal__header {
  position: fixed;
  right: 3%;
  top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.micromodal-slide .modal__close {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2.25rem;
  outline: #fff;
  color: #fff;
}
.micromodal-slide .modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.micromodal-slide .modal__title_group {
  padding: 20px 40px;
  color: #fff;
  background-color: var(--lp-color02);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.micromodal-slide .modal__detail_group {
  padding: 20px 40px;
}
.micromodal-slide .modal_img_group {
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.micromodal-gallery {
  /* 左右矢印ボタン */
}
.micromodal-gallery .modal__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.micromodal-gallery .modal-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.micromodal-gallery .modal__close {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.micromodal-gallery .modal__overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.micromodal-gallery .modal__container {
  background-color: transparent;
  padding: 0;
  max-width: 800px;
  width: 92%;
}
.micromodal-gallery .modal-slider {
  padding: 30px 0;
}
.micromodal-gallery .swiper-slide {
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
}
.micromodal-gallery .swiper-button-prev,
.micromodal-gallery .swiper-button-next {
  width: 42px;
  height: 42px;
  background: url(../img/top/top_modal_arrow_next.svg) no-repeat center/contain;
}
.micromodal-gallery .swiper-button-prev {
  background-image: url(../img/top/top_modal_arrow_prev.svg);
}
.micromodal-gallery .swiper-button-prev:after, .micromodal-gallery .swiper-rtl .swiper-button-next:after,
.micromodal-gallery .swiper-button-next:after, .micromodal-gallery .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.micromodal-gallery .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.micromodal-gallery .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.micromodal-gallery .swiper-pagination-bullet-active {
  background-color: var(--color-red);
}
.micromodal-gallery .modal-pagination {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.micromodal-gallery .modal-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.micromodal-gallery .modal-slider .modal-slide {
  margin: 0 10px;
  transition: transform 0.3s ease;
}
.micromodal-gallery .modal-prev,
.micromodal-gallery .modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  width: 42px;
  height: 42px;
  background: url(../img/top/top_modal_arrow_next.svg) no-repeat center/contain;
}
.micromodal-gallery .modal-prev {
  left: 10px;
  background-image: url(../img/top/top_modal_arrow_prev.svg);
}
.micromodal-gallery .modal-next {
  right: 10px;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.micromodal-news {
  display: none;
}

.micromodal-news.is-open {
  display: block;
}

.micromodal-news[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-news[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-news[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-news[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-news .modal__container,
.micromodal-news .modal__overlay {
  will-change: transform;
}

.micromodal-popup {
  display: none;
}

.micromodal-popup.is-open {
  display: block;
}

.micromodal-popup[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup .modal__container,
.micromodal-popup .modal__overlay {
  will-change: transform;
}

.micromodal-gallery {
  display: none;
}

.micromodal-gallery.is-open {
  display: block;
}

.micromodal-gallery[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-gallery[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-gallery[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-gallery[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-gallery .modal__container,
.micromodal-gallery .modal__overlay {
  will-change: transform;
}

.micromodal-popup {
  display: none;
}

.micromodal-popup.is-open {
  display: block;
}

.micromodal-popup[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-popup .modal__container,
.micromodal-popup .modal__overlay {
  will-change: transform;
}

/***********************
*Application
***********************/
.application {
  --color-acc-pc:#934024;
  --color-acc-sc:#F9F9F9;
  --color-acc-text01:#fff;
  --color-acc-text02:#40382E;
  --mt:40px;
}

.sec-app {
  padding: 208px 0 126px;
}
@media (max-width: 767px) {
  .sec-app {
    padding: 104px 0 63px;
  }
}

.border-top {
  position: relative;
  padding: 88px 0 64px;
}
@media (max-width: 767px) {
  .border-top {
    padding: 64px 0 54px;
  }
}
.border-top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  content: "";
  height: 9px;
  width: 100%;
  max-width: 1032px;
  background: #fff;
}
.border-top > .l-inner {
  padding: 0 min(56px, 5.4263565891%);
}
@media (max-width: 767px) {
  .border-top > .l-inner {
    padding: 0;
  }
}

.app-wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .app-wrap {
    margin-top: 32px;
  }
}

.app-lead-text02 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .app-lead-text02 {
    margin-top: 20px;
  }
}

.app-box {
  margin: 50px auto 0;
  padding: 50px 80px 76px;
  background: #F7E7B5;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .app-box {
    margin: 25px auto 0;
    padding: 25px 20px 38px;
    border-radius: 10px;
  }
}
.app-box > * + * {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .app-box > * + * {
    margin-top: 32px;
  }
}

.app-box-title {
  padding-left: 1.5em;
  color: var(--color-red);
  font-size: var(--fsz26);
  font-weight: 700;
  border-left: 6px solid var(--color-red);
}

.app-box-lead {
  margin-top: 1em;
}

.app-scroll {
  padding: 42px 40px;
  aspect-ratio: 872/651;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #B3B3B3;
}
@media (max-width: 767px) {
  .app-scroll {
    padding: 21px 20px;
  }
}

.arphoto-box .app-scroll {
  aspect-ratio: auto;
}
@media (max-width: 767px) {
  .arphoto-box .app-scroll {
    aspect-ratio: 872/651;
  }
}

.app-scroll-inner * + dl {
  margin-top: 2.5em;
}
.app-scroll-inner dt {
  font-weight: 400;
}
.app-scroll-inner .list01 > * {
  position: relative;
  padding-left: 1em;
}
.app-scroll-inner .list01 > *::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.app-scroll-inner .list_num {
  counter-reset: item;
}
.app-scroll-inner .list_num > li {
  display: block;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.app-scroll-inner .list_num > li:before {
  content: "(" counter(item) ") ";
  counter-increment: item;
}

.app-button-wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .app-button-wrap {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }
}

.app-button-wrap + .c-title01-ja {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .app-button-wrap + .c-title01-ja {
    margin-top: 32px;
  }
}

.c-anchor-menu {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 90px;
  width: 98%;
}
@media (max-width: 767px) {
  .c-anchor-menu {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 340px;
    border-radius: 20px;
    justify-content: flex-start;
  }
}
.c-anchor-menu li {
  position: relative;
  width: 25%;
}
@media (max-width: 767px) {
  .c-anchor-menu li {
    width: 50%;
  }
  .c-anchor-menu li:nth-child(n+3) {
    border-top: none;
  }
}
.c-anchor-menu li:not(:first-child) {
  position: relative;
  border-left: none;
}
.c-anchor-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: #B3B3B3;
  width: 1px;
  height: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-anchor-menu li:nth-child(odd)::before {
    display: none;
  }
}

.anchor-link {
  position: relative;
  padding: 1.75em 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: var(--fsz16);
}
.anchor-link::before {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: var(--color-red);
  -webkit-mask-image: url(../img/common/anchor_arrow.svg);
          mask-image: url(../img/common/anchor_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.anchor-link:hover, .anchor-link:focus {
  color: var(--color-red);
}
.anchor-link .small {
  display: block;
  font-size: 11px;
}

.app-text-agree {
  text-align: center;
  justify-content: center;
}

.app-button-wrap {
  margin: var(--mt) auto 0;
  display: flex;
  justify-content: center;
  gap: 1em 2em;
}

.form-button-wrap .c-button01 {
  pointer-events: none;
  opacity: 0.5;
}

/* チェックボックスがオンの場合にボタンを活性化 */
.app-text-agree:has(#agree:checked) ~ .form-button-wrap .c-button01 {
  pointer-events: auto;
  opacity: 1;
}

.sec-app-use {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .sec-app-use {
    margin-top: 32px;
  }
}

/*使用できるレルヒさん*/
.rule-list {
  margin: var(--mt) auto 0;
  display: flex;
  justify-content: space-between;
}
.rule-list > * {
  width: 44.7826086957%;
}

.rule-list-title {
  background: #fff;
}

/* 利用の流れ */
.flow-list {
  margin: var(--mt) auto 0;
  display: flex;
  justify-content: space-between;
}
.flow-list > * {
  width: 17.1739130435%;
}
@media (max-width: 767px) {
  .flow-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 35px;
  }
  .flow-list > * {
    width: 40%;
  }
}

.flow-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: var(--fsz16);
  line-height: 180%;
  font-weight: 500;
  min-height: 3.6em;
}

.flow-icon {
  margin: 20px auto 0;
  width: 56.9620253165%;
}
.flow-icon img {
  width: 100%;
}

.flow-group:not(:last-child) {
  position: relative;
}
.flow-group:not(:last-child) .flow-icon {
  position: relative;
}
.flow-group:not(:last-child) .flow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55%;
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/app/flow-arrow.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .flow-group:not(:last-child) .flow-icon::after {
    right: -75%;
    width: 25px;
    height: 25px;
  }
}

/* よくある質問 */
.faq-button_wrapper {
  margin: var(--mt) auto 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .faq-button_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em 0;
  }
}

.faq-button {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  color: var(--color-acc-text02);
  background-color: #fff;
  font-weight: 700;
  font-size: var(--fsz18);
  line-height: 140%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.75em 2.5em;
  border-style: none none solid;
  -o-border-image: initial;
     border-image: initial;
  border: 1px solid var(--color-acc-text02);
  border-radius: 40px;
}

.faq-button::before,
.faq-button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: var(--color-acc-text02);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}

.faq-button:after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.faq-button[aria-expanded=false]:after,
.faq-button.open:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-button:not([aria-expanded]):after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-list {
  margin-top: 30px;
}

.faq-list .acc {
  position: relative;
}

.faq-list .acc-sm::-webkit-details-marker {
  display: none;
}

.faq-list .acc-sm::marker {
  display: none;
  content: "";
}

.faq-list .acc-sm::before, .faq-list .acc-sm::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-acc-text02);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}

.faq-list .acc-sm::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.faq-list .acc[open] .acc-sm {
  color: var(--color-acc-text01);
  background-color: var(--color-acc-pc);
  border: 1px solid var(--color-acc-pc);
  border-radius: 10px 10px 0 0;
}

.faq-list .acc[open] .acc-dt {
  border-radius: 0 0 10px 10px;
}

.faq-list .acc[open] .acc-sm::before {
  opacity: 0;
}

.faq-list .acc[open] .acc-sm::after {
  transform: translateY(-50%) rotate(180deg);
  background-color: var(--color-acc-text01);
}

@media (hover: hover) and (pointer: fine) {
  .faq-list .acc-sm:hover {
    color: var(--color-acc-text01);
    background-color: var(--color-acc-pc);
    border: 1px solid var(--color-acc-pc);
  }
  .faq-list .acc-sm:hover::before,
.faq-list .acc-sm:hover::after {
    background-color: var(--color-acc-text01);
  }
}
.faq-list .acc-sm {
  padding: 1.25em 5em 1.25em 2em;
  margin-top: 16px;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 10px;
  line-height: 1.6;
  font-size: var(--fsz20);
  font-weight: 500 !important;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .faq-list .acc-sm {
    padding: 1.25em 3em 1.25em 1em;
  }
}

.faq-list .acc-sm span {
  position: relative;
  font-size: var(--fsz20);
  display: inline-block;
  padding-left: 3em;
}
@media (max-width: 767px) {
  .faq-list .acc-sm span {
    padding-left: 2em;
  }
}

.faq-list .acc-sm span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "Q";
  font-weight: 600;
  font-size: var(--fsz32);
  font-family: var(--font-langEn);
}

.faq-list .acc-dt {
  padding: 1em 3em 2em 5em;
  color: var(--color-acc-text02);
  line-height: 1.6;
  font-size: var(--fsz18);
  font-weight: 500;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .faq-list .acc-dt {
    padding: 1em 3em 2em 3em;
  }
}

.faq-list .acc-dt span {
  font-size: var(--fsz18);
  font-weight: 500;
}

.faq-list .acc-dt::before {
  content: "A";
  color: var(--color-acc-text02);
  font-family: var(--font-langEn);
  display: block;
  font-size: var(--fsz32);
  font-weight: 600;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .faq-list .acc-dt::before {
    top: 1.25em;
    left: 0.65em;
  }
}

/*******************
* 下層一部共通
*******************/
/* お問い合わせ先 */
.sec-app-contact * + * {
  margin-top: 1em;
}

.app-contact-title {
  font-size: var(--fsz22);
  font-weight: 600;
  line-height: 180%;
  text-align: center;
}

.app-contact-text {
  text-align: center;
}

/*******************
* 雪を降らせるcanvas
*******************/
.snow-section {
  position: relative;
}

.js-snow-canvas {
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

/*******************
* 追従メニュー
*******************/
.fixed-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.7142857143%;
  display: block;
  z-index: 20;
  overflow: hidden;
  font-size: clamp(14px, 1.14vw, 16px);
}
@media (max-width: 767px) {
  .fixed-menu {
    top: auto;
    transform: translateY(0%);
    bottom: 36px;
    width: 19.9004975124%;
  }
}

.fixed-menu {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fixed-menu.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}

@media (max-width: 767px) {
  .fixed-menu .sns-menu {
    display: none;
  }
}

/*******************
* sns-menu
*******************/
.sns-menu {
  margin-left: auto;
  margin-right: 2px;
  width: 52.4752475248%;
}
.sns-menu > * + * {
  margin-top: 8px;
}

.sns-menu-link {
  display: inline-grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .sns-menu-link {
    width: 53px;
  }
}
.sns-menu-link:hover {
  background-color: var(--text-black);
}
.sns-menu-link:hover .sns-menu-icon {
  background-color: #fff;
}

.sns-menu-icon {
  display: block;
  width: 24px;
  width: 45.2830188679%;
  aspect-ratio: 1/1;
  background-color: var(--text-black);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.3s ease-in-out;
}

.sns-menu-icon--x {
  -webkit-mask-image: url(../img/common/icon_x.svg);
  mask-image: url(../img/common/icon_x.svg);
}

.sns-menu-icon--ig {
  -webkit-mask-image: url(../img/common/icon_ig.svg);
  mask-image: url(../img/common/icon_ig.svg);
}

.sns-menu-icon--youtube {
  -webkit-mask-image: url(../img/common/icon_youtube.svg);
  mask-image: url(../img/common/icon_youtube.svg);
}

/* spメニュー用*/
.sns-menu-sp {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  width: 109px;
}
.sns-menu-sp > * {
  width: 50px;
}
.sns-menu-sp .sns-menu-link {
  border: 1px solid #DCDCDC;
}

/* 企業・団体からの依頼はこちら*/
.btn-kigyou-dantai {
  margin: 30px 0 0 auto;
  position: relative;
  display: block;
  padding: 0.75em 0 1em;
  text-align: center;
  width: 67.3267326733%;
  aspect-ratio: 68/226;
  background: linear-gradient(180deg, #00C753 0%, #00A6FF 100%);
  border-radius: 6.22222px 0px 0px 6.22222px;
  transition: width ease-in-out 0.3s;
  transition-property: aspect-ratio, width;
}
@media (max-width: 767px) {
  .btn-kigyou-dantai {
    margin-top: 0;
  }
}
.btn-kigyou-dantai:hover, .btn-kigyou-dantai:focus {
  width: 79.2079207921%;
  aspect-ratio: 80/226;
}
.btn-kigyou-dantai:hover img, .btn-kigyou-dantai:focus img {
  width: 23.75%;
  height: auto;
}
.btn-kigyou-dantai img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.9411764706%;
  height: auto;
  transition: width ease-in-out 0.3s;
}

/*レルヒと話そう*/
.bot-lerch-wrap {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 101/156;
  overflow: hidden;
}
.bot-lerch-wrap > .lerch {
  position: relative;
  right: -4%;
  z-index: 2;
  margin: auto auto 0 auto;
  width: 49.504950495%;
  aspect-ratio: 50/75;
  transition: transform 0.3s ease-in;
}
.bot-lerch-wrap > .lerch img {
  width: 100%;
}
.bot-lerch-wrap > .serif {
  position: absolute;
  right: -24%;
  top: 0;
  width: 119.801980198%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bot-lerch-wrap > .serif::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bot_star.svg) no-repeat center/contain;
  -webkit-animation: rotateCenterReverse 10s linear infinite;
          animation: rotateCenterReverse 10s linear infinite;
}
.bot-lerch-wrap > .serif > img {
  position: relative;
  z-index: 1;
  width: 54%;
  height: auto;
}
.bot-lerch-wrap:hover > .lerch, .bot-lerch-wrap:focus > .lerch {
  transform: rotate(45deg);
}

/*************************
* news post
**************************/
/*************************
* news archive
**************************/
.archive-news-list {
  margin-top: 64px;
}

.c-pagination .navigation.pagination .nav-links .page-numbers.next {
  color: #fff;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: url(../img/top/gallery_prev.svg) no-repeat center/contain;
}

.c-pagination .navigation.pagination .nav-links .page-numbers.prev {
  color: #fff;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: url(../img/top/gallery_next.svg) no-repeat center/contain;
}

/*************************
* pagination
**************************/
.c-pagination {
  --color-primary:var(--color-red);
}

* + .c-pagination:not(:empty) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  * + .c-pagination:not(:empty) {
    margin-top: 50px;
  }
}
.c-pagination {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.c-pagination .navigation.pagination .screen-reader-text {
  display: none;
}

.c-pagination .navigation.pagination .nav-links {
  text-align: center;
}

.c-pagination .navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--color-primary);
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  transition-property: background-color, color, border;
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .c-pagination .navigation.pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.c-pagination .navigation.pagination .nav-links .page-numbers:focus, .c-pagination .navigation.pagination .nav-links .page-numbers:active, .c-pagination .navigation.pagination .nav-links .page-numbers:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.c-pagination .navigation.pagination .nav-links .page-numbers.current {
  color: #fff;
  background-color: var(--color-primary);
  border: none;
}

.c-pagination .navigation.pagination .nav-links .page-numbers.current:focus, .c-pagination .navigation.pagination .nav-links .page-numbers.current:active, .c-pagination .navigation.pagination .nav-links .page-numbers.current:hover {
  background-color: var(--color-primary);
}

.c-pagination .navigation.pagination .nav-links .page-numbers.next,
.c-pagination .navigation.pagination .nav-links .page-numbers.prev {
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: none;
}

@media (max-width: 767px) {
  .c-pagination .navigation.pagination .nav-links .page-numbers.next,
.c-pagination .navigation.pagination .nav-links .page-numbers.prev {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.c-pagination .navigation.pagination .nav-links .page-numbers.next:focus, .c-pagination .navigation.pagination .nav-links .page-numbers.next:active, .c-pagination .navigation.pagination .nav-links .page-numbers.next:hover,
.c-pagination .navigation.pagination .nav-links .page-numbers.prev:focus,
.c-pagination .navigation.pagination .nav-links .page-numbers.prev:active,
.c-pagination .navigation.pagination .nav-links .page-numbers.prev:hover {
  opacity: 0.8;
}

.c-pagination .navigation.pagination .nav-links .page-numbers.next svg,
.c-pagination .navigation.pagination .nav-links .page-numbers.prev svg {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .c-pagination .navigation.pagination .nav-links .page-numbers {
    display: inline-block;
    margin: 0 2px;
  }
}
/**************
* 404
***************/
.sec-404 {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .sec-404 {
    padding: 150px 0;
  }
}

.lerch404-wrap {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .lerch404-wrap {
    gap: 30px 0;
    flex-direction: column;
  }
}

.lerch404-img {
  width: 33.7067209776%;
}
@media (max-width: 767px) {
  .lerch404-img {
    margin: 0 auto;
    width: 90%;
  }
}
.lerch404-img img {
  width: 100%;
}

.lerch404-body {
  width: 63.2382892057%;
}
@media (max-width: 767px) {
  .lerch404-body {
    width: 100%;
  }
}

.lerch404-title {
  margin: 0 auto;
  width: 87.7616747182%;
}
.lerch404-title img {
  width: 100%;
}
.lerch404-text {
  margin-top: 42px;
  text-align: center;
}

.lerch404-button {
  margin-top: 42px;
}
.lerch404-button > a {
  margin: 0 auto;
  display: block;
  max-width: 282px;
  width: 45.4106280193%;
  border: 1px solid #231815;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .lerch404-button > a {
    width: 80%;
  }
}

/**************
* maintenance
***************/
.maintenance .lerch404-wrap {
  align-items: center;
}

/**************
* talk
****************/
.sec-talk {
  padding: 208px 0 126px;
}
@media (max-width: 767px) {
  .sec-talk {
    padding: 104px 0 63px;
  }
}

.talk-header {
  display: flex;
  gap: 0 75px;
}
@media (max-width: 960px) {
  .talk-header {
    flex-direction: column;
    gap: 20px 0;
  }
}

.talk-title {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .c-title01.center.talk-title01 {
    text-align: center;
  }
}

.talk-frame-wrap {
  margin-top: 40px;
}
.talk-frame-wrap iframe {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

/**************
* js-off
***************/
.noscript-message {
  padding: 1em;
  text-align: center;
  background-color: #fff;
}

.no-js .mv-tick-wrap {
  display: none;
}
.no-js .gallery-slider .swiper-wrapper {
  display: flex;
  gap: 0 2%;
}
.no-js .gallery-slide {
  width: 25%;
}