@charset "UTF-8";
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

html {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.3125 * var(--vw-to-px) / 16 * 1rem, 1rem);
  }
}
@media print {
  html {
    font-size: clamp(0.875rem, 0.625rem + 0.3125 * var(--vw-to-px) / 16 * 1rem, 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: clamp(0.875rem, 0.6871330724rem + 0.3913894325 * var(--vw-to-px) / 16 * 1rem, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: clamp(0.0625rem, 0.0603426893rem + 3.4516971279 * var(--vw-to-px) / 16 * 1rem, 1.715rem);
  }
}

body {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-touch-callout: none;
  line-height: 1;
}
body * {
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
body *:before, body *:after {
  box-sizing: border-box;
}
body dialog {
  border: none;
  display: block;
  opacity: 0;
  translate: 0 -45%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transition: opacity 400ms, display 400ms allow-discrete, translate 400ms ease;
}
body dialog::backdrop {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.45);
  transition: opacity 400ms, display 400ms allow-discrete;
}
body dialog[open] {
  opacity: 1;
  display: block;
  translate: 0 -50%;
  position: fixed;
  pointer-events: auto;
}
body dialog[open]::backdrop {
  opacity: 1;
  display: block;
}
body dialog .js-btn-closeModal {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: top;
}
body dialog .js-btn-closeModal::-ms-expand {
  display: none;
}
body dialog .js-btn-closeModal {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: #212121;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  body dialog .inner {
    padding: 3em;
  }
}
@media only screen and (max-width: 767px) {
  body dialog .inner {
    padding: 2.5rem 1.25rem;
  }
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: top;
}
button::-ms-expand {
  display: none;
}
button {
  cursor: pointer;
  color: #000;
}

body,
pre,
button,
input,
textarea,
select {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}

input,
select,
textarea {
  font-size: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?68mma9") format("truetype"), url("../fonts/icomoon.woff?68mma9") format("woff"), url("../fonts/icomoon.svg?68mma9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class*=ic] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-train:before {
  content: "\e900";
}

.ic-tel:before {
  content: "\e901";
}

.ic-Subtract:before {
  content: "\e902";
}

.ic-smo:before {
  content: "\e903";
}

.ic-search:before {
  content: "\e904";
}

.ic-plus:before {
  content: "\e905";
}

.ic-pdf:before {
  content: "\e906";
}

.ic-outerlink:before {
  content: "\e907";
}

.ic-no_smo:before {
  content: "\e908";
}

.ic-minus:before {
  content: "\e909";
}

.ic-map_04:before {
  content: "\e90a";
}

.ic-lang:before {
  content: "\e90b";
}

.ic-house:before {
  content: "\e90c";
}

.ic-car:before {
  content: "\e90d";
}

.ic-calendar_02:before {
  content: "\e90e";
}

.ic-attention:before {
  content: "\e90f";
}

.ic-arrow_02:before {
  content: "\e910";
}

.ic-arrow_01:before {
  content: "\e911";
}

.ic-fb:before {
  content: "\e912";
}

.ic-inst_black:before {
  content: "\e913";
}

.ic-line:before {
  content: "\e914";
}

.ic-x:before {
  content: "\e915";
}

.ic-youtube:before {
  content: "\e916";
}

.ic-attention_02:before {
  content: "\e917";
}

.ic-close:before {
  content: "\e918";
}

.ic-stat_minus_1:before {
  content: "\e91d";
}

.ic-play:before {
  content: "\e920";
}

.ic-ferry:before {
  content: "\e91a";
}

@media only screen and (min-width: 1200px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  transition: opacity 400ms ease;
}
.mouse .over:hover, .touch .over.touchstart {
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .over.touchend {
  transition-delay: 200ms;
}

#abi_page {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #abi_page {
    width: 100%;
    margin: auto;
  }
}
@media print {
  #abi_page {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #abi_page {
    font-size: 100% !important;
  }
}

.l-header__lead {
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  z-index: 100;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .l-header__lead {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__lead {
    font-size: 0.8571428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-header__lead {
    width: 36.4583333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__lead {
    top: 1.6666666667vw;
    left: 1.5625%;
  }
}
@media print {
  .l-header__lead {
    top: 1.6666666667vw;
    left: 1.5625%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__lead {
    top: 1.5625rem;
    left: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__lead {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}
.l-header__fixnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: -6.25rem;
  width: 100%;
  z-index: 3000;
  background: rgba(37, 37, 37, 0.8);
  padding: 1.5625rem 1.5625%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease, top 600ms ease;
}
.l-header__fixnav .logo {
  width: 6.25rem;
}
.activeFix .l-header__fixnav {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.l-header__fixnav .l-gnav {
  padding-bottom: 0;
  justify-content: flex-end;
}
.l-header__fixnav .l-gnav .gnav {
  justify-content: flex-end;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__fixnav .l-gnav .gnav li:not(.c-rsvBtns):first-child {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__fixnav .l-gnav .gnav li.c-rsvBtns p:nth-child(1), .l-header__fixnav .l-gnav .gnav li.c-rsvBtns p:nth-child(2) {
    display: none;
  }
}

.l-gnav {
  padding-bottom: 1.5625vw;
}
.l-gnav .gnav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding-inline: 5.2083333333vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-gnav .gnav {
    gap: 1.25rem 0.375rem;
    flex-wrap: wrap;
    padding-inline: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-gnav .gnav li:not(.c-rsvBtns):first-child {
    display: none;
  }
}
.l-gnav .gnav li:not(.c-rsvBtns) a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .l-gnav .gnav li:not(.c-rsvBtns) a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-gnav .gnav li:not(.c-rsvBtns) a {
    font-size: 1.0714285714rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-gnav .gnav li:not(.c-rsvBtns) a {
    padding-inline: 0.5208333333vw;
  }
}
.l-gnav .gnav li:not(.c-rsvBtns) a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 50%;
  opacity: 0;
  transition: all 400ms ease;
}
.l-gnav .gnav li:not(.c-rsvBtns) a:hover:before, .l-gnav .gnav li:not(.c-rsvBtns) a.is-active:before {
  opacity: 1;
  bottom: 120%;
}
@media only screen and (min-width: 1200px) {
  .l-gnav .gnav li.c-rsvBtns {
    margin-left: -0.4375rem;
  }
}
@media print {
  .l-gnav .gnav li.c-rsvBtns {
    margin-left: -0.4375rem;
  }
}
.l-gnav .hnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 1.1875rem;
  margin-top: 1.1875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.l-gnav .hnav li {
  color: #fff;
  line-height: 1;
}
.l-gnav .hnav li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.l-gnav .hnav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-inline: 0.8333333333vw;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: transparent;
  transition: all 400ms ease;
}
@media only screen and (min-width: 768px) {
  .l-gnav .hnav li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-gnav .hnav li a {
    font-size: 1rem;
  }
}
.l-gnav .hnav li a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.l-gnav .hnav li.txt_tel {
  line-height: 1;
  padding-left: 0.8333333333vw;
  white-space: nowrap;
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .l-gnav .hnav li.txt_tel {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-gnav .hnav li.txt_tel {
    font-size: 1rem;
  }
}
.l-gnav .hnav li.txt_tel a, .l-gnav .hnav li.txt_tel span {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-gnav .hnav li.txt_tel a, .l-gnav .hnav li.txt_tel span {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-gnav .hnav li.txt_tel a, .l-gnav .hnav li.txt_tel span {
    font-size: 1.5714285714rem;
  }
}

.l-title {
  position: relative;
  z-index: 10;
}
.l-title__text {
  position: absolute;
  z-index: 10;
}
.l-title__text {
  top: 10.4166666667vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-title__text {
    top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-title__text {
    top: 5.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-title__text {
    left: 17.1875%;
  }
}
@media only screen and (max-width: 767px) {
  .l-title__text {
    left: 12%;
  }
}
.l-title__text i {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .l-title__image {
    width: 100%;
    aspect-ratio: 1920/540;
    border-radius: 0rem;
    overflow: hidden;
  }
  .l-title__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media print {
  .l-title__image {
    width: 100%;
    aspect-ratio: 1920/540;
    border-radius: 0rem;
    overflow: hidden;
  }
  .l-title__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-title__image {
    aspect-ratio: 1/0.4;
    border-radius: 0rem;
    overflow: hidden;
  }
  .l-title__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .l-title__image {
    aspect-ratio: 1/0.55;
    border-radius: 0rem;
    overflow: hidden;
  }
  .l-title__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.l-title__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.l-topicpath {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8C8C8;
}
@media only screen and (min-width: 768px) {
  .l-topicpath {
    padding: 1rem 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-topicpath {
    padding: 0.625rem 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-topicpath li {
    font-size: 0.9375rem;
  }
}
@media print {
  .l-topicpath li {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-topicpath li {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-topicpath li {
    font-size: 0.9285714286rem;
  }
}
.l-topicpath li a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.l-topicpath li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: inline-block;
  margin-left: 0.5em;
  margin-inline: 0.75rem 0.6875rem;
}
@media only screen and (min-width: 1200px) {
  .l-topicpath li a:after {
    font-size: 0.75rem;
  }
}
@media print {
  .l-topicpath li a:after {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-topicpath li a:after {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-topicpath li a:after {
    font-size: 0.7142857143rem;
  }
}

.l-footer {
  background: url(../images/common/bg_pattern_black.webp) repeat top left;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    gap: 3.125rem;
    padding-top: 6.25vw;
    margin-top: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer {
    padding-top: 10vw;
    margin-top: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    gap: 1.875rem;
    padding-block: 3.75rem;
    margin-top: 5rem;
  }
}
.l-footer__facility {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-footer__facility {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility {
    gap: 1.25rem;
  }
}
.l-footer__facility .logo {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .l-footer__facility .logo {
    width: 17.5rem;
  }
}
@media print {
  .l-footer__facility .logo {
    width: 17.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__facility .logo {
    width: 28vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility .logo {
    width: 60%;
  }
}
.l-footer__facility .text {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-footer__facility .text .txt_tel {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility .text .txt_tel {
    font-size: 1rem;
  }
}
.l-footer__facility .text .txt_tel a, .l-footer__facility .text .txt_tel span {
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-footer__facility .text .txt_tel a, .l-footer__facility .text .txt_tel span {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility .text .txt_tel a, .l-footer__facility .text .txt_tel span {
    font-size: 1.5714285714rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__facility .text .txt_fax {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility .text .txt_fax {
    font-size: 1rem;
  }
}
.l-footer__facility .sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.l-footer__facility .sns .sst {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .l-footer__facility .sns .sst {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility .sns .sst {
    font-size: 1.2857142857rem;
  }
}
.l-footer__facility .sns .sst:after {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: #464646;
  display: block;
  margin-inline: 1.125rem;
}
.l-footer__facility .sns ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.125rem;
}
.l-footer__facility .sns ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-footer__facility .sns ul li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__facility .sns ul li a {
    font-size: 1.7142857143rem;
  }
}
.l-footer__btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__btns {
    margin-inline: auto;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    padding-block: 1.875rem;
    background: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__btns p {
    width: 60%;
    margin-inline: auto;
  }
}
.l-footer__btns p a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.625rem 1.875rem 0.75rem;
  border: 1px solid;
  line-height: 1;
  border-radius: 9999px;
  text-align: center;
  transition: background 400ms ease;
}
@media only screen and (min-width: 1200px) {
  .l-footer__btns p a {
    font-size: 0.9375rem;
  }
}
@media print {
  .l-footer__btns p a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__btns p a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__btns p a {
    font-size: 1rem;
  }
}
.l-footer__btns p.c1 a {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.l-footer__btns p.c1 a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.l-footer__btns p.c2 a {
  border-color: rgba(255, 255, 255, 0.5);
}
.l-footer__btns p.c2 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.l-footer__btns p.c3 a {
  border-color: #C9A063;
  background: #C9A063;
}
.l-footer__btns p.c3 a:hover {
  background: rgb(209.1, 174.25, 122.4);
}
.l-footer__fnav {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .l-footer__fnav {
    width: 90%;
  }
}
@media print {
  .l-footer__fnav {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__fnav {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1199px) {
  .l-footer__fnav {
    width: 89.7435897436%;
  }
}
.l-footer__fnav ul {
  display: grid;
  grid-auto-flow: column;
}
@media only screen and (min-width: 1200px) {
  .l-footer__fnav ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}
@media print {
  .l-footer__fnav ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__fnav ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, auto);
  }
}
.l-footer__fnav ul li {
  border-left: 1px solid #464646;
}
@media only screen and (min-width: 1200px) {
  .l-footer__fnav ul li {
    padding-inline: 1.8229166667vw 0;
  }
}
@media print {
  .l-footer__fnav ul li {
    padding-inline: 1.8229166667vw 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__fnav ul li {
    padding-inline: 1.875rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__fnav ul li {
    padding-inline: 1.25rem 0.625rem;
  }
}
.l-footer__fnav ul li:not(:nth-child(4n)) {
  padding-bottom: 0.7291666667vw;
}
.l-footer__fnav ul li a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-color: transparent;
  line-height: 1.6;
  color: #fff;
  transition: all 400ms ease;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .l-footer__fnav ul li a {
    font-size: 0.9375rem;
  }
}
@media print {
  .l-footer__fnav ul li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__fnav ul li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__fnav ul li a {
    font-size: 1rem;
  }
}
.l-footer__fnav ul li a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.l-footer__group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
}
.l-footer__group {
  padding-block: 3.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__group {
    padding-block: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__group {
    padding-block: 1.25rem;
  }
}
.l-footer__group ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem;
}
.l-footer__group ul {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .l-footer__group ul {
    width: 90%;
  }
}
@media print {
  .l-footer__group ul {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__group ul {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .l-footer__group ul {
    width: 89.7435897436%;
  }
}
.l-footer__group ul li a {
  display: block;
  text-decoration: none;
  padding: 0 1rem;
  line-height: 1.6;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  transition: background 400ms ease;
}
@media only screen and (min-width: 1200px) {
  .l-footer__group ul li a {
    font-size: 0.9375rem;
  }
}
@media print {
  .l-footer__group ul li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__group ul li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__group ul li a {
    font-size: 0.9285714286rem;
  }
}
.l-footer__group ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.l-footer__banner {
  position: fixed;
  right: 0;
  bottom: 2.5rem;
  z-index: 3000;
}
@media only screen and (min-width: 768px) {
  .l-footer__banner {
    width: 15.625%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .l-footer__banner {
    min-width: 220px;
  }
}
@media print {
  .l-footer__banner {
    min-width: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .l-footer__banner {
    bottom: 9.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__banner {
    bottom: 9.375rem;
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__banner {
    width: 40%;
    bottom: 4.6875rem;
  }
  #homepage .l-footer__banner {
    transition: all 400ms ease;
  }
  #homepage.activeFix .l-footer__banner {
    opacity: 1;
  }
}
.l-footer__banner p a {
  display: block;
  text-decoration: none;
}
.l-footer__banner #js-close_banner {
  position: absolute;
  top: -0.875rem;
  left: -0.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 9999px;
  z-index: 10;
  background: rgba(33, 33, 33, 0.8);
  color: #fff;
  transition: background 400ms ease;
}
@media only screen and (min-width: 768px) {
  .l-footer__banner #js-close_banner i {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__banner #js-close_banner i {
    font-size: 0.7857142857rem;
  }
}
.l-footer__banner #js-close_banner:hover {
  background: #212121;
}
.l-footer #copyright {
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-footer #copyright {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer #copyright {
    font-size: 0.8571428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer #copyright {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer #copyright {
    padding-bottom: 1.875rem;
    line-height: 1.5;
  }
}

.l-nav {
  width: 89.7435897436%;
  position: fixed;
  z-index: 3000;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.l-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 5fr 1fr;
  gap: 0.3125rem;
  align-items: center;
}
.l-nav__inner .icon {
  width: 2.8125rem;
  height: 2.8125rem;
}
.l-nav__inner .icon a, .l-nav__inner .icon span {
  text-decoration: none;
  text-align: center;
  border: 1px solid #C8C8C8;
  background: #fff;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .l-nav__inner .icon a, .l-nav__inner .icon span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav__inner .icon a, .l-nav__inner .icon span {
    font-size: 1rem;
  }
}
.l-nav__inner .icon a i, .l-nav__inner .icon span i {
  line-height: 2.8125rem;
}
.l-nav__inner .btn a {
  display: block;
  text-decoration: none;
  background: #C9A063;
  color: #fff;
  text-align: center;
  padding: 0.625rem;
  border-radius: 9999px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .l-nav__inner .btn a {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav__inner .btn a {
    font-size: 0.9285714286rem;
  }
}
.l-nav__inner .menu {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #464646;
}
.l-nav__inner .menu button {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  background: #212121;
  position: relative;
}
.l-nav__inner .menu button span {
  display: block;
  width: 40%;
  aspect-ratio: 1/0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
}
.l-nav__inner .menu button span i {
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  transform-origin: center;
  left: 0;
  right: 0;
  margin-inline: auto;
  transition: all 400ms ease;
}
.l-nav__inner .menu button span i:nth-child(1) {
  top: 0;
}
.l-nav__inner .menu button span i:nth-child(2) {
  top: 50%;
  margin-top: -0.5px;
}
.l-nav__inner .menu button span i:nth-child(3) {
  bottom: 0;
}
.l-nav__inner .menu button.is-active span i:nth-child(1) {
  top: 50%;
  transform: -50% -50%;
  rotate: 40deg;
}
.l-nav__inner .menu button.is-active span i:nth-child(2) {
  opacity: 0;
  right: -0.625rem;
}
.l-nav__inner .menu button.is-active span i:nth-child(3) {
  transform-origin: center;
  top: 50%;
  transform: -50% -50%;
  rotate: -40deg;
}

.l-menu {
  inset: 0 !important;
  translate: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background: url(../images/common/bg_pattern_black.webp) repeat top left;
  color: #fff;
}
.l-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 80%;
  padding: 3.125rem 0 5rem;
  margin-inline: auto;
  position: relative;
}
.l-menu__inner .btn_close1 {
  position: absolute;
  top: 1.5625rem;
  right: -0.625rem;
}
.l-menu__inner .btn_close1 i {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .btn_close1 i {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .btn_close1 i {
    font-size: 1.4285714286rem;
  }
}
.l-menu__inner .btn_close2 {
  position: absolute;
  width: fit-content;
  bottom: 2em;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.l-menu__inner .btn_close2 i {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .btn_close2 i {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .btn_close2 i {
    font-size: 1.4285714286rem;
  }
}
.l-menu__inner .main_links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
.l-menu__inner .main_links li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #fff;
  gap: 0.3125rem;
  padding: 0.3125rem 0;
  transition: opacity 400ms ease;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .main_links li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .main_links li a {
    font-size: 1rem;
  }
}
.l-menu__inner .main_links li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  margin-left: 0.3125rem;
  transition: translate 400ms ease;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .main_links li a:after {
    font-size: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .main_links li a:after {
    font-size: 0.5714285714rem;
  }
}
.l-menu__inner .main_links li a:hover {
  opacity: 0.8;
}
.l-menu__inner .main_links li a:hover:after {
  translate: 0.5em 0;
}
.l-menu__inner .sub_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.l-menu__inner .sub_links li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 400ms ease;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .sub_links li a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .sub_links li a {
    font-size: 0.8571428571rem;
  }
}
.l-menu__inner .sub_links li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  rotate: -90deg;
  margin-left: 0.3125rem;
  transition: translate 400ms ease;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .sub_links li a:after {
    font-size: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .sub_links li a:after {
    font-size: 0.5714285714rem;
  }
}
.l-menu__inner .sub_links li a:hover {
  opacity: 0.8;
}
.l-menu__inner .sub_links li a:hover:after {
  translate: 0.3em 0;
}
.l-menu__inner .group_links .btn {
  width: 100%;
  margin-bottom: 1.25rem;
}
.l-menu__inner .group_links .btn button {
  background: #464646;
  border: none;
  width: 100%;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .group_links .btn button {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .group_links .btn button {
    font-size: 1rem;
  }
}
.l-menu__inner .group_links .btn button:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  transition: all 400ms ease;
  line-height: 1;
  margin-top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .group_links .btn button:after {
    font-size: 0.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .group_links .btn button:after {
    font-size: 0.6428571429rem;
  }
}
.l-menu__inner .group_links .btn.active button:after {
  scale: 1 -1;
  margin-top: -0.4em;
}
.l-menu__inner .group_links ul {
  display: none;
}
.l-menu__inner .group_links ul li {
  margin-bottom: 0.5rem;
}
.l-menu__inner .group_links ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-menu__inner .group_links ul li a {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu__inner .group_links ul li a {
    font-size: 0.9285714286rem;
  }
}

.c-txt {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-txt {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-txt {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-txt {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 1rem;
  }
}

.c-catch {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
  font-weight: normal;
}
.c-catch i {
  display: block;
  color: #C9BC9C;
  margin-left: 0.3125rem;
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .c-catch i {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-catch i {
    font-size: 1.1428571429rem;
  }
}
.c-catch span {
  display: block;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .c-catch span {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .c-catch span {
    font-size: 1.5714285714rem;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .c-catch span {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-catch span {
    font-size: 1.3571428571rem;
  }
}

.c-st1 {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  font-weight: normal;
}
.c-st1 span {
  background: #212121;
  color: #fff;
  width: fit-content;
  line-height: 1;
  padding: 0.0625rem 0.875rem 0.125rem;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-st1 span {
    font-size: 1.125rem;
  }
}
@media print {
  .c-st1 span {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st1 span {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st1 span {
    font-size: 1.1428571429rem;
  }
}
.c-st1 i {
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-st1 i {
    font-size: 4.5rem;
  }
}
@media print {
  .c-st1 i {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st1 i {
    font-size: 3.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st1 i {
    font-size: 3.2142857143rem;
  }
}

.c-st2 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-st2 i {
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  border-bottom: 1px solid #212121;
  font-weight: normal;
  padding-bottom: 0.3125rem;
  position: relative;
  width: fit-content;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-st2 i {
    font-size: 3rem;
  }
}
@media print {
  .c-st2 i {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st2 i {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st2 i {
    font-size: 2.7142857143rem;
  }
}
.c-st2 i:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 9999px;
  background: #212121;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -5px;
}
.c-st2 span {
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .c-st2 span {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st2 span {
    font-size: 1.0714285714rem;
  }
}
.c-st2 small {
  background: #212121;
  color: #fff;
  line-height: 1.2;
  width: fit-content;
  padding: 0.0625rem 1rem;
  border-radius: 9999px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-st2 small {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-st2 small {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st2 small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st2 small {
    font-size: 0.9285714286rem;
  }
}
.c-st2.u-center {
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  text-align: center;
}
.c-st2.u-center small {
  margin-inline: auto;
}

.c-st3 {
  position: relative;
  width: fit-content;
}
.c-st3 i {
  display: block;
  color: #AAAAAA;
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .c-st3 i {
    font-size: 1.125rem;
  }
}
@media print {
  .c-st3 i {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st3 i {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st3 i {
    font-size: 1.1428571429rem;
  }
}
.c-st3 span {
  line-height: 1.4;
  display: block;
  padding-block: 0.625rem 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .c-st3 span {
    font-size: 1.5rem;
  }
}
@media print {
  .c-st3 span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st3 span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st3 span {
    font-size: 1.2857142857rem;
  }
}
.c-st3:before {
  content: "";
  width: 2rem;
  height: 1px;
  background: #212121;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-st3:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 9999px;
  background: #212121;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 2.1875rem;
}
.c-st3 small {
  background: #212121;
  color: #fff;
  line-height: 1.2;
  width: fit-content;
  padding: 0.0625rem 1rem;
  border-radius: 9999px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-st3 small {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-st3 small {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st3 small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st3 small {
    font-size: 0.9285714286rem;
  }
}
.c-st3.u-center {
  text-align: center;
}
.c-st3.u-center:before {
  left: 0;
  right: 0;
  margin-inline: auto;
}
.c-st3.u-center:after {
  left: 0;
  right: 0;
  margin-inline: auto;
  translate: 1.21875rem 0;
}
.c-st3.u-center small {
  margin-inline: auto;
}

.c-st4 {
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  width: fit-content;
}
@media only screen and (min-width: 1200px) {
  .c-st4 {
    font-size: 1.125rem;
  }
}
@media print {
  .c-st4 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st4 {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-st4 {
    font-size: 1.1428571429rem;
  }
}
.c-st4.u-center {
  margin-inline: auto;
  text-align: center;
}

.c-btn1 {
  width: fit-content;
  max-width: 100%;
}
.c-btn1 a, .c-btn1 button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #212121;
  background: #212121;
  color: #fff;
  border-radius: 9999px;
  line-height: 1.2;
  padding: 0.4375rem 0.75rem 0.5625rem 1.5rem;
  transition: all 400ms ease;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-btn1 a, .c-btn1 button {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-btn1 a, .c-btn1 button {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-btn1 a, .c-btn1 button {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 a, .c-btn1 button {
    font-size: 0.9285714286rem;
  }
}
.c-btn1 a:after, .c-btn1 button:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  margin-bottom: -0.125rem;
  transition: translate 400ms ease;
  margin-left: 2.0833333333vw;
}
@media only screen and (min-width: 768px) {
  .c-btn1 a:after, .c-btn1 button:after {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 a:after, .c-btn1 button:after {
    font-size: 0.9285714286rem;
  }
}
.c-btn1 a:after, .c-btn1 button:after {
  margin-left: 2.0833333333vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-btn1 a:after, .c-btn1 button:after {
    margin-left: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 a:after, .c-btn1 button:after {
    margin-left: 1.25rem;
  }
}
.c-btn1 a:before, .c-btn1 button:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: #fff;
  border-radius: 9999px;
  margin-right: 0.5rem;
  margin-top: 1px;
}
.c-btn1 a:hover, .c-btn1 button:hover {
  background: #464646;
}
.c-btn1 a:hover:after, .c-btn1 button:hover:after {
  translate: 2px 0;
}
.c-btn1.u-white a, .c-btn1.u-white button {
  color: #fff;
  border: 1px solid #fff;
}
.c-btn1.u-rsv a, .c-btn1.u-rsv button {
  background: #C9A063;
  border-color: #C9A063;
  color: #fff;
}
.c-btn1.u-rsv a:hover, .c-btn1.u-rsv button:hover {
  background: rgb(209.1, 174.25, 122.4);
  border-color: rgb(209.1, 174.25, 122.4);
}
.c-btn1.u-pdf a:before, .c-btn1.u-pdf button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: inline-block;
  margin-right: 0.5em;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}
.c-btn1.u-outer a:before, .c-btn1.u-outer button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  display: inline-block;
  margin-right: 0.5em;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.c-lnk1 {
  width: fit-content;
  max-width: 100%;
}
.c-lnk1 a, .c-lnk1 button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  color: #212121;
  line-height: 1.2;
  transition: all 400ms ease;
  padding: 0.625rem 0.5rem;
  border-bottom: 1px solid #212121;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .c-lnk1 a, .c-lnk1 button {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lnk1 a, .c-lnk1 button {
    font-size: 1.0714285714rem;
  }
}
.c-lnk1 a:after, .c-lnk1 button:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  margin-bottom: -0.125rem;
  transition: translate 400ms ease;
}
@media only screen and (min-width: 768px) {
  .c-lnk1 a:after, .c-lnk1 button:after {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lnk1 a:after, .c-lnk1 button:after {
    font-size: 0.9285714286rem;
  }
}
.c-lnk1 a:before, .c-lnk1 button:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: #212121;
  border-radius: 9999px;
  margin-right: 0.5rem;
  margin-top: 1px;
}
.c-lnk1 a:hover:after, .c-lnk1 button:hover:after {
  translate: 4px 0;
}
.c-lnk1.u-white a, .c-lnk1.u-white button {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-lnk1.u-white a:before, .c-lnk1.u-white button:before {
  background: #fff;
}
.c-lnk1.u-pdf a:before, .c-lnk1.u-pdf button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: inline-block;
  margin-right: 0.5em;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}
.c-lnk1.u-outer a:before, .c-lnk1.u-outer button:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  display: inline-block;
  margin-right: 0.5em;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.c-tbl1 {
  width: fit-content;
  max-width: 100%;
  border-left: 2px solid #212121;
}
.c-tbl1 tr th, .c-tbl1 tr td {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .c-tbl1 tr th, .c-tbl1 tr td {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl1 tr th, .c-tbl1 tr td {
    font-size: 1.0714285714rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl1 tr th, .c-tbl1 tr td {
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .c-tbl1 tr th {
    padding: 0.125rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl1 tr th {
    width: fit-content;
    max-width: 50%;
    white-space: nowrap;
    padding: 0.125rem 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-tbl1 tr td {
    padding: 0.125rem 1.0625rem 0.125rem 0;
  }
}
.c-tbl2 {
  width: fit-content;
  max-width: 100%;
}
.c-tbl2 tr th, .c-tbl2 tr td {
  border-bottom: 1px solid #C8C8C8;
  padding-block: 0.75rem;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-tbl2 tr th, .c-tbl2 tr td {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-tbl2 tr th, .c-tbl2 tr td {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-tbl2 tr th, .c-tbl2 tr td {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl2 tr th, .c-tbl2 tr td {
    font-size: 1rem;
  }
}
.c-tbl2 tr th {
  padding-inline: 0.9375vw;
  border-color: #212121;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-tbl2 tr th {
    padding-inline: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl2 tr th {
    padding-inline: 3.0769230769vw;
  }
}
.c-tbl2 tr td > div {
  border-left: 1px solid #212121;
  padding-inline: 1.1458333333vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-tbl2 tr td > div {
    padding-inline: 1.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl2 tr td > div {
    padding-inline: 4.1025641026vw;
  }
}

.c-rsvBtns {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .c-rsvBtns {
    flex-direction: column;
  }
}
.c-rsvBtns p a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.625rem 1.875rem 0.6875rem;
  border: 1px solid;
  line-height: 1;
  border-radius: 9999px;
  text-align: center;
  transition: background 400ms ease;
}
@media only screen and (min-width: 1200px) {
  .c-rsvBtns p a {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-rsvBtns p a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-rsvBtns p a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-rsvBtns p a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-rsvBtns p a {
    padding: 0.5rem 0.9375rem 0.5625rem;
  }
}
.c-rsvBtns p.c1 a {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.c-rsvBtns p.c1 a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-rsvBtns p.c2 a {
  border-color: rgba(255, 255, 255, 0.5);
}
.c-rsvBtns p.c2 a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.c-rsvBtns p.c3 a {
  border-color: #C9A063;
  background: #C9A063;
}
.c-rsvBtns p.c3 a:hover {
  background: rgb(209.1, 174.25, 122.4);
}

.c-intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-intro {
    padding-block: 3rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    padding-block: 4.6875rem 2.5rem;
    overflow: hidden;
  }
}
.c-intro:after {
  content: "";
  background: url(../images/common/bg_pattern_black.webp) repeat top left;
  display: block;
  position: absolute;
  right: 0;
  z-index: 5;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c-intro:after {
    width: 32.8125%;
    top: -9.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro:after {
    width: 40%;
    aspect-ratio: 1/1.1;
  }
}
.c-intro__inner {
  position: relative;
  z-index: 10;
}
.c-intro__inner {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .c-intro__inner {
    width: 90%;
  }
}
@media print {
  .c-intro__inner {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-intro__inner {
    max-width: 1340px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-intro__inner {
    width: 89.7435897436%;
  }
}
@media only screen and (min-width: 768px) {
  .c-intro__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.c-intro__inner:before {
  content: "";
  width: 0.3125rem;
  aspect-ratio: 5/192;
  background: url(../images/common/bg_intro-line.webp) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-intro__inner:before {
    top: -3rem;
    left: 2.6119402985%;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro__inner:before {
    top: -13.125rem;
    left: 8.9552238806%;
  }
}
.c-intro__inner__text {
  padding-inline: 8.9552238806%;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media only screen and (min-width: 768px) {
  .c-intro__inner__text {
    width: 49.2537313433%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-intro__inner__text {
    padding-inline: 7.4626865672%;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro__inner__text {
    gap: 0.9375rem;
  }
}
.c-intro__inner__text .st {
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 1200px) {
  .c-intro__inner__text .st {
    font-size: 1.25rem;
  }
}
@media print {
  .c-intro__inner__text .st {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-intro__inner__text .st {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro__inner__text .st {
    font-size: 1.2857142857rem;
  }
}
.c-intro__inner__text .catch {
  line-height: 1;
  position: absolute;
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  .c-intro__inner__text .catch {
    font-size: 5rem;
  }
}
@media print {
  .c-intro__inner__text .catch {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-intro__inner__text .catch {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro__inner__text .catch {
    font-size: 3.2142857143rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-intro__inner__text .catch {
    bottom: -1.8125rem;
    left: 34.4776119403%;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro__inner__text .catch {
    line-height: 1;
    bottom: -1.5625rem;
    left: -0.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-intro__inner__image {
    width: 50.7462686567%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-intro__inner__image {
    aspect-ratio: 1/0.7;
    border-radius: 0rem;
    overflow: hidden;
  }
  .c-intro__inner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro__inner__image {
    width: 95%;
    margin: 1.875rem auto 0;
  }
}

.c-pnav1 {
  background: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  .c-pnav1 {
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav1 {
    padding: 1.875rem 0 2.5rem;
  }
}
.c-pnav1 ul {
  display: grid;
  gap: 1.25rem;
}
.c-pnav1 ul {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .c-pnav1 ul {
    width: 90%;
  }
}
@media print {
  .c-pnav1 ul {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-pnav1 ul {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-pnav1 ul {
    width: 89.7435897436%;
  }
}
@media only screen and (min-width: 1200px) {
  .c-pnav1 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print {
  .c-pnav1 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-pnav1 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav1 ul {
    gap: 0.5rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-pnav1 ul li a {
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  line-height: 1.2;
  border-bottom: 1px solid #C8C8C8;
}
@media only screen and (min-width: 1200px) {
  .c-pnav1 ul li a {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-pnav1 ul li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-pnav1 ul li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav1 ul li a {
    font-size: 0.9285714286rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-pnav1 ul li a {
    padding: 0.625rem 0.5625rem 1rem 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav1 ul li a {
    padding: 0.6875rem 0.5625rem 0.75rem 0.625rem;
  }
}
.c-pnav1 ul li a:before {
  content: "";
  width: 1.875rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 400ms ease;
}
.c-pnav1 ul li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: inline-block;
  margin-left: 0.5em;
  transition: translate 400ms ease;
  rotate: 90deg;
}
@media only screen and (min-width: 1200px) {
  .c-pnav1 ul li a:after {
    font-size: 1.25rem;
  }
}
@media print {
  .c-pnav1 ul li a:after {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-pnav1 ul li a:after {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav1 ul li a:after {
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pnav1 ul li a:after {
    margin-left: 0.5rem;
  }
}
.c-pnav1 ul li a:hover:before {
  width: 100%;
}
.c-pnav1 ul li a:hover:after {
  translate: 0 0.3em;
}

.c-slider2 {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .c-slider2 {
    width: 90%;
  }
}
@media print {
  .c-slider2 {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-slider2 {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-slider2 {
    width: 89.7435897436%;
  }
}
.c-slider2 .slick-list, .c-slider2 .slick-track {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .c-slider2 .slide {
    margin-inline: 1.5625rem;
    aspect-ratio: 1100/560;
    border-radius: 0rem;
    overflow: hidden;
  }
  .c-slider2 .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .c-slider2 .slide {
    margin-inline: 0.625rem;
    aspect-ratio: 1/0.7;
    border-radius: 0rem;
    overflow: hidden;
  }
  .c-slider2 .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.c-slider2 .slick-next, .c-slider2 .slick-prev {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: #fff;
  color: #212121;
  display: grid;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 46%;
  transform: translateY(-50%);
  transition: background 400ms ease;
}
@media only screen and (min-width: 1200px) {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    font-size: 1rem;
  }
}
@media print {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    font-size: 0.7142857143rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}
@media print {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-slider2 .slick-next, .c-slider2 .slick-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-slider2 .slick-next:hover, .c-slider2 .slick-prev:hover {
  background: #F5F5F5;
}
.c-slider2 .slick-prev {
  scale: -1 1;
}
.c-slider2 .slick-prev {
  left: -2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-slider2 .slick-prev {
    left: -1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-slider2 .slick-prev {
    left: -1.25rem;
  }
}
.c-slider2 .slick-next {
  right: -2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-slider2 .slick-next {
    right: -1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-slider2 .slick-next {
    right: -1.25rem;
  }
}

.c-dots .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1.4375rem auto 0;
}
@media only screen and (min-width: 768px) {
  .c-dots .slick-dots {
    gap: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .c-dots .slick-dots {
    gap: 1.0625rem;
  }
}
.c-dots .slick-dots li {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  position: relative;
}
.c-dots .slick-dots li button {
  display: block;
  width: 3px;
  height: 3px;
  background: #212121;
  border-radius: 9999px;
}
.c-dots .slick-dots li button:after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 9999px;
  border: 1px solid #212121;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: opacity 400ms ease;
}
.c-dots .slick-dots li.slick-active button:after {
  opacity: 1;
}

.c-service-container {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .c-service-container {
    width: 90%;
  }
}
@media print {
  .c-service-container {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-service-container {
    max-width: 1260px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-service-container {
    width: 89.7435897436%;
  }
}

.c-information {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-information {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-information {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-information {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-information {
    font-size: 1rem;
  }
}
.c-information__inner {
  position: relative;
  border: 1px solid #212121;
}
.c-information__inner:before, .c-information__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.625rem;
  aspect-ratio: 1;
  background: #212121;
}
.c-information__inner:before {
  left: 0;
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.c-information__inner:after {
  right: 0;
  bottom: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media only screen and (min-width: 1200px) {
  .c-information__inner {
    padding: 2.6041666667vw 5.3645833333vw;
  }
}
@media print {
  .c-information__inner {
    padding: 2.6041666667vw 5.3645833333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-information__inner {
    padding: 4.1666666667vw 8.5833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner {
    padding: 1.875rem 0.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner:not(:has(.info-image)) .info-text {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    column-gap: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-information__inner:not(:has(.info-image)) .info-text {
    column-gap: 5vw;
  }
}
.c-information__inner:has(.info-image) {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .c-information__inner:has(.info-image) {
    flex-direction: row;
    align-items: center;
    column-gap: 3.125vw;
    padding-inline: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-information__inner:has(.info-image) {
    column-gap: 5vw;
    padding-inline: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner:has(.info-image) {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner:has(.info-image) .info-text {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner:has(.info-image) .info-text {
    display: contents;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner:has(.info-image) .info-text .st {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner:has(.info-image) .info-text .st {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner:has(.info-image) .info-text .content {
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner:has(.info-image) .info-image {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner:has(.info-image) .info-image {
    order: 2;
  }
}
.c-information__inner:has(.info-wrapper) .info-wrapper + .info-wrapper {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #C8C8C8;
}
.c-information__inner:has(.info-wrapper) .info-text {
  align-items: center;
}
.c-information__inner:has(.info-wrapper) .info-text .st {
  padding-top: 0;
}
.c-information__inner:has(.info-wrapper) .info-text .content {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.c-information__inner .info-text {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .c-information__inner .info-text .st {
    width: fit-content;
  }
}
@media only screen and (min-width: 1200px) {
  .c-information__inner .info-text .st {
    padding-top: 2.0833333333vw;
  }
}
@media print {
  .c-information__inner .info-text .st {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-information__inner .info-text .st {
    padding-top: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner .info-text .st {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner .info-text .content.u-column2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner .info-text .content.u-column2 .list {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .c-information__inner .info-text .content.u-column2 .txt {
    width: 100%;
  }
}
.c-information__inner .info-text .content .list li {
  position: relative;
  padding-left: 0.875rem;
}
.c-information__inner .info-text .content .list li + li {
  margin-top: 0.375rem;
}
.c-information__inner .info-text .content .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: currentColor;
}
.c-information__inner .info-text .content .lnk {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .c-information__inner .info-text .content .lnk {
    margin-top: 0.875rem;
    margin-inline: auto;
  }
}
.c-information__inner .info-text .content .btn {
  width: fit-content;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .c-information__inner .info-text .content .btn {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner .info-text .content .btn {
    margin-inline: auto;
    margin-top: 1.25rem;
  }
}
.c-information__inner .info-text .content .c-tbl1 tr th {
  width: 6.25rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .c-information__inner .info-text .content .note-wrapper {
    margin-top: 0.75rem;
  }
}
.c-information__inner .info-text .content .note-wrapper .note {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .c-information__inner .info-text .content .note-wrapper .note {
    font-size: 0.875rem;
  }
}
@media print {
  .c-information__inner .info-text .content .note-wrapper .note {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-information__inner .info-text .content .note-wrapper .note {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner .info-text .content .note-wrapper .note {
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-information__inner .info-image {
    width: 100%;
  }
}
.c-information__inner .info-image img {
  width: 100%;
}

.c-price-list {
  line-height: 1.2;
}
.c-price-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-start;
  column-gap: 0.625rem;
  position: relative;
  padding-left: 0.875rem;
}
.c-price-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: currentColor;
}
@media only screen and (max-width: 1199px) {
  .c-price-list li:before {
    top: 0.5rem;
  }
}
.c-price-list li + li {
  margin-top: 0.5rem;
}
.c-price-list li .txt {
  display: block;
}
.c-price-list li .line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  min-width: 0.9375rem;
  margin-top: 0.625rem;
  background: #C8C8C8;
}
.c-price-list li .line:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.9375rem;
  width: 100%;
  height: 1px;
  background: #C8C8C8;
}
.c-price-list li .price {
  display: block;
}
.c-price-list li .price span {
  padding-right: 0.25rem;
  line-height: 1;
  font-family: "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .c-price-list li .price span {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-price-list li .price span {
    font-size: 1.5714285714rem;
  }
}

.c-modal-dogfee {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee {
    width: 90%;
  }
}
@media print {
  .c-modal-dogfee {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-modal-dogfee {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-modal-dogfee {
    width: 89.7435897436%;
  }
}
.c-modal-dogfee .inner {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.c-modal-dogfee .inner > .title {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .c-modal-dogfee .inner > .title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner > .title {
    font-size: 1.5714285714rem;
  }
}
.c-modal-dogfee .inner > .catch {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner > .catch {
    font-size: 1.0625rem;
  }
}
@media print {
  .c-modal-dogfee .inner > .catch {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner > .catch {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner > .catch {
    font-size: 1.0714285714rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner > .text {
    font-size: 1rem;
  }
}
@media print {
  .c-modal-dogfee .inner > .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner > .text {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner > .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-modal-dogfee .inner > .text {
    text-align: center;
  }
}
.c-modal-dogfee .inner > .text b {
  color: #c92f2f;
}
.c-modal-dogfee .inner > .btn {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .c-modal-dogfee .inner > .btn a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-modal-dogfee .inner > .btn a {
    font-size: 1rem;
  }
}
.c-modal-dogfee .inner .benefit {
  background: #eeeeee;
  max-width: 850px;
  margin: 2em auto 0;
  text-align: center;
  position: relative;
}
.c-modal-dogfee .inner .benefit {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit {
    padding: 1em 1.2em 1.5em;
  }
}
.c-modal-dogfee .inner .benefit:after {
  content: "";
  display: block;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  border: 1px solid rgba(201, 160, 58, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-modal-dogfee .inner .benefit .ic {
  margin: 0 auto 1em;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .ic {
    width: 3.125rem;
    margin: 1.25rem auto 0.5em;
  }
}
.c-modal-dogfee .inner .benefit .st {
  color: #C9A063;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner .benefit .st {
    font-size: 1.25rem;
  }
}
@media print {
  .c-modal-dogfee .inner .benefit .st {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner .benefit .st {
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .st {
    font-size: 1.2857142857rem;
  }
}
.c-modal-dogfee .inner .benefit .sst {
  margin-bottom: 0.625rem;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner .benefit .sst {
    font-size: 1.125rem;
  }
}
@media print {
  .c-modal-dogfee .inner .benefit .sst {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner .benefit .sst {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .sst {
    font-size: 1.1428571429rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner .benefit .txt {
    font-size: 0.9375rem;
  }
}
@media print {
  .c-modal-dogfee .inner .benefit .txt {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner .benefit .txt {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .txt {
    font-size: 0.9285714286rem;
  }
}
.c-modal-dogfee .inner .benefit .txt span {
  color: #c92f2f;
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner .benefit .txt span {
    font-size: 1rem;
  }
}
@media print {
  .c-modal-dogfee .inner .benefit .txt span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner .benefit .txt span {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .txt span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner .benefit .txt em {
    font-size: 1rem;
  }
}
@media print {
  .c-modal-dogfee .inner .benefit .txt em {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner .benefit .txt em {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .txt em {
    font-size: 1rem;
  }
}
.c-modal-dogfee .inner .benefit .txt_cau {
  color: #2e2f31;
}
@media only screen and (min-width: 1200px) {
  .c-modal-dogfee .inner .benefit .txt_cau {
    font-size: 0.875rem;
  }
}
@media print {
  .c-modal-dogfee .inner .benefit .txt_cau {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-modal-dogfee .inner .benefit .txt_cau {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .txt_cau {
    font-size: 0.9285714286rem;
  }
}
.c-modal-dogfee .inner .benefit .txt_cau span {
  vertical-align: middle;
}
.c-modal-dogfee .inner .benefit .txt_cau span:before {
  content: "◆";
  vertical-align: middle;
  padding-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  .c-modal-dogfee .inner .benefit .txt_cau span:before {
    font-size: 0.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .txt_cau span:before {
    font-size: 0.5rem;
  }
}
.c-modal-dogfee .inner .benefit .btn {
  margin: 1.5em auto 0;
}
.c-modal-dogfee .inner .benefit .btn {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .c-modal-dogfee .inner .benefit .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=common.css.map */
