/** Vendors */
/** Abstracts */
.felix {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.zen-old {
  font-family: "Zen Old Mincho", serif;
}

.sans-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

/** Base */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

:focus, :checked, :active, :link, :visited {
  color: inherit;
}

body, html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
  font-size: 62.5%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
  }
}

picture {
  display: block;
}

img, svg {
  height: auto;
  width: 100%;
}

.m-auto {
  margin: auto;
}

.max-w-full {
  max-width: 100%;
}

.w-full {
  width: 100%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-green {
  color: #009b63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-lightgreen {
  color: #e5f5ef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-lemon {
  color: #a5c628;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-grey {
  color: #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-dark {
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-black {
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-green {
  border: 1px solid #9A803B;
}

.border-radius-15 {
  border-radius: 15px;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.little {
  font-size: 1.4rem;
}

.bg-green {
  background-color: #009b63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-lightgreen {
  background-color: #e5f5ef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-lemon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a5c628;
}

.bg-white {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-black {
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-dark {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.z-99 {
  z-index: 99;
}

.z-50 {
  z-index: 50;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-negative {
  z-index: -1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.pb-last {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .pb-last {
    padding-bottom: 5rem;
  }
}

.mb-last {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .mb-last {
    margin-bottom: 5rem;
  }
}

body, html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

p, span, ul, li, strong, dl, dt, dd, th, td, a, input, textarea, figcaption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
}
p:focus, span:focus, ul:focus, li:focus, strong:focus, dl:focus, dt:focus, dd:focus, th:focus, td:focus, a:focus, input:focus, textarea:focus, figcaption:focus {
  color: inherit;
}

figcaption, .figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

a, label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #8F733B;
}
h1:focus, h1:active, h2:focus, h2:active, h3:focus, h3:active, h4:focus, h4:active, h5:focus, h5:active, h6:focus, h6:active {
  color: #8F733B;
}

h1 {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2rem;
    padding: 0 1rem;
  }
}

h5 {
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 500;
}

h6 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.15;
  font-weight: 500;
}

/** Layout */
.page header {
  -webkit-transform: none;
          transform: none;
  height: 10rem;
  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;
}
@media screen and (max-width: 1024px) {
  .page header {
    height: 7rem;
  }
}

header {
  -webkit-transform: translateY(-15rem);
          transform: translateY(-15rem);
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(51, 51, 51, 0.1);
          box-shadow: 0 0.2rem 1rem rgba(51, 51, 51, 0.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  header {
    padding: 0 1rem;
  }
}
header .header-inner h1 a {
  color: #1A1311;
  letter-spacing: 15px;
}

header.visible {
  height: 10rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  header.visible {
    height: 7rem;
  }
}

.relative-header {
  position: relative;
  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;
  height: 10rem;
}
@media screen and (max-width: 1440px) {
  .relative-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .relative-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7rem;
  }
}

a.ticket {
  display: block;
  -webkit-transform: translateY(-12.9rem);
          transform: translateY(-12.9rem);
  position: absolute;
  inset: -0.9rem 4rem auto auto;
  border: 0.2rem solid #8F733B;
  outline: 0.1rem solid #8F733B;
  outline-offset: -0.9rem;
  height: 12.9rem;
  background: #fff;
  right: 2.0833333333vw;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

a.ticket.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.ticket.visible:hover {
  opacity: 0.5;
}

.ticket-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.6rem;
  width: 56rem;
  height: 12.9rem;
}
.ticket-inner::after {
  content: "";
  position: absolute;
  inset: 50% 2rem auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 1.2rem;
  background: url(../images/chevron_right_gold.svg) no-repeat;
  background-size: contain;
}

.ticket-inner p {
  font-size: 1.3rem;
  color: #8F733B;
  text-align: center;
  position: relative;
  width: 20rem;
  margin: auto;
}
.ticket-inner p::after {
  content: "";
  position: absolute;
  inset: 50% auto auto -7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E1D0A7;
  height: 0.1rem;
  width: 7rem;
}
.ticket-inner p::before {
  content: "";
  position: absolute;
  inset: 50% -7rem auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E1D0A7;
  height: 0.1rem;
  width: 7rem;
}

footer .footer-inner {
  background: #fff;
  padding: 11.5rem 0 11rem;
  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;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 5rem 0 5rem;
  }
}
footer .footer-inner .footer_hero {
  margin-bottom: 8rem;
}
footer .footer-inner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-inner a:hover {
  opacity: 0.5;
}
footer .footer-inner .odekake a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-inner .odekake a h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 2rem 3rem;
  background-color: #F5F0E4;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 2rem;
  }
}
footer .footer-inner .odekake a h2 img {
  width: 200px;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a h2 img {
    width: 50%;
  }
}
footer .footer-inner .odekake a h2 p .mini {
  display: block;
}
footer .footer-inner .odekake a h2 p .zen-old {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a h2 p .zen-old {
    font-size: 1.8rem;
  }
}
footer .footer-inner .odekake a > p {
  width: 25%;
  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;
  font-size: 2.2rem;
  font-weight: 500;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a > p {
    padding: 1rem 0;
    width: 50%;
    font-size: 1.8rem;
  }
}
footer .footer-inner .odekake a > p:first-of-type {
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a > p:first-of-type {
    border-left: 1px solid #DDDDDD;
  }
}
footer .footer-inner .odekake a > p:first-of-type:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #DDDDDD;
}
footer .footer-inner .odekake a > p:nth-of-type(2) {
  border-right: 1px solid #DDDDDD;
  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;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a > p:nth-of-type(2) span {
    font-size: clamp(0px, 3vw, 1.6rem);
  }
}
footer .footer-inner .odekake a > p:nth-of-type(2) span .mini {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .odekake a > p:nth-of-type(2) span .mini {
    font-size: clamp(0px, 2.5vw, 1.2rem);
  }
}
footer .footer-inner .center-pic {
  margin: 4rem 0 0 0;
  max-width: 27.4rem;
  width: 100%;
  position: relative;
  inset: auto auto auto 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .footer-inner .bottom-nav {
  margin: 10rem auto 0;
  max-width: 83.9rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .bottom-nav {
    margin: 4rem 0 0;
  }
}
footer .footer-inner .bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  footer .footer-inner .bottom-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
footer .footer-inner .bottom-nav ul li {
  position: relative;
  text-align: center;
}
footer .footer-inner .bottom-nav ul li::after {
  content: "";
  position: absolute;
  inset: auto auto auto 0;
  background: #8F733B;
  height: 3.3rem;
  width: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  footer .footer-inner .bottom-nav ul li::after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  footer .footer-inner .bottom-nav ul li::before {
    content: "";
    position: absolute;
    inset: 2rem 0 auto 50%;
    background: #8F733B;
    margin-top: 1rem;
    height: 0.1rem;
    width: 6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer .footer-inner .bottom-nav ul li:last-child::before {
  content: "";
  position: absolute;
  inset: auto 0 auto auto;
  background: #8F733B;
  height: 3.3rem;
  width: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  footer .footer-inner .bottom-nav ul li:last-child::before {
    inset: 2rem 0 auto 50%;
    background: #8F733B;
    margin-top: 1rem;
    height: 0.1rem;
    width: 6rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer .footer-inner .bottom-nav ul li,
footer .footer-inner .bottom-nav ul li a {
  max-width: 26.5rem;
  width: 100%;
  color: #8F733B;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  footer .footer-inner .bottom-nav ul li,
  footer .footer-inner .bottom-nav ul li a {
    width: calc((100% - 4rem) / 2);
    font-size: 1.4rem;
  }
}
footer .footer-inner .bottom-nav ul li a:hover {
  opacity: 0.5;
}
footer .footer-inner .footer_icon {
  width: 200px;
  margin: 4rem auto 0;
}
footer small {
  position: relative;
  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;
  background: #E1D0A7;
  color: #8F733B;
  padding: 3rem 0;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  footer small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
    font-size: 1rem;
    padding: 2.45rem 0;
    text-align: center;
  }
}
footer small a {
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer small a {
    position: unset;
    -webkit-transform: none;
            transform: none;
  }
}

#pagetop {
  position: fixed;
  inset: auto -4rem 0rem auto;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #8F733B;
}
#pagetop:hover {
  opacity: 0.5;
}
#pagetop .mark {
  background: url(../images/common/pagetop.png) no-repeat bottom;
  background-size: cover;
  width: 7rem;
  height: 7rem;
  display: block;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

#pagetop {
  -webkit-transform: translateX(-6rem);
          transform: translateX(-6rem);
}

#pagetop.inactive {
  -webkit-transform: translateX(6rem);
          transform: translateX(6rem);
}

/** Components */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5rem;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  ul.slick-dots {
    margin-top: 2rem;
  }
}

.slick-dots li button::before {
  content: none;
}

.slick-dots li button {
  visibility: hidden;
}

.slick-dots li {
  background: #ddd;
  width: 60px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 36px;
  }
}

.slick-dots li.slick-active {
  background: #8F733B;
}

/** Pages */
.hero picture {
  margin: auto;
}

header h1 a {
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  header h1 a {
    font-size: 3.2rem;
  }
}

.presentation {
  position: relative;
  background: url(../images/bg_01.webp) no-repeat;
  background-position: left bottom;
  padding: 20rem 0 16rem 0;
}
@media screen and (max-width: 768px) {
  .presentation {
    padding: 9rem 0 16rem 0;
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .presentation {
    padding: 9rem 0 23rem 0;
  }
}
.presentation:before {
  content: "";
  inset: auto auto -2.5rem 10%;
  background: url(../images/couple.png) no-repeat bottom;
  background-size: contain;
  width: 11vw;
  max-width: 150px;
  aspect-ratio: 144/300;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .presentation:before {
    width: 11vw;
  }
}
@media screen and (max-width: 599px) {
  .presentation:before {
    width: 24vw;
  }
}
.presentation .container {
  position: relative;
}
.presentation h2 {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .presentation h2 {
    font-size: 2.56rem;
  }
}
.presentation picture.right-pic {
  inset: -8.8rem 0 auto auto;
  max-width: 23.8rem;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .presentation picture.right-pic {
    position: absolute;
    inset: -7.8rem 0 auto auto;
    max-width: 30.9895833333vw;
  }
}
.presentation picture.center-pic {
  margin: 4rem 0 0 0;
  max-width: 27.4rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.presentation p {
  text-align: center;
  margin: 5rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .presentation p {
    font-size: 1.28rem;
  }
}
.presentation p span {
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .presentation p span {
    font-size: 1.28rem;
  }
}
.presentation p.gold {
  margin: 3rem 0 0 0;
  color: #8F733B;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .presentation p.gold {
    font-size: 1.92rem;
  }
}

section.ticket {
  background: url(../images/common/bg_02.webp) no-repeat;
  background-size: cover;
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  section.ticket {
    padding: 7rem 0;
  }
}
section.ticket a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.ticket a:hover {
  opacity: 0.5;
}
section.ticket .page-ticket {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border: 0.2rem solid #8F733B;
  outline: 0.1rem solid #8F733B;
  outline-offset: -0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/bg_03.webp), -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: url(../images/bg_03.webp), linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255));
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 4rem 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: top center;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  section.ticket .page-ticket {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket {
    padding: 4rem 2rem;
    height: auto;
  }
}
section.ticket .page-ticket .page-ticket-inner {
  position: relative;
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket .page-ticket-inner {
    width: 100%;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket .page-ticket-inner .text-container {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container {
    overflow: hidden;
    text-align: left;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title h6 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.325;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title h6 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title h6 {
    font-size: 3rem;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title h6 {
    display: none;
    font-size: 2rem;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3rem;
  letter-spacing: 0.15em;
  color: #8F733B;
  text-align: center;
  position: relative;
  margin: auto;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old {
    width: 80%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old {
    width: 100%;
    margin: auto;
    font-size: 1.6rem;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old::after {
  content: "";
  background: #E1D0A7;
  height: 0.1rem;
  width: 18%;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old::after {
    width: 20%;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old::before {
  content: "";
  background: #E1D0A7;
  height: 0.1rem;
  width: 18%;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old::before {
    width: 20%;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old br {
  display: none;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title .zen-old br {
    display: block;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title .line-decoration {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title .line-decoration {
    width: 100%;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title_sub {
  display: none;
  margin: 2rem 0;
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .title_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .title_sub h6 {
  font-size: clamp(3.2rem, 8.9vw, 100px);
  line-height: 140%;
}
section.ticket .page-ticket .page-ticket-inner .text-container .title_sub .card_img_sp {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
section.ticket .page-ticket .page-ticket-inner .text-container .description {
  margin-top: 1rem;
  text-align: center;
  color: #8F733B;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .description {
    font-size: 1.4rem;
    text-align: left;
  }
  section.ticket .page-ticket .page-ticket-inner .text-container .description br.pc {
    display: none;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul {
    width: 100%;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li {
    gap: 1rem;
  }
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li span {
  width: 175px;
  padding: 5px 0;
  text-align: center;
  color: #8F733B;
  font-weight: 500;
  background-color: #F5F0E4;
  border: 1px solid #8F7C4F;
}
@media screen and (max-width: 1024px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li span {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li span {
    width: 30%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li span {
    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;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li .card_text_body {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li .card_text_body {
    width: calc(70% - 20px);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li .card_text_body br.pc {
    display: none;
  }
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li .note {
  margin-top: 1rem;
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text > ul li .note li {
  font-size: 1.2rem;
}
section.ticket .page-ticket .page-ticket-inner .text-container .card_text .card_img {
  width: 40%;
}
@media screen and (max-width: 599px) {
  section.ticket .page-ticket .page-ticket-inner .text-container .card_text .card_img {
    display: none;
  }
}

section.anchor {
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  section.anchor {
    padding: 8rem 0;
  }
}
section.anchor .flex {
  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;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  section.anchor .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2em;
  }
}
section.anchor 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  section.anchor a {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.anchor a {
    width: calc((100% - 2em) / 2);
  }
}
section.anchor a picture:last-of-type {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
section.anchor a span {
  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;
  font-size: 2.2rem;
  line-height: 1.45;
  gap: 2rem;
  letter-spacing: 0.05em;
  color: #8F733B;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.anchor a span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  section.anchor a span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
section.anchor a:hover span {
  opacity: 0.5;
}
section.anchor a span img {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  max-width: 0.6rem;
  height: 1.2rem;
}

section.mv {
  position: relative;
}
section.mv .overslide {
  position: absolute;
  max-width: 67rem;
  height: 100%;
  inset: 0 auto auto 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  padding: 4.4270833333vw 4.4270833333vw 5.9895833333vw 4.4270833333vw;
}
@media screen and (max-width: 768px) {
  section.mv .overslide {
    position: static;
    max-width: none;
    padding: 2rem;
    inset: 0 auto auto 0;
    -webkit-transform: none;
            transform: none;
  }
}
section.mv .slide, section.mv .slick-list, section.mv .slick-track {
  height: auto;
}
@media screen and (min-width: 1441px) {
  section.mv .slide, section.mv .slick-list, section.mv .slick-track {
    background: none !important;
  }
}
@media screen and (max-width: 1440px) {
  section.mv .slide, section.mv .slick-list, section.mv .slick-track {
    min-height: 54rem;
  }
}
@media screen and (max-width: 768px) {
  section.mv .slide, section.mv .slick-list, section.mv .slick-track {
    min-height: 35rem;
  }
}
@media screen and (max-width: 599px) {
  section.mv .slide, section.mv .slick-list, section.mv .slick-track {
    min-height: 25rem;
  }
}
section.mv .slide div {
  height: auto;
}
@media screen and (min-width: 1441px) {
  section.mv .slide div {
    background: none !important;
  }
}
@media screen and (max-width: 1440px) {
  section.mv .slide div {
    min-height: 54rem;
  }
}
@media screen and (max-width: 768px) {
  section.mv .slide div {
    min-height: 35rem;
  }
}
@media screen and (max-width: 599px) {
  section.mv .slide div {
    min-height: 25rem;
  }
}
section.mv .overslide picture {
  max-width: 22.7604166667vw;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  section.mv .overslide picture {
    max-width: 43.7rem;
  }
}
@media screen and (max-width: 768px) {
  section.mv .overslide picture {
    max-width: 43.7rem;
  }
}
@media screen and (max-width: 599px) {
  section.mv .overslide picture {
    max-width: none;
  }
}
section.mv .mv-title {
  color: #8F733B;
  font-size: 4rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin: 5rem 0 0 0;
  margin-top: 2.6041666667vw;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  section.mv .mv-title {
    font-size: 2.8rem;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  section.mv .mv-title {
    font-size: 2.24rem;
  }
}
@media screen and (min-width: 1981px) {
  section.mv .mv-title {
    font-size: 4rem;
  }
}
section.mv p:last-of-type {
  margin: 4rem 0 0 0;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  section.mv p:last-of-type {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  section.mv p:last-of-type {
    max-width: 28rem;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 599px) {
  section.mv p:last-of-type {
    font-size: 1.28rem;
  }
}

section.shop-info--left {
  background: url(../images/bg_04.webp) no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  section.shop-info--left {
    background-size: 75%;
  }
}

@media screen and (max-width: 1024px) {
  section.shop-info.shop-info--first {
    padding: 13rem 0 7rem;
  }
}

section.shop-info {
  padding: 14rem 0 11.5rem;
}
@media screen and (max-width: 1024px) {
  section.shop-info {
    padding: 7rem 0 7rem;
  }
}
section.shop-info h3 {
  max-width: 100rem;
  width: 100%;
  position: relative;
  height: 13rem;
  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;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 1024px) {
  section.shop-info h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.shop-info h3 {
    padding: 0 2rem;
    font-size: 2.4rem;
    padding: 3.5rem 2rem;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  section.shop-info h3 {
    font-size: 2.08rem;
  }
}
section.shop-info h3::before {
  content: "";
  inset: 0 auto auto 0;
  height: 0.1rem;
  background-color: #8F733B;
  width: 100%;
  position: absolute;
}
section.shop-info h3::after {
  content: "";
  inset: auto 0 0 0;
  height: 1.5rem;
  background: url(../images/common/line_01.png) no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  section.shop-info h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: 100% 1.5rem;
  }
}
section.shop-info .flex {
  margin: 10rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 1024px) {
  section.shop-info .flex {
    margin: 8rem 0 0 0;
    gap: 3rem;
  }
}
section.shop-info .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.shop-info .left {
    gap: 2rem;
    margin-top: 3rem;
  }
}
section.shop-info .right {
  width: 100%;
}
section.shop-info .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  section.shop-info .bottom {
    gap: 2rem;
  }
}
section.shop-info .bottom picture,
section.shop-info .bottom figure {
  width: 100%;
}
section.shop-info figcaption {
  margin: 1.5rem 0 0 0;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  section.shop-info figcaption {
    font-size: 1.12rem;
  }
}
section.shop-info h4 {
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  section.shop-info h4 {
    font-size: 1.6rem;
  }
}
section.shop-info h4::after {
  content: "";
  inset: 0 0 auto auto;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  background-color: #8F733B;
}
section.shop-info h4::before {
  content: "";
  inset: 0 auto auto 0;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  background-color: #8F733B;
}
@media screen and (max-width: 599px) {
  section.shop-info h4 + p {
    font-size: 1.28rem;
  }
}
section.shop-info .right p:first-of-type {
  margin: 4rem 0 0 0;
}
@media screen and (max-width: 599px) {
  section.shop-info .right p:first-of-type {
    font-size: 1.28rem;
  }
}
section.shop-info .card {
  margin: 6rem 0 0 0;
  background: #F5F0E4;
  padding: 3rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.shop-info .card:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  section.shop-info .card {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 3rem 0 0 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.shop-info .card {
    margin: 3rem 0 0 0;
    padding: 3rem 3.5rem;
  }
}
section.shop-info .card__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 28.8rem;
  grid-template-columns: 1fr 28.8rem;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__grid {
    gap: 4.5rem;
  }
}
section.shop-info h5, section.shop-info p.h5:first-of-type {
  position: relative;
  text-align: center;
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #8F733B;
}
@media screen and (max-width: 1024px) {
  section.shop-info h5, section.shop-info p.h5:first-of-type {
    margin: 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  section.shop-info h5, section.shop-info p.h5:first-of-type {
    font-size: 2.4rem;
  }
}
section.shop-info h5::after, section.shop-info p.h5:first-of-type::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  inset: auto auto -1.5rem 0;
  position: absolute;
  background-color: #8F733B;
}
@media screen and (max-width: 1024px) {
  section.shop-info h5::after, section.shop-info p.h5:first-of-type::after {
    max-width: 11.2rem;
    inset: auto auto -1.5rem 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.shop-info .card__left {
  max-width: 11.2rem;
  width: 100%;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__left {
    max-width: 23.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.shop-info .card__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.shop-info .card__right {
  width: 100%;
  max-width: 28.8rem;
}
@media screen and (max-width: 768px) {
  section.shop-info .card__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.shop-info .card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__bottom {
    -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;
  }
}
section.shop-info .card__bottom--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.shop-info p.card__bottom__title:first-of-type {
  color: #8F733B;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 599px) {
  section.shop-info p.card__bottom__title:first-of-type {
    text-align: left;
  }
}
section.shop-info .card__bottom__subtitle {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  section.shop-info .card__bottom__subtitle {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  section.shop-info .card__bottom__tel {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__bottom__left {
    width: 100%;
  }
}
section.shop-info .card__bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__bottom__right {
    width: 100%;
  }
}
section.shop-info .card__bottom__right p:last-child {
  height: 3rem;
  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;
  width: 22rem;
  color: #8F733B;
  background-color: #E1D0A7;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  section.shop-info .card__bottom__right p:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.shop-info .card__bottom__right p:last-child {
    text-align: center;
    margin: 1.5rem 0 0 0;
  }
}
section.shop-info .card__bottom__right p.card__bottom__tel {
  margin: 0;
}
@media screen and (max-width: 599px) {
  section.shop-info .card__bottom__right p.card__bottom__tel + p {
    margin: 4rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  section.shop-info .card__bottom--vertical .card__bottom__right {
    -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;
  }
}

.shop-info--right {
  padding: 13rem 0 11.5rem 0;
  background: #FCF9F4;
}

section.shop-info--right .flex {
  margin: 0;
}

.shop-info--left.shop-info--right-bg {
  background: url(../images/bg_05.webp) no-repeat;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .shop-info--left.shop-info--right-bg {
    background-size: 75%;
  }
}

.shop-info--left.shop-info--no-bg {
  background: none;
}

.shop-info--bg-white {
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .shop-info--right .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .shop-info--left .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.face {
  padding: 16rem 0 20rem;
  position: relative;
  background-color: #FCF9F2;
}
.face .title-container {
  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;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .face .title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.face .title-container picture img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .face .title-container picture img {
    width: 80px;
  }
}
.face h3 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.face h3::after {
  content: "";
  inset: -12rem -28rem auto auto;
  position: absolute;
  width: 31.5rem;
  aspect-ratio: 298/196;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background: url(../images/top/face_text.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .face h3::after {
    width: 21.5rem;
    background-size: contain;
    inset: -3rem -7rem auto auto;
  }
}
@media screen and (max-width: 768px) {
  .face h3::after {
    width: 15rem;
    background-size: contain;
    inset: -6rem -4rem auto auto;
  }
}
@media screen and (max-width: 599px) {
  .face h3 {
    font-size: 2.8rem;
  }
}
.face h3 br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .face h3 br.sp {
    display: block;
  }
}
.face picture.decoration {
  width: 27.4rem;
  position: relative;
  inset: auto auto auto 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0 0 0;
}
.face h4 {
  margin: 13rem auto 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  max-width: 100rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .face h4 {
    margin: 10rem auto 0;
  }
}
.face .line-decoration {
  margin: 3rem 0 0 0;
}
.face .line-decoration img {
  max-height: 1.6rem;
}
.face .sec-inner:not(:first-of-type) {
  max-width: 150rem;
  width: 100%;
  margin: 22rem auto 0;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) {
    -webkit-transform: none;
            transform: none;
    padding: 23.6842105263vw 0 3rem 0;
    margin: 31.5789473684vw 1rem 0;
    max-width: calc(100% - 2rem);
  }
}
.face .sec-inner:not(:first-of-type).left .container .wrapper div.text-content {
  margin-left: auto;
}
.face .sec-inner:not(:first-of-type).left .container .wrapper div.text-content a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.face .sec-inner:not(:first-of-type).left .container .wrapper div.text-content a:hover {
  opacity: 0.5;
}
.face .sec-inner:not(:first-of-type).left .container .wrapper div.text-content a .head {
  margin-left: auto;
}
.face .sec-inner:not(:first-of-type).left .container .wrapper div.text-content .detail {
  margin-left: auto;
}
.face .sec-inner:not(:first-of-type).left .container .wrapper .img_content {
  inset: 50% 50% auto auto;
}
@media screen and (max-width: 1440px) {
  .face .sec-inner:not(:first-of-type).left .container .wrapper .img_content {
    max-width: 30%;
    inset: 50% 65% auto auto;
  }
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type).left .container .wrapper .img_content {
    inset: 0 0 0 0;
    max-width: 100%;
    height: auto;
    display: block;
    position: static;
    position: absolute;
    padding: 0 1rem;
    -webkit-transform: translateY(-39.4736842105vw);
            transform: translateY(-39.4736842105vw);
  }
}
.face .sec-inner:not(:first-of-type) .container {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) .container {
    padding: 0;
  }
}
.face .sec-inner:not(:first-of-type) .container .wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content {
  width: 100%;
  max-width: 100rem;
  border: 0.1rem solid #E1D0A7;
  padding: 4rem;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) .container .wrapper div.text-content {
    max-width: 80rem;
    padding: 23vw 1rem 1rem;
  }
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content a:hover {
  opacity: 0.5;
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content a .head {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) .container .wrapper div.text-content a .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content a .head h5 {
  color: #444;
  font-size: 2rem;
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content a .head .place {
  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;
  color: #8F733B;
  background-color: #E1D0A7;
  font-weight: 500;
  border-top: none;
  margin: 0;
  padding: 0 2rem;
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content .detail {
  width: 70%;
  padding: 3.5rem 4rem;
  background-color: #FCF9F4;
}
.face .sec-inner:not(:first-of-type) .container .wrapper div.text-content .detail br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) .container .wrapper div.text-content .detail {
    width: 100%;
  }
  .face .sec-inner:not(:first-of-type) .container .wrapper div.text-content .detail br.sp {
    display: block;
  }
  .face .sec-inner:not(:first-of-type) .container .wrapper div.text-content .detail br.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) .container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.face .sec-inner:not(:first-of-type) h5 {
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) h5 {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .face .sec-inner:not(:first-of-type) h5 {
    font-size: 1.54rem;
  }
}
.face .sec-inner:not(:first-of-type) p {
  border-top: 0.1rem solid #8F733B;
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) p {
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .face .sec-inner:not(:first-of-type) h5 + p {
    font-size: 1.28rem;
  }
}
.face .sec-inner:not(:first-of-type) .img_content {
  width: 100%;
  max-width: 60rem;
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .face .sec-inner:not(:first-of-type) .img_content {
    max-width: 30%;
    inset: 50% auto auto 65%;
  }
}
@media screen and (max-width: 768px) {
  .face .sec-inner:not(:first-of-type) .img_content {
    inset: 0 0 0 0;
    max-width: 100%;
    height: auto;
    display: block;
    position: static;
    position: absolute;
    padding: 0 1rem;
    -webkit-transform: translateY(-39.4736842105vw);
            transform: translateY(-39.4736842105vw);
  }
}

.ceremony {
  background: url(../images/bg_07.webp) no-repeat;
  background-position: left top;
  padding: 16rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ceremony {
    z-index: 10;
    padding: 10rem 0 15rem;
    background-size: 46.875vw 135.4166666667vw;
  }
}
.ceremony::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  background: url(../images/bg_08.webp) no-repeat;
  background-size: contain;
  width: 36rem;
  height: 100.4rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ceremony::after {
    width: 46.875vw;
    height: 135.4166666667vw;
    background-position: bottom;
  }
}
.ceremony .title-container {
  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;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ceremony .title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.ceremony h3 {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.ceremony h3::after {
  content: "";
  inset: -6rem -17.5rem auto auto;
  position: absolute;
  width: 31.5rem;
  height: 14.3rem;
  background: url(../images/ceremony.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .ceremony h3::after {
    width: 21.5rem;
    height: 8.4rem;
    background-size: contain;
    inset: -3rem -7rem auto auto;
  }
}
@media screen and (max-width: 768px) {
  .ceremony h3::after {
    width: 11.7rem;
    height: 5.4rem;
    background-size: contain;
    inset: -2rem 0 auto auto;
  }
}
@media screen and (max-width: 599px) {
  .ceremony h3 {
    font-size: 2.8rem;
  }
}
.ceremony picture.decoration {
  width: 27.4rem;
  position: relative;
  inset: auto auto auto 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0 0 0;
}
.ceremony h4 {
  margin: 13rem auto 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  max-width: 100rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ceremony h4 {
    margin: 10rem auto 0;
  }
}
.ceremony .line-decoration {
  margin: 3rem 0 0 0;
}
.ceremony .line-decoration img {
  max-height: 1.6rem;
}
.ceremony .sec-inner:not(:first-of-type) {
  padding: 7rem 10rem;
  border: 0.1rem solid #E1D0A7;
  max-width: 130rem;
  width: 100%;
  margin: 22rem auto 0;
  position: relative;
  -webkit-transform: translateX(-10rem);
          transform: translateX(-10rem);
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) {
    -webkit-transform: none;
            transform: none;
    padding: 23.6842105263vw 0 3rem 0;
    margin: 55.2631578947vw 1rem 0;
    max-width: calc(100% - 2rem);
  }
}
.ceremony .sec-inner:not(:first-of-type) .wrapper {
  max-width: 130rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.ceremony .sec-inner:not(:first-of-type) .wrapper div.text-content {
  width: 100%;
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) .wrapper div.text-content {
    max-width: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.ceremony .sec-inner:not(:first-of-type) h5 {
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) h5 {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .ceremony .sec-inner:not(:first-of-type) h5 {
    font-size: 1.76rem;
  }
}
.ceremony .sec-inner:not(:first-of-type) p {
  border-top: 0.1rem solid #8F733B;
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) p {
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .ceremony .sec-inner:not(:first-of-type) h5 + p {
    font-size: 1.28rem;
  }
}
.ceremony .sec-inner:not(:first-of-type) .slide-ceremony {
  width: 100%;
  max-width: 60rem;
  position: absolute;
  inset: -7rem -10rem auto auto;
}
@media screen and (max-width: 1440px) {
  .ceremony .sec-inner:not(:first-of-type) .slide-ceremony {
    max-width: 41.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) .slide-ceremony {
    inset: 0 0 0 0;
    max-width: 100%;
    height: auto;
    display: block;
    position: static;
    position: absolute;
    padding: 0 1rem;
    -webkit-transform: translateY(-39.4736842105vw);
            transform: translateY(-39.4736842105vw);
  }
}
.ceremony .sec-inner:not(:first-of-type) .slide-ceremony {
  height: 30vw;
  max-height: 39.9rem;
}
.ceremony .sec-inner:not(:first-of-type) .slide-ceremony ul.slick-dots {
  margin-top: -3rem;
}
@media screen and (min-width: 769px) {
  .ceremony .sec-inner:not(:first-of-type) .slide-ceremony ul.slick-dots {
    left: 100%;
    -webkit-transform: translateX(calc(-100% - 3rem));
            transform: translateX(calc(-100% - 3rem));
  }
}
.ceremony .sec-inner:not(:first-of-type) .slide-ceremony .slick-slide {
  height: 30vw;
  max-height: 39.9rem;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) .slide-ceremony .slick-slide {
    height: 60vw;
  }
}
@media screen and (min-width: 1441px) {
  .ceremony .sec-inner:not(:first-of-type) .slide-ceremony .slick-slide, .ceremony .sec-inner:not(:first-of-type) .slide-ceremony .slick-list, .ceremony .sec-inner:not(:first-of-type) .slide-ceremony .slick-track {
    background: none !important;
  }
}
.ceremony .sec-inner:not(:first-of-type).sec-inner--reverse {
  -webkit-transform: translateX(10rem);
          transform: translateX(10rem);
}
.ceremony .sec-inner:not(:first-of-type).sec-inner--reverse .slide-ceremony {
  inset: -7rem auto auto -10rem;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type).sec-inner--reverse .slide-ceremony {
    inset: 0 0 0 0;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    padding: 0 1rem;
    -webkit-transform: translateY(-39.4736842105vw);
            transform: translateY(-39.4736842105vw);
  }
}
.ceremony .sec-inner:not(:first-of-type).sec-inner--reverse .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type).sec-inner--reverse .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type).sec-inner--reverse {
    -webkit-transform: none;
            transform: none;
    padding: 23.6842105263vw 0 3rem 0;
    margin: 55.2631578947vw 1rem 0;
    max-width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 1240px) {
  .ceremony .sec-inner:not(:first-of-type).sec-inner--reverse h5 {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type).sec-inner--reverse h5 {
    text-align: center;
  }
}
.ceremony .sec-inner:nth-of-type(4).sec-inner--last .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:nth-of-type(4).sec-inner--last .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ceremony .bottom {
  max-width: 110rem;
  width: 100%;
  margin: 4.5rem 0 0 0;
  background: #FCF9F4;
  padding: 3rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ceremony .bottom:hover {
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .ceremony .bottom {
    padding: 2rem;
  }
}
.ceremony .bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ceremony .bottom .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceremony .sec-inner:not(:first-of-type) .bottom p {
  border: none;
  margin: 0;
  padding: 0;
}
.ceremony .sec-inner:not(:first-of-type) .bottom .flex > p {
  width: 50%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ceremony .sec-inner:not(:first-of-type) .bottom .flex > p {
    width: 100%;
  }
}
.ceremony .bottom .flex div:not(.btn-like) {
  width: 50%;
  padding: 0 0 0 5rem;
  border-left: 0.1rem solid #E1D0A7;
}
@media screen and (max-width: 768px) {
  .ceremony .bottom .flex div:not(.btn-like) {
    padding: 0;
    width: 100%;
    border-left: none;
  }
}
.ceremony .bottom .btn-like {
  height: 3rem;
  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;
  width: 22rem;
  color: #8F733B;
  background-color: #E1D0A7;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ceremony .bottom .btn-like {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  .page h1 {
    font-size: 2.56rem;
  }
}

.page main {
  margin-top: 7rem;
}
@media screen and (min-width: 1025px) {
  .page main {
    margin-top: 10rem;
  }
}

.bridal-card {
  background: url(../images/page/bg_01.webp) no-repeat;
  background-size: 75%;
  background-position: top right;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .bridal-card {
    padding: 7rem 0 14rem;
    background-size: 85%;
    background-position: 100% 0;
  }
}
.bridal-card .sec-inner {
  max-width: 140rem;
  margin: auto;
  padding: 0 1.5rem;
}
.bridal-card .bridal-container {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bridal-card .bridal-container {
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 600px) {
  .bridal-card .bridal-text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .bridal-card .bridal-text-content div {
    width: 58.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bridal-card .bridal-text-content picture {
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    width: 40vw;
  }
}
@media screen and (min-width: 1241px) {
  .bridal-card .bridal-text-content picture {
    width: 54.4rem;
  }
}
@media screen and (max-width: 599px) {
  .bridal-card .bridal-text-content picture {
    display: none;
  }
}
.bridal-card h2 {
  font-size: 5rem;
  line-height: 1.34;
  letter-spacing: 0.05em;
  margin: 0 0 4rem 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .bridal-card h2 {
    font-size: 4rem;
  }
}
.bridal-card h2::after {
  content: "";
  position: absolute;
  background: url(../images/page/img_01.webp) no-repeat;
  background-size: contain;
  width: 54.4rem;
  height: 38.9rem;
  inset: 8rem 7.5rem auto auto;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .bridal-card h2::after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  .bridal-card h2::after {
    width: 49.2487479132vw;
    height: 33.3889816361vw;
    inset: 0rem -2rem auto auto;
  }
}
@media screen and (max-width: 370px) {
  .bridal-card h2::after {
    width: 14rem;
    height: 11rem;
    inset: 2rem -2rem auto auto;
  }
}
.bridal-card h2 + p {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .bridal-card h2 + p {
    font-size: 1.28rem;
  }
}
.bridal-card .conditions dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .bridal-card .conditions dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 17.6rem 1fr;
    grid-template-columns: 17.6rem 1fr;
  }
}
@media screen and (max-width: 599px) {
  .bridal-card .conditions dl {
    -ms-grid-columns: 12rem 1fr;
    grid-template-columns: 12rem 1fr;
  }
}
.bridal-card .conditions dl:first-of-type {
  margin: 4rem 0 0 0;
}
.bridal-card .conditions dt {
  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;
  background: #E1D0A7;
  color: #8F733B;
  width: 17.6rem;
  height: 4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .bridal-card .conditions dt {
    width: auto;
    font-size: 1.4rem;
    width: 12rem;
    height: 100%;
    min-height: 4.4rem;
  }
}
.bridal-card .conditions dd {
  margin-top: 0.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .bridal-card .conditions dd {
    font-size: 1.4rem;
  }
}
.bridal-card .conditions dd .note {
  margin-top: 1rem;
}
.bridal-card .conditions dd .note li {
  font-size: 1.2rem;
}

.bridal-items {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 243, 235)), to(rgb(246, 243, 235)));
  background: linear-gradient(0deg, rgb(246, 243, 235), rgb(246, 243, 235));
  background-position: top center;
  background-repeat: repeat;
  padding: 14rem 0 11.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .bridal-items {
    padding: 14rem 0 10rem;
  }
}
.bridal-items .fakebg {
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
  background: url(../images/page/bg_full.webp) top center repeat;
  width: 100%;
  z-index: 10;
  opacity: 0.3;
}
.bridal-items .sec-inner {
  position: relative;
  z-index: 15;
}
.bridal-items h5 {
  text-align: center;
  margin: 10rem auto 4rem auto;
}
@media screen and (max-width: 599px) {
  .bridal-items h5 {
    margin: 10rem auto 4rem auto;
  }
}
.bridal-items h5 + picture {
  text-align: center;
  max-width: 100rem;
  width: 100%;
  margin: auto auto 11rem auto;
}
@media screen and (max-width: 599px) {
  .bridal-items h5 + picture {
    margin: auto auto 6rem auto;
  }
}
.bridal-items .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 768px) {
  .bridal-items .tab_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bridal-items .tab_menu .tab_button {
  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;
  width: 20%;
  padding: 1rem 0;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8F733B;
  border-top: 1px solid #8F7C4F;
  border-bottom: 1px solid #8F7C4F;
  border-left: 1px solid #8F7C4F;
  background-color: #FCF9F4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bridal-items .tab_menu .tab_button {
    width: 100%;
    padding: 2rem 0;
    border-right: 1px solid #8F7C4F;
    font-size: 1.6rem;
  }
  .bridal-items .tab_menu .tab_button br {
    display: none;
  }
}
.bridal-items .tab_menu .tab_button:last-of-type {
  border-right: 1px solid #8F7C4F;
}
.bridal-items .tab_menu .tab_button:hover {
  opacity: 0.5;
}
.bridal-items .tab_menu .tab_button.active {
  background-color: #8F7C4F;
  color: white;
}
.bridal-items .tab_item {
  display: none;
}
.bridal-items .tab_item.active {
  display: block;
}
.bridal-items .tab_item .container h6 {
  text-align: center;
}
.bridal-items .tab_item .container h6 + picture {
  text-align: center;
  max-width: 17.3rem;
  width: 100%;
  margin: 2rem auto auto auto;
}
.bridal-items .tab_item .container h6.title--2 {
  margin-top: 20rem;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container h6.title--2 {
    margin-top: 10rem;
  }
}
.bridal-items .tab_item .container .annexe {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  text-indent: -1rem;
  padding-left: 1rem;
}
.bridal-items .tab_item .container .cards {
  margin: 9rem 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 3rem) 6rem calc(50% - 3rem);
  grid-template-columns: calc(50% - 3rem) calc(50% - 3rem);
  grid-gap: 9rem 6rem;
}
@media screen and (max-width: 768px) {
  .bridal-items .tab_item .container .cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards {
    margin: 5rem 0 0 0;
    grid-gap: 6rem 6rem;
  }
}
.bridal-items .tab_item .container .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bridal-items .tab_item .container .cards .card:hover {
  opacity: 0.5;
}
.bridal-items .tab_item .container .cards .card .card-out p.bordered {
  border-left: 0.1rem solid #8F733B;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-out p.bordered {
    padding: 0 0 0 2rem;
  }
}
.bridal-items .tab_item .container .cards .card .card-out p.bordered span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.bridal-items .tab_item .container .cards .card .card-out p.bordered span:first-of-type {
  color: #8F733B;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-out p.bordered span:first-of-type {
    font-size: 1.6rem;
  }
}
.bridal-items .tab_item .container .cards .card .card-out p.bordered span:last-of-type {
  font-weight: 500;
  color: #444;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-out p.bordered span:last-of-type {
    font-size: 1.6rem;
  }
}
.bridal-items .tab_item .container .cards .card .card-out small {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.75;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-out small {
    font-size: 1.4rem;
  }
}
.bridal-items .tab_item .container .cards .card .card-in {
  margin: 1.2rem 0 0 0;
  background: #fff;
  height: 100%;
}
.bridal-items .tab_item .container .cards .card .card-in picture {
  background: #fff;
  height: 38rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .bridal-items .tab_item .container .cards .card .card-in picture {
    height: auto;
  }
}
.bridal-items .tab_item .container .cards .card .card-in .card__content {
  padding: 5rem;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-in .card__content {
    padding: 3rem;
  }
}
.bridal-items .tab_item .container .cards .card .card-in p.title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  min-height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bridal-items .tab_item .container .cards .card .card-in p.title {
    min-height: 5.2rem;
  }
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-in p.title {
    font-size: 1.44rem;
  }
}
.bridal-items .tab_item .container .cards .card .card-in hr {
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  border: none;
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-in hr {
    margin: 2rem 0 0 0;
  }
}
.bridal-items .tab_item .container .cards .card .card-in .content {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .bridal-items .tab_item .container .cards .card .card-in .content {
    font-size: 1.4rem;
    margin: 2rem 0 0 0;
  }
}
.bridal-items .tab_item .container .cards .card .card-in .content .price {
  margin-left: 10px;
}

/** Overwriters */
.container {
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-inner {
    padding: 0 1.5rem;
  }
}

header.visible + main {
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  header.visible + main {
    margin-top: 7rem;
  }
}

main {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 1440px) {
  .xxl-up-only {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .tb-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tb-up-only {
    display: none !important;
  }
}