@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 9;
  font-style: normal;
  font-size: 0.875rem;
  background: #fffdf5;
  background-image: url(../../images/common/bg_dot.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@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;
}

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.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 {
  margin: 0 auto;
}
.btn_common a {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  padding: 0.875rem 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  background-image: url(../../images/common/btn_mid.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.btn_common a::before, .btn_common a::after {
  content: "";
  position: absolute;
  background-image: url(../../images/common/btn_end.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_common a::before {
  left: -0.9375rem;
}
.btn_common a::after {
  right: -0.9375rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 576px) {
  .btn_common a {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
  }
}
.btn_common a:hover {
  background-image: url(../../images/common/btn_mid_hover.png);
  color: #a9875e;
}
.btn_common a:hover::before, .btn_common a:hover::after {
  background-image: url(../../images/common/btn_end_hover.png);
}
.btn_common.wh a {
  color: #a9875e;
  background-image: url(../../images/common/btn_mid_hover.png);
}
.btn_common.wh a::before, .btn_common.wh a::after {
  background-image: url(../../images/common/btn_end_hover.png);
}
.btn_common.wh a:hover {
  background-image: url(../../images/common/btn_mid.png);
  color: #FFF;
}
.btn_common.wh a:hover::before, .btn_common.wh a:hover::after {
  background-image: url(../../images/common/btn_end.png);
}

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

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    right: 0;
    height: 3.75rem;
  }
  .header .header_sp_logo {
    display: block;
  }
  .header .header_inner {
    padding: 0.75rem 1.25rem 0.75rem 0.625rem;
  }
  .header .header_logo {
    padding: 0.125rem;
    -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 4.375rem;
  padding: 0 2.5rem;
}
.header_pc_menu li a {
  padding: 0.75rem;
  font-weight: 500;
  display: block;
  color: #000;
  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 {
  margin-top: 0.25rem;
}
.header_pc_menu li a .main img {
  height: 1.25rem;
}
.header_pc_menu li a .sub {
  font-size: 0.625rem;
  color: #FFF;
  letter-spacing: 0.0625rem;
}
.header_pc_menu li a:hover {
  opacity: 0.5;
}
.header_pc_menu li.ticket {
  margin-top: 2.5rem;
  display: block;
}
.header_pc_menu li.ticket a {
  width: 10rem;
  height: 6.6875rem;
  padding: 0;
}
.header_pc_menu li.ticket a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_pc_menu li.ticket:hover {
  opacity: 1;
}
.header_pc_menu li.ticket:hover a {
  opacity: 1;
}
.header_pc_menu li.ticket:hover a img {
  -webkit-transform: rotateY(180deg) scale(-1, 1);
          transform: rotateY(180deg) scale(-1, 1);
}

/*------------------------
  menu burger
------------------------*/
.menu_btn {
  position: fixed;
  top: 0;
  right: 0.625rem;
  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 {
    height: 3.125rem;
  }
}
.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.09375rem;
  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: #ab0039;
  background-image: url(../../images/top/bg_luxury.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  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;
}
.sp_menu_content .burger_logo {
  margin: 0 auto 2.25rem;
  max-width: 18.75rem;
  width: 60%;
}
@media screen and (max-width: 576px) {
  .sp_menu_content .burger_logo {
    margin: 0 auto 1.5rem;
    max-width: 60%;
    width: 18.75rem;
    -ms-flex-negative: 100;
        flex-shrink: 100;
  }
}
.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:not(:last-child) {
  margin-bottom: 0.375rem;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
}
.sp_menu_content ul.header_sp_menu li a .main {
  height: 1.5rem;
}
.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: 13.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .sp_menu_content ul.header_sp_menu li.ticket {
    width: 13.75rem;
    height: 20%;
  }
}

/*------------------------------------------------------------------------
  frame
------------------------------------------------------------------------*/
.frame {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 500;
  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;
  pointer-events: none;
}
.frame::before {
  content: "";
  position: absolute;
  background-color: #a9875e;
  height: 5.625rem;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .frame::before {
    height: 3.75rem;
  }
}
.frame .frame_top, .frame .frame_bottom {
  height: 7.5rem;
  width: 100%;
  background-repeat: repeat-x;
  overflow: hidden;
  z-index: 2;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .frame .frame_top, .frame .frame_bottom {
    height: 5.75rem;
  }
}
@media screen and (max-width: 576px) {
  .frame .frame_top, .frame .frame_bottom {
    height: 2.875rem;
  }
}
.frame .frame_top::before, .frame .frame_top::after, .frame .frame_bottom::before, .frame .frame_bottom::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5.0625rem;
  height: 7.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .frame .frame_top::before, .frame .frame_top::after, .frame .frame_bottom::before, .frame .frame_bottom::after {
    height: 5.75rem;
    width: 3.875rem;
  }
}
@media screen and (max-width: 576px) {
  .frame .frame_top::before, .frame .frame_top::after, .frame .frame_bottom::before, .frame .frame_bottom::after {
    height: 2.875rem;
    width: 1.9375rem;
  }
}
.frame .frame_top {
  margin-top: 4.25rem;
  background-image: url(../../images/common/menu_frame_w_t.png);
}
@media screen and (max-width: 767px) {
  .frame .frame_top {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .frame .frame_top {
    margin-top: 2.75rem;
  }
}
.frame .frame_top::before {
  left: 0;
  background-image: url(../../images/common/menu_frame_corner_tl.png);
}
.frame .frame_top::after {
  right: 0;
  background-image: url(../../images/common/menu_frame_corner_tr.png);
}
.frame .frame_bottom {
  background-image: url(../../images/common/menu_frame_w_b.png);
}
.frame .frame_bottom::before {
  left: 0;
  bottom: 0;
  background-image: url(../../images/common/menu_frame_corner_bl.png);
}
.frame .frame_bottom::after {
  right: 0;
  bottom: 0;
  background-image: url(../../images/common/menu_frame_corner_br.png);
}
.frame .frame_mid {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.25rem;
  bottom: 0;
  overflow: hidden;
}
.frame .frame_mid::before, .frame .frame_mid::after {
  content: "";
  position: absolute;
  width: 5.0625rem;
  top: 0;
  bottom: 0;
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .frame .frame_mid::before, .frame .frame_mid::after {
    width: 3.875rem;
  }
}
@media screen and (max-width: 576px) {
  .frame .frame_mid::before, .frame .frame_mid::after {
    width: 1.9375rem;
  }
}
.frame .frame_mid::before {
  left: 0;
  background-image: url(../../images/common/menu_frame_h_l.png);
}
.frame .frame_mid::after {
  right: 0;
  background-image: url(../../images/common/menu_frame_h_r.png);
}

/*------------------------------------------------------------------------
  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;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .main-content {
    padding-top: 4.625rem;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .main-content {
    padding-top: 3.75rem;
    position: relative;
  }
}

.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;
}

section {
  position: relative;
}

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

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

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

/*------------------------
  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: 1.875rem;
  }
}
.sec-title .main {
  display: block;
  height: 4.875rem;
}
@media screen and (max-width: 576px) {
  .sec-title .main {
    height: 2.5rem;
  }
}
.sec-title .sub {
  font-size: 1.25rem;
  letter-spacing: 0.1875rem;
  margin-top: 0.5rem;
  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;
}
.sec-title .sub::before, .sec-title .sub::after {
  content: "";
  display: block;
  background: url(../../images/text/text_deco_g.svg);
  width: 5.3125rem;
  height: 0.75rem;
  margin: 0 0.375rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .sec-title .sub::before, .sec-title .sub::after {
    width: 2.6875rem;
    height: 0.375rem;
  }
}
.sec-title .sub::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec-title .sub {
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.sec-title.small {
  margin-bottom: 1.25rem;
}
.sec-title.small .main {
  height: 3.625rem;
}
@media screen and (max-width: 576px) {
  .sec-title.small .main {
    height: 2rem;
  }
}
.sec-title.small .sub {
  font-size: 0.8125rem;
  letter-spacing: 0.1875rem;
  margin-top: 0.5rem;
}
.sec-title.small .sub::before, .sec-title.small .sub::after {
  width: 4.34375rem;
  height: 0.625rem;
  margin: 0 0.25rem;
}
@media screen and (max-width: 576px) {
  .sec-title.small .sub {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
  .sec-title.small .sub::before, .sec-title.small .sub::after {
    width: 2.6875rem;
    height: 0.375rem;
    margin: 0 0.375rem;
  }
}

.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 {
  width: 100%;
  height: 20vw;
  max-height: 26.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(../../images/common/page_headline.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page_headline {
    height: 30vw;
    background-image: url(../../images/common/page_headline_sp.png);
  }
}
.page_headline .sec-title {
  margin: 0 auto 1.25rem;
}
.page_headline .sec-title .sub {
  color: #f2e2a0;
}
.page_headline .sec-title .sub::before, .page_headline .sec-title .sub::after {
  background: url(../../images/text/text_deco_y.svg);
}
@media screen and (max-width: 576px) {
  .page_headline {
    padding: 2.5rem 0 1.875rem;
  }
}

/*------------------------
  coming soon
------------------------*/
.coming_soon {
  display: none;
  text-align: center;
  -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
------------------------*/
.p-footer {
  width: 100%;
  text-align: center;
  padding: 3.75rem 3.125rem 3.75rem;
  position: relative;
}
.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;
  -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 .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 {
  color: #a9875e;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 1.875rem;
}

@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 {
    -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;
  }
}
@media screen and (max-width: 576px) {
  .p-footer {
    padding: 1.875rem 0 1.5rem;
  }
  .p-footer-copyright {
    margin-top: 1.5rem;
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  display: block;
  bottom: 2.875rem;
  right: 4.75rem;
  width: 5.625rem;
  height: 5.625rem;
  z-index: 500;
  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;
  background: url(../../images/common/top.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-top:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .page-top {
    width: 3.75rem;
    height: 3.75rem;
  }
}

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: #485385;
  -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 #a9875e;
  position: relative;
  overflow: hidden;
}
.prog-bar .bar {
  height: 100%;
  background: #a9875e; /*バーカラー*/
  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: 70%;
  max-width: 21.25rem;
  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
------------------------*/
.common_box {
  background-color: #FFF;
  padding: 2.5rem 5rem;
  -webkit-box-shadow: 0 0 0 0.09375rem #a9875e, 0 0 0 0.375rem #fff, 0 0 0 0.5625rem #a9875e;
          box-shadow: 0 0 0 0.09375rem #a9875e, 0 0 0 0.375rem #fff, 0 0 0 0.5625rem #a9875e;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common_box {
    padding: 1.5rem 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .common_box {
    padding: 1.5rem 1.875rem;
    -webkit-box-shadow: 0 0 0 0.0625rem #a9875e, 0 0 0 0.25rem #fff, 0 0 0 0.375rem #a9875e;
            box-shadow: 0 0 0 0.0625rem #a9875e, 0 0 0 0.25rem #fff, 0 0 0 0.375rem #a9875e;
  }
}
.common_box::before, .common_box::after {
  content: "";
  background-image: url(../../images/common/box_deco.png);
  display: block;
  position: absolute;
  max-width: 30%;
  width: 14.4375rem;
  background-position: left bottom;
  background-size: contain;
  opacity: 0.8;
}
.common_box::before {
  top: 0;
  bottom: 0.625rem;
  left: 0.625rem;
}
.common_box::after {
  top: 0.625rem;
  bottom: 0;
  right: 0.625rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.common_box:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .common_box:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.common_box .common_box_inner {
  position: unset;
}
.common_box .common_box_h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #a9875e;
}
@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:first-child {
  padding-top: 0;
}
.common_box .common_box_item:not(:last-child) {
  border-bottom: 0.0625rem solid #a9875e;
  position: relative;
}
.common_box .common_box_item:not(:last-child)::before, .common_box .common_box_item:not(:last-child)::after {
  content: "";
  width: 1.4375rem;
  height: 0.5625rem;
  background-image: url(../../images/common/line_deco.svg);
  position: absolute;
  bottom: -0.3125rem;
}
.common_box .common_box_item:not(:last-child)::before {
  left: -0.0625rem;
}
.common_box .common_box_item:not(:last-child)::after {
  right: -0.0625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.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.0625rem solid #a9875e;
    position: relative;
  }
  .common_box .common_box_item:not(:last-child)::before, .common_box .common_box_item:not(:last-child)::after {
    content: "";
    width: 1.4375rem;
    height: 0.5625rem;
    background-image: url(../../images/common/line_deco.svg);
    position: absolute;
    bottom: -0.3125rem;
  }
  .common_box .common_box_item:not(:last-child)::before {
    left: -0.0625rem;
  }
  .common_box .common_box_item:not(:last-child)::after {
    right: -0.0625rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .common_box .common_box_item:not(:last-child) {
    padding: 1rem 0;
  }
}
.common_box .common_box_item p span.small_headline {
  color: #a9875e;
  font-weight: 700;
}
.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: #ab0039;
}
.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 .price_list_title {
  display: inline-block;
  width: 6.25rem;
}
.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;
  }
}

.sec-present .common_box .common_box_inner {
  position: relative;
  z-index: 2;
}