@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Titan+One&family=Zen+Maru+Gothic:wght@300;400;500;700;900&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: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1rem;
  background: #FFF;
  color: #793b20;
}
@media screen and (max-width: 767px) {
  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;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  color: #ee5520;
}

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: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
  }
}

i.arrow {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  i.arrow {
    width: 0.375rem;
    height: 0.375rem;
  }
}

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: #FFF;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  padding: 0.875rem 5.625rem 0.875rem 4.375rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  overflow: hidden;
  border-radius: 3.125rem;
  background: #ee5520;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 0.8125rem;
    padding: 0.625rem 1.875rem 0.625rem 1.5625rem;
  }
}
.btn_common a i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(337deg) brightness(101%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(337deg) brightness(101%) contrast(103%);
}
@media screen and (max-width: 576px) {
  .btn_common a i {
    right: 0.75rem;
  }
}
.btn_common a:hover {
  background: #fdd108;
}

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

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    right: 0;
    height: 4.375rem;
  }
  .header .header_inner {
    padding: 0;
  }
  .header .header_logo {
    padding: 0.125rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header.is-fixed a {
  color: #793b20;
}

/* 初期は上に隠しておく */
.header.is-hidden {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .header.is-fixed {
    position: fixed;
    -webkit-transform: none;
            transform: none;
  }
  /* 初期は上に隠しておく */
  .header.is-hidden {
    -webkit-transform: none;
            transform: none;
  }
}
/*------------------------
  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;
}
.header_pc_menu li:not(:last-child) {
  margin-right: 0.75rem;
}
.header_pc_menu li a {
  padding: 0.75rem;
  font-weight: 500;
  display: block;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header_pc_menu li a .main {
  font-size: 1.5rem;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.header_pc_menu li a .sub {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.125rem;
}
.header_pc_menu li a:hover {
  opacity: 0.5;
}
.header_pc_menu li.ticket a {
  color: #FFF;
  background: #793b20;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: fixed;
  top: 0;
  right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  width: 4.375rem;
  -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: 0rem 0.625rem 0.75rem 1.25rem;
  background: #fdd108;
  border-radius: 0 0 0 5rem;
  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: #FFF;
  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: #fdd108;
  background-image: url(../../images/common/bg_stripe_w.png);
  background-size: 7.5rem 7.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-size: 4.375rem 4.375rem;
  }
}
.sp_menu_content::after {
  content: "";
  position: absolute;
  width: 15rem;
  max-width: 50%;
  background-image: url(../../images/page/page_schedule_02.png);
  right: 0;
  bottom: 0;
  background-size: 120% auto;
  z-index: 10;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 0.75rem;
  max-width: 31.25rem;
  width: 88%;
}
.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%;
}
.sp_menu_content ul.header_sp_menu li {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: 0.75rem 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFF;
  text-align: left;
  width: 12.5rem;
}
.sp_menu_content ul.header_sp_menu li a .main {
  font-size: 2.5rem;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.sp_menu_content ul.header_sp_menu li a .sub {
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
}
.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: #793b20;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

/*------------------------------------------------------------------------
  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;
}
.wrapper.home {
  background-image: url(../../images/common/bg_stripe_y.png);
  background-size: 7.5rem 7.5rem;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .wrapper.home {
    background-size: 4.375rem 4.375rem;
  }
}

.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;
}
.wrapper:not(.home) .main-content {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
.wrapper:not(.home) section {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #FFF;
  background-image: url(../../images/common/bg_stripe_y.png);
  background-size: 7.5rem 7.5rem;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) section {
    background-size: 5.625rem 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) section {
    background-size: 4.375rem 4.375rem;
  }
}
.wrapper:not(.home) section::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: -198px;
  background-image: url(../../images/common/border_circle_stripe.png);
  background-size: 7.5rem auto;
  background-repeat: repeat-x;
  pointer-events: none;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) section::after {
    background-size: 5.625rem auto;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) section::after {
    background-size: 4.375rem auto;
  }
}

section {
  position: relative;
}

.ly-container {
  padding: 7.5rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .ly-container {
    padding: 4.375rem 0 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .ly-container {
    padding: 3.75rem 0 5rem;
  }
}

.wrapper:not(.home) .ly-container {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .wrapper:not(.home) .ly-container {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .wrapper:not(.home) .ly-container {
    padding-top: 3.75rem;
  }
}

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

/*------------------------
  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.125rem;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title {
    margin-bottom: 1.25rem;
  }
}
.sec-title .main {
  font-size: 10rem;
  line-height: 1;
  font-weight: 900;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title .main {
    font-size: 3.75rem;
  }
}
.sec-title .sub {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1875rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.9375rem;
  }
}

.sec-title.small .main {
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  color: #ee5520;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec-title.small .main {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-title.small .main {
    font-size: 2.5rem;
  }
}

.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: 10rem 0 7.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fdd108;
  overflow: hidden;
}
.page_headline .sec-title {
  margin: 0 auto;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .page_headline {
    padding: 5rem 0 4.375rem;
  }
}
.page_headline .page_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
  bottom: -7%;
}
@media screen and (max-width: 767px) {
  .page_headline .page_img {
    left: -5%;
    right: -5%;
    bottom: -10%;
  }
}
@media screen and (max-width: 576px) {
  .page_headline .page_img {
    left: -6%;
    right: -6%;
    bottom: -9%;
  }
}
.page_headline .page_img img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .page_headline .page_img img {
    width: 22%;
  }
}
@media screen and (max-width: 576px) {
  .page_headline .page_img img {
    width: 30%;
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  background-color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -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 {
  background-color: #70c7da;
}
.wrapper:not(.home) .p-footer::before {
  background-image: url(../../images/common/border_circle_b.png);
}

.p-footer {
  width: 100%;
  text-align: center;
  background-color: #c2c2c2;
  padding: 3.75rem 3.125rem 1.25rem;
  position: relative;
  z-index: 2;
}
.p-footer::before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 12.5rem;
  position: absolute;
  top: -12.375rem;
  background-image: url(../../images/common/border_circle_w.png);
  background-size: 7.5rem auto;
  background-repeat: repeat-x;
  pointer-events: none;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-footer::before {
    background-size: 5.625rem auto;
  }
}
@media screen and (max-width: 576px) {
  .p-footer::before {
    background-size: 4.375rem auto;
  }
}
.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: -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 .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2.5rem;
}
.p-footer .p-footer-banner a {
  width: 25rem;
  display: block;
}
.p-footer .p-footer-banner a:hover {
  opacity: 0.8;
}
.p-footer .p-footer-copyright {
  color: #793b20;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 3.75rem;
}

.home .p-footer {
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.125rem 0 1rem;
  }
  .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 {
    margin: 0 auto 2.5rem;
    max-width: 25rem;
  }
  .p-footer .p-footer-banner a {
    width: 80%;
  }
  .p-footer .p-footer-banner a:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .p-footer .p-footer-copyright {
    margin-top: 1.875rem;
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  display: block;
  bottom: 0.75rem;
  right: 1rem;
  z-index: 10;
  display: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #793b20;
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}
.page-top:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.page-top img {
  width: 5rem;
  display: block;
}
.page-top span {
  margin-top: -0.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .page-top {
    font-size: 1.375rem;
  }
  .page-top img {
    width: 3.125rem;
    display: block;
  }
}

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 {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.loading::before {
  left: 0;
  background-color: #fdd108;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.loading-animation {
  width: 40%;
  max-width: 600px;
  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: 5px;
  border: 1.5px solid #FFF;
  position: relative;
  overflow: hidden;
}
.prog-bar .bar {
  height: 100%;
  background: #FFF; /*バーカラー*/
  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 {
  width: 0%;
}
.loading.is-active .loading-animation {
  opacity: 0;
}

.load_logo {
  width: 40%;
  max-width: 11.25rem;
  margin-bottom: 3.125rem;
  display: block;
  -webkit-animation: bound 2s infinite;
          animation: bound 2s infinite;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------
  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: 5rem;
  border: 0.25rem #fff0c2 solid;
  padding: 2.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .common_box {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box {
    padding: 1.5rem 1.875rem;
    border-radius: 2.5rem;
    border: 0.125rem #fff0c2 solid;
  }
}
.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 {
  font-size: 1.875rem;
  text-align: center;
  color: #ee5520;
  letter-spacing: 0.125rem;
  margin-bottom: 1.25rem;
}
@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.1875rem dotted #d3cec1;
}
@media screen and (max-width: 576px) {
  .common_box .common_box_item:not(:last-child) {
    border-bottom: 0.125rem dotted #d3cec1;
  }
}
.common_box .common_box_item:not(:last-child) {
  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.1875rem dotted #d3cec1;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  .common_box .common_box_item:not(:last-child) {
    border-bottom: 0.125rem dotted #d3cec1;
  }
}
.common_box .common_box_item p span.blue {
  color: #70c7da;
}
.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ee5520;
}
.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;
  }
}