@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  min-height: 100%;
}

html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

html.noscroll .p-header {
  transform: translateY(0);
}

@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 781px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #FFF;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 781px) {
  body {
    font-size: 1rem;
  }
}

b,
strong,
.fw-bold {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

p,
ul,
ol,
table,
dl {
  line-height: 1.8;
  letter-spacing: 0.03125rem;
}

@media screen and (max-width: 781px) {

  p,
  ul,
  ol,
  table,
  dl {
    letter-spacing: 0rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.pc-none {
  display: none !important;
}


@media screen and (max-width: 1100px) {
  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  .tab-none {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .tab-none {
    display: block;
  }
}

i.othersite {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 0.5rem;
  background: url(../../images/common/icon-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.0625rem;
}

@media screen and (max-width: 781px) {
  i.othersite {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
  }
}

i.arrow {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 1.25rem;
  background: url(../../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 781px) {
  i.arrow {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.625rem;
  }
}

i.x {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_x_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 576px) {
  i.x {
    width: 1rem;
    height: 1rem;
  }
}

i.instagram {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_insta_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 576px) {
  i.instagram {
    width: 1rem;
    height: 1rem;
  }
}

i.line {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_line_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  i.line {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.youtube {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_youtube_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  i.youtube {
    width: 0.75rem;
    height: 0.75rem;
  }
}

i.homepage {
  display: inline-block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_home_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  i.homepage {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

/*------------------------
  button
------------------------*/
.btn_common a {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  transition: 0.2s;
  z-index: 1;
  overflow: hidden;
  border-radius: 3.125rem;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #000000;
  padding: 6px 21px 6px 29px;
}

@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
  }

}

/* .btn_common a i {
} */

.btn_common a:hover {
  background: #c2c2c2;
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  text-align: center;
  align-items: center;
  z-index: 600;
  position: fixed;
  background: #FFFFFF;
  height: 79px;
  transition: top 0.3s ease, background-color 0.3s ease;
}

/* 表示クラス（PCでは常に付与される） */
.header.is-show {
  top: 0 !important;
}

.header.scrolled {
  background-color: #fff;
}

.header .header_inner {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  height: 100%;
}

.header .header_logo {
  height: 100%;
  transition: 0.3s;
  margin-left: 12px;
  flex-shrink: 0;
}

.header .header_logo a {
  height: 100%;
  display: block;
  font-size: 0;
}

.header .header_logo a img {
  height: 71px;
  width: 172px;
}

.header .header_logo:hover {
  opacity: 0.5;
}

@media screen and (max-width: 781px) {
  .header {
    position: fixed;
    right: 0;
    height: 54px;
  }

  .header .header_inner {
    padding: 11px 18px 11px 9px;
  }

  .header .header_logo {
    padding: 2px;
    transition: 0.1s;
  }

  .header .header_logo a img {
    height: 100%;
    width: auto;
  }
}

/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_pc_menu li {
  margin-right: 0.75rem;
}

.header_pc_menu li a {
  padding: 0.75rem 0.375rem;
  font-weight: bold;
  display: block;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_pc_menu li a .main {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.header_pc_menu li a .sub {
  font-size: 10px;
  line-height: 1;
  font-weight: 600px;
}

.header_pc_menu li a:hover {
  opacity: 0.5;
}

/* メニュー間のセパレーター「/」 */
.header_pc_menu li.separator {
  margin: 0 16px 0 8px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #c2c2c2;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.header_pc_menu li.ticket a {
  color: #FFF;
  background: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1101px) and (max-width: 1340px) {
  .header_pc_menu li a .main {
    font-size: 17px;
  }

  .header_pc_menu li.separator {
    margin: 0 8px 0 4px;
  }

  .header_pc_menu li {
    margin-right: 0.5rem;
  }

  .header .header_logo a img {
    width: 163px;
    height: auto;
  }
}

/*------------------------
  header right (Menu + SNS)
------------------------*/
.header_right {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.header_sns {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 10px;
}

.header_sns li a {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  transition: opacity 0.3s;
}

.header_sns li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(47%) sepia(87%) saturate(3048%) hue-rotate(307deg) brightness(101%) contrast(101%);
}

.header_sns li a:hover {
  opacity: 0.7;
}

.header_sns.sp_only {
  margin-top: 1.5rem;
  margin-left: 0;
}

.header_sns.sp_only li a {
  width: 40px;
  height: 40px;
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: absolute;
  top: 12px;
  right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* MENUテキストを上、ハンバーガーバーを下に縦並びで配置 */
  flex-direction: column;
  height: auto;
  width: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1200;
  margin: 22px 30px 22px 0px;
  cursor: pointer;
}

/* MENUテキストラベル */
.menu_btn em {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1;
  user-select: none;
  transition: opacity 0.2s ease;
  margin-bottom: 10px;
}

.menu_btn span {
  position: relative;
}

.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 0.386rem;
  background-color: #000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 6.25rem;
}

.menu_btn span::before,
.menu_btn span::after {
  content: "";
  width: 100%;
  position: absolute;
}

.menu_btn span::before {
  top: 20px;
}

.menu_btn span::after {
  bottom: 20px;
}

#menu_btn_check {
  display: none;
}

/* メニューオープン時はMENUテキストを非表示 */
#menu_btn_check:checked~.menu_btn em {
  opacity: 0;
  pointer-events: none;
}

#menu_btn_check:checked~.menu_btn span {
  background-color: transparent;
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu_btn_check:checked~.menu_btn span::before,
#menu_btn_check:checked~.menu_btn span::after {
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #FFF;
}

#menu_btn_check:checked~.menu_btn span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu_btn_check:checked~.menu_btn span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu_btn_check:checked~.sp_menu_content {
  transform: translateY(0);
  /*メニューを画面内へ*/
}

.sp_menu_content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  top: 0;
  /* top固定にする */
  left: 0;
  transform: translateY(-100%);
  /* transformで画面外へ出す */
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  background-color: rgba(234, 100, 162, 0.9);
  /* ピンク半透明 #EA64A2 */
  display: flex;
  overflow-y: auto;
  /* autoの方が安全 */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  /* 背景へのスクロール伝播を防止 */
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 75px 0 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.sp_menu_content .burger_logo {
  margin: 0 0 40px 0;
  max-width: 100%;
  width: 300px;
  flex-shrink: 0;
}

.sp_menu_content .burger_logo a {
  display: block;
}

.sp_menu_content ul.header_sp_menu {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sp_menu_content ul.header_sp_menu li:not(:last-child) {
  margin-bottom: 0.375rem;
}

.sp_menu_content ul.header_sp_menu li a {
  font-weight: 700;
  padding: 0 0 14px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}

.sp_menu_content ul.header_sp_menu li a .main {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.2;
  font-size: 45px;
  letter-spacing: 2.16px;
  color: #FFFFFF;
  /* フィルターがここを透明にして抜くため白に設定 */
  filter: url(#outline-filter);
  /* 重なりを解消するSVGフィルター */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
}

.sp_menu_content ul.header_sp_menu li a .sub {
  font-weight: 500;
  font-size: 11px;
  letter-spacing:1.67px;
  color: #FFFFFF;
  background: none;
  margin-top: -6px;
}

.sp_menu_content ul.header_sns li a img {
  filter: invert(100%);
}

.sp_menu_content ul.header_sns {
  gap: 55px;
}

.sp_menu_content ul.header_sns.sp_only {
  margin-top: 0;
  margin-left: 0;
  /* Centered SNS icons */
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.main-content {
  display: flex;
  flex-direction: column;
  position: relative;
  /* padding-top: 5.625rem; */
}

.wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.wrapper:not(.home) .main-content {
  flex-grow: 100;
  /* デスクトップ: ヘッダー高さ（79px）分のスペースを確保 */
  padding-top: 79px !important;
}

.wrapper:not(.home) section {
  position: relative;
  /* z-index は設定しない → セクションが stacking context を作らないため
     星(z:2) がセクション背景の上に表示され、コンテンツ(z:10+) が自動的にキャラクター(z:3)より前面へ */
}


/* .wrapper:not(.home) section::before {
  content: "";
} */

section {
  position: relative;
}

/* .ly-container {
  padding: 7.5rem 0 11.25rem;
} */

.wrapper:not(.home) .ly-container {
  /* padding-top: 8.75rem; */
  padding: 0 0 69px 0;
}

@media screen and (max-width: 767px) {
  /* .wrapper:not(.home) .ly-container {
  } */
}

.ly-wrapper {
  margin: 0 auto;
  max-width: 60.2rem;
  width: 100%;
  padding: 0 5rem;
}

@media screen and (max-width: 767px) {
  .ly-wrapper {
    padding: 0 2.25rem !important;
  }
}

/*------------------------
  heading
------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.2;
}

.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  position: relative;
  z-index: 10;
}

.sec-title .main {
  font-size: 4rem;
  line-height: 4.375rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }

  .sec-title {
    margin-bottom: 2.5rem;
  }

  .sec-title .sub {
    font-size: 0.8125rem;
    line-height: 0.875rem;
    margin-bottom: 0.125rem;
  }

  .heading-large {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .heading-medium {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .heading-small {
    font-size: 1rem;
  }
}

.sec-title .sub {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.heading-large {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}

.heading-medium {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}


.heading-small {
  font-size: 1.125rem;
}

/*------------------------
  page_headline
------------------------*/
.page_headline {
  padding-top: 12vw;
  padding-bottom: 6vw;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.page_headline .sec-title {
  margin: 0 auto;
}

.page_headline .sec-title .main {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 8vw;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  line-height: 1;
  text-shadow:
    -1.5px -1.5px 0 black,
    4.5px -1.5px 0 black,
    -1.5px 1.5px 0 black,
    4.5px 4.5px 0 black;
}

.page_headline .sec-title .sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.09px;
  color: #191919;
  margin-top: 7px;
}

@media screen and (max-width: 1100px) {
  .wrapper:not(.home) .main-content {
    /* 固定ヘッダー（54px）分のスペースを確保してコンテンツが隠れないようにする */
    padding-top: 54px !important;
  }

  .header {
    height: 54px;
    top: 0;
  }

  .header.is-show {
    top: 0;
  }

  /* サブページは常にヘッダーを表示（top を -65px にしない） */
  .wrapper:not(.home) .header {
    top: 0;
  }

  .header .header_logo a img {
    width: auto;
    height: 44px;
  }

  .header .sp-none {
    display: none;
  }

  .header .pc-none {
    display: block;
  }

  .page_headline {
    padding-top: 31vw;
    padding-bottom: 13vw;
  }

  .page_headline .sec-title .main {
    font-size: 13vw;
  }

  .page_headline .sec-title .sub {
    font-size: 3.5vw;
  }

  .menu_btn {
    width: 32px;
    height: auto;
    margin: 0;
    top: 11px;
    right: 15px;
  }

  .menu_btn span,
  .menu_btn span::before,
  .menu_btn span::after {
    height: 3px;
  }

  .menu_btn span::before {
    top: 9px;
  }

  .menu_btn span::after {
    bottom: 9px;
  }

  .wrapper:not(.home) .ly-container {
    padding: 0px 0px 80px 0px;
  }

  .page_headline .sec-title .main {
    margin-top: 0 !important;
    text-shadow:
      -1px -1px 0 black,
      1.5px -1px 0 black,
      -1px 1px 0 black,
      1.5px 1.5px 0 black;
  }

  .sec-news-single .p-news {
    display: block !important;
  }
}

@media screen and (max-width: 781px) {
  .p-news-detail-wrap {
    display: none;
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  background-color: #FFF;
  flex-grow: 1;
  height: calc(100% - 400px);
  min-height: 31.25rem;
  padding: 3.75rem 0rem;
}

@media screen and (max-width: 767px) {
  .coming_soon {
    height: calc(100% - 233px);
  }
}

.coming_soon img {
  margin-top: -50px;
  width: 70%;
  max-width: 760px;
}

@media screen and (max-width: 767px) {
  .coming_soon img {
    width: 80%;
  }
}

.coming_soon.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.coming_soon.is-active~section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.p-footer {
  width: 100%;
  text-align: center;
  background-color: #E8E8E8;
  padding: 40px 0px 19px 0px;
  position: relative;
  height: 216px;
}

.p-footer .p-footer-menu {
  margin: 0 auto;
}

.p-footer .p-footer-menu__item {
  width: 33.333%;
  margin: 2.8rem auto;
  text-align: center;
}

.p-footer .p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer .p-footer-social .p-footer-social__item {
  margin: 0 1.5625rem;
}

.p-footer .p-footer-social .p-footer-social__item img {
  width: 2.5rem;
  max-width: 40px;
  height: auto;
}

.p-footer .p-footer-social .p-footer-social__item a {
  display: block;
}

.p-footer .p-footer-social .p-footer-social__item a:hover {
  opacity: 0.8;
}

.p-footer .p-footer-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 7.1875rem;
  max-width: 56.25rem;
}

.p-footer .p-footer-banner__item {
  width: calc(50% - 1.875rem);
}

.p-footer .p-footer-banner__item a {
  display: block;
}

.p-footer .p-footer-banner__item a:hover {
  opacity: 0.8;
}

.p-footer .p-footer-copyright {
  text-align: center;
  font-size: 11px;
  letter-spacing: 1.1px;
  color: #000000;
  font-weight: 900;
  margin-top: 35px;
}

@media screen and (max-width: 1100px) {
  .p-footer {
    padding: 68px 0px 42px;
    height: auto;
  }

  .p-footer .p-footer-copyright {
    margin-top: 50px;
  }

  .p-footer .p-footer-social .p-footer-social__item {
    margin: 0 1.25rem;
  }

  .p-footer .p-footer-social .p-footer-social__item img {
    width: 2.25rem;
  }

  .p-footer .p-footer-nav {
    margin-top: 2.5rem;
  }

  .p-footer .p-footer-nav a {
    font-size: 0.75rem;
  }

  .p-footer .p-footer-banner {
    flex-direction: column;
    margin: 0 auto 3.75rem;
    max-width: 25rem;
  }

  .p-footer .p-footer-banner__item {
    width: 100%;
  }

  .p-footer .p-footer-banner__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: transform 0.3s;
  background: transparent;
  pointer-events: auto;
  color: #fff;
}

.page-top:hover {
  transform: scale(1.1);
}

.page-top svg {
  width: 20px;
  height: auto;
  display: block;
}

.page-top span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 39px;
  letter-spacing: 1.2px;
  line-height: 1;
  /* Multi-directional shadow for smooth black outline */
  text-shadow:
    -1.2px -1.2px 0 #000,
    1.2px -1.2px 0 #000,
    -1.2px 1.2px 0 #000,
    1.2px 1.2px 0 #000,
    0px 1.2px 0 #000,
    0px -1.2px 0 #000,
    1.5px 0px 0 #000,
    -1.5px 0px 0 #000;
}

@media screen and (max-width: 1100px) {
  .page-top {
    bottom: 1rem;
    right: 1rem;
    gap: 0px;
  }

  .page-top svg {
    width: 28px;
  }

  .page-top span {
    font-size: 32px;
    letter-spacing: 0.8px;
    text-shadow:
      -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
      1px 1px 0 #000;
  }
}

/* 781px 以下: page-top ボタンを約20%縮小 */
@media screen and (max-width: 781px) {
  .page-top svg {
    width: 20px;
  }

  .page-top span {
    font-size: 26px;
    letter-spacing: 0.6px;
    text-shadow:
      -0.8px -0.8px 0 #000,
      0.8px -0.8px 0 #000,
      -0.8px 0.8px 0 #000,
      0.8px 0.8px 0 #000;
  }
}

div [data-remodal-id=modal_recipe] {
  background: none;
}

.slider {
  width: 100%;
}

.n_pad {
  padding-left: 0;
  padding-right: 0;
}

.pad_2 {
  padding-left: 2%;
  padding-right: 2%;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.slick-dots li button:before {
  color: #999999;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FFA64D;
}

.remodal-wrapper {
  bottom: 0;
  top: 0;
}

.taxin_text {
  font-size: 11.5px;
}

.wwimg {
  display: flex;
}

.features .inner .wwimg img {
  width: 50%;
}

.features .inner .chikawa_f_img {
  width: 200px;
  margin: 0 auto;
}

button.btn.btn-success.btn-block.reject {
  background-color: #525252 !important;
  color: #ffffff !important;
}

/*------------------------
  loading
------------------------*/
.loading {
  width: 100vw;
  height: 100%;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.load_star_fix,
.loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition-duration: .8s;
}

@media screen and (max-width: 767px) {

  .load_star_fix,
  .loading::after {
    transition-duration: 0.6s;
  }
}



.load_star_fix {
  left: 0;
  background-color: transparent;
  transition-delay: 0.2s;
  overflow: hidden;
}

.load_star_fix::before {
  content: "";
  width: 100vw;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../../images/common/load_background.png);
  background-size: 60% auto;
  background-position: center right;
  background-repeat: repeat;
}


.loading::after {
  left: 0;
  transition-delay: 0.1s;
  background-color: #fff;
}

.loading-animation {
  width: 40%;
  max-width: 600px;
  height: auto;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .loading-animation {
    width: 70%;
  }
}

.prog-bar {
  width: 60%;
  height: 5px;
  border: 1.5px solid #c2c2c2;
  position: relative;
  overflow: hidden;
}

.prog-bar .bar {
  height: 100%;
  background: #c2c2c2;
  /*バーカラー*/
  position: absolute;
  animation: progress 2.8s normal;
  /*アニメーションスピード*/
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.loading.is-active .load_star_fix,
.loading.is-active::after {
  width: 0%;
}

.loading.is-active .loading-animation {
  opacity: 0;
}

.load_logo {
  width: 666px;
  height: auto;
  max-width: 90vw;
  margin-bottom: 43px;
  display: block;
}

/*------------------------
  wow animation
------------------------*/
@-webkit-keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animate__fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUpSmall {
  -webkit-animation-name: animate__fadeInUpSmall;
  animation-name: animate__fadeInUpSmall;
}

/*------------------------
  box
------------------------*/
.common_box {
  background-color: #FFF;
  border-radius: 0.75rem;
  padding: 2.5rem 3.4rem;
  position: relative;
  z-index: 5;
}

.common_box.wow.animate__animated.animate__fadeInUpSmall.animate_animated {
  border: 2px solid #000000;
  border-radius: 38px;
}

@media screen and (max-width: 767px) {
  .common_box {
    padding: 1.5rem 1.2em;
  }
}

.common_box:not(:last-child) {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .common_box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.common_box .common_box_h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 7.56px;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.5rem;
  }
}

.common_box .common_box_item {
  padding: 1.5rem 0 0;
}

.common_box .common_box_item:not(:last-child) {
  border-bottom: 0.0625rem dotted #c2c2c2;
  padding: 1.875rem 0;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_item {
    padding: 1rem 0 0;
  }

  .common_box .common_box_item:not(:last-child) {
    border-bottom: 0.0625rem solid #c2c2c2;
    padding: 1rem 0;
  }
}

.common_box .common_box_item p span.blue {
  color: #18AEDB;
}

.common_box .common_box_item p span.text_l {
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_l {
    font-size: 0.9375rem;
  }
}

.common_box .common_box_item p span.text_m {
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_m {
    font-size: 0.75rem;
  }
}

.common_box .common_box_item p span.text_s {
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_item p span.text_s {
    font-size: 0.625rem;
  }
}

.common_box .common_box_item p span.bold {
  font-weight: 700;
}

.common_box .common_box_item p a {
  text-decoration: underline;
  transition: 0.3s;
  color: #E85398;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.common_box .common_box_item p a:hover {
  opacity: 0.5;
}

.common_box .common_box_item p.large {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_item p.large {
    font-size: 1.25rem;
  }
}

.common_box .common_box_item p.small {
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .common_box .common_box_item p.small {
    font-size: 0.625rem;
  }
}

.common_box .common_box_item>p:not(:last-child),
.common_box .common_box_item>div:not(:last-child),
.common_box .common_box_item>img:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {

  .common_box .common_box_item>p:not(:last-child),
  .common_box .common_box_item>div:not(:last-child),
  .common_box .common_box_item>img:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.common_box .btn_common {
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .common_box .btn_common {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}

/*------------------------
  star-wrapper 共通スタイル
  z-index 階層:
    -1: 星オーバーレイ（最背面・キャラクターより後ろ）
    0:  star-wrapper コンテナ
    10: page_headline, section（コンテンツ層・星より前面）
  ページ固有の星画像は各ページCSSでoverride可能
------------------------*/

/* コンテナ：全ページ共通 */
[class*="-star-wrapper"] {
  position: relative;
  background-color: #fff;
  z-index: 0;
  min-height: 100%;
}

/* コンテンツ層：page_headline（星より前面） */
[class*="-star-wrapper"]>.page_headline {
  position: relative;
  z-index: 10;
}

/* コンテンツ層：セクション（z-index なし → 星が背景の上に表示される） */
[class*="-star-wrapper"]>section {
  position: relative;
  /* z-index: auto (規定値) 
     → セクション背景の上に星(z:2)が描画される */
}

/* 実際のコンテンツコンテナ（テキストやボックス）はキャラクター(z:3)より前面に */
[class*="-star-wrapper"] section .ly-container,
[class*="-star-wrapper"]>.ly-container {
  position: relative;
  z-index: 10;
}

/* キャラクター・装飾画像はクリックを貫通させる */
[class*="-star-wrapper"] [class*="__char"] img,
[class*="-star-wrapper"] [class*="__chara"] img {
  pointer-events: none;
}

/* 星オーバーレイ（セクション背景の上・キャラクターの下に配置） */
[class*="-star-wrapper"]::before {
  content: "";
  position: absolute;
  /* top: 350px; */
  top: 275px;
  left: 0;
  background-image: url(../../images/common/star_background.png);
  background-repeat: repeat-y;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-size: 100% auto;
}

/* Rellax.js 使用時は ::before を非表示 */
[class*="-star-wrapper"].has-star-parallax::before {
  display: none;
}

.home .p-star-wrapper::before,
.home .star-parallax-layer {
  top: -350px;
  height: calc(100% + 1000px);
  /* パララックスとtopシフトで下が切れないように絶対的なマージンを確保 */
}

@media screen and (max-width: 1100px) {
  .home .p-star-wrapper::before {
    top: 0;
  }
}

/* Rellax.js 用の実DOM星レイヤー（セクション背景の上・キャラクターの下） */
.star-parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/star_background.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 2 !important;
  /* JS の inline style を上書き */
  pointer-events: none;
  height: calc(100% + 1000px);
}

.home .p-star-wrapper::before {
  content: "";
  position: absolute;
  /* top は上記ルールで -350px に設定しています */
  left: 0;
  width: 100%;
  /* height も上記ルールで calc(100% + 3000px) に設定しています */
  background-image: url(../../images/common/star_background.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 2;
  pointer-events: none;
}


/*------------------------
  bg-chars 共通レイヤーシステム
  各ページの p-xxx__bg-chars に共通する
  z-index / position / pointer-events を一括定義
  ページ固有の画像・サイズ・位置は各ページCSSで定義
------------------------*/

/* モバイル：背景レイヤーを非表示 */
@media screen and (max-width: 767px) {
  [class$="__bg-chars"] {
    display: none;
  }
}

/* ------------------------------------------------------------------------
  Optimize for Small Smartphones (iPhone SE, 12 mini, Android 3xx-4xx px)
------------------------------------------------------------------------ */
@media screen and (max-width: 576px) {

  .sp_menu_content {
    padding: 40px 0 40px;
    ;
  }

  .header {
    height: 55px;
  }

  .menu_btn span {
    height: 2px;
  }

  .menu_btn span::before {
    top: 8px;
    height: 2px;
  }

  .menu_btn span::after {
    bottom: 8px;
    height: 2px;
  }

  .menu_btn {
    width: 30px;
  }

  .header .header_logo a img {
    width: 85px;
    height: auto;
  }

  .page_headline .sec-title .main {
    letter-spacing: 5px;
  }

  .page_headline .sec-title .sub {
    letter-spacing: 7.54px;
    color: #191919;
  }

  .sp_menu_content .burger_logo {
    margin: 10px auto 15px auto;
    width: 55%;
  }

  .sp_menu_content ul.header_sp_menu li a {
    padding: 0 0 15px 0;
  }

  .sp_menu_content ul.header_sp_menu li a .main {
    font-size: 35px;
    letter-spacing: 1.05px;
    color: #FFFFFF;
    filter: url(#outline-filter);
  }

  .sp_menu_content ul.header_sp_menu li a .sub {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .sp_menu_content ul.header_sns.sp_only {
    margin-left: 0;
    gap: 25px;
    margin-top: 10px;
  }

  .sp_menu_content ul.header_sns.sp_only li a {
    width: 30px;
    height: 30px;
  }

  .common_box {
    padding: 1.25rem 1rem;
    border-radius: 40px !important;
  }

  .common_box .common_box_h3 {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }

  .btn_common a {
    font-size: 0.8rem;
    padding: 0.5rem 1rem 1.5rem;
  }

  .sec-title .main {
    font-size: 2.1rem;
  }

  i.othersite {
    width: 7px;
    height: 8px;
    margin-left: 0.25rem;
  }

  [class$="__bg-chars"] {
    display: block;
  }

  .p-footer-banner__img {
    width: 80% !important;
  }

  .p-footer .p-footer-copyright {
    margin-top: 50px;
  }

  .common_box {
    padding: 13px 17px 55px 17px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_ib {
  display: inline-block;
}

.sp_ib {
  display: none;
}

@media screen and (max-width: 781px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc_ib {
    display: none;
  }

  .sp_ib {
    display: inline-block;
  }
}




@media screen and (max-width: 576px) {

  .sp_menu_content {
    padding: 40px 0 0;
  }

  .sp_menu_content ul.header_sp_menu li a .main {
    font-size: 30px;
    letter-spacing: 1.05px;
    color: #FFFFFF;
    filter: url(#outline-filter);
  }

  .sp_menu_content ul.header_sp_menu li a .sub {
    font-size: 10px;
    letter-spacing: 2px;
  }

}





/*# sourceMappingURL=common.css.map */