@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
html {
  height: 100%;
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html.noscroll .p-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
    font-size: 2.086vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
    font-size: 3.865vw;
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-style: normal;
  font-size: 0.9375rem;
  background: #fff4e9;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.8125rem;
  }
}

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: 767px) {
  p, ul, ol, table, dl {
    letter-spacing: 0rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  color: #8fadd2;
  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;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .tab-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .tab-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
i.othersite {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../../images/common/icon_othersite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -0.0625rem;
}
@media screen and (max-width: 767px) {
  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: 767px) {
  i.arrow {
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.625rem;
  }
}

i.x {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  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: 1.375rem;
    height: 1.375rem;
  }
}

i.instagram {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  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: 1.375rem;
    height: 1.375rem;
  }
}

i.line {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  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: 1.25rem;
  height: 1.25rem;
  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.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  background: url(../../images/common/icon_home_blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------
  button
------------------------*/
.btn_common a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  padding: 0.875rem 0.25rem;
  z-index: 1;
  font-weight: 700;
  border-bottom: 0.0625rem solid #1e1e1e;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 0.8125rem;
    padding: 0.5rem 0.25rem;
    letter-spacing: 0.0625rem;
  }
}
.btn_common a span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  margin-left: 2.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .btn_common a span {
    font-size: 0.8125rem;
    margin-left: 0.75rem;
  }
}
.btn_common a:hover span {
  -webkit-transform: translate(0.375rem, 0);
          transform: translate(0.375rem, 0);
}

/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 600;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.125rem 2.5rem 0;
}
.header .header_logo {
  width: 14.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_logo a {
  display: block;
  font-size: 0;
}
.header .header_logo:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    right: 0;
  }
  .header .header_inner {
    padding: 1.5rem 1.875rem 0.75rem 2.5rem;
  }
  .header .header_logo {
    padding: 0.125rem;
    width: 12.5rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}
@media screen and (max-width: 576px) {
  .header .header_inner {
    padding: 0.75rem 0.75rem 0.75rem 1.25rem;
  }
  .header .header_logo {
    padding: 0.125rem;
    width: 9.375rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}
/*------------------------
  menu PC
------------------------*/
.header_pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.375rem;
}
.header_pc_menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_pc_menu li:not(:last-child)::after {
  content: "";
  background-image: url(../../images/common/slash_bk.svg);
  width: 1.125rem;
  height: 2.5625rem;
  background-size: contain;
  display: block;
  margin: 0.75rem;
}
.header_pc_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 1rem;
}
.header_pc_menu li a .main {
  display: block;
  height: 1.75rem;
  width: auto;
  margin-bottom: 0.3125rem;
  position: relative;
}
.header_pc_menu li a .main img {
  height: 100%;
  width: auto;
}
.header_pc_menu li a .main .blk {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_menu li a .main .wh {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_menu li a .sub {
  color: #1e1e1e;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_menu li a:hover {
  opacity: 0.5;
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: fixed;
  top: 1.875rem;
  right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  width: 3.75rem;
  -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;
  padding: 0.625rem;
}
@media screen and (max-width: 576px) {
  .menu_btn {
    top: 0.5rem;
    right: 0.75rem;
  }
}
.menu_btn {
  cursor: pointer;
}
.menu_btn span {
  position: relative;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after {
  width: 100%;
  display: block;
  height: 0.15625rem;
  background-color: #1e1e1e;
  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: 0.75rem;
}
.menu_btn span::after {
  bottom: 0.75rem;
}

#menu_btn_check {
  display: 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;
}
#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 {
  bottom: 0; /*メニューを画面内へ*/
}

.sp_menu_content {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  padding: 2.5rem 0;
  bottom: 100%;
  left: 0; /*leftの値を変更してメニューを画面外へ*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #f386a5;
  background-image: linear-gradient(90deg, #f59eb7 1px, transparent 1px), linear-gradient(#f59eb7 1px, transparent 1px);
  background-position: 1.75rem 1.75rem;
  background-size: 3.5rem 3.5rem;
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .sp_menu_content {
    background-position: 1.125rem 1.125rem;
    background-size: 2.25rem 2.25rem;
  }
}
.sp_menu_content .burger_logo {
  margin: 0rem auto 3.125rem;
  max-width: 25rem;
  width: 70%;
}
@media screen and (max-width: 576px) {
  .sp_menu_content .burger_logo {
    margin: 0rem auto 2.5rem;
  }
}
.sp_menu_content .burger_logo a {
  display: block;
}
.sp_menu_content ul.header_sp_menu {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 22vw;
}
.sp_menu_content ul.header_sp_menu li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li:not(:last-child) {
    margin-bottom: 0rem;
  }
}
.sp_menu_content ul.header_sp_menu li a {
  font-weight: 700;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1e1e1e;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li a {
    padding: 0.75rem 0;
  }
}
.sp_menu_content ul.header_sp_menu li a .main {
  height: 3.75rem;
  width: auto;
  margin-bottom: 0.25rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li a .main {
    height: 2.5rem;
  }
}
.sp_menu_content ul.header_sp_menu li a .main img {
  height: 100%;
  width: auto;
}
.sp_menu_content ul.header_sp_menu li a .sub {
  color: #fff4e9;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li a .sub {
    font-size: 0.75rem;
  }
}
.sp_menu_content ul.header_sp_menu li.ticket {
  max-width: 12.5rem;
  margin: 0 auto;
}
.sp_menu_content ul.header_sp_menu li.ticket a {
  color: #FFF;
  background: #1e1e1e;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}
.sp_menu_content .spmenu_illst {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 70%;
  max-width: 25rem;
}
@media screen and (max-width: 576px) {
  .sp_menu_content .spmenu_illst {
    position: absolute;
    width: 65%;
    right: 0rem;
    bottom: 0rem;
  }
}

/*------------------------------------------------------------------------
  layout
------------------------------------------------------------------------*/
.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.wrapper::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1.5rem #1e1e1e solid;
  z-index: 1001;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wrapper::before {
    border: 1.125rem #1e1e1e solid;
  }
}
@media screen and (max-width: 576px) {
  .wrapper::before {
    border: 0.4375rem #1e1e1e solid;
  }
}
.wrapper::after {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, #f7e5df 1px, transparent 1px), linear-gradient(#f7e5df 1px, transparent 1px);
  background-position: 1.75rem 1.75rem;
  background-size: 3.5rem 3.5rem;
  z-index: -1;
  background-repeat: repeat;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .wrapper::after {
    background-position: 1.125rem 1.125rem;
    background-size: 2.25rem 2.25rem;
    z-index: -1;
  }
}

.wrapper:not(.home) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.wrapper:not(.home) .main-content {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wrapper:not(.home) section::before {
  content: "";
}

section {
  position: relative;
}

.ly-wrapper {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  padding: 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .ly-wrapper {
    padding: 0 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .ly-wrapper {
    padding: 0 2.8125rem;
  }
}

/*------------------------
  heading
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.2;
}

.sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title {
    margin-bottom: 1rem;
  }
}
.sec-title .main {
  height: min(9vw, 8.875rem);
  margin-bottom: 1rem;
}
.sec-title .main img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    height: min(16vw, 7.375rem);
    margin-bottom: 0.5rem;
  }
}
.sec-title .sub {
  font-size: 1.4375rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.8125rem;
    line-height: 0.875rem;
    margin-bottom: 0.125rem;
  }
}

.heading-large {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-medium {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .heading-medium {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.heading-small {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .heading-small {
    font-size: 1rem;
  }
}

/*------------------------
  page_headline
------------------------*/
.page_headline {
  padding: 5rem 0 3.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page_headline .sec-title {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_headline {
    padding: 9.375rem 0 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .page_headline {
    padding: 5.625rem 0 0.625rem;
  }
}

.page_image {
  z-index: 10;
  position: fixed;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: none;
}
.page_image img {
  width: 18%;
}
.page_image.is-stopped {
  position: absolute;
  -webkit-transform: translateY(3.125rem);
          transform: translateY(3.125rem); /* 少し下に流れる */
}
@media screen and (max-width: 767px) {
  .page_image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto 1.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  .page_image {
    margin: 0 auto 1.875rem;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page_image img {
    width: 50%;
    display: block;
    position: relative;
  }
  .page_image img:first-child {
    right: -1.25rem;
  }
  .page_image img:last-child {
    left: -1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  .page_image img:first-child {
    right: -0.75rem;
  }
  .page_image img:last-child {
    left: -0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page_image.is-stopped {
    position: relative;
    -webkit-transform: none;
            transform: none; /* 少し下に流れる */
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: calc(100% - 400px);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coming_soon.is-active ~ section {
  display: none;
}

/*------------------------
  footer
------------------------*/
.wrapper:not(.home) .p-footer {
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) .p-footer {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) .p-footer {
    padding-top: 5rem;
  }
}
.wrapper:not(.home) .p-footer::after {
  height: 5rem;
  top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) .p-footer::after {
    height: 3.125rem;
    top: 3.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) .p-footer::after {
    height: 1.875rem;
    top: 3.1875rem;
  }
}

.p-footer {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 3.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .p-footer {
    padding-top: 1.8125rem;
  }
}
.p-footer::after {
  content: "";
  background-image: url(../../images/top/wave_white.png);
  height: 5rem;
  background-size: 100% 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-footer::after {
    height: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-footer::after {
    height: 1.875rem;
  }
}
.p-footer .footer_inner {
  background-color: #FFF;
  width: 100%;
  padding: 1.875rem 3.125rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer .footer_inner {
    padding: 1.875rem 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-footer .footer_inner {
    padding: 1.875rem 0rem 1.25rem;
  }
}
.p-footer .footer_inner .p-footer-menu {
  margin: 0 auto;
}
.p-footer .footer_inner .p-footer-menu__item {
  width: 33.333%;
  margin: 2.8rem auto;
  text-align: center;
}
.p-footer .footer_inner .p-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer .footer_inner .p-footer-social .p-footer-social__item {
  margin: 0 1.5625rem;
}
.p-footer .footer_inner .p-footer-social .p-footer-social__item img {
  width: 2.5rem;
  max-width: 40px;
  height: auto;
}
.p-footer .footer_inner .p-footer-social .p-footer-social__item a {
  display: block;
}
.p-footer .footer_inner .p-footer-social .p-footer-social__item a:hover {
  opacity: 0.8;
}
.p-footer .footer_inner .p-footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 7.1875rem;
  max-width: 56.25rem;
}
.p-footer .footer_inner .p-footer-banner__item {
  width: calc(50% - 1.875rem);
}
.p-footer .footer_inner .p-footer-banner__item a {
  display: block;
}
.p-footer .footer_inner .p-footer-banner__item a:hover {
  opacity: 0.8;
}
.p-footer .footer_inner .p-footer-copyright {
  color: #FFF;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 3.75rem;
}
.p-footer .footer_inner .p-footer-copyright img {
  width: 10rem;
}

@media screen and (max-width: 767px) {
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  }
  .p-footer .p-footer-copyright {
    margin-top: 2.5rem;
  }
  .p-footer .p-footer-copyright img {
    width: 8.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-footer .p-footer-copyright {
    margin-top: 1.875rem;
  }
  .p-footer .p-footer-copyright img {
    width: 6.875rem;
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  display: block;
  bottom: 1.875rem;
  right: 2.5rem;
  width: 5rem;
  z-index: 10;
  display: none;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
}
.page-top img {
  margin: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.page-top span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.125rem;
}
.page-top:hover span {
  letter-spacing: 0.25rem;
}
.page-top:hover img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 1.25rem;
    right: 1.875rem;
    width: 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .page-top {
    bottom: 0.625rem;
    right: 1rem;
    width: 3.125rem;
    font-size: 0.8125rem;
  }
  .page-top span {
    letter-spacing: 0.0625rem;
  }
}

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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.loading::before, .loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  opacity: 1;
  pointer-events: none;
}
.loading::after {
  left: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #fff4e9;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .loading::after {
    background-position: 1.125rem 1.125rem;
    background-size: 2.25rem 2.25rem;
  }
}

.loading-animation {
  width: 40%;
  max-width: 800px;
  height: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .loading-animation {
    width: 70%;
  }
}

.prog-bar {
  width: 60%;
  height: 3px;
  position: relative;
  overflow: hidden;
}
.prog-bar .bar {
  height: 100%;
  background: #f386a5; /*バーカラー*/
  position: absolute;
  -webkit-animation: progress 2.8s normal;
          animation: progress 2.8s normal; /*アニメーションスピード*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.loading.is-active::before, .loading.is-active::after {
  opacity: 0;
}
.loading.is-active .loading-animation {
  opacity: 0;
}

.load_logo {
  width: 60%;
  max-width: 18.75rem;
  margin-bottom: 3.125rem;
  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
------------------------*/
@media screen and (max-width: 767px) {
  .common_box {
    margin-bottom: 0rem;
  }
}
.common_box:not(:last-child) {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .common_box:not(:last-child) {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.common_box .common_box_inner:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_inner:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box .common_box_inner:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.common_box .common_box_h3 {
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #FFF;
  display: table;
  background-color: #1e1e1e;
  margin-left: auto;
  margin-right: auto;
  padding: 0.375rem 1.875rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h3 {
    font-size: 1.25rem;
    padding: 0.25rem 1.875rem;
  }
}
.common_box .common_box_h4 {
  font-size: 1.75rem;
  text-align: center;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.125rem;
  border-top: 0.0625rem solid #1e1e1e;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_h4 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box .common_box_h4 {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }
}
.common_box .common_box_item {
  padding: 1.5rem 0.25rem 1.5rem;
  border-top: 0.0625rem solid #1e1e1e;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item {
    padding: 1rem 0 1rem;
  }
}
.common_box .common_box_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
  border: 0.0625rem solid #1e1e1e;
  padding: 0.5rem;
  -webkit-box-shadow: inset 0px 0px 0px 0.4375rem #fff4e9, inset 0px 0px 0px 0.625rem #1e1e1e;
          box-shadow: inset 0px 0px 0px 0.4375rem #fff4e9, inset 0px 0px 0px 0.625rem #1e1e1e;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item img {
    padding: 0.25rem;
    -webkit-box-shadow: inset 0px 0px 0px 0.1875rem #fff4e9, inset 0px 0px 0px 0.625rem #1e1e1e;
            box-shadow: inset 0px 0px 0px 0.1875rem #fff4e9, inset 0px 0px 0px 0.625rem #1e1e1e;
  }
}
.common_box .common_box_item p {
  line-height: 1.5;
}
.common_box .common_box_item p span.blue {
  color: #8fadd2;
}
.common_box .common_box_item p span.text_l {
  font-size: 1.125rem;
  font-weight: 400;
}
@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.8125rem;
  font-weight: 400;
}
@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;
}
@media screen and (max-width: 767px) {
  .common_box .common_box_item p.sp_left {
    text-align: left !important;
  }
}
.common_box .common_box_item p a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #8fadd2;
  letter-spacing: 0.125rem;
}
.common_box .common_box_item p a:hover {
  opacity: 0.5;
}
.common_box .common_box_item p.large {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}
@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: max(0.6875rem, 10px);
}
@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: 0rem;
}