/*
Theme Name: Theme name
Author: Author
Author URI:
*/
/* 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 / 1920 * 22);
}
@media (1920px < width) {
  html {
    font-size: 22px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 390 * 22);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #16160d;
}

section {
  position: relative;
}

video {
  max-width: 100%;
}

a {
  color: #16160d;
}
a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

pre {
  white-space: pre;
}

/********************************************
* Layout
********************************************/
/* Header */
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__inner {
  padding: 1.8181818182rem;
  margin: 0 auto;
}
.l-header__logo {
  width: 15.9090909091rem;
}
@media (width <= 768px) {
  .l-header__logo {
    display: none;
  }
}
.l-menu-trigger {
  display: none;
  width: 2.8181818182rem;
  height: 2.8181818182rem;
  background-color: #373633;
  cursor: pointer;
  position: relative;
}
@media (width <= 768px) {
  .l-menu-trigger {
    display: block;
  }
}
.l-menu-trigger__bar {
  display: block;
  transition: all 0.3s;
  width: 1.6363636364rem;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0.5909090909rem;
}
.l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(-0.1590909091rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(1) {
  transform: translateY(0rem) rotate(45deg);
}
.l-menu-trigger__bar:nth-of-type(2) {
  transform: translateY(0.1590909091rem);
}
.is-menu-clicked .l-menu-trigger__bar:nth-of-type(2) {
  transform: translateY(0rem) rotate(-45deg);
}

/* Footer */
/* Sidebar */
/********************************************
* Component
********************************************/
.c-access-chart {
  display: flex;
  align-items: center;
  gap: 0.9090909091rem;
}
@media (width <= 768px) {
  .c-access-chart {
    flex-direction: column;
    width: 50%;
    gap: 0.4545454545rem;
  }
}
.c-access-chart:not(:last-of-type) {
  margin-bottom: 7.2727272727rem;
}
@media (width <= 768px) {
  .c-access-chart:not(:last-of-type) {
    margin-bottom: 1.3636363636rem;
  }
}
.c-access-chart__item {
  width: 5.1690909091rem;
  height: 12.9227272727rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.4545454545rem;
  font-family: serif;
}
@media (width <= 768px) {
  .c-access-chart__item {
    width: 5.4545454545rem;
    height: 1.4545454545rem;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 0.5454545455rem;
    line-height: 1;
    text-align: center;
  }
}
.c-access-chart__item span {
  writing-mode: horizontal-tb;
}
.c-access-chart__item--float {
  position: absolute;
  right: 0;
}
.c-access-chart__item--01 {
  left: 27.0454545455rem;
  height: 33.1818181818rem;
}
@media (width <= 768px) {
  .c-access-chart__item--01 {
    left: 0;
    width: 100%;
    top: 6.0454545455rem;
    height: 1.4545454545rem;
  }
}
.c-access-chart__item--02 {
  width: 10.3381818182rem;
  height: 33.1818181818rem;
  writing-mode: horizontal-tb;
}
@media (width <= 768px) {
  .c-access-chart__item--02 {
    left: 0;
    height: 1.4545454545rem;
    top: 18.6363636364rem;
    width: 100%;
  }
}
.c-access-chart__item--hidden {
  visibility: hidden;
}
.c-access-chart__item--arrow {
  border: none;
  background: none;
  writing-mode: horizontal-tb;
  text-orientation: initial;
  position: relative;
  align-items: start;
  padding-top: 1.8181818182rem;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #fff 50%, #fff calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  font-size: 1.1363636364rem;
  width: 100%;
  max-width: 5.5381818182rem;
}
@media (width <= 768px) {
  .c-access-chart__item--arrow {
    width: 100%;
    height: 1.8181818182rem;
    background: linear-gradient(to right, transparent 0, transparent 2.1363636364rem, #fff 2.1363636364rem, #fff calc(2.1363636364rem + 1px), transparent calc(2.1363636364rem + 1px), transparent 100%);
    margin: 0;
    padding-left: 53%;
    justify-content: center;
    align-items: center;
    line-height: 0.7977272727rem;
    font-size: 0.5909090909rem;
    padding: 0 0 0 1.3636363636rem;
    text-align: center;
    max-width: inherit;
  }
}
.c-access-chart__item--arrow:before {
  content: "";
  position: absolute;
  right: -0.1363636364rem;
  top: calc(50% - 0.2272727273rem);
  width: 0.5909090909rem;
  height: 0.5909090909rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
@media (width <= 768px) {
  .c-access-chart__item--arrow:before {
    top: inherit;
    width: 0.3181818182rem;
    height: 0.2727272727rem;
    bottom: 0;
    left: 2rem;
    transform: rotate(90deg);
  }
}
.c-access-chart__item--arrow span {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .c-access-chart__item--arrow span {
    font-size: 0.7272727273rem;
  }
}
.c-access-chart__item--large {
  width: 100%;
  max-width: 8.3077272727rem;
}
.c-access-chart__item--large2 {
  width: 100%;
  max-width: 30.6454545455rem;
}
@media (width <= 768px) {
  .c-access-chart__item--large2 {
    height: 10.1363636364rem;
  }
}
.c-access-chart__item--title {
  border: none;
  writing-mode: horizontal-tb;
  width: 10.9090909091rem;
  padding-right: 1.3636363636rem;
  text-align: center;
}
@media (width <= 768px) {
  .c-access-chart__item--title {
    width: auto;
    padding-right: 0;
  }
}
.c-access-chart__span {
  font-size: 2rem;
}
.c-access-chart .u-text--big {
  font-size: 1.8181818182rem;
}
@media (width <= 768px) {
  .c-access-chart .u-text--big {
    font-size: 0.7272727273rem;
  }
}

.c-activity__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.7272727273rem;
}
@media (width <= 768px) {
  .c-activity__list {
    gap: 1.5909090909rem;
  }
}
.c-activity__item {
  width: 36.1363636364rem;
  background-color: #fff;
  color: #16160d;
  font-weight: 700;
  font-size: 1.0909090909rem;
}
@media (width <= 768px) {
  .c-activity__item {
    font-size: 0.6363636364rem;
    line-height: 1.0909090909rem;
  }
}
.c-activity__text {
  padding: 0.7272727273rem 1.0909090909rem 1.2272727273rem 1.0909090909rem;
}
@media (width <= 768px) {
  .c-activity__text {
    padding: 0.3636363636rem 0.5454545455rem;
  }
}
.c-activity__thumb {
  margin-bottom: 0.4545454545rem;
}
.c-activity__title {
  font-size: 1.4545454545rem;
  line-height: 1;
  margin-bottom: 0.9090909091rem;
}
@media (width <= 768px) {
  .c-activity__title {
    font-size: 0.8181818182rem;
  }
}
@media (width <= 768px) and (width <= 768px) {
  .c-activity__title {
    margin-bottom: 0.2272727273rem;
  }
}
.c-activity .p-lp__p {
  font-size: 1.0909090909rem;
  line-height: 1.8181818182rem;
}

.c-block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  .c-block {
    flex-wrap: wrap;
    justify-content: start;
    order: 2;
    padding: 0 1.2727272727rem;
  }
}
.c-block:not(:last-of-type) {
  margin-bottom: 5.4545454545rem;
}
@media (width <= 768px) {
  .c-block:not(:last-of-type) {
    margin-bottom: 1.8181818182rem;
  }
}
.c-block--reverse {
  flex-direction: row;
}
.c-block--reverse .c-block__text {
  padding-left: 6.1363636364rem;
  padding-right: 3.2727272727rem;
}
@media (width <= 768px) {
  .c-block .c-title--eng {
    order: 2;
    display: inline-block;
    text-align: left;
    padding-left: 0;
  }
}
@media (width <= 768px) {
  .c-block .c-title__h2 {
    order: 3;
    width: 100%;
  }
}
@media (width <= 768px) {
  .c-block .c-list {
    order: 4;
  }
}
.c-block__text {
  width: 40rem;
  padding-left: 4.0909090909rem;
  padding-right: 6.1363636364rem;
}
@media (width <= 768px) {
  .c-block__text {
    width: 100%;
    padding: 0 1.2727272727rem;
    display: contents;
  }
}
.c-block__thumb {
  width: 47.2727272727rem;
}
@media (width <= 768px) {
  .c-block__thumb {
    width: 100%;
    order: 1;
    margin-bottom: 0.9090909091rem;
  }
}

.c-block01 {
  display: flex;
}
@media (width <= 768px) {
  .c-block01 {
    flex-direction: column;
  }
}
.c-block01:not(:last-of-type) {
  margin-bottom: 2.2727272727rem;
}
@media (width <= 768px) {
  .c-block01:not(:last-of-type) {
    margin-bottom: 0.9090909091rem;
  }
}
.c-block01--reverse {
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  .c-block01--reverse {
    flex-direction: column;
  }
}
.c-block01--reverse .c-block01__title {
  padding-left: 4.0909090909rem;
}
@media (width <= 768px) {
  .c-block01--reverse .c-block01__title {
    padding-left: 0;
  }
}
.c-block01--reverse .c-block01__p {
  padding-right: 0;
  padding-left: 4.0909090909rem;
}
@media (width <= 768px) {
  .c-block01--reverse .c-block01__p {
    padding: 0;
  }
}
.c-block01__text {
  width: 50%;
}
@media (width <= 768px) {
  .c-block01__text {
    width: 100%;
    display: contents;
    order: 3;
  }
}
.c-block01__title {
  font-size: 1.8181818182rem;
  font-weight: 700;
  padding: 0 0 1.3636363636rem 1.1818181818rem;
  border-bottom: 1px solid #b8860b;
  margin: 2.7272727273rem 0 1.3636363636rem 0;
}
@media (width <= 768px) {
  .c-block01__title {
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
    margin: 0 0 0.9090909091rem;
    order: 1;
  }
}
.c-block01__title-span {
  font-size: 0.9090909091rem;
  line-height: 1;
  background-color: #f6f1e9;
  padding: 0.3636363636rem 0.9090909091rem;
  margin-left: 1.3636363636rem;
}
@media (width <= 768px) {
  .c-block01__title-span {
    display: none;
  }
}
.c-block01__p {
  line-height: 1.8181818182rem;
  padding-left: 1.1818181818rem;
  padding-right: 4.0909090909rem;
}
@media (width <= 768px) {
  .c-block01__p {
    padding: 0;
    font-size: 0.6363636364rem;
    line-height: 1.0909090909rem;
    order: 3;
  }
}
@media (width <= 768px) {
  .c-block01__p--narrow {
    letter-spacing: -0.01em;
  }
}
.c-block01__span {
  font-size: 1.0909090909rem;
  margin-left: 0.2272727273rem;
}
@media (width <= 768px) {
  .c-block01__span {
    font-size: 0.5454545455rem;
  }
}
.c-block01__thumb {
  width: 50%;
}
@media (width <= 768px) {
  .c-block01__thumb {
    width: 100%;
    order: 2;
  }
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 15.4545454545rem;
  height: 3.2727272727rem;
  font-size: 0.9090909091rem;
  line-height: 1;
  position: relative;
  padding-right: 1.8181818182rem;
  border: 1px solid #b8860b;
  text-align: center;
  color: #16160d;
  text-decoration: none;
  transition: 0.3s;
}
@media (width <= 768px) {
  .c-btn {
    font-size: 0.7272727273rem;
    padding: 0.8636363636rem 2.7272727273rem 0.8636363636rem 1.3636363636rem;
    height: auto;
  }
}
.c-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.8181818182rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8181818182rem;
  height: 0.6363636364rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0.1818181818rem 50%);
  background-color: #b8860b;
}
@media (width <= 768px) {
  .c-btn:after {
    right: 1rem;
    width: 0.5272727273rem;
    height: 0.5272727273rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0.1136363636rem 50%);
  }
}

.c-btns {
  display: flex;
  justify-content: center;
  gap: 2.9090909091rem;
}
@media (width <= 768px) {
  .c-btns {
    flex-wrap: wrap;
    gap: 1.0909090909rem;
  }
}

.c-btn-2 {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  min-width: 15.4545454545rem;
  /*height: 3.2727272727rem;*/
  font-size: 0.9090909091rem;
  line-height: 1;
  position: relative;
  padding-right: 1.8181818182rem;
  border: 1px solid #b8860b;
  text-align: center;
  color: #16160d;
  text-decoration: none;
  transition: 0.3s;
    padding: 15px 0;
}
@media (width <= 768px) {
  .c-btn-2 {
    font-size: 0.7272727273rem;
    padding: 0.8636363636rem 2.7272727273rem 0.8636363636rem 1.3636363636rem;
    height: auto;
  }
}
.c-btn-2:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.8181818182rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8181818182rem;
  height: 0.6363636364rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0.1818181818rem 50%);
  background-color: #b8860b;
}
@media (width <= 768px) {
  .c-btn-2:after {
    right: 1rem;
    width: 0.5272727273rem;
    height: 0.5272727273rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0.1136363636rem 50%);
  }
}
.c-btn-2 span{
    display: block;
    font-size: 9px;
    margin-top: 5px;
}

.c-charm__list {
  display: flex;
  gap: 1.8181818182rem;
  flex-wrap: wrap;
  justify-content: center;
}
.c-charm__list.c-list {
  margin-top: 3.6363636364rem;
}
@media (width <= 768px) {
  .c-charm__list.c-list {
    margin-top: 0;
  }
}
.c-charm__item {
  width: 26.5rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.6363636364rem;
}
.c-charm__title {
  position: absolute;
  left: 0;
  top: 0;
  color: #16160d;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.8181818182rem;
  font-family: "Cardo", serif;
  letter-spacing: 0.07em;
  line-height: 2.1818181818rem;
  padding: 0.6818181818rem 1.1818181818rem;
  font-weight: 400;
  width: 16.3636363636rem;
}
@media (width <= 768px) {
  .c-charm__title {
    width: 9.3636363636rem;
    font-size: 1rem;
    padding: 0.5454545455rem 0;
    line-height: 1;
  }
}
@media (width <= 768px) {
  .c-charm__p {
    font-size: 0.6363636364rem;
  }
}
@media (width <= 768px) and (width <= 768px) {
  .c-charm__p {
    line-height: 1.0909090909rem;
  }
}
@media (width <= 768px) {
  .c-charm__p--short {
    letter-spacing: -0.01em;
  }
}
.c-charm__img {
  margin-bottom: 0.9090909091rem;
}
@media (width <= 768px) {
  .c-charm__img {
    margin-bottom: 0.4545454545rem;
  }
}

.c-fixed-box {
  display: inline-block;
  position: fixed;
  right: 2.0454545455rem;
  bottom: 0;
  height: 2.8181818182rem;
  z-index: 500;
}
@media (width <= 768px) {
  .c-fixed-box {
    right: 0;
    height: 2.2727272727rem;
  }
}
.c-fixed-box__contact {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.3s;
  gap: 0.4545454545rem;
}
.c-fixed-box__contact:hover {
  opacity: 0.9;
}
.c-fixed-box__link {
  background-color: #b8860b;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 1.0909090909rem;
  font-size: 0.8181818182rem;
  height: 100%;
  text-decoration: none;
}
@media (width <= 768px) {
  .c-fixed-box__link {
    font-size: 0.5909090909rem;
    padding: 0 0.7272727273rem;
    line-height: 1.2;
    text-align: center;
    padding: 0 1.3636363636rem;
  }
}
.c-fixed-box__link span {
  margin-left: 3.1818181818rem;
}
@media (width <= 768px) {
  .c-fixed-box__link span {
    display: none;
  }
}

.c-fixed-box__link-2 {
  background-color: #b8860b;
  /*display: flex;
  align-items: center;*/
  color: #fff;
  padding: 6px 1.0909090909rem;
  font-size: 0.8181818182rem;
  height: 100%;
  text-decoration: none;
    text-align: center;
}
.c-fixed-box__link-2 span.c-fixed-box__link-2-note{
    display: block;
    font-size: 9px;
    margin-top: 0px;
    margin-left: 0;
}
@media (width <= 768px) {
  .c-fixed-box__link-2 {
    font-size: 0.5909090909rem;
    padding: 6px 0.7272727273rem !important;
    line-height: 1.2;
    text-align: center;
    padding: 0 1.3636363636rem;
  }
}
.c-fixed-box__link-2 span {
  margin-left: 3.1818181818rem;
}
@media (width <= 768px) {
  .c-fixed-box__link-2 span {
    display: none;
  }
}

.c-fixed-box__icon {
  width: 0.6818181818rem;
  margin-right: 0.5909090909rem;
}
@media (width <= 768px) {
  .c-fixed-box__icon {
    width: 0.9090909091rem;
    margin-right: 0.2272727273rem;
  }
}

.c-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 6.3636363636rem 0 7.2727272727rem;
}
@media (width <= 768px) {
  .c-inner {
    max-width: 100%;
    padding: 3.6363636364rem 1.2727272727rem;
  }
}
.c-inner--large {
  max-width: 83.1818181818rem;
}
.c-inner--full {
  max-width: 87.2727272727rem;
}
.c-inner--schedule {
  max-width: 77.4090909091rem;
}
.c-inner--video {
  max-width: 46.1363636364rem;
}
@media (width <= 768px) {
  .c-inner--video {
    padding: 3.6363636364rem 1.2727272727rem;
  }
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list__title {
  font-size: 1.4545454545rem;
  font-weight: 700;
  margin-bottom: 0.2272727273rem;
  letter-spacing: 0.05em;
}
@media (width <= 768px) {
  .c-list__title {
    font-size: 0.8181818182rem;
  }
}
.c-list__title span {
  margin-right: 0.4545454545rem;
}
@media (width <= 768px) {
  .c-list__title span {
    margin-right: 0.2272727273rem;
  }
}
.c-list__p {
  line-height: 1.8636363636rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (width <= 768px) {
  .c-list__p {
    font-size: 0.6363636364rem;
    line-height: 1.1818181818rem;
  }
}
.c-list__item {
  padding: 1.3636363636rem 0 1.8181818182rem;
  border-bottom: 1px solid rgba(22, 22, 13, 0.2);
}
@media (width <= 768px) {
  .c-list__item {
    padding: 1.1363636364rem 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-schedule__list {
  margin-top: 0.9090909091rem;
  display: flex;
  gap: 1.8181818182rem;
}
@media (width <= 768px) {
  .c-schedule__list {
    margin-top: 0.4545454545rem;
    flex-wrap: wrap;
    gap: 1.3636363636rem;
  }
}
.c-schedule__item {
  width: 17.5909090909\\90rem;
}
@media (width <= 768px) {
  .c-schedule__item {
    width: 100%;
  }
}
.c-schedule__title {
  background-color: #b8860b;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4545454545rem;
  text-align: center;
  padding-bottom: 0.2272727273rem;
  font-weight: 700;
}
@media (width <= 768px) {
  .c-schedule__title {
    font-size: 0.8181818182rem;
    line-height: 1;
    margin-bottom: 0.4545454545rem;
  }
}
.c-schedule__table {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.9090909091rem;
}
@media (width <= 768px) {
  .c-schedule__table {
    font-size: 0.6363636364rem;
    margin-bottom: 0rem;
  }
}
.c-schedule__table th {
  letter-spacing: -0.03em;
  text-align: right;
  padding-right: 0.4545454545rem;
}
.c-schedule__slider .swiper-wrapper {
  display: flex;
  gap: 1.0909090909rem;
}
.c-schedule__slider-img {
  width: 23.0909090909rem;
}

.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.1136363636rem;
}
.c-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #16160d;
  border-radius: 999px;
}
.c-scroll-bar::-webkit-scrollbar-track {
  background-color: #999;
  border-radius: 0.1136363636rem;
}

.c-slider__controller {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.1818181818rem;
  color: #b8860b;
  margin-top: 0.3636363636rem;
}
@media (width <= 768px) {
  .c-slider__controller {
    font-size: 0.6363636364rem;
  }
}
.c-slider__controller .swiper-pagination {
  display: inline-block;
  width: auto;
  position: static;
  margin-right: 0.4545454545rem;
}
.c-slider__controller .swiper-button {
  position: relative;
  width: 1.8181818182rem;
  height: 1.8181818182rem;
  background-color: #eae4da;
  border-radius: 0.2159090909rem;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media (width <= 768px) {
  .c-slider__controller .swiper-button {
    position: absolute;
    top: 35%;
    left: 0.4545454545rem;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.c-slider__controller .swiper-button:after {
  content: "";
  display: block;
  width: 0.4545454545rem;
  height: 0.4545454545rem;
  left: 0.5909090909rem;
  top: 0.6818181818rem;
  position: absolute;
  border-top: 1px solid #b8860b;
  border-right: 1px solid #b8860b;
  transform: rotate(45deg);
}
@media (width <= 768px) {
  .c-slider__controller .swiper-button:after {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.c-slider__controller .swiper-button--prev:after {
  transform: rotate(-135deg);
  left: 0.7727272727rem;
}
@media (width <= 768px) {
  .c-slider__controller .swiper-button--next {
    left: inherit;
    right: 0.4545454545rem;
  }
}

.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--eng {
  display: inline-block;
  font-size: 0.6363636364rem;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 0 auto 1.3636363636rem;
  max-width: 75rem;
  padding: 0 2.6363636364rem 0 0.9090909091rem;
}
@media (width <= 768px) {
  .c-title--eng {
    font-size: 0.5454545455rem;
    padding-right: 1.3636363636rem;
    max-width: inherit;
    padding-left: 0;
    margin: 0 0 0.6818181818rem;
  }
}
.c-title--eng:after {
  position: absolute;
  content: "";
  background-color: #000;
  top: 1.2272727273rem;
  right: 0;
  width: 4.5454545455rem;
  height: 1px;
  transform: rotate(-31deg);
}
@media (width <= 768px) {
  .c-title--eng:after {
    width: 2.9090909091rem;
    top: 0.8181818182rem;
  }
}
.c-title__h2 {
  font-size: 2.2727272727rem;
  font-weight: 700;
  line-height: 2.9090909091rem;
  padding-left: 1.8181818182rem;
  margin: 0 auto 2.7272727273rem;
  max-width: 75rem;
}
@media (width <= 768px) {
  .c-title__h2 {
    font-size: 1.4545454545rem;
    max-width: 100%;
    margin-bottom: 1.3636363636rem;
    padding-left: 1.3636363636rem;
    line-height: 1.8181818182rem;
  }
}

.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 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.p-lp__mv-title {
  position: absolute;
  left: 2.0454545455rem;
  bottom: 1.8181818182rem;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2.5454545455rem;
  color: #fff;
  padding: 0.4545454545rem 1.1363636364rem;
}
@media (width <= 768px) {
  .p-lp__mv-title {
    font-size: 1.0909090909rem;
    left: 0;
    bottom: 6.4545454545rem;
    line-height: 1;
    padding: 0.3636363636rem 0.4090909091rem;
  }
}
.p-lp__mv-title span {
  font-weight: 400;
}
.p-lp__video {
  text-align: center;
}
.p-lp__video .c-inner {
  padding-top: 9.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__video .c-inner {
    padding-top: 3.6363636364rem;
  }
}
.p-lp__video .c-btn {
  width: 15.4545454545rem;
  min-width: inherit;
}
.p-lp .c-youtube, .p-lp__video-mp4 {
  margin-bottom: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp .c-youtube, .p-lp__video-mp4 {
    margin-bottom: 0.6818181818rem;
  }
}
.p-lp__video-p {
  font-size: 1.0909090909rem;
  font-weight: 700;
  line-height: 2.5454545455rem;
  margin-bottom: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__video-p {
    font-size: 0.7272727273rem;
    line-height: 2;
    margin-bottom: 1.1363636364rem;
  }
}
.p-lp__scene .c-inner {
  padding: 0 0 9.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__scene .c-inner {
    padding-bottom: 4.5454545455rem;
  }
}
.p-lp__scene .c-list {
  border-top: 1px solid rgba(22, 22, 13, 0.2);
  margin-left: -2.7272727273rem;
  padding-left: 2.7272727273rem;
  margin-top: 2.7272727273rem;
}
@media (width <= 768px) {
  .p-lp__scene .c-list {
    margin-top: 0;
    margin-left: -1.2727272727rem;
    padding-left: 1.2727272727rem;
  }
}
.p-lp__scene .c-block--reverse .c-list {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
@media (width <= 768px) {
  .p-lp__scene .c-block--reverse .p-lp__scene-img {
    margin-left: 0;
    margin-bottom: 0.2272727273rem;
  }
}
@media (width <= 768px) {
  .p-lp__scene-img {
    margin-left: -1.2727272727rem;
    width: calc(100% + 1.2727272727rem);
    max-width: inherit;
    margin-bottom: 0.9090909091rem;
  }
}
.p-lp__schedule {
  background: rgba(184, 134, 11, 0.06);
}
.p-lp__schedule .c-inner {
  padding-bottom: 12.7272727273rem;
}
@media (width <= 768px) {
  .p-lp__schedule .c-inner {
    padding-top: 2.2727272727rem;
    padding-bottom: 4.5454545455rem;
  }
}
.p-lp__schedule .c-title__h2 {
  margin-bottom: 0.4545454545rem;
}
@media (width <= 768px) {
  .p-lp__schedule .c-title__h2 {
    margin-bottom: 0;
  }
}
.p-lp__schedule__inner {
  display: flex;
  gap: 4.0909090909rem;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  height: 127.2727272727rem;
}
@media (width <= 768px) {
  .p-lp__schedule__inner {
    height: auto;
    gap: 1.3636363636rem;
    margin-bottom: 2.9545454545rem;
  }
}
.p-lp__schedule__list {
  width: 23.1818181818rem;
}
@media (width <= 768px) {
  .p-lp__schedule__list {
    width: 100%;
  }
}
.p-lp__schedule__item {
  width: 100%;
  position: relative;
  padding: 2.0454545455rem 0 2.0454545455rem 1.3636363636rem;
}
@media (width <= 768px) {
  .p-lp__schedule__item {
    width: 100%;
    padding: 0.6818181818rem 0 1.0636363636rem 0.9090909091rem;
  }
}
.p-lp__schedule__item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 1.8181818182rem);
  background: rgba(51, 40, 35, 0.15);
  bottom: 0;
  right: 0;
  display: block;
}
.p-lp__schedule__item:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #b8860b;
  position: absolute;
  left: 0;
  top: 0;
}
.p-lp__schedule__item:nth-of-type(2) {
  padding-top: 0;
}
.p-lp__schedule__item:nth-of-type(2):after {
  top: 0.9090909091rem;
}
.p-lp__schedule__item:last-of-type:before {
  content: inherit;
}
.p-lp__schedule__item:last-of-type:after {
  height: 2.9545454545rem;
}
@media (width <= 768px) {
  .p-lp__schedule__item:last-of-type:after {
    height: 1.5909090909rem;
  }
}
.p-lp__schedule__day {
  font-size: 1.3636363636rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #16160e;
  flex-wrap: wrap;
  width: 6.8181818182rem;
  height: 6.8181818182rem;
  border-radius: 999px;
  margin: 0 auto 2.0454545455rem;
  font-family: "cardo", serif;
}
@media (width <= 768px) {
  .p-lp__schedule__day {
    font-size: 0.7272727273rem;
    width: 4.5454545455rem;
    height: 4.5454545455rem;
    margin-bottom: 1.3636363636rem;
  }
}
.p-lp__schedule__day-inner {
  line-height: 1;
}
@media (width <= 768px) {
  .p-lp__schedule__day-inner {
    line-height: 1.4;
  }
}
.p-lp__schedule__day-span {
  font-size: 2.1818181818rem;
  display: block;
  width: 100px;
}
@media (width <= 768px) {
  .p-lp__schedule__day-span {
    font-size: 1.2727272727rem;
  }
}
.p-lp__schedule__item-title {
  font-size: 1.4545454545rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.2272727273rem;
  line-height: 1.35;
  position: relative;
  display: flex;
}
@media (width <= 768px) {
  .p-lp__schedule__item-title {
    font-size: 0.9545454545rem;
  }
}
.p-lp__schedule__item-title:before {
  content: "";
  width: 0.6818181818rem;
  height: 0.6818181818rem;
  display: block;
  background: #b8860b;
  border-radius: 999px;
  position: absolute;
  left: -1.6818181818rem;
  top: 0.6818181818rem;
}
@media (width <= 768px) {
  .p-lp__schedule__item-title:before {
    width: 0.4545454545rem;
    height: 0.4545454545rem;
    left: -1.1363636364rem;
    top: 0.4545454545rem;
  }
}
.p-lp__schedule__item-title .u-text--small {
  font-size: 1rem;
  display: block;
}
@media (width <= 768px) {
  .p-lp__schedule__item-title .u-text--small {
    font-size: 0.5909090909rem;
  }
}
.p-lp__schedule__item-time {
  font-size: 1.6363636364rem;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #b8860b;
  margin-right: 0.7272727273rem;
  font-family: "cardo", serif;
  font-weight: 400;
}
@media (width <= 768px) {
  .p-lp__schedule__item-time {
    font-size: 1.0909090909rem;
    margin-right: 0.9090909091rem;
  }
}
.p-lp__schedule p.p-lp__schedule__item-p {
  line-height: 1.7111111111;
}
@media (width <= 768px) {
  .p-lp__schedule p.p-lp__schedule__item-p {
    font-size: 0.6363636364rem;
    line-height: 1.5714285714;
  }
}
.p-lp__schedule__img-box {
  margin-top: 1.8181818182rem;
  position: relative;
}
@media (width <= 768px) {
  .p-lp__schedule__img-box {
    margin-top: 0.9090909091rem;
  }
}
.p-lp__schedule__img-box .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5454545455rem 0.6363636364rem;
}
@media (width <= 768px) {
  .p-lp__schedule__img-box .swiper-wrapper {
    flex-wrap: inherit;
    gap: 0;
  }
}
.p-lp__schedule__img-box .swiper-wrapper .p-lp__schedule__img {
  width: calc(50% - 0.3181818182rem);
  margin-top: 0 !important;
}
@media (width <= 768px) {
  .p-lp__schedule__img-box .swiper-wrapper .p-lp__schedule__img {
    width: 100%;
  }
}
.p-lp__schedule__img-box .c-slider__controller {
  display: none;
}
@media (width <= 768px) {
  .p-lp__schedule__img-box .c-slider__controller {
    display: flex;
    width: 100%;
  }
}
.p-lp__schedule__img {
  margin-top: 0.5454545455rem;
}
@media (width <= 768px) {
  .p-lp__schedule__img {
    margin-top: 0.4090909091rem;
  }
}
.p-lp__schedule__img:nth-of-type(1) {
  margin-top: 1.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__schedule__img:nth-of-type(1) {
    margin-top: 0.9090909091rem;
  }
}
.p-lp__schedule__bg {
  width: 47.2727272727rem;
  position: absolute;
  right: 0;
  bottom: -3.7272727273rem;
  z-index: 1;
}
@media (width <= 768px) {
  .p-lp__schedule__bg {
    width: calc(100% + 2.5454545455rem);
    max-width: inherit;
    margin-left: -1.2727272727rem;
    position: static;
  }
}
.p-lp__schedule-notice {
  max-width: 75rem;
  margin: 0 auto 4.0909090909rem;
  padding-left: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__schedule-notice {
    font-size: 0.6363636364rem;
    margin-bottom: 1.6363636364rem;
  }
}
.p-lp__charm {
  color: #fff;
  background-image: url(../images/appeal-bg.jpg);
  background-size: cover;
  background-position: top center;
}
@media (width <= 768px) {
  .p-lp__charm .c-inner {
    padding-top: 2.0454545455rem;
    padding-bottom: 4.5454545455rem;
  }
}
.p-lp__charm .c-title__h2 {
  letter-spacing: 0.07em;
}
@media (width <= 768px) {
  .p-lp__charm .c-title__h2 {
    letter-spacing: 0;
    font-size: 1.2727272727rem;
    margin-bottom: 0.9090909091rem;
  }
}
.p-lp__charm .c-title__h2 .u-text--cardo {
  margin-right: 0.9090909091rem;
  font-weight: 400;
}
@media (width <= 768px) {
  .p-lp__charm .c-title__h2 .u-text--cardo {
    font-size: 1.5rem;
    margin-right: 0;
    letter-spacing: 0.01em;
  }
}
.p-lp__charm .c-title--eng:after {
  background-color: #fff;
}
.p-lp__spec .c-inner {
  padding-bottom: 8.6363636364rem;
}
@media (width <= 768px) {
  .p-lp__spec .c-inner {
    padding-top: 2.0454545455rem;
    padding-bottom: 4.5454545455rem;
  }
}
.p-lp__spec .c-title__h2 {
  margin-bottom: 2.0454545455rem;
}
@media (width <= 768px) {
  .p-lp__spec .c-title__h2 {
    margin-bottom: 1.1363636364rem;
  }
}
.p-lp__spec .c-btn {
  max-width: 19rem;
  margin: 1.8181818182rem 0 2.7272727273rem;
}
@media (width <= 768px) {
  .p-lp__spec .c-btn {
    min-width: 100%;
    margin: 1.1363636364rem 0 1.3636363636rem;
  }
}
.p-lp__spec .c-slider {
  margin-bottom: 0.9090909091rem;
}
.p-lp__spec .c-slider .swiper-wrapper {
  display: flex;
  gap: 1.0909090909rem;
}
.p-lp__spec .c-slider .swiper-slide {
  width: 24.2727272727rem;
}
.p-lp__spec .c-slider--option .c-slider__img {
  width: 37.5rem;
}
.p-lp__spec .c-slider--room {
  margin-bottom: 0.9090909091rem;
}
@media (width <= 768px) {
  .p-lp__spec .c-slider--room {
    margin-bottom: 0;
  }
}
.p-lp__spec .c-slider--room .swiper-wrapper {
  gap: 1.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__spec .c-slider--room .swiper-wrapper {
    gap: 0;
  }
}
.p-lp__spec .c-slider--room .c-slider__img {
  width: 24.2727272727rem;
}
.p-lp__spec .c-slider--room .c-slider__controller {
  display: none;
}
@media (width <= 768px) {
  .p-lp__spec .c-slider--room .c-slider__controller {
    display: flex;
  }
}
.p-lp__spec .p-lp__p {
  text-align: center;
}
@media (width <= 768px) {
  .p-lp__spec .p-lp__p {
    font-size: 0.6363636364rem;
    line-height: 1.0909090909rem;
    text-align: left;
  }
}
.p-lp__spec-title {
  font-size: 1.8181818182rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  background-color: #b8860b;
  margin-bottom: 2.7272727273rem;
}
@media (width <= 768px) {
  .p-lp__spec-title {
    font-size: 1rem;
    text-align: center;
    padding: 0.5909090909rem 0;
    margin-bottom: 0.9090909091rem;
  }
}
.p-lp__spec-title:not(:last-of-type) {
  margin-top: 2.7272727273rem;
}
@media (width <= 768px) {
  .p-lp__spec-title:not(:last-of-type) {
    margin-top: 1.8181818182rem;
  }
}
.p-lp__spec-p {
  font-size: 1.8181818182rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.1363636364rem;
  padding-left: 1.1818181818rem;
}
@media (width <= 768px) {
  .p-lp__spec-p {
    margin-bottom: 0.9090909091rem;
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
  }
}
.p-lp__spec-p:not(:last-of-type) {
  margin-top: 2.7272727273rem;
}
@media (width <= 768px) {
  .p-lp__spec-p:not(:last-of-type) {
    margin-top: 1.1363636364rem;
  }
}
.p-lp__activity {
  color: #fff;
  background-image: url(../images/activity-bg.jpg);
  background-size: cover;
  background-position: top center;
}
@media (width <= 768px) {
  .p-lp__activity .c-inner {
    padding-bottom: 2.2727272727rem;
  }
}
.p-lp__activity .c-title--eng:after {
  background-color: #fff;
}
.p-lp__activity .c-title__h2 {
  margin-bottom: 3.6363636364rem;
}
@media (width <= 768px) {
  .p-lp__activity .c-title__h2 {
    margin-bottom: 0.9090909091rem;
  }
}
.p-lp__access {
  background-color: #16160d;
  color: #fff;
}
@media (width <= 768px) {
  .p-lp__access .p-lp__p {
    font-size: 0.6363636364rem;
    line-height: 1.0909090909rem;
  }
}
.p-lp__access .c-inner {
  padding-top: 0;
  padding-bottom: 9.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__access .c-inner {
    padding-bottom: 3.6363636364rem;
  }
}
.p-lp__access .c-title--eng:after {
  background-color: #fff;
}
@media (width <= 768px) {
  .p-lp__access .c-title__h2 {
    margin-bottom: 0.6818181818rem;
  }
}
@media (width <= 768px) {
  .p-lp__access .c-btn {
    min-width: inherit;
    width: 10rem;
    margin: 0 auto;
  }
}
.p-lp__access-text {
  display: flex;
  gap: 2.9090909091rem;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.7272727273rem;
  margin-bottom: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__access-text {
    flex-wrap: wrap;
    gap: 0.9090909091rem;
    border: none;
    margin-bottom: 0;
    padding-bottom: 1.8181818182rem;
  }
}
.p-lp__access-text .c-btn {
  color: #fff;
}
.p-lp__access-chart {
  position: relative;
}
@media (width <= 768px) {
  .p-lp__access-chart {
    display: flex;
  }
}
.p-lp__access-chart .c-block:not(:last-of-type) {
  margin-top: 7.2727272727rem;
}
.p-lp__review .c-inner {
  padding-bottom: 9.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__review .c-inner {
    padding-top: 2.2727272727rem;
    padding-bottom: 4.5454545455rem;
  }
}
.p-lp__review .c-title__h2 {
  margin-bottom: 3.6363636364rem;
}
@media (width <= 768px) {
  .p-lp__review .c-title__h2 {
    margin-bottom: 0.9090909091rem;
  }
}
@media (width <= 768px) {
  .p-lp__review .p-lp__p {
    font-size: 0.6363636364rem;
  }
}
.p-lp__review .p-lp__p:first-of-type {
  margin-bottom: 0.4545454545rem;
}
.p-lp__review .c-schedule__slider .swiper-wrapper {
  gap: 1.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__review .c-schedule__slider .swiper-wrapper {
    gap: 0;
  }
}
.p-lp__review .c-schedule__slider .c-slider__img {
  width: 24.2727272727rem;
}
@media (width <= 768px) {
  .p-lp__review .c-schedule__slider .c-slider__img {
    width: 100%;
  }
}
.p-lp__review .c-schedule__slider .c-slider__controller {
  display: none;
}
@media (width <= 768px) {
  .p-lp__review .c-schedule__slider .c-slider__controller {
    display: flex;
  }
}
.p-lp__review-item {
  background-color: #f6f1e9;
  padding: 2.9090909091rem 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__review-item {
    padding: 0.9090909091rem 0.5454545455rem;
  }
}
.p-lp__review-item:not(:last-of-type) {
  margin-bottom: 2.9090909091rem;
}
@media (width <= 768px) {
  .p-lp__review-item:not(:last-of-type) {
    margin-bottom: 1.0909090909rem;
  }
}
.p-lp__review-title {
  font-size: 1.8181818182rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.3636363636rem;
}
@media (width <= 768px) {
  .p-lp__review-title {
    font-size: 1rem;
    line-height: 1.3636363636rem;
    margin-bottom: 0.6818181818rem;
  }
}
.p-lp__contact {
  background-color: #16160d;
  color: #fff;
}
.p-lp__contact .c-inner {
  padding: 4.5454545455rem 0;
}
@media (width <= 768px) {
  .p-lp__contact .c-inner {
    padding: 2.2727272727rem 1rem 2.7272727273rem;
  }
}
@media (width <= 768px) {
  .p-lp__contact .c-title--eng {
    margin-left: -0.4545454545rem;
  }
}
.p-lp__contact .c-title--eng:after {
  background-color: #fff;
}
.p-lp__contact .c-title__h2 {
  margin-bottom: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__contact .c-title__h2 {
    font-size: 1.4090909091rem;
    letter-spacing: -0.05em;
    padding-left: 0.9090909091rem;
    margin-bottom: 0.9090909091rem;
  }
}
.p-lp__contact .c-btns {
  gap: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__contact .c-btns {
    gap: 0.7272727273rem;
  }
}
.p-lp__contact .c-btn,
.p-lp__contact .c-btn-2{
  color: #b8860b;
  background-color: #fff;
  min-width: 0;
  width: 13.3636363636rem;
}
@media (width <= 768px) {
  .p-lp__contact .c-btn,
  .p-lp__contact .c-btn-2{
    width: 12.0454545455rem;
  }
}
.p-lp__contact-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 2.2727272727rem;
}
.p-lp__contact-inner .c-btn-2{
    height: 51px;
    padding: 12px 0;
}
@media (width <= 768px) {
  .p-lp__contact-inner {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 1.3636363636rem;
  }
  .p-lp__contact-inner .c-btn-2{
    height: 60px;
  }
}
.p-lp__contact-p {
  margin-bottom: 1.8181818182rem;
}
@media (width <= 768px) {
  .p-lp__contact-p {
    font-size: 0.6363636364rem;
    line-height: 1.0909090909rem;
    margin-bottom: 0.9090909091rem;
    padding-left: 0.4545454545rem;
  }
}
.p-lp__contact-img {
  width: 25.7572727273rem;
  transform: translateY(-3.1818181818rem);
}
@media (width <= 768px) {
  .p-lp__contact-img {
    width: 11.8181818182rem;
    transform: inherit;
    margin: 1.8181818182rem auto;
  }
}
.p-lp__contact-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 0.4545454545rem;
}
@media (width <= 768px) {
  .p-lp__contact-bottom {
    justify-content: center;
    text-align: center;
  }
}
.p-lp__contact-list {
  display: flex;
  justify-content: end;
  width: 15rem;
  flex-wrap: wrap;
  gap: 1.0909090909rem;
}
@media (width <= 768px) {
  .p-lp__contact-list {
    justify-content: center;
    order: 1;
    gap: 0.6363636364rem;
    margin-bottom: 1.8181818182rem;
  }
}
.p-lp__contact-list-item {
  display: inline-block;
  line-height: 1;
}
@media (width <= 768px) {
  .p-lp__contact-list-item {
    width: 100%;
    font-size: 0.6363636364rem;
  }
}
.p-lp__contact-list-item:nth-of-type(1) {
  width: 100%;
  text-align: right;
}
@media (width <= 768px) {
  .p-lp__contact-list-item:nth-of-type(1) {
    text-align: center;
    margin-bottom: 0.9090909091rem;
  }
}
.p-lp__contact-list-item:nth-of-type(1) .p-lp__contact-list-link {
  text-decoration: underline;
}
.p-lp__contact-list-link {
  color: #fff;
  text-decoration: none;
}
@media (width <= 768px) {
  .p-lp__contact-copy {
    order: 2;
    font-size: 0.5454545455rem;
  }
}

/* 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 {
  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: "Zen Old Mincho", serif;
}
.u-text--opensans {
  font-family: "Open Sans", sans-serif;
}
.u-text--cardo {
  font-family: "Cardo", 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--gold {
  color: #b8860b;
}
.u-color__yellow {
  color: yellow;
}