@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
  font-size: calc(100vw / 1440 * 16);
}
@media (1440px < width) {
  html {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 375 * 16);
  }
}

body {
  font-family: "Shippori Mincho", serif;
  color: #333;
  line-height: 1.68;
}
body.is-case-open, body.is-menu-open {
  overflow: hidden;
}

a {
  color: #333;
  transition: 0.3s;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

pre {
  white-space: pre;
}

/********************************************
* Layout
********************************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (width <= 768px) {
  .l-header {
    position: relative;
    background-color: #fff;
    padding: 1rem 2.5rem;
  }
}
.l-header__logo {
  width: 24.0625rem;
  position: absolute;
}
@media (width <= 768px) {
  .l-header__logo {
    width: 7.75rem;
    position: static;
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
  padding: 1.25rem;
  text-align: center;
}
@media (width <= 768px) {
  .l-footer {
    text-align: left;
  }
}
.l-footer__copyrights {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media (width <= 768px) {
  .l-footer__copyrights {
    font-size: 0.875rem;
  }
}

/* Sidebar */
/********************************************
* Component
********************************************/
.c-block01 {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .c-block01 {
    flex-direction: column;
  }
}
.c-block01__text {
  width: calc(100% - 42.875rem);
  display: flex;
  justify-content: center;
}
@media (width <= 768px) {
  .c-block01__text {
    width: 100%;
    display: block;
  }
}
.c-block01__thumb {
  width: 42.875rem;
  height: 34.0625rem;
}
@media (width <= 768px) {
  .c-block01__thumb {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    width: calc(100% + 3.75rem);
    height: 26.875rem;
  }
}

.c-btn {
  background-color: #958626;
  color: #fff;
  text-decoration: none;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  padding: 1.5625rem 7.5rem;
  display: inline-block;
  box-shadow: 0 0.25rem 0.625rem rgba(141, 140, 123, 0.52);
  position: relative;
  text-align: center;
}
@media (width <= 768px) {
  .c-btn {
    width: 100%;
    max-width: 19.6875rem;
    font-size: 1.125rem;
    padding: 1.4375rem 0;
  }
}
.c-btn:after {
  content: "";
  position: absolute;
  width: 3.4375rem;
  height: 1px;
  background-color: #fff;
  right: 1.0625rem;
  top: 50%;
}
@media (width <= 768px) {
  .c-btn:after {
    width: 1.5rem;
    right: 0.625rem;
  }
}

.c-case-list {
  display: none;
}
.is-case-open .c-case-list {
  position: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (width <= 768px) {
  .is-case-open .c-case-list {
    display: block;
    background-color: #fff;
    z-index: 20;
    padding-bottom: 10.625rem;
  }
}
.c-case-list__item {
  display: none;
  padding: 3.5rem 5.375rem;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
}
@media (width <= 768px) {
  .c-case-list__item {
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    max-width: inherit;
    padding: 1.6875rem 1.25rem;
    z-index: 100;
  }
}
.c-case-list__item.is-active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
  background-color: #fff;
}
.c-case-list__item.is-active:before {
  width: 2.1875rem;
  height: 2.1875rem;
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 4.375rem;
  background-color: #333;
  border-radius: 999px;
  cursor: pointer;
}
@media (width <= 768px) {
  .c-case-list__item.is-active:before {
    right: 0.625rem;
    top: 0.625rem;
  }
}
.c-case-list__item.is-active:after {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  transform: rotate(45deg);
  top: 2.8125rem;
  right: 4.6875rem;
  background-color: #fff;
  clip-path: polygon(calc(50% - 1px) 0, calc(50% + 1px) 0, calc(50% + 1px) calc(50% - 1px), 100% calc(50% - 1px), 100% calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% + 1px) 100%, calc(50% - 1px) 100%, calc(50% - 1px) calc(50% + 1px), 0 calc(50% + 1px), 0 calc(50% - 1px), calc(50% - 1px) calc(50% - 1px));
}
@media (width <= 768px) {
  .c-case-list__item.is-active:after {
    top: 0.9375rem;
    right: 0.9375rem;
  }
}
.c-case-list__inner {
  border: 1px solid #958626;
  padding: 3.125rem;
  display: flex;
  gap: 3.75rem;
  align-items: start;
}
@media (width <= 768px) {
  .c-case-list__inner {
    flex-direction: column;
    padding: 2.5rem 1.5625rem 2.8125rem;
    gap: 1.75rem;
  }
}
.c-case-list__thumb {
  width: 31.8125rem;
}
@media (width <= 768px) {
  .c-case-list__thumb {
    order: 1;
    width: 100%;
  }
}
.c-case-list__text {
  width: calc(100% - 35.625rem);
}
@media (width <= 768px) {
  .c-case-list__text {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
  }
}
.c-case-list__title {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-case-list__title {
    order: 2;
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.c-case-list__sub-title {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-case-list__sub-title {
    order: 3;
    font-size: 1rem;
  }
}
.c-case-list__p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (width <= 768px) {
  .c-case-list__p {
    order: 4;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
}
.c-case-list__photos {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
}
@media (width <= 768px) {
  .c-case-list__photos {
    order: 1;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.c-case-list__photos-item {
  width: 9.5rem;
  height: 6.9375rem;
}
@media (width <= 768px) {
  .c-case-list__photos-item {
    width: 6.5625rem;
    height: 3.75rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-case-nav {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (width <= 768px) {
  .c-case-nav {
    max-width: inherit;
    padding: 0;
  }
}
.c-case-nav .swiper {
  text-align: center;
  padding: 0;
  max-width: 73.125rem;
}
@media (width <= 768px) {
  .c-case-nav .swiper {
    max-width: inherit;
    padding: 0;
  }
}
.c-case-nav__item {
  cursor: pointer;
}
.c-case-nav__thumb {
  height: 20.8333333333vw;
  margin-bottom: 1.25rem;
}
@media (width <= 768px) {
  .c-case-nav__thumb {
    height: 25vw;
    margin-bottom: 0;
  }
}
.c-case-nav__title {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media (width <= 768px) {
  .c-case-nav__title {
    font-size: 0.75rem;
  }
}
.c-case-nav__arrow {
  z-index: 10;
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  border-right: 1px solid #958626;
  border-bottom: 1px solid #958626;
  transform: rotate(-45deg);
  top: calc(50% - 2.5rem);
  cursor: pointer;
}
@media (width <= 768px) {
  .c-case-nav__arrow {
    width: 0.9375rem;
    height: 0.9375rem;
    top: calc(50% - 1.5rem);
  }
}
.c-case-nav__arrow--prev {
  transform: rotate(135deg);
  left: 0.3125rem;
}
@media (width <= 768px) {
  .c-case-nav__arrow--prev {
    left: -1.125rem;
  }
}
.c-case-nav__arrow--next {
  right: 0.3125rem;
}
@media (width <= 768px) {
  .c-case-nav__arrow--next {
    right: -1.125rem;
  }
}

.c-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 5.625rem 3.75rem;
}
@media (width <= 768px) {
  .c-inner {
    padding: 2.6875rem 1.875rem;
  }
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list--upper-alphabet {
  list-style: upper-alpha;
}
.c-list--lower-alphabet {
  list-style: lower-alpha;
}
.c-list--upper-roman {
  list-style: upper-roman;
}
.c-list--lower-roman {
  list-style: lower-roman;
}
.c-list--none {
  list-style: none;
}
.c-list--circle {
  list-style: circle;
}
.c-list--square {
  list-style: square;
}
.c-list--decimal {
  list-style: decimal;
}
.c-list--decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.c-pagenation {
  margin: 50px 0 0 0;
  text-align: center;
}
.c-pagenation:after, .c-pagenation__navul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.c-pagenation__nav {
  margin: 0;
}
.c-pagenation__item {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-bottom: 3px;
}
.c-pagenation__item:first-child {
  margin-left: 0;
}
.c-pagenation__item--active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.c-pagenation__link {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.c-pagenation__link:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.c-scroll {
  overflow-x: auto;
}
.c-scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}

.c-scroll-bar {
  overflow-y: scroll;
}
.c-scroll-bar::-webkit-scrollbar {
  width: 0.15625rem;
}
.c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #958626;
  border-radius: 999px;
}
.c-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.15625rem;
}

.c-scroll-text {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  line-height: 1;
}
.c-scroll-text__item {
  font-size: 12.5rem;
  letter-spacing: 0.26em;
  color: #fff;
  line-height: 1;
  position: relative;
  color: rgba(232, 214, 191, 0.23);
}
@media (width <= 768px) {
  .c-scroll-text__item {
    font-size: 2.875rem;
    letter-spacing: 0.17em;
  }
}
.c-scroll-text__img {
  max-width: inherit;
}

.c-table {
  width: 100%;
  margin-bottom: 40px;
}
.c-table th {
  text-align: center;
  background: #ededed;
  padding: 10px;
  width: 350px;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
}
@media (width <= 768px) {
  .c-table th {
    width: 100%;
    display: block;
  }
}
.c-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d1d1d1;
}
@media (width <= 768px) {
  .c-table td {
    width: 100%;
    display: block;
  }
}

.c-title__h2 {
  color: #958626;
  font-size: 3.75rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .c-title__h2 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
}
.c-title__h2--black {
  color: #333;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********************************************
* Project
********************************************/
.p-lp__mv {
  height: 100vh;
  position: relative;
  margin-bottom: 5.3125rem;
}
@media (width <= 768px) {
  .p-lp__mv {
    height: calc(100vh - 4.278125rem);
    margin-bottom: 0;
  }
}
.p-lp__mv-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (width <= 768px) {
  .p-lp__mv-thumb {
    height: calc(100vh - 10.528125rem);
  }
}
.p-lp__mv-inner {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 4.25rem;
}
@media (width <= 768px) {
  .p-lp__mv-inner {
    height: 100%;
    align-items: start;
    padding: 1.875rem 0.625rem;
  }
}
.p-lp__mv-title {
  font-weight: 500;
  transform: translateY(3.75rem);
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-shadow: 0 0 1.25rem #291d1c, 0 0 1.25rem #291d1c, 0 0 1.25rem #291d1c, 0 0 1.25rem #291d1c;
}
@media (width <= 768px) {
  .p-lp__mv-title {
    font-size: 1rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    transform: inherit;
    text-shadow: 0 0 1.25rem #291d1c, 0 0 1.25rem #291d1c;
  }
}
@media (width <= 768px) {
  .p-lp__mv-img {
    height: 100% !important;
  }
}
.p-lp__mv-bottom {
  position: absolute;
  bottom: -5.5rem;
  left: calc(50% - 28.125rem);
  width: 56.25rem;
  height: 11.0625rem;
  background: linear-gradient(-170deg, #9d9795, #fff 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 0 0.25rem 0.625rem rgba(166, 158, 135, 0.36);
}
@media (width <= 768px) {
  .p-lp__mv-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem;
    height: auto;
    background: linear-gradient(to bottom, rgba(157, 151, 149, 0.4), #fff 80%);
  }
}
.p-lp__mv-bottom picture {
  height: 100%;
}
@media (width <= 768px) {
  .p-lp__mv .c-btn {
    max-width: 18.3125rem;
    padding: 1.3125rem 0;
    text-align: center;
  }
}
@media (width <= 768px) and (width <= 768px) {
  .p-lp__mv .c-btn:after {
    width: 2.60625rem;
    right: 0.625rem;
  }
}
.p-lp__intro .c-inner {
  padding: 5.625rem 2.5rem 7.8125rem;
}
@media (width <= 768px) {
  .p-lp__intro .c-inner {
    padding: 2.6875rem 1.875rem;
  }
}
.p-lp__intro .c-block01 {
  margin-top: -6.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-lp__intro .c-block01 {
    margin-top: 0;
  }
}
.p-lp__intro .c-title__h2 {
  margin-top: 14.375rem;
}
@media (width <= 768px) {
  .p-lp__intro .c-title__h2 {
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin-top: 0;
    margin-bottom: 5.625rem;
  }
}
.p-lp__intro-p {
  display: inline-block;
  text-align: left;
  position: relative;
  left: 8.125rem;
  margin-bottom: 2.5em;
  letter-spacing: 0.04em;
  line-height: 2.4;
  font-size: 1.125rem;
}
@media (width <= 768px) {
  .p-lp__intro-p {
    position: static;
    font-size: 0.875rem;
    margin-bottom: 2.2em;
    line-height: 2.2;
  }
}
.p-lp__intro-bottom {
  display: flex;
  justify-content: center;
  gap: 3.4375rem;
  align-items: end;
  margin-top: 7.8125rem;
}
@media (width <= 768px) {
  .p-lp__intro-bottom {
    width: 100vw;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    flex-wrap: wrap;
    gap: 0.21875rem;
  }
}
.p-lp__intro-bottom-thumb--01 {
  width: 37.8125rem;
  height: 24.625rem;
}
@media (width <= 768px) {
  .p-lp__intro-bottom-thumb--01 {
    width: 100%;
    height: 15.25rem;
  }
}
.p-lp__intro-bottom-thumb--02 {
  width: 20.9375rem;
  height: 19.125rem;
}
@media (width <= 768px) {
  .p-lp__intro-bottom-thumb--02 {
    width: 11.59375rem;
    height: 11.5625rem;
  }
}
.p-lp__intro-bottom-thumb--03 {
  width: 19rem;
  height: 19.125rem;
}
@media (width <= 768px) {
  .p-lp__intro-bottom-thumb--03 {
    width: 11.59375rem;
    height: 11.5625rem;
  }
}
@media (width <= 768px) {
  .p-lp__concept .c-inner {
    padding-bottom: 0;
  }
}
.p-lp__concept .c-title__h2 {
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-lp__concept .c-title__h2 {
    margin-bottom: 3.75rem;
  }
}
.p-lp__concept-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  writing-mode: vertical-rl;
  margin-bottom: 5.8125rem;
}
@media (width <= 768px) {
  .p-lp__concept-inner {
    writing-mode: horizontal-tb;
    margin-bottom: 3.625rem;
  }
}
.p-lp__concept-catch {
  font-size: 5rem;
  letter-spacing: 0.5em;
  line-height: 1.5;
  margin-left: 0.8em;
}
@media (width <= 768px) {
  .p-lp__concept-catch {
    margin-left: 0;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.68;
    margin-bottom: 4.375rem;
  }
}
.p-lp__concept-p {
  margin: 1.25rem;
  font-size: 1.125rem;
  line-height: 2.6;
  margin-left: 2.7em;
  letter-spacing: 0.56em;
}
@media (width <= 768px) {
  .p-lp__concept-p {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    line-height: 2.5;
    margin: 0 0 1.3em;
  }
}
.p-lp__concept-thumb {
  height: 28.3125rem;
}
@media (width <= 768px) {
  .p-lp__concept-thumb {
    height: 19.0625rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    width: calc(100% + 3.75rem);
  }
}
.p-lp__reservation {
  border: 1px solid #78786e;
  padding: 4.375rem 0 5rem;
  text-align: center;
  margin: 5.625rem auto;
  max-width: 82.5rem;
}
@media (width <= 768px) {
  .p-lp__reservation {
    border: none;
    max-width: inherit;
    margin: 0 auto;
    padding: 1.25rem 0;
  }
}
.p-lp__reservation-p {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-lp__reservation-p {
    font-size: 1rem;
    margin-bottom: 1.0625rem;
  }
}
@media (width <= 768px) {
  .p-lp__reservation--concept {
    padding: 3.125rem 0;
  }
}
.p-lp__lineup .c-inner {
  padding: 5.625rem 2.5rem;
}
@media (width <= 768px) {
  .p-lp__lineup .c-inner {
    padding: 2.6875rem 1.875rem;
  }
}
@media (width <= 768px) {
  .p-lp__lineup .c-title__h2 {
    margin-bottom: 1.5625rem;
  }
}
.p-lp__lineup-block {
  display: flex;
  align-items: center;
  margin-bottom: 9rem;
}
@media (width <= 768px) {
  .p-lp__lineup-block {
    flex-direction: column;
    margin-bottom: 4.0625rem;
  }
}
.p-lp__lineup-text {
  width: calc(100% - 37.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (width <= 768px) {
  .p-lp__lineup-text {
    width: 100%;
  }
}
.p-lp__lineup-title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
}
@media (width <= 768px) {
  .p-lp__lineup-title {
    font-size: 1.5rem;
    letter-spacing: 0.075em;
  }
}
.p-lp__lineup-sub-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
}
@media (width <= 768px) {
  .p-lp__lineup-sub-title {
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-bottom: 1.875rem;
  }
}
.p-lp__lineup-p {
  width: 25rem;
  letter-spacing: 0.13em;
  transform: translateX(-2.8125rem);
  line-height: 2.4;
}
@media (width <= 768px) {
  .p-lp__lineup-p {
    width: 100%;
    transform: inherit;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 2.3125rem;
  }
}
.p-lp__lineup-thumb {
  width: 37.75rem;
}
@media (width <= 768px) {
  .p-lp__lineup-thumb {
    width: 100%;
  }
}
.p-lp__about .c-inner {
  padding: 5.625rem 7.5rem;
}
@media (width <= 768px) {
  .p-lp__about .c-inner {
    padding: 3.75rem 1.875rem;
  }
}
.p-lp__about .c-title__h2 {
  margin-bottom: 5.625rem;
}
@media (width <= 768px) {
  .p-lp__about .c-title__h2 {
    margin-bottom: 4.375rem;
  }
}
.p-lp__about-header {
  margin-bottom: 4.5625rem;
  height: 20.5625rem;
}
@media (width <= 768px) {
  .p-lp__about-header {
    height: 11rem;
    margin: 0 -1.875rem 2.5rem;
    width: calc(100% + 3.75rem);
  }
}
.p-lp__about-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .p-lp__about-block {
    align-items: inherit;
    flex-direction: column;
  }
}
.p-lp__about-block--reverse {
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  .p-lp__about-block--reverse {
    flex-direction: column-reverse;
  }
}
.p-lp__about-block:nth-of-type(2) {
  margin-bottom: 2.1875rem;
}
.p-lp__about-block:nth-of-type(2) .p-lp__about-text {
  width: 34.3125rem;
  margin-right: 3.125rem;
}
@media (width <= 768px) {
  .p-lp__about-block:nth-of-type(2) .p-lp__about-text {
    margin: 0;
    width: 100%;
  }
}
.p-lp__about-block:nth-of-type(2) .p-lp__about-thumb {
  width: 26.625rem;
}
@media (width <= 768px) {
  .p-lp__about-block:nth-of-type(2) .p-lp__about-thumb {
    width: 100%;
    margin-left: -1.875rem;
  }
}
.p-lp__about-block:nth-of-type(3) .p-lp__about-text {
  width: 45rem;
  margin-left: 3.125rem;
}
@media (width <= 768px) {
  .p-lp__about-block:nth-of-type(3) .p-lp__about-text {
    margin: 0;
    width: 100%;
    order: 1;
  }
}
.p-lp__about-block:nth-of-type(3) .p-lp__about-thumb {
  width: 21.125rem;
}
@media (width <= 768px) {
  .p-lp__about-block:nth-of-type(3) .p-lp__about-thumb {
    width: 14.6875rem;
    order: 2;
    margin-left: 6.875rem;
  }
}
@media (width <= 768px) {
  .p-lp__about-text {
    order: 2;
  }
}
@media (width <= 768px) {
  .p-lp__about-thumb {
    order: 1;
  }
}
.p-lp__about-title {
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-lp__about-title {
    font-size: 1.125rem;
  }
}
@media (width <= 768px) {
  .p-lp__about-p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 3.125rem;
  }
}
@media (width <= 768px) {
  .p-lp__map .c-inner {
    padding-top: 3.75rem;
  }
}
.p-lp__map .c-title__h2 {
  margin-bottom: 5.625rem;
}
@media (width <= 768px) {
  .p-lp__map .c-title__h2 {
    margin-bottom: 4.0625rem;
  }
}
.p-lp__map-google {
  width: 49.75rem;
  height: 20.125rem;
  margin: 0 auto 3.125rem;
}
@media (width <= 768px) {
  .p-lp__map-google {
    width: 100%;
    margin: 0 -1.875rem 2.8125rem;
    width: calc(100% + 3.75rem);
    height: 9.5rem;
  }
}
.p-lp__map-google iframe {
  width: 100%;
  height: 100%;
}
.p-lp__map-table {
  width: 38.75rem;
  margin: 0 auto;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  transform: translateX(1.875rem);
}
@media (width <= 768px) {
  .p-lp__map-table {
    width: 100%;
    transform: inherit;
    font-size: 0.875rem;
    line-height: 1.68;
  }
}
.p-lp__map-table th {
  width: 9.5625rem;
  padding-bottom: 0.3125rem;
  vertical-align: top;
  text-align: left;
}
@media (width <= 768px) {
  .p-lp__map-table th {
    width: 5.875rem;
    padding-bottom: 1.25rem;
  }
}
.p-lp__map-table td {
  padding-bottom: 0.3125rem;
}
@media (width <= 768px) {
  .p-lp__map-table td {
    padding-bottom: 1.25rem;
  }
}
.p-lp__map-icon {
  display: inline-block;
  width: 1.25rem;
  vertical-align: middle;
  margin-right: 1.125rem;
}
@media (width <= 768px) {
  .p-lp__map-icon {
    margin-right: 0.39375rem;
  }
}
.p-lp__fair {
  text-align: center;
}
.p-lp__fair .c-inner {
  padding: 5.625rem 7.5rem;
}
@media (width <= 768px) {
  .p-lp__fair .c-inner {
    padding: 3.75rem 1.875rem;
  }
}
.p-lp__fair .c-title__h2 {
  margin-bottom: 6.25rem;
}
@media (width <= 768px) {
  .p-lp__fair .c-title__h2 {
    margin-bottom: 4.0625rem;
  }
}
@media (width <= 768px) {
  .p-lp__fair .c-btn {
    font-size: 1rem;
    background-color: #fff;
    color: #958626;
    padding: 1.3125rem 0;
    border: 1px solid #958626;
  }
}
.p-lp__fair .c-btn:after {
  background-color: #958626;
}
.p-lp__fair-thumb {
  margin-bottom: 2.8125rem;
  height: 21.25rem;
}
@media (width <= 768px) {
  .p-lp__fair-thumb {
    height: 13.125rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    width: calc(100% + 3.75rem);
  }
}
.p-lp__fair-p {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 3.75rem;
}
@media (width <= 768px) {
  .p-lp__fair-p {
    display: none;
  }
}
.p-lp__plan {
  text-align: center;
  margin-bottom: 5.625rem;
}
@media (width <= 768px) {
  .p-lp__plan {
    margin-bottom: 0;
  }
}
.p-lp__plan .c-inner {
  padding: 5.625rem 7.5rem;
}
@media (width <= 768px) {
  .p-lp__plan .c-inner {
    padding: 3.75rem 1.875rem;
  }
}
.p-lp__plan .c-title__h2 {
  margin-bottom: 6.25rem;
}
@media (width <= 768px) {
  .p-lp__plan .c-title__h2 {
    margin-bottom: 4.375rem;
  }
}
@media (width <= 768px) {
  .p-lp__plan .c-btn {
    font-size: 1rem;
    background-color: #fff;
    color: #958626;
    padding: 1.3125rem 0;
    border: 1px solid #958626;
  }
  .p-lp__plan .c-btn:after {
    background-color: #958626;
  }
}
.p-lp__plan-thumb {
  margin-bottom: 6.25rem;
  height: 21.25rem;
}
@media (width <= 768px) {
  .p-lp__plan-thumb {
    height: 13.125rem;
    margin: 0 -1.875rem 4.125rem;
    width: calc(100% + 3.75rem);
  }
  .p-lp__plan-thumb img {
    object-position: 45% center;
  }
}
.p-lp .c-scroll-text {
  margin-bottom: 1.875rem;
}
@media (width <= 768px) {
  .p-lp .c-scroll-text {
    margin-bottom: 0.625rem;
  }
}
@media (width <= 768px) {
  .p-lp .c-scroll-text--02 {
    margin-bottom: 3.75rem;
  }
}
.p-lp .c-scroll-text__img {
  width: 159.25rem;
}
@media (width <= 768px) {
  .p-lp .c-scroll-text__img {
    width: 84.375rem;
  }
}
.p-lp__footer-logo {
  width: 9.75rem;
  margin: 8.125rem auto 11.25rem;
}
@media (width <= 768px) {
  .p-lp__footer-logo {
    width: 6rem;
    margin: 4.375rem auto 6.25rem;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}
.u-pc--inline {
  display: inline;
}
@media (width <= 768px) {
  .u-pc--inline {
    display: none;
  }
}
.u-pc--iblock {
  display: inline-block;
}
@media (width <= 768px) {
  .u-pc--iblock {
    display: none;
  }
}
.u-pc--table {
  display: table;
}
@media (width <= 768px) {
  .u-pc--table {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}
.u-sp--inline {
  display: none;
}
@media (width <= 768px) {
  .u-sp--inline {
    display: inline;
  }
}
.u-sp--iblock {
  display: none;
}
@media (width <= 768px) {
  .u-sp--iblock {
    display: inline-block;
  }
}
.u-sp--table {
  display: none;
}
@media (width <= 768px) {
  .u-sp--table {
    display: table;
  }
}

.u-ofit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "Shippori Mincho", serif;
}
.u-text--gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.u-ellipsis--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.u-ellipsis--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.u-ellipsis--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.u-ellipsis--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.u-color__yellow {
  color: yellow;
}

.u-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: 0.8s;
}
@media (width <= 768px) {
  .u-fade-in {
    transform: translateY(1.875rem);
  }
}
.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}