@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

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

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

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

.c-main {
  color: #e70012;
}

.c-main2 {
  color: rgb(169, 157, 119);
}

.c-sub {
  color: #f0a514;
}

.c-red {
  color: #d00;
}

.c-black {
  color: #000;
}

.u-overlay {
  position: relative;
}
.u-overlay::before {
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 背景
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .u-bg-wood {
    background-image: url(../../img/common/bg_wood.webp);
    background-repeat: repeat;
    background-position: top center;
    background-size: 2097px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-bg-wood {
    background-image: url(../../img/common/sp/bg_wood.webp);
    background-repeat: repeat;
    background-position: top center;
    background-size: 100%;
  }
}

.u-bg-main {
  background-color: #f2f2f2;
}

.u-bg-sub {
  background-color: #f0a514;
}

/* 背景
-------------------------------------------------------*/
.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #f4f4f2;
}

.u-bg-white__grade {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-white__grade--reverse {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-gray__grade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to bottom, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

.u-bg-gray__grade--reverse {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to top, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #e70012;
}

.border--b {
  border-bottom: 4px solid #e70012;
}

/* グラデ
-------------------------------------------------------*/
.u-bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

.txt-copy {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6470588235;
}
@media screen and (max-width: 767.98px) {
  .txt-copy {
    font-size: 24px;
    font-size: 6.6666666667vw;
  }
}

.txt-read {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .txt-read {
    font-size: 13px;
    font-size: 3.6111111111vw;
  }
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", sans-serif;
}

.font-eng_garamond {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-eng_cinzel {
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-mincho__shippori {
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-gothic__yu {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* title
-------------------------------------------------------*/
/* read
-------------------------------------------------------*/
.read__lg {
  font-size: 2.2re;
  line-height: 2.0909090909;
}
@media screen and (max-width: 767.98px) {
  .read__lg {
    font-size: 18px;
    font-size: 5vw;
  }
}

/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 5.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 4.42rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 56px;
    font-size: 5.6vw;
  }
}

.txt__xl2 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 3.91rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 52px;
    font-size: 5.2vw;
  }
}

.txt__xl {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 46px;
    font-size: 4.6vw;
  }
}

.txt__lg2 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 42px;
    font-size: 4.2vw;
  }
}

.txt__lg {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 38px;
    font-size: 3.8vw;
  }
}

.txt__md2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 36px;
    font-size: 3.6vw;
  }
}

.txt__md {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.445rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 32px;
    font-size: 3.2vw;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 32px;
    font-size: 3.2vw;
  }
}

.txt__sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.275rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 28px;
    font-size: 2.8vw;
  }
}

.txt__xs {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 26px;
    font-size: 2.6vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1.1rem;
  }
}
.capt_s {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

/* txt__update
   右寄せの左揃え
-------------------------------------------------------*/
.txt__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  line-height: 1.5;
  margin-left: auto;
  margin-right: 0;
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333333333%;
}

.col4 {
  width: 25%;
}

.col5 {
  width: 20%;
}

.col6 {
  width: 16.6666666667%;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 77px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 110px;
    padding-top: 15.7142857143vw;
  }
}

.section--pt_sm {
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_sm {
    padding-top: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_sm {
    padding-top: 70px;
    padding-top: 10vw;
  }
}

.section--pt_lg {
  padding-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 150px;
    padding-top: 21.4285714286vw;
  }
}

.section--pt_xl {
  padding-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_xl {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_xl {
    padding-top: 180px;
    padding-top: 25.7142857143vw;
  }
}

.section--pb {
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 110px;
    padding-bottom: 15.7142857143vw;
  }
}

.section--pb_sm {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_sm {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_sm {
    padding-bottom: 70px;
    padding-bottom: 10vw;
  }
}

.section--pb_lg {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 150px;
    padding-bottom: 21.4285714286vw;
  }
}

.section--pb_xl {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_xl {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_xl {
    padding-bottom: 180px;
    padding-bottom: 25.7142857143vw;
  }
}

.section--mt {
  margin-top: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 77px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 110px;
    margin-top: 15.7142857143vw;
  }
}

.section--mt_sm {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_sm {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_sm {
    margin-top: 70px;
    margin-top: 10vw;
  }
}

.section--mt_lg {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 150px;
    margin-top: 21.4285714286vw;
  }
}

.section--mt_xl {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_xl {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_xl {
    margin-top: 180px;
    margin-top: 25.7142857143vw;
  }
}

.section--mb {
  margin-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 77px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 110px;
    margin-bottom: 15.7142857143vw;
  }
}

.section--mb_sm {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_sm {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_sm {
    margin-bottom: 70px;
    margin-bottom: 10vw;
  }
}

.section--mb_lg {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 150px;
    margin-bottom: 21.4285714286vw;
  }
}

.section--mb_xl {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_xl {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_xl {
    margin-bottom: 180px;
    margin-bottom: 25.7142857143vw;
  }
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-buttons {
    margin-top: 30px;
  }
}

.c-button a {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 50px;
  color: #e70012;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-inline: auto;
}
@media screen and (min-width: 1001px), print {
  .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button a {
    height: auto;
    padding-block: 0.7em 0.6em;
  }
}

.c-button.--more a {
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#cc0000), to(#8b1129));
  background: linear-gradient(to right, #cc0000, #8b1129);
}
@media screen and (min-width: 768px), print {
  .c-button.--more a {
    font-size: min(1.5873015873vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-button.--more a {
    font-size: 4.1666666667vw;
  }
}
.c-button.--more a::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 41%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-button.--more a::before {
    top: 41%;
    right: 15px;
  }
}
.c-button.--more a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#eee));
  background: linear-gradient(to left, #fff, #eee);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
@media screen and (min-width: 1001px), print {
  .c-button.--more a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--more a:hover {
    color: #c00;
  }
  .c-button.--more a:hover:before {
    border-top: 1px solid #c00;
    border-right: 1px solid #c00;
  }
  .c-button.--more a:hover::after {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-button.--more span {
  position: relative;
  z-index: 2;
}
.c-button.--more.--wh a {
  color: #333;
  background: #fff;
}
.c-button.--more.--wh a::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.c-button.--more.--wh a:after {
  background: -webkit-gradient(linear, left top, right top, from(#cc0000), to(#8b1129));
  background: linear-gradient(to right, #cc0000, #8b1129);
}
.c-button.--more.--wh a:hover {
  color: #fff;
}
.c-button.--more.--wh a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-button.--border a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 10px 45px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.c-button.--border a::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-button.--border a::before {
    top: 42%;
    right: 15px;
  }
}
.c-button.--border a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ddd));
  background: linear-gradient(to right, #fff, #ddd);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
@media screen and (min-width: 1001px), print {
  .c-button.--border a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--border a:hover {
    color: #000;
  }
  .c-button.--border a:hover:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .c-button.--border a:hover::after {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-button.--border span {
  position: relative;
  z-index: 2;
}

.c-heading .c-heading__copy {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.75;
  letter-spacing: 0.035em;
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading__copy {
    font-size: min(2.4603174603vw, 3.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading__copy {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading__copy.--lg {
    font-size: min(2.8571428571vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading__copy.--lg {
    font-size: 5.5555555556vw;
  }
}
.c-heading .c-heading__copy + .c-heading__txt {
  margin-top: 2.5em;
}

@media screen and (min-width: 768px), print {
  .c-heading__txt {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading__txt {
    font-size: 3.3333333333vw;
  }
}
.c-heading__txt + .c-heading__txt {
  margin-top: 1em;
}

.c-heading2 .c-heading__copy {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.45;
}
@media screen and (min-width: 768px), print {
  .c-heading2 .c-heading__copy {
    font-size: min(2.4603174603vw, 3.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading2 .c-heading__copy {
    font-size: 5vw;
  }
}
.c-heading2 .c-heading__copy + .c-heading__txt {
  margin-top: 30px;
  margin-top: 4.2857142857vw;
}
@media screen and (min-width: 768px), print {
  .c-heading2 .c-heading__copy + .c-heading__txt {
    margin-top: 30px;
  }
}

.c-form__group {
  margin-bottom: 2.5em;
}

.c-form__item {
  margin-top: 0.7em;
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 0.5em;
}

.c-form-icon {
  display: inline;
  font-size: 0.65em;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 2px;
}
.c-form-icon.--required {
  color: #fff;
  background-color: #d00;
}
.c-form-icon.--any {
  color: #fff;
  background-color: #aaa;
}

.c-form-input__field {
  width: 100%;
  padding: 1.2em 1.5em;
  background: #f3f3f3;
  border: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767.98px) {
  .c-form-input__field {
    padding: 0.9em 1.2em;
  }
}
.c-form-input__field:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #e70012;
          box-shadow: 0 0 7px #e70012;
}
.c-form-input__field::-webkit-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-moz-placeholder {
  color: #bbb;
}
.c-form-input__field:-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::placeholder {
  color: #bbb;
}
.c-form-input__field.--sizeS {
  max-width: 180px;
}
.c-form-input__field.--sizeM {
  max-width: 300px;
}
.c-form-input__field.--sizeL {
  max-width: 560px;
}
.c-form-input__field.--sizeLL {
  max-width: 820px;
}
@media screen and (max-width: 767.98px) {
  .c-form-input__field.--sizeLL {
    max-width: 98%;
  }
}

.c-form__buttons {
  width: min(400px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.c-form-button {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* ボタンが利用可能なスペースを均等に埋めるように設定 */
  -ms-flex-preferred-size: 0;
      flex-basis: 0; /* flex-growと組み合わせるための基本サイズを0にする */
  padding: 0.8em 0em 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px), print {
  .c-form-button {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-form-button {
    font-size: 4.1666666667vw;
  }
}
.c-form-button--default {
  background-color: #858585;
}
.c-form-button--default:hover {
  background-color: #333 !important;
}
.c-form-button--submit {
  background-color: #d00;
}
.c-form-button--submit:hover {
  background-color: #ff1111;
}
.c-form-button--submit:disabled {
  background-color: #ccc;
  cursor: default;
}

.c-form-radio .c-form-checkbox__label,
.c-form-checkbox .c-form-checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.c-form-radio .c-form-checkbox__input,
.c-form-checkbox .c-form-checkbox__input {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.c-form__group:has(.formError) .c-form__item .c-form__label {
  color: #d00;
}
.c-form__group:has(.formError) .c-form__item .c-form-input__field {
  background-color: #fee;
}

.c-form__footer {
  text-align: center;
}
.c-form__footer a {
  text-decoration: underline;
}
.c-form__footer a:hover {
  color: #e70012;
}
.c-form__footer .c-form__privacy input {
  margin-right: 10px;
}
.c-form__footer .c-form__buttons {
  margin-top: 20px;
}

.c-title__section {
  line-height: 1.3;
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-bottom: 70px;
  margin-bottom: 10vw;
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px), print {
  .c-title__section {
    font-size: min(5.0793650794vw, 6.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__section {
    font-size: 9.4444444444vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-title__section {
    margin-bottom: 70px;
  }
}
.c-title__section.--md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .c-title__section.--md {
    font-size: min(3.8095238095vw, 4.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__section.--md {
    font-size: 7.7777777778vw;
  }
}
.c-title__section.--sm {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .c-title__section.--sm {
    font-size: min(2.8571428571vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__section.--sm {
    font-size: 5.5555555556vw;
  }
}
.c-title__section.--xs {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  .c-title__section.--xs {
    font-size: min(1.9047619048vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__section.--xs {
    font-size: 5vw;
  }
}
.c-title__section.--center {
  text-align: center;
}

.c-copy {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-copy {
    font-size: 20px;
    font-size: 5.5555555556vw;
  }
}
.c-copy + .txt {
  margin-top: 40px;
}

@media screen and (min-width: 1001px), print {
  .c-outline .c-outline-detail {
    width: 53.4482758621%;
  }
}
.c-outline .c-outline-detail .list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.c-outline .c-outline-detail .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  font-size: 1.6rem;
  padding-top: 1.55em;
  padding-bottom: 1.55em;
}
.c-outline .c-outline-detail .list .list-item > div {
  width: 150px;
}
.c-outline .c-outline-detail .list .list-item > div + div {
  width: calc(100% - 170px);
}
.c-outline .c-outline-map {
  width: 100%;
}
@media screen and (max-width: 1000.98px) {
  .c-outline .c-outline-map {
    margin-top: 50px;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1001px), print {
  .c-outline .c-outline-map {
    width: 41.3793103448%;
  }
}
.c-outline .c-outline-map iframe {
  width: 100%;
}
@media screen and (max-width: 1000.98px) {
  .c-outline .c-outline-map iframe {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 1001px), print {
  .c-outline .c-outline-map iframe {
    height: 100%;
  }
}
.c-outline dl + dl {
  margin-top: 1em;
}
.c-outline dl dd {
  font-size: 1.3rem;
  line-height: 1.85;
  margin-top: 0.2em;
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #e70012;
}

/*
-------------------------------------------------------*/
.c-wrap {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-wrap {
    width: 90%;
  }
}
.c-wrap.--lg {
  max-width: 1600px !important;
}
.c-wrap.--md {
  max-width: 1400px !important;
}
.c-wrap.--sm {
  max-width: 1200px !important;
}
.c-wrap.--xs {
  max-width: 1000px !important;
}
.c-wrap.--xs2 {
  max-width: 800px !important;
}

.c-border-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.c-border-wrap .c-border-wrap__inner {
  padding-inline: 30px;
}

.c-border-wrap.--double {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: solid 1px rgba(255, 255, 255, 0.3);
  outline-offset: -6px;
}
.c-border-wrap.--double .c-border-wrap__inner {
  padding-inline: 30px;
}

/*=======================================================================

ヘッダー

========================================================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  color: #fff;
  padding-inline: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
.l-header.is-scroll {
  backdrop-filter: blur(3px);
}
.l-header .l-header__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__inner {
    height: 100%;
  }
}
.l-header .l-header__left .l-header__logo {
  max-width: 110px;
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__left .l-header__logo {
    max-width: 160px;
  }
}
@media screen and (min-width: 1001px), print {
  .l-header .l-header__left .l-header__logo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .l-header__left .l-header__logo:hover {
    opacity: 0.5;
  }
}
.l-header .l-header__center {
  width: 70%;
  max-width: 740px;
}
.l-header .l-header__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.l-header .l-header__right .l-header__btn + .l-header__btn {
  margin-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__right .l-header__btn + .l-header__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 0.03em;
  height: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .l-header a {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header a {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 1001px), print {
  .l-header a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-header a:hover {
    color: #e70012;
  }
}
.l-header a.active {
  color: #e70012;
}
.l-header a span {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .gnav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 80px;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .gnav {
    position: relative;
    width: calc(100% - 200px);
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gnav .gnav-list {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gnav .gnav-list-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*=======================================================================

 スマホナビ

========================================================================*/
@media screen and (max-width: 767.98px) {
  .l-header {
    background-color: #000;
    height: 50px;
    padding-inline: 5%;
  }
  .l-header .l-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .l-header .l-header__center {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .l-header .l-header__right {
    position: fixed;
    top: 490px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header .l-header__logo {
    width: 60%;
  }
  .l-header .gnav .gnav-list-item a {
    padding-block: 0.8em;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  .l-header .gnav .gnav-list-item a span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 3px;
  }
  .l-header .gnav .gnav-list-item a br {
    display: none;
  }
  .l-header .gnav .gnav-list-item + .gnav-list-item::before {
    display: block;
    content: "";
    width: 16px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-inline: auto;
  }
  .l-header .menu-background {
    width: 100%;
    height: 100vh;
  }
  .gnav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.active .gnav {
    opacity: 1;
    pointer-events: all;
  }
}
.gnav select {
  background-color: transparent;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .gnav select {
    font-size: min(1.2698412698vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .gnav select {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav select {
    font-size: 16px;
    font-size: 4.4444444444vw;
  }
}
.gnav li:has(select) {
  border: 1px solid rgba(255, 255, 255, 0.5); /* 白いボーダー */
  padding: 5px 8px 4px 8px; /* 内側の余白 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .gnav li:has(select) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 30px;
  }
}

.menu-checkbox {
  display: none;
}

.trs0 {
  -webkit-transition: none !important;
  transition: none !important;
}
.trs0.menu-button::before, .trs0.menu-button::after {
  -webkit-transition: none !important;
  transition: none !important;
}

.menu-button {
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .menu-button {
    width: 50px;
    height: 50px;
  }
}
.menu-button::before, .menu-button::after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button::before, .menu-button::after, .menu-button span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  margin: auto;
  margin-top: -1px;
}
@media screen and (max-width: 767.98px) {
  .menu-button::before, .menu-button::after, .menu-button span {
    width: 24px;
    height: 1px;
  }
}
.menu-button::before {
  top: 36px;
}
@media screen and (max-width: 767.98px) {
  .menu-button::before {
    top: 16px;
  }
}
.menu-button::after {
  top: 56px;
}
@media screen and (max-width: 767.98px) {
  .menu-button::after {
    top: 34px;
  }
}
.menu-button span {
  top: 45px;
}
@media screen and (max-width: 767.98px) {
  .menu-button span {
    top: 25px;
  }
}
.menu-button p {
  font-size: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .menu-button p {
    display: none;
  }
}

.menu-checkbox.active ~ .menu-button::before {
  top: 36%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .menu-checkbox.active ~ .menu-button::before {
    top: 50%;
  }
}
.menu-checkbox.active ~ .menu-button::after {
  top: 36%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .menu-checkbox.active ~ .menu-button::after {
    top: 50%;
  }
}
.menu-checkbox.active ~ .menu-button span {
  display: none;
}

.drawer-menu {
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drawer-menu ul {
  padding: 0;
  border-top: 1px dotted #ccc;
  margin: 0;
  list-style-type: none;
}
.drawer-menu ul li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 14px 30px 15px;
}
@media screen and (min-width: 768px), print {
  .drawer-menu ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.drawer-menu ul li a.arrow::before, .drawer-menu ul li a.arrow::after {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #e70012;
  margin: auto;
}
.drawer-menu ul li a.arrow::before {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .drawer-menu ul li a.arrow::before {
    top: 22px;
  }
}
.drawer-menu ul li a.arrow::after {
  top: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .drawer-menu ul li a.arrow::after {
    top: 28px;
  }
}
.drawer-menu ul li a:hover, .drawer-menu ul li a.active {
  color: #fff;
  background-color: #e70012;
}
.drawer-menu ul li a:hover.arrow::before, .drawer-menu ul li a:hover.arrow::after, .drawer-menu ul li a.active.arrow::before, .drawer-menu ul li a.active.arrow::after {
  background-color: #fff;
}

/* ドロワーメニューの開閉 */
.menu-checkbox.active ~ .drawer-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-checkbox.active ~ .menu-background {
  opacity: 1;
  pointer-events: all;
}

.l-main {
  display: block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    margin-top: 50px;
  }
}
.l-main section {
  position: relative;
}

.l-footer__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.l-footer__nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav .nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
}
.l-footer__nav .nav-list .nav-list-item a {
  display: block;
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav .nav-list .nav-list-item a {
    font-size: min(1.2698412698vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav .nav-list .nav-list-item a {
    font-size: 3.6111111111vw;
  }
}
@media screen and (min-width: 1001px), print {
  .l-footer__nav .nav-list .nav-list-item a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-footer__nav .nav-list .nav-list-item a:hover {
    color: #e70012;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__nav .nav-list .nav-list-item a {
    padding-block: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav .nav-list .nav-list-item a {
    padding-block: 10px;
  }
}

/*=======================================================================

フッター

========================================================================*/
.l-footer {
  color: #333;
  background-color: #fff;
  text-align: center;
}
.l-footer .l-footer__inner {
  max-width: 1400px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.l-footer .l-footer__outline {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 0.07em;
  padding-block: 50px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__outline {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-block: 30px;
  }
}
.l-footer .l-footer__outline .logo {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: min(200px, 50%);
  margin-inline: auto;
  margin-bottom: 10px;
}
.l-footer .l-footer__outline .logo__txt {
  font-weight: 600;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__outline .logo__txt {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__outline .logo__txt {
    font-size: 4.4444444444vw;
  }
}
.l-footer .l-footer__outline .outline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 40px;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__outline .outline {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__outline .outline {
    font-size: 3.6111111111vw;
  }
}
.l-footer .l-footer__outline .outline .outline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
}
.l-footer .l-footer__outline .outline .outline-item .icon {
  display: inline-block;
  width: 19px;
  margin-right: 5px;
}
.l-footer .l-footer__copyright {
  text-align: center;
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__copyright {
    font-size: min(0.9523809524vw, 1.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__copyright {
    font-size: 3.0555555556vw;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__copyright {
    letter-spacing: 0.15em;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 767.98px) {
  #pagetop {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

#pagetop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}

#pagetop span:hover {
  opacity: 0.4;
}

/*=======================================================================

サイドバー

========================================================================*/
/*=======================================================================

バナー

========================================================================*/
/*=======================================================================

 fixed btn

========================================================================*/
.l-fixed-btn {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.preload .l-fixed-btn {
  bottom: -100px;
}
.l-fixed-btn .list {
  width: 100%;
}
.l-fixed-btn .list .list-item {
  width: 50%;
}
.l-fixed-btn .list .list-item.--tel {
  background-color: #f2f2f2;
}
.l-fixed-btn .list .list-item.--line {
  background-color: #f0a514;
}
.l-fixed-btn .list .list-item a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .l-fixed-btn .list .list-item a {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}

.l-header {
  z-index: 101;
}

.l-header__inner {
  z-index: 200;
}

.l-header__left,
.l-header__center,
.l-header__right {
  z-index: 200;
}

#pagetop {
  z-index: 100;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.45;
  letter-spacing: 0.04em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #fff;
  background-color: #000;
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

img {
  line-height: 1;
  max-width: 100%; /* 1 */
  height: auto; /* 1 */
  vertical-align: middle; /* 2 */
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  line-height: 1.8666666667;
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__sm {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner__in,
.inner__lg_in,
.inner__sm_in {
  padding-left: 0px;
  padding-right: 0px;
}

.inner {
  max-width: 1260px;
}

.inner_in {
  max-width: 1200px;
}

.inner__lg {
  max-width: 1460px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1060px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
/* btn
-------------------------------------------------------*/
.btn-page {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.btn-page a {
  display: block;
}

/**/
@media screen and (min-width: 1361px), print {
  .pcWidth_none {
    display: none;
  }
}
@media screen and (min-width: 1001px), print {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
@media print {
  body {
    page: print-width;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 0.85; /* なるべく多くのブラウザで切れないようにするため */
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
  /* header
    -------------------------------------------------------*/
  .toggle_menu,
  .ac-label,
  .gNav__dropdown {
    display: none;
  }
  .gNav {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .gNav::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gNav > li {
    position: relative;
    width: 16.6666666667%;
  }
  .gNav > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gNav > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gNav > li a.active {
    pointer-events: none;
  }
  .gNav > li a:hover, .gNav > li a.active {
    opacity: 0.4;
  }
  /* footer
    -------------------------------------------------------*/
}
.js-scroll {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (max-width: 767.98px) {
  .js-scroll {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}

/*--------------------------------------
  フェードイン
--------------------------------------*/
/*
使用例：
<div class="ani-fadeIn js-scroll">フェードイン</div>
*/
.ani-fadeIn {
  opacity: 0;
}
.ani-fadeIn.is-active {
  -webkit-animation: fadeIn 0.8s ease-out forwards;
          animation: fadeIn 0.8s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/*--------------------------------------
  フェードアップ
--------------------------------------*/
/*
使用例：
<div class="ani-fadeUp js-scroll">フェードアップ</div>
*/
.ani-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .ani-fadeUp {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .ani-fadeUp {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
.ani-fadeUp.is-active {
  -webkit-animation: fadeUp 0.8s ease-out forwards;
          animation: fadeUp 0.8s ease-out forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------------------------------
  フェードダウン
--------------------------------------*/
/*
使用例：
<div class="ani-fadeDown js-scroll">フェードダウン</div>
*/
.ani-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}
.ani-fadeDown.is-active {
  -webkit-animation: fadeDown 0.8s ease-out forwards;
          animation: fadeDown 0.8s ease-out forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------------------------------
  フェード左
--------------------------------------*/
/*
使用例：
<div class="ani-fadeLeft js-scroll">フェード左</div>
*/
.ani-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .ani-fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .ani-fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.ani-fadeLeft.is-active {
  -webkit-animation: fadeLeft 1s ease-out forwards;
          animation: fadeLeft 1s ease-out forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*--------------------------------------
  フェード右
--------------------------------------*/
/*
使用例：
<div class="ani-fadeRight js-scroll">フェード右</div>
*/
.ani-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .ani-fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .ani-fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
.ani-fadeRight.is-active {
  -webkit-animation: fadeRight 1s ease-out forwards;
          animation: fadeRight 1s ease-out forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*--------------------------------------
  フェードズームイン
--------------------------------------*/
/*
使用例：
<div class="ani-fadeZoomIn js-scroll">フェードズームイン</div>
*/
.ani-fadeZoomIn {
  opacity: 0;
}
.ani-fadeZoomIn.is-active {
  -webkit-animation: fadeZoomIn 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeZoomIn 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------------
  フェードズームアウト
--------------------------------------*/
/*
使用例：
<div class="ani-fadeZoomOut js-scroll">フェードズームアウト</div>
*/
.ani-fadeZoomOut {
  opacity: 0;
}
.ani-fadeZoomOut.is-active {
  -webkit-animation: fadeZoomOut 1s ease-out forwards;
          animation: fadeZoomOut 1s ease-out forwards;
}

@-webkit-keyframes fadeZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------------
  フェードスケール（微拡大）
--------------------------------------*/
/*
使用例：
<div class="ani-fadeScale js-scroll">フェードスケール</div>
*/
.ani-fadeScale {
  opacity: 0;
  scale: 0.9;
}
.ani-fadeScale.is-active {
  -webkit-animation: fadeScale 0.5s ease-out forwards;
          animation: fadeScale 0.5s ease-out forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
/*--------------------------------------
  フェードブラー
--------------------------------------*/
/*
使用例：
<div class="ani-fadeBlur js-scroll">フェードブラー</div>
*/
.ani-fadeBlur {
  opacity: 0;
}
.ani-fadeBlur.is-active {
  -webkit-animation: fadeBlur 1s ease-out forwards;
          animation: fadeBlur 1s ease-out forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*========================================

 bgextend
 （背景が伸びて出現するアニメーション）

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<!-- 左→右 -->
<div class="ani-bgextendLR js-scroll">
  <p class="ani-bgextend__inner">左から背景が伸びて出現</p>
</div>

<!-- 右→左 -->
<div class="ani-bgextendRL js-scroll">
  <p class="ani-bgextend__inner">右から背景が伸びて出現</p>
</div>

<!-- 下→上 -->
<div class="ani-bgextendDU js-scroll">
  <p class="ani-bgextend__inner">下から背景が伸びて出現</p>
</div>

<!-- 上→下 -->
<div class="ani-bgextendUD js-scroll">
  <p class="ani-bgextend__inner">上から背景が伸びて出現</p>
</div>

----------------------------------------*/
/*----------------------------------------
 共通設定（親要素）
----------------------------------------*/
[class*=ani-bgextend] {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
[class*=ani-bgextend]::before {
  z-index: 2;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #666;
}
[class*=ani-bgextend].is-active {
  -webkit-animation: bgextendBase 1s forwards;
          animation: bgextendBase 1s forwards;
  /* 内部テキストは親のbeforeが伸び切るタイミングで発火 */
}
[class*=ani-bgextend].is-active .ani-bgextend__inner {
  opacity: 0;
  -webkit-animation: bgextendInner 0.5s forwards;
          animation: bgextendInner 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*----------------------------------------
 内部要素（初期非表示）
----------------------------------------*/
.ani-bgextend__inner {
  opacity: 0;
}
.ani-bgextend__inner::before {
  content: none;
}

/*----------------------------------------
 各方向アニメーション
----------------------------------------*/
/* 左→右 */
.ani-bgextendLR::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ani-bgextendLR.is-active::before {
  -webkit-animation: bgextendLR 1s forwards;
          animation: bgextendLR 1s forwards;
}

/* 右→左 */
.ani-bgextendRL::before {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ani-bgextendRL.is-active::before {
  -webkit-animation: bgextendRL 1s forwards;
          animation: bgextendRL 1s forwards;
}

/* 下→上 */
.ani-bgextendDU::before {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.ani-bgextendDU.is-active::before {
  -webkit-animation: bgextendDU 1s forwards;
          animation: bgextendDU 1s forwards;
}

/* 上→下 */
.ani-bgextendUD::before {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.ani-bgextendUD.is-active::before {
  -webkit-animation: bgextendUD 1s forwards;
          animation: bgextendUD 1s forwards;
}

/*----------------------------------------
 keyframes定義
----------------------------------------*/
@-webkit-keyframes bgextendBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 内部テキスト */
@-webkit-keyframes bgextendInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 左→右 */
@-webkit-keyframes bgextendLR {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgextendLR {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* 右→左 */
@-webkit-keyframes bgextendRL {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgextendRL {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* 下→上 */
@-webkit-keyframes bgextendDU {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes bgextendDU {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* 上→下 */
@-webkit-keyframes bgextendUD {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes bgextendUD {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*========================================
 scroll-bg（背景色と文字色が変化するアニメーション）
========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<div class="ani-scroll-bg js-scroll">
  スクロールで背景黒・文字白に変化
</div>

----------------------------------------*/
.ani-scroll-bg {
  -webkit-transition: 1s;
  transition: 1s;
}
.ani-scroll-bg.is-active {
  color: #fff;
  background-color: #000;
}

/*========================================

 スライドアニメーション
 （左右からスライドして背景が消える）

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<!-- 右→左 -->
<div class="ani-slideLeft js-scroll">
  右からスライド
</div>

<!-- 左→右 -->
<div class="ani-slideRight js-scroll">
  左からスライド
</div>

----------------------------------------*/
/*----------------------------------------
 右から左
----------------------------------------*/
.ani-slideLeft {
  position: relative;
  opacity: 0;
}
.ani-slideLeft::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.ani-slideLeft.is-active {
  -webkit-animation: slideLeft 1s ease-in-out forwards;
          animation: slideLeft 1s ease-in-out forwards;
}
.ani-slideLeft.is-active::after {
  -webkit-animation: slideLeftAfter 1s ease-in-out forwards;
          animation: slideLeftAfter 1s ease-in-out forwards;
}

@-webkit-keyframes slideLeft {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeftAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideLeftAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
/*----------------------------------------
 左から右
----------------------------------------*/
.ani-slideRight {
  position: relative;
  opacity: 0;
}
.ani-slideRight::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #efefef;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.ani-slideRight.is-active {
  -webkit-animation: slideRight 1s ease-in-out forwards;
          animation: slideRight 1s ease-in-out forwards;
}
.ani-slideRight.is-active::after {
  -webkit-animation: slideRightAfter 1s ease-in-out forwards;
          animation: slideRightAfter 1s ease-in-out forwards;
}

@-webkit-keyframes slideRight {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideRightAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideRightAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
/*========================================

 ストレッチアニメーション
  (横方向にスライドして表示)

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ1</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ2</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ3</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ4</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ5</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ6</a>
</div>

----------------------------------------*/
/*----------------------------------------
 共通設定
----------------------------------------*/
.ani-stretch {
  overflow: hidden;
}
.ani-stretch a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  translate: -100% 0;
  -webkit-transition: 0.7s cubic-bezier(0.15, 0.82, 0.155, 1);
  transition: 0.7s cubic-bezier(0.15, 0.82, 0.155, 1);
}
.ani-stretch a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.ani-stretch.is-active a {
  translate: 0 0;
}

/*----------------------------------------
 遅延設定（nth-of-type）
----------------------------------------*/
.ani-stretch:nth-of-type(1) a,
.ani-stretch:nth-of-type(7) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.ani-stretch:nth-of-type(2) a,
.ani-stretch:nth-of-type(8) a {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.ani-stretch:nth-of-type(3) a,
.ani-stretch:nth-of-type(9) a {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.ani-stretch:nth-of-type(4) a,
.ani-stretch:nth-of-type(10) a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.ani-stretch:nth-of-type(5) a,
.ani-stretch:nth-of-type(11) a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ani-stretch:nth-of-type(6) a {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*========================================

 ズームリンクアニメーション
  (ホバーまたはスクロールで画像拡大)

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<div class="ani-zoomLink js-scroll">
  <a href="#">
    <img src="example.jpg" alt="サンプル画像">
  </a>
</div>

----------------------------------------*/
.ani-zoomLink {
  /* スクロールで拡大アニメーション */
}
.ani-zoomLink a {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.ani-zoomLink a img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .ani-zoomLink a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1001px), print {
  .ani-zoomLink a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.6;
  }
}
@media screen and (min-width: 1001px), print {
  .ani-zoomLink.is-active a img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

.p-contact {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-contact .c-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-contact .p-contact__ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7333333333;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-contact__ttl {
    font-size: 22px;
    font-size: 6.1111111111vw;
  }
}
.p-contact .p-contact__btn {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-contact__btn {
    max-width: 400px;
  }
}
.p-contact .p-contact__btn a {
  font-size: 2.6rem;
  font-weight: 700;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #cca131;
  border-radius: 45px;
  padding-bottom: 1px;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1001px), print {
  .p-contact .p-contact__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-contact .p-contact__btn a:hover {
    color: #cca131;
    background-color: #fff;
  }
}
.p-contact .p-contact__img {
  width: 100vw;
  min-height: 700px;
  margin-left: calc(50% - 50vw);
}
.p-contact .p-contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact .p-contact__btn__wrap {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact .p-contact__btn__wrap .p-contact__btn {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-contact__btn__wrap .p-contact__btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-contact .p-contact__btn__wrap .p-contact__btn a {
  letter-spacing: 0.02em;
}

.p-hero {
  position: relative;
  overflow: hidden;
}
.p-hero::before, .p-hero::after {
  z-index: 2;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.p-hero::before {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.p-hero::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  height: 50%;
}
.p-hero .p-hero__txt {
  z-index: 10;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-hero .ttl {
  letter-spacing: 0.05em;
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px), print {
  .p-hero .ttl {
    font-size: min(4.7619047619vw, 6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .ttl {
    font-size: 7.2222222222vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-hero .ttl {
    letter-spacing: 0.12em;
  }
}
.p-hero .p-hero__img {
  width: 100%;
}
.p-hero .p-hero__img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  will-change: transform;
}

section:has(.p-about) {
  overflow: hidden;
}

.p-about {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-about {
    padding-top: 50px;
  }
}
.p-about .txtArea {
  color: #fff;
  width: 46.1538461538%;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea {
    width: 100%;
  }
}
.p-about .txtArea .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .ttl {
    font-size: 24px;
    font-size: 6.6666666667vw;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}
.p-about .txtArea .txt {
  line-height: 2.1;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .txt {
    font-size: 16px;
    font-size: 4.4444444444vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.p-about .txtArea .txt + .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 1000.98px) {
  .p-about .txtArea .txt br {
    display: none;
  }
}
.p-about .txtArea .list {
  width: 50%;
}
.p-about .txtArea .list .list-item {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .list .list-item {
    font-size: 18px;
    font-size: 5vw;
  }
}
.p-about .txtArea .list .list-item + .list-item {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .list .list-item + .list-item {
    margin-top: 7px;
  }
}
.p-about .txtArea .list .list-item::before {
  content: "・ ";
}
.p-about .imgArea {
  margin-left: 9%;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px), print {
  .p-about .imgArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about .imgArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .p-about .imgArea img {
    -webkit-filter: drop-shadow(-40px 40px 0px rgba(255, 255, 255, 0.15));
            filter: drop-shadow(-40px 40px 0px rgba(255, 255, 255, 0.15));
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-about .imgArea img {
    -webkit-filter: drop-shadow(-20px 20px 0px rgba(255, 255, 255, 0.15));
            filter: drop-shadow(-20px 20px 0px rgba(255, 255, 255, 0.15));
  }
}
.p-about .p-about__btn {
  margin-top: 40px;
}
.p-about .p-about__btn .c-button {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .p-about .p-about__btn .c-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-about .p-about__btn .c-button + .c-button {
    margin-top: 15px;
  }
}

.p-about__img {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.p-about__img .p-about__img-item {
  width: 25%;
}

.p-about.reverse .imgArea {
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
}
@media screen and (max-width: 767.98px) {
  .p-about.reverse .imgArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-about.reverse .imgArea img {
    -webkit-filter: drop-shadow(40px 40px 0px rgba(255, 255, 255, 0.15));
            filter: drop-shadow(40px 40px 0px rgba(255, 255, 255, 0.15));
  }
}

.p-feature {
  color: #fff;
}
.p-feature .c-wrap {
  max-width: 1200px;
}
.p-feature .p-feature__heading {
  text-align: center;
  color: #fff;
  padding-bottom: 70px;
}
.p-feature .p-feature__heading .ttl__eng {
  width: 60%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__heading .ttl__eng {
    width: 80%;
  }
}
.p-feature .p-feature__heading .ttl__jp {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__heading .ttl__jp {
    font-size: 16px;
    font-size: 4.4444444444vw;
    margin-top: 15px;
  }
}
.p-feature .p-feature__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-feature .p-feature__content dl + dl {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.p-feature .p-feature__content dl dt {
  width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-feature .p-feature__content dl dt {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dt {
    display: block;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.p-feature .p-feature__content dl dt img {
  display: block;
  width: 65%;
  max-width: 165px;
  margin-left: auto;
  margin-right: auto;
}
.p-feature .p-feature__content dl dd {
  width: calc(100% - 350px);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-feature .p-feature__content dl dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dd {
    width: 100%;
  }
}
.p-feature .p-feature__content dl dd .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dd .ttl {
    font-size: 24px;
    font-size: 6.6666666667vw;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}
.p-feature .p-feature__content dl dd .txt {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dd .txt {
    font-size: 16px;
    font-size: 4.4444444444vw;
    line-height: 1.75;
    margin-top: 15px;
  }
}

.p-lineup {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px), print {
  .p-lineup {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-lineup {
    grid-gap: 40px;
  }
}
.p-lineup .p-lineup__item {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: transform, opacity;
}
@media screen and (min-width: 1001px), print {
  .p-lineup .p-lineup__item:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__item {
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 4rem;
  }
  .p-lineup .p-lineup__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__item .p-lineup__item__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }
}
.p-lineup .p-lineup__img {
  position: relative;
}
.p-lineup .p-lineup__img a {
  aspect-ratio: 4/3;
}
.p-lineup .p-lineup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup .p-lineup__img .p-lineup__img__price {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 18px;
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__img .p-lineup__img__price {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__img .p-lineup__img__price {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text {
    padding-top: 1em;
  }
}
.p-lineup .p-lineup__text .p-lineup__text__title {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__title {
    font-size: min(1.746031746vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__text .p-lineup__text__title {
    font-size: 4.4444444444vw;
  }
}
.p-lineup .p-lineup__text .p-lineup__text__price {
  text-align: right;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__price {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__text .p-lineup__text__price {
    font-size: 3.8888888889vw;
  }
}
.p-lineup .p-lineup__text .p-lineup__text__spec {
  padding-top: 0.8em;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__spec {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__text .p-lineup__text__spec {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1em;
  }
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__spec dl {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__text .p-lineup__text__spec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 2px;
  }
}
.p-lineup .p-lineup__text .p-lineup__text__spec dl dt,
.p-lineup .p-lineup__text .p-lineup__text__spec dl dd {
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lineup .p-lineup__text .p-lineup__text__spec dl dt {
  font-size: 85%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 3px 6px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__spec dl dt {
    padding: 3px 6px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .p-lineup__text .p-lineup__text__spec dl dt {
    width: 7.5em;
    text-align: center;
    padding: 4px 6px 3px;
  }
}
@media screen and (min-width: 768px), print {
  .p-lineup .p-lineup__text .p-lineup__text__spec dl dd {
    margin-top: 5px;
  }
}

.p-gallery .c-wrap {
  max-width: 1200px;
}
.p-gallery .p-gallery__heading {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-gallery .p-gallery__heading {
    padding-bottom: 50px;
  }
}
.p-gallery .p-gallery__heading .ttl__eng {
  width: 65%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-gallery .p-gallery__heading .ttl__eng {
    width: 70%;
  }
}
.p-gallery .p-gallery__heading .ttl__jp {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-gallery .p-gallery__heading .ttl__jp {
    font-size: 16px;
    font-size: 4.4444444444vw;
    margin-top: 15px;
  }
}
.p-gallery .list::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-gallery .list::before, .p-gallery .list::after {
  content: "";
  height: 0;
}
@media screen and (min-width: 1001px), print {
  .p-gallery .list::before, .p-gallery .list::after {
    width: 23.75%;
  }
}
.p-gallery .list .list-item {
  background-color: #fff;
}
@media screen and (min-width: 1001px), print {
  .p-gallery .list .list-item {
    width: 23.75%;
  }
  .p-gallery .list .list-item:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-gallery .list .list-item {
    width: 31.6666666667%;
  }
  .p-gallery .list .list-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-gallery .list .list-item {
    width: 48%;
  }
  .p-gallery .list .list-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.p-gallery .list .list-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.mfp-img {
  max-width: 1200px;
}

.p-results .c-wrap {
  max-width: 1200px;
}
.p-results .p-results__heading {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
.p-results .p-results__heading .ttl__eng {
  width: 65%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-results .p-results__heading .ttl__eng {
    width: 80%;
  }
}
.p-results .p-results__heading .ttl__jp {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-results .p-results__heading .ttl__jp {
    font-size: 16px;
    font-size: 4.4444444444vw;
    margin-top: 15px;
  }
}
.p-results .list::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-results .list::before, .p-results .list::after {
  content: "";
  height: 0;
}
@media screen and (min-width: 1001px), print {
  .p-results .list::before, .p-results .list::after {
    width: 31.6666666667%;
  }
}
.p-results .list .list-item {
  text-align: center;
}
@media screen and (min-width: 1001px), print {
  .p-results .list .list-item {
    width: 31.6666666667%;
  }
  .p-results .list .list-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-results .list .list-item {
    width: 48%;
  }
  .p-results .list .list-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-results .list .list-item {
    width: 100%;
  }
  .p-results .list .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-results .list .list-item a {
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-results .list .list-item a {
    pointer-events: none;
  }
}
.p-results .list .list-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-results .list figure figcaption {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
  color: #fff;
}

img.mfp-img {
  max-width: 1200px;
}

.p-outline-shop .c-wrap {
  max-width: 1200px;
}
.p-outline-shop .p-outline-shop__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.p-outline-shop .p-outline-shop__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-outline-shop .c-shop {
  padding: 40px;
  color: #333;
  background-color: #fff;
}
.p-outline-shop .c-shop__heading {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .p-outline-shop .c-shop__heading .c-shop__heading__ttl {
    font-size: min(1.5873015873vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-outline-shop .c-shop__heading .c-shop__heading__ttl {
    font-size: 4.4444444444vw;
  }
}
.p-outline-shop .c-outline .list {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.p-outline-shop .c-outline .list .list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.section-bg {
  opacity: 0.25;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.section-bg img {
  width: 100%;
  height: 145%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px), print {
  .section-bg img {
    height: 145%;
  }
}

.js-charfade {
  visibility: hidden;
  white-space: pre;
}

/*=======================================================================

 共通

========================================================================*/
.profile__sold {
  display: block;
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.5;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding-block: 0.05em;
  color: #c6ac7c;
  border-top: 1px solid #c6ac7c;
  border-bottom: 1px solid #c6ac7c;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .profile__sold {
    font-size: min(2.8571428571vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .profile__sold {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px), print {
  .profile__sold {
    padding-block: 0.1em;
  }
}

.c-pagination {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .c-pagination {
    margin-top: 100px;
  }
}
.c-pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* モバイルで折り返す */
  gap: 10px; /* ページ番号間のスペース */
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-pagination li {
  display: inline-block;
}
.c-pagination a,
.c-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px; /* タッチしやすい最小幅 */
  height: 40px;
  padding: 0 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  /* --- 修正点: 通常時（背景透明、白枠、白文字） --- */
  color: #fff; /* 文字色を白に設定 */
  background-color: transparent; /* 背景を透明に設定 */
  border: 1px solid rgba(255, 255, 255, 0.35); /* 枠線を白に設定 */
  /* ------------------------------------------------ */
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-pagination a:hover,
.c-pagination a:focus {
  /* ホバー時もカレント時と区別するため、少し暗めの透明背景＋白文字を維持 */
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.c-pagination .current {
  /* --- 修正点: カレント時（白背景、黒文字） --- */
  background-color: #fff; /* 背景を白に設定 */
  border-color: #fff;
  color: #000; /* 文字色を黒に設定 */
  /* ------------------------------------------------ */
  font-weight: bold;
  cursor: default;
}
.c-pagination .prev,
.c-pagination .next {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .c-pagination ul {
    gap: 6px;
  }
  .c-pagination a,
  .c-pagination span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
/*=======================================================================

 トップページ

========================================================================*/
@media screen and (min-width: 768px), print {
  .home .l-header.js-nav,
  .page-top .l-header.js-nav {
    top: -100px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .home .l-header.js-nav.is-view,
  .page-top .l-header.js-nav.is-view {
    top: 0;
  }
  .home .l-header.js-nav.is-view2,
  .page-top .l-header.js-nav.is-view2 {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.home .c-button.--more a,
.page-top .c-button.--more a {
  width: min(320px, 75%);
  margin-inline: auto;
}
.home .top-mv,
.page-top .top-mv {
  position: relative;
}
.home .top-mv .mv,
.page-top .top-mv .mv {
  position: relative;
  width: 100%;
  height: calc(100svh - 50px);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .home .top-mv .mv,
  .page-top .top-mv .mv {
    height: 100svh;
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-mv .mv,
  .page-top .top-mv .mv {
    max-height: 600px;
  }
}
.home .top-mv .mv::before,
.page-top .top-mv .mv::before {
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.home .top-mv .mv:after,
.page-top .top-mv .mv:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  margin: auto;
  background-color: black;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(-90deg, transparent 50%, #fff 50%), linear-gradient(transparent 50%, #fff 50%);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
  opacity: 0.15;
}
.home .top-mv .mv .mv-movie,
.page-top .top-mv .mv .mv-movie {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home .top-mv .mv .mv-movie img,
.home .top-mv .mv .mv-movie video,
.page-top .top-mv .mv .mv-movie img,
.page-top .top-mv .mv .mv-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .top-mv .mv .mv-img,
.page-top .top-mv .mv .mv-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(300px, 60%);
  margin-inline: auto;
  z-index: 1;
  mix-blend-mode: color-burn;
  opacity: 0.2;
}
.home .top-mv .scroll-line,
.page-top .top-mv .scroll-line {
  z-index: 5;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.home .top-mv .scroll-line span,
.page-top .top-mv .scroll-line span {
  font-style: italic;
}
@media screen and (min-width: 768px), print {
  .home .top-mv .scroll-line span,
  .page-top .top-mv .scroll-line span {
    font-size: min(1.0317460317vw, 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-mv .scroll-line span,
  .page-top .top-mv .scroll-line span {
    font-size: 3.0555555556vw;
  }
}
.home .top-mv .scroll-line .line,
.page-top .top-mv .scroll-line .line {
  width: 1px;
  height: 50px;
  margin: 6px auto 0;
  position: relative;
  overflow: hidden;
}
.home .top-mv .scroll-line .line::after,
.page-top .top-mv .scroll-line .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.3));
  -webkit-animation: scrollLine 2s infinite;
          animation: scrollLine 2s infinite;
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
.home .top-stockcar,
.page-top .top-stockcar {
  background-image: url(../../img/top/top-bg_stockcar.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45%;
}
.home .top-stockcar .c-heading,
.page-top .top-stockcar .c-heading {
  color: #fff;
}
.home .top-warranty .c-heading,
.page-top .top-warranty .c-heading {
  color: #fff;
}
.home .top-warranty .rotate,
.page-top .top-warranty .rotate {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: 80px;
  font-size: 10px;
}
.home .top-warranty .rotate svg,
.page-top .top-warranty .rotate svg {
  overflow: visible;
}
.home .top-warranty .rotate path,
.page-top .top-warranty .rotate path {
  fill: none;
}
.home .top-warranty .rotate text,
.page-top .top-warranty .rotate text {
  fill: #fff;
}
.home .top-warranty .warranty,
.page-top .top-warranty .warranty {
  margin-top: 70px;
  margin-top: 10vw;
}
@media screen and (min-width: 768px), print {
  .home .top-warranty .warranty,
  .page-top .top-warranty .warranty {
    margin-top: 70px;
  }
}
.home .top-warranty .warranty .warranty-item,
.page-top .top-warranty .warranty .warranty-item {
  position: relative;
  aspect-ratio: 1; /* 正円を維持 */
  width: 90%;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767.98px) {
  .home .top-warranty .warranty .warranty-item,
  .page-top .top-warranty .warranty .warranty-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    padding-block: 30px;
    padding-block: 4.2857142857vw;
  }
}
@media screen and (min-width: 768px), print {
  .home .top-warranty .warranty .warranty-item,
  .page-top .top-warranty .warranty .warranty-item {
    width: 33.3333333333%;
    padding-block: 40px;
  }
}
.home .top-warranty .warranty .warranty-item:before,
.page-top .top-warranty .warranty .warranty-item:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.6;
  backdrop-filter: blur(10px);
}
.home .top-warranty .warranty .warranty-item > *,
.page-top .top-warranty .warranty .warranty-item > * {
  position: relative;
}
.home .top-warranty .warranty .warranty__num,
.page-top .top-warranty .warranty .warranty__num {
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 0.85;
}
@media screen and (min-width: 768px), print {
  .home .top-warranty .warranty .warranty__num,
  .page-top .top-warranty .warranty .warranty__num {
    font-size: min(6.3492063492vw, 8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-warranty .warranty .warranty__num,
  .page-top .top-warranty .warranty .warranty__num {
    font-size: 16.6666666667vw;
  }
}
.home .top-warranty .warranty .warranty__title,
.page-top .top-warranty .warranty .warranty__title {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 768px), print {
  .home .top-warranty .warranty .warranty__title,
  .page-top .top-warranty .warranty .warranty__title {
    font-size: min(2.5396825397vw, 3.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-warranty .warranty .warranty__title,
  .page-top .top-warranty .warranty .warranty__title {
    font-size: 6.1111111111vw;
  }
}
.home .top-warranty .warranty .warranty__title small,
.page-top .top-warranty .warranty .warranty__title small {
  font-size: 70%;
}
.home .top-warranty .warranty .warranty__copy,
.page-top .top-warranty .warranty .warranty__copy {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .home .top-warranty .warranty .warranty__copy,
  .page-top .top-warranty .warranty .warranty__copy {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-warranty .warranty .warranty__copy,
  .page-top .top-warranty .warranty .warranty__copy {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-warranty .warranty .warranty__copy,
  .page-top .top-warranty .warranty .warranty__copy {
    font-size: 12px;
    font-size: 3.3333333333vw;
  }
}
.home .top-import-agency .c-heading .c-heading__txt + .c-heading__txt,
.page-top .top-import-agency .c-heading .c-heading__txt + .c-heading__txt {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px), print {
  .home .top-import-agency .c-button,
  .page-top .top-import-agency .c-button {
    margin-top: 200px;
  }
}
.home .top-instagram .instagram .instagram-item,
.page-top .top-instagram .instagram .instagram-item {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .home .top-instagram .instagram .instagram-item + .instagram-item,
  .page-top .top-instagram .instagram .instagram-item + .instagram-item {
    margin-top: 70px;
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px), print {
  .home .top-instagram .instagram .instagram-item,
  .page-top .top-instagram .instagram .instagram-item {
    width: 45%;
  }
}
.home .top-instagram .instagram .instagram__title,
.page-top .top-instagram .instagram .instagram__title {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-bottom: 15px;
  margin-bottom: 2.1428571429vw;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .home .top-instagram .instagram .instagram__title,
  .page-top .top-instagram .instagram .instagram__title {
    font-size: min(2.6984126984vw, 3.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .home .top-instagram .instagram .instagram__title,
  .page-top .top-instagram .instagram .instagram__title {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px), print {
  .home .top-instagram .instagram .instagram__title,
  .page-top .top-instagram .instagram .instagram__title {
    margin-bottom: 15px;
  }
}
.home .top-instagram .instagram .c-button,
.page-top .top-instagram .instagram .c-button {
  margin-top: 40px;
}
/*=======================================================================

 warranty

========================================================================*/
.page-warranty {
  /*
  -------------------------------------------------------*/
}
.page-warranty .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-warranty .c-button.--border a {
  width: min(340px, 85%);
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .page-warranty .warranty-point {
    margin-top: 70px;
    margin-top: 10vw;
  }
}
.page-warranty .warranty-point .c-warranty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .page-warranty .warranty-point .c-warranty-block {
    width: 90%;
    margin-inline: auto;
  }
}
.page-warranty .warranty-point .c-warranty-block + .c-warranty-block {
  margin-top: 140px;
  margin-top: 20vw;
}
@media screen and (min-width: 768px), print {
  .page-warranty .warranty-point .c-warranty-block + .c-warranty-block {
    margin-top: 140px;
  }
}
.page-warranty .warranty-point .c-warranty-block .c-warranty-block__txtArea {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .page-warranty .warranty-point .c-warranty-block .c-warranty-block__txtArea {
    width: 40%;
  }
}
.page-warranty .warranty-point .c-warranty-block .c-warranty-block__txtArea .c-warranty-block__txtArea__inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .page-warranty .warranty-point .c-warranty-block .c-warranty-block__txtArea .c-warranty-block__txtArea__inner {
    width: 80%;
    max-width: 480px;
  }
}
@media screen and (min-width: 768px), print {
  .page-warranty .warranty-point .c-warranty-block .c-warranty-block__imgArea {
    width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-warranty .warranty-point .c-warranty-block .c-warranty-block__imgArea {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
.page-warranty .warranty-point .c-warranty-block .c-warranty-block__imgArea img {
  width: 100%;
}
.page-warranty .warranty-point .c-warranty-block .num,
.page-warranty .warranty-point .c-warranty-block .ttl {
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  text-align: center;
}
.page-warranty .warranty-point .c-warranty-block .num {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .page-warranty .warranty-point .c-warranty-block .num {
    font-size: min(5.7142857143vw, 7.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-warranty .warranty-point .c-warranty-block .num {
    font-size: 13.8888888889vw;
  }
}
.page-warranty .warranty-point .c-warranty-block .ttl {
  padding-top: 0.6em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px), print {
  .page-warranty .warranty-point .c-warranty-block .ttl {
    font-size: min(2.8571428571vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-warranty .warranty-point .c-warranty-block .ttl {
    font-size: 5.8333333333vw;
  }
}
.page-warranty .warranty-point .c-warranty-block .txt {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-warranty .warranty-slider .slick-slide {
  margin-left: 1em;
  margin-right: 1em;
}
.page-warranty .warranty-slider img {
  width: 100%;
}

/*=======================================================================

 import-agency

========================================================================*/
.page-import-agency .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-import-agency .import-about .import-case {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-import-agency .import-about .import-case dt {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  width: 6em;
}
.page-import-agency .import-about .import-case dt span {
  position: relative;
  font-weight: 400;
  font-size: 200%;
  line-height: 0;
  bottom: -1px;
}
.page-import-agency .import-about .import-case dd {
  width: calc(100% - 6em);
  margin-bottom: 2em;
}
.page-import-agency .import-about .import-about__arrow {
  max-width: 200px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.page-import-agency .import-about .import-contact .import-contact__ttl {
  position: relative;
  padding-bottom: 10px;
}
.page-import-agency .import-about .import-contact .import-contact__ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.page-import-agency .import-about .import-contact .import-contact__txt {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-import-agency .import-about .import-contact .c-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px 10px 40px;
}
.page-import-agency .import-service .service .service-block {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .page-import-agency .import-service .service .service-block + .service-block {
    margin-top: 100px;
    margin-top: 14.2857142857vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-import-agency .import-service .service .service-block {
    width: 46.6666666667%;
  }
  .page-import-agency .import-service .service .service-block:nth-child(n+3) {
    margin-top: 90px;
  }
}
.page-import-agency .import-service .service .service-block .ttl {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  margin-top: 1.1em;
  margin-bottom: 0.7em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px), print {
  .page-import-agency .import-service .service .service-block .ttl {
    font-size: min(2.1428571429vw, 2.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-import-agency .import-service .service .service-block .ttl {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-import-agency .import-service .service .service-block .ttl {
    margin-top: 1.2em;
    margin-bottom: 0.85em;
  }
}
.page-import-agency .import-service .service .service-block .txt {
  font-size: 1.5rem;
}
.page-import-agency .import-service .js-slick-gallery {
  position: relative;
  cursor: ew-resize;
}
.page-import-agency .import-service .js-slick-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.page-import-agency .import-service .js-slick-gallery .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 20;
}
.page-import-agency .import-service .js-slick-gallery .slick-dots li {
  font-size: 0;
  margin: 0 4px;
  width: 50px;
  height: 4px;
  display: block;
}
.page-import-agency .import-service .js-slick-gallery .slick-dots li button {
  width: 50px;
  height: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.page-import-agency .import-service .js-slick-gallery .slick-dots li button:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  opacity: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-import-agency .import-service .js-slick-gallery .slick-dots li.slick-active button:before {
  background: #cc0000;
  opacity: 1;
}

/*=======================================================================

 import-agency-flow

========================================================================*/
.page-import-agency-flow .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-import-agency-flow .import-flow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-import-agency-flow .import-flow .flow dt,
.page-import-agency-flow .import-flow .flow dd {
  font-weight: 400;
}
.page-import-agency-flow .import-flow .flow dt {
  width: 6em;
  font-family: "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  padding-top: 0.6em;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dt {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-import-agency-flow .import-flow .flow dt {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dt {
    width: 7em;
  }
}
.page-import-agency-flow .import-flow .flow dt span {
  position: relative;
  font-size: 300%;
  line-height: 0;
  bottom: -0.15em;
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dt span {
    font-size: 350%;
  }
}
.page-import-agency-flow .import-flow .flow dd {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  width: calc(100% - 8em);
  margin-bottom: 5em;
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dd {
    width: calc(100% - 8em);
  }
}
.page-import-agency-flow .import-flow .flow dd .ttl {
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dd .ttl {
    font-size: min(2.5396825397vw, 3.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-import-agency-flow .import-flow .flow dd .ttl {
    font-size: 6.1111111111vw;
  }
}
@media screen and (max-width: 767.98px) {
  .page-import-agency-flow .import-flow .flow dd .ttl {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dd .ttl {
    line-height: 1.4;
  }
}
.page-import-agency-flow .import-flow .flow dd .txt {
  font-family: "Roboto", sans-serif;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .flow dd .txt {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-import-agency-flow .import-flow .flow dd .txt {
    font-size: 3.8888888889vw;
  }
}
.page-import-agency-flow .import-flow .flow .c-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 50px 10px 40px;
}
.page-import-agency-flow .import-flow .c-border-wrap .c-border-wrap__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-import-agency-flow .import-flow .c-border-wrap .txt {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px), print {
  .page-import-agency-flow .import-flow .c-border-wrap .txt {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-import-agency-flow .import-flow .c-border-wrap .txt {
    font-size: 3.8888888889vw;
  }
}

/*=======================================================================

 message

========================================================================*/
.page-message .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .page-message .message-managing .managing {
    gap: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .page-message .message-managing .managing .managing__txt {
    width: 54.1666666667%;
  }
}
.page-message .message-managing .managing .managing__txt p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .page-message .message-managing .managing .managing__img {
    width: 41.6666666667%;
  }
}
.page-message .message-managing .managing .managing__img p {
  line-height: 1.3;
  margin-top: 7px;
  text-align: right;
}

/*=======================================================================

 stock-cars

========================================================================*/
.page-stock-cars.single {
  /* ナビゲーションボタンの共通スタイル (メインスライド用) */
  /* prevボタンの位置 (左下) */
  /* nextボタンの位置 (右下) */
  /* ボタンの中の矢印アイコン */
  /* ---------------------------------------------------- */
  /* 固定サムネイルのスタイル調整 */
  /* ---------------------------------------------------- */
  /* サムネイルアイテム全体のスタイル */
  /* アクティブなサムネイル */
  /* Slickのドットを非表示にする */
}
.page-stock-cars.single .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-stock-cars.single .detail-imgArea {
  width: 100%;
  /* メイン・サムネイルの画像サイズ調整 */
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-imgArea {
    width: 65%;
  }
}
.page-stock-cars.single .detail-imgArea .slider-for-container {
  background-color: #fff;
  margin-bottom: 1rem;
}
.page-stock-cars.single .detail-imgArea .slick-slide,
.page-stock-cars.single .detail-imgArea .slider-nav > div {
  width: 100%;
  aspect-ratio: 4/3;
}
.page-stock-cars.single .detail-imgArea .slider-for img,
.page-stock-cars.single .detail-imgArea .slider-nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-stock-cars.single .detail-txtArea {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-txtArea {
    width: 30%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-stock-cars.single .detail-txtArea {
    margin-top: 100px;
    margin-top: 10vw;
  }
}
.page-stock-cars.single .detail-profile .profile__spec {
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-profile .profile__spec {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-stock-cars.single .detail-profile .profile__spec {
    font-size: 3.3333333333vw;
  }
}
.page-stock-cars.single .detail-profile .profile__name {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-profile .profile__name {
    font-size: min(2.1428571429vw, 2.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-stock-cars.single .detail-profile .profile__name {
    font-size: 5.2777777778vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-profile .profile__name {
    margin-bottom: 0.3em;
  }
}
.page-stock-cars.single .detail-profile .profile__price {
  font-weight: 600;
  line-height: 1;
  text-align: right;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-profile .profile__price {
    font-size: min(2.8571428571vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-stock-cars.single .detail-profile .profile__price {
    font-size: 7.2222222222vw;
  }
}
.page-stock-cars.single .detail-description {
  color: #333;
  background-color: #f4f4f3;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-description {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-stock-cars.single .detail-description {
    font-size: 3.3333333333vw;
  }
}
.page-stock-cars.single .detail-description .description__ttl {
  padding: 0.85em 2em 0.75em;
  border-bottom: 2px solid #a38b5b;
  font-weight: 500;
}
.page-stock-cars.single .detail-description .description__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 2em;
}
.page-stock-cars.single .detail-description .description__list dt {
  width: 8em;
  font-weight: 500;
}
.page-stock-cars.single .detail-description .description__list dd {
  width: calc(100% - 9em);
  margin-bottom: 1.41em;
}
.page-stock-cars.single .detail-message .message__ttl {
  color: #a38b5b;
  font-weight: 600;
}
.page-stock-cars.single .detail-contact {
  margin-top: 40px;
  margin-top: 5.7142857143vw;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .detail-contact {
    margin-top: 40px;
  }
}
.page-stock-cars.single .detail-contact a {
  width: min(320px, 75%);
}
.page-stock-cars.single .grid {
  display: grid;
}
.page-stock-cars.single .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.page-stock-cars.single .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.page-stock-cars.single .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.page-stock-cars.single .gap-1 {
  gap: 0.25rem;
}
.page-stock-cars.single .gap-2 {
  gap: 0.5rem;
}
.page-stock-cars.single .gap-3 {
  gap: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .page-stock-cars.single .gap-3 {
    gap: 0.75rem;
  }
}
.page-stock-cars.single .slider-for-container {
  position: relative;
}
.page-stock-cars.single .slider-for-container .slick-prev,
.page-stock-cars.single .slider-for-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.page-stock-cars.single .slider-for-container .slick-prev:hover,
.page-stock-cars.single .slider-for-container .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.page-stock-cars.single .slider-for-container .slick-prev {
  left: 1rem;
}
.page-stock-cars.single .slider-for-container .slick-next {
  right: 1rem;
}
.page-stock-cars.single .slider-for-container .slick-prev:before,
.page-stock-cars.single .slider-for-container .slick-next:before {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-stock-cars.single .slider-for-container .slick-prev:before {
  content: "‹";
}
.page-stock-cars.single .slider-for-container .slick-next:before {
  content: "›";
}
.page-stock-cars.single .slider-nav > div {
  opacity: 0.5; /* 非アクティブなサムネイルの透明度を0.5に設定 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.page-stock-cars.single .slider-nav .active-thumb {
  opacity: 1; /* アクティブなものだけ1.0 */
}
.page-stock-cars.single .slick-dots {
  display: none !important;
}
.page-stock-cars.single .slider-nav > div {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-stock-cars.single .slider-nav > div img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page-stock-cars.single .slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.page-stock-cars.single .slick-slider {
  -ms-touch-action: auto;
      touch-action: auto;
}
.page-stock-cars.single .--sold .profile__sold {
  margin-top: 1em;
}

/*=======================================================================

 sold-vehicles

========================================================================*/
.page-sold-vehicles .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-sold-vehicles .sold-vehicles-lineup {
  z-index: 10;
  position: relative;
}
.page-sold-vehicles .sold-vehicles-lineup a {
  pointer-events: none;
}
/*=======================================================================

 about

========================================================================*/
.page-about .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-about .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-about .sns .sns-icon {
  width: 30px;
  margin-right: 15px;
}

/*=======================================================================

 フォーム

========================================================================*/
/*=======================================================================

 会社案内

========================================================================*/
.page-company .c-wrap {
  max-width: 1280px;
}

.company-heading {
  overflow: hidden;
}
.company-main .c-wrap {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .company-main .c-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
}
.company-main .company-outline {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.company-main .company-outline dl dt,
.company-main .company-outline dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dt,
  .company-main .company-outline dl dd {
    font-size: 14px;
    font-size: 3.8888888889vw;
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.company-main .company-outline dl dt {
  width: 260px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dt {
    border-bottom: 0px solid #999;
    padding-bottom: 0;
  }
  .company-main .company-outline dl dt::before {
    content: "■";
  }
}
.company-main .company-outline dl dd {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dd {
    padding-top: 7px;
  }
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dd span {
    display: block;
    font-size: 90%;
  }
}
.company-main .company-outline dl dd ul li {
  list-style: disc;
  list-style-position: inside;
}
.company-main .company-outline dl dd ul li + li {
  margin-top: 7px;
}
.company-main .company-map {
  position: relative;
  max-width: 900px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-map {
    height: 300px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

/*=======================================================================

 お問い合わせ

========================================================================*/
.page-contact .c-wrap {
  max-width: 1280px;
}
.page-contact .c-button__wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.smf-form input,
.smf-form textarea,
.smf-form select {
  color: #333;
}

.smf-form .smf-text-control__control {
  padding: 1.3rem 1.6rem;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .smf-form .smf-text-control__control {
    border: 2px solid #fff;
  }
}
.smf-form .smf-text-control__control:focus {
  background-color: #eee;
  border: 1px solid #e70012;
  outline: 0;
}
@media screen and (min-width: 768px), print {
  .smf-form .smf-text-control__control:focus {
    border: 2px solid #e70012;
  }
}

.smf-form {
  margin-bottom: 40px;
  margin-bottom: 5.7142857143vw;
}
@media screen and (min-width: 768px), print {
  .smf-form {
    margin-bottom: 40px;
  }
}
.smf-form .smf-select-control__toggle {
  border-radius: 5px;
}
.smf-form .smf-select-control__toggle:before {
  border-color: #333;
}

.wp-block-snow-monkey-forms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-block: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767.98px) {
  .wp-block-snow-monkey-forms-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .wp-block-snow-monkey-forms-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wp-block-snow-monkey-forms-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px), print {
  .wp-block-snow-monkey-forms-item .smf-item__col--label {
    width: 20em;
  }
}
@media screen and (max-width: 767.98px) {
  .wp-block-snow-monkey-forms-item .smf-item__col--controls {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px), print {
  .wp-block-snow-monkey-forms-item .smf-item__col--controls {
    width: calc(100% - 21em);
  }
}
.wp-block-snow-monkey-forms-item .smf-checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-snow-monkey-forms-item .smf-checkbox-control input {
  margin-right: 0.3em;
  margin-block: 0;
}
.wp-block-snow-monkey-forms-item .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.wp-block-snow-monkey-forms-item .smf-item__label__text:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.3em;
  color: #fff;
  padding-top: 0.17em;
  padding-bottom: 0.05em;
}
@media screen and (min-width: 768px), print {
  .wp-block-snow-monkey-forms-item .smf-item__label__text:before {
    font-size: min(0.9523809524vw, 1.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .wp-block-snow-monkey-forms-item .smf-item__label__text:before {
    font-size: 2.7777777778vw;
  }
}
.wp-block-snow-monkey-forms-item.--Required .smf-item__label__text:before {
  content: "Required";
  background-color: #cc0000;
}
.wp-block-snow-monkey-forms-item.--Optional .smf-item__label__text:before {
  content: "Optional";
  background-color: #8d8d8d;
}
.wp-block-snow-monkey-forms-item .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.wp-block-snow-monkey-forms-item .smf-radio-buttons-control__control .smf-radio-button-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-snow-monkey-forms-item .smf-radio-buttons-control__control .smf-radio-button-control__control {
  margin-top: 0;
}
.wp-block-snow-monkey-forms-item .smf-radio-buttons-control__control .smf-label {
  min-width: 48%;
  margin-right: 0 !important;
}
.wp-block-snow-monkey-forms-item .smf-radio-buttons-control__control .smf-label input {
  margin-right: 0.5em;
}
.wp-block-snow-monkey-forms-item .smf-checkboxes-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.wp-block-snow-monkey-forms-item .smf-checkboxes-control__control .smf-label {
  min-width: 24%;
  margin-right: 0 !important;
}
.wp-block-snow-monkey-forms-item.form-center .smf-item__controls {
  text-align: center;
}
.wp-block-snow-monkey-forms-item.form-center .smf-checkboxes-control__control {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-snow-monkey-forms-item.form-center .smf-item__col--controls {
  width: 100%;
}

.smf-action {
  font-family: "EB Garamond", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smf-action .smf-button-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}
.smf-action .smf-button-control__control {
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fff;
  background: #cc0000;
  border: none;
  padding: 0.5em 2em;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .smf-action .smf-button-control__control {
    font-size: 2.4rem;
  }
}
@media (any-hover: hover) {
  .smf-action .smf-button-control__control {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .smf-action .smf-button-control__control:hover {
    opacity: 0.5;
  }
}

.smf-error-messages {
  color: #e70012;
  font-weight: 500;
}
.smf-error-messages::before {
  content: "Error:";
}

/*=======================================================================

 プライバシーポリシー

========================================================================*/
.page-privacy .c-wrap {
  max-width: 1280px;
}

.privacy-heading {
  overflow: hidden;
}
.privacy-main {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy-main .txt {
  margin-bottom: 70px;
}
.privacy-main dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .privacy-main dl dt {
    font-size: 18px;
    font-size: 5vw;
  }
}
.privacy-main dl dt:before {
  content: "■";
  color: #e70012;
  margin-right: 0.2em;
}
.privacy-main dl dd {
  margin-bottom: 70px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.privacy-main dl dd ol {
  counter-reset: number 0;
}
.privacy-main dl dd ol li {
  position: relative;
  padding-left: 25px;
}
.privacy-main dl dd ol li:before {
  display: block;
  /* number カウンタの増加数をセット */
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  /* 表示形式を指定 */
  counter-increment: number 1;
}/*# sourceMappingURL=style.css.map */