@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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: #e5d4a3;
}

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

.c-sub {
  color: #f0a514;
}

.c-red {
  color: #d00;
}

.c-black {
  color: #000;
}

/* 背景
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .u-bg-wood {
    background-image: url(../../images/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(../../images/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 #e5d4a3;
}

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

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

@media screen and (min-width: 768px), print {
  .txt-copy {
    font-size: min(2.3611111111vw, 3.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt-copy {
    font-size: 5.6vw;
  }
}
.txt-copy {
  font-weight: 600;
  line-height: 1.6470588235;
}

@media screen and (min-width: 768px), print {
  .txt-read {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt-read {
    font-size: 3.2vw;
  }
}
.txt-read {
  line-height: 2;
  letter-spacing: 0.03em;
}
.txt-sideline {
  position: relative;
  line-height: 1;
  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;
  padding: 0 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.txt-sideline:before, .txt-sideline:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.txt-sideline:before {
  left: 0;
}
.txt-sideline:after {
  right: 0;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Marcellus", sans-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: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 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
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .read__lg {
    font-size: min(1.5277777778vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .read__lg {
    font-size: 4.8vw;
  }
}
.read__lg {
  line-height: 2.0909090909;
}

/* 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: 29px;
    font-size: 2.9vw;
  }
}

.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: 27px;
    font-size: 2.7vw;
  }
}

/* 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;
}
.flex.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: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 100px;
    padding-top: 10vw;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 70px;
    padding-top: 7vw;
  }
}

.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: 160px;
    padding-top: 16vw;
  }
}

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

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 70px;
    padding-bottom: 7vw;
  }
}

.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: 160px;
    padding-bottom: 16vw;
  }
}

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

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 70px;
    margin-top: 7vw;
  }
}

.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: 160px;
    margin-top: 16vw;
  }
}

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

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 70px;
    margin-bottom: 7vw;
  }
}

.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: 160px;
    margin-bottom: 16vw;
  }
}

/* ボタン
-------------------------------------------------------*/
.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;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  max-width: 320px;
  height: 50px;
  color: #e5d4a3;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: 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 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.c-button.--more a {
  max-width: 420px;
  font-size: 1.7rem;
  height: 58px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 30px;
  padding-bottom: 1px;
}
@media screen and (min-width: 1001px) and (max-width: 1360.98px) {
  .c-button.--more a {
    font-size: 1.6rem;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-button.--more a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button.--more a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    height: 44px;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-button.--more a::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 45%;
  -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 (min-width: 1001px) and (max-width: 1360.98px) {
  .c-button.--more a::before {
    right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button.--more a::before {
    top: 42%;
    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(#928b79), to(#6e6355));
  background: linear-gradient(to left, #928b79, #6e6355);
  -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;
}
.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.--border a {
  border: 2px solid #e5d4a3;
  border-radius: 30px;
}

.c-button.--square a {
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  margin-left: 0;
  height: 56px;
}
@media screen and (min-width: 1001px), print {
  .c-button.--square a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--square a:hover {
    color: #543f32;
    background-color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button.--square a {
    height: 48px;
  }
}

.c-button--blank {
  font-size: 2rem;
  line-height: 1.4;
  width: auto;
  height: auto;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #e5d4a3;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-button--blank {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.c-button--blank::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 14px;
  height: 14px;
  background-image: url(../../images/common/arrow/arrow_blank.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-right: 0;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .c-button--blank::after {
    right: 16px;
  }
}
.c-button--blank__gmap::after {
  background-image: url(../../images/common/arrow/arrow_googlemap.webp);
}

.c-button--ku {
  font-size: 1.8rem;
  line-height: 1.4;
  width: auto;
  height: auto;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #e5d4a3;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-button--ku {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.c-button--ku::after {
  content: "";
  position: absolute;
  left: 15px;
  width: 9px;
  height: 9px;
  border-top: 1px solid red;
  border-right: 1px solid red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* フォームボタン
-------------------------------------------------------*/
.c-button__form {
  position: relative;
  color: #fff;
}
.c-button__request {
  background: linear-gradient(-45deg, #9f110a 0%, #cc1b24 17%, #a2110b 50%, #d11c28 77%, #97251d 100%);
}

.c-button__reserve {
  background: linear-gradient(-45deg, #b28436 0%, #e2ca84 17%, #ab7721 50%, #dcc076 77%, #ab7721 100%);
}

.c-heading {
  text-align: center;
  overflow: hidden;
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .c-heading {
    overflow: visible;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading-eng {
    font-size: min(12.8472222222vw, 18.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading-eng {
    font-size: 14.9333333333vw;
  }
}
.c-heading .c-heading-eng {
  font-family: "Marcellus", sans-serif;
  font-weight: 300;
  line-height: 0.67;
  color: #ddd;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading-eng {
    font-size: clamp(56px, 15vw, 185px);
  }
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading-jp {
    font-size: min(1.875vw, 2.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading-jp {
    font-size: 4.8vw;
  }
}
.c-heading .c-heading-jp {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.07em;
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading-jp {
    line-height: 1.5;
  }
}
.c-heading .txt-copy {
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .c-heading .txt-copy {
    margin-top: 30px;
  }
}
.c-heading .txt-read {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .c-heading .txt-read {
    margin-top: 15px;
  }
}

.c-heading.--sm {
  padding-bottom: 40px;
  overflow: visible;
}
@media screen and (max-width: 767.98px) {
  .c-heading.--sm {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .c-heading.--sm .c-heading-eng {
    font-size: min(10.2777777778vw, 14.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading.--sm .c-heading-eng {
    font-size: 14.9333333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading.--sm .c-heading-eng {
    font-size: clamp(56px, 15vw, 185px);
  }
}
@media screen and (min-width: 768px), print {
  .c-heading.--sm .c-heading-jp {
    font-size: min(1.9444444444vw, 2.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading.--sm .c-heading-jp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading.--sm .c-heading-jp {
    line-height: 1.5;
  }
}

.c-title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-title > p {
  line-height: 1.4;
}
.c-title .en {
  font-size: 2.6rem;
}
.c-title .jp {
  font-size: 1.6rem;
}

.c-title__block {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.6rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .c-title__block {
    max-width: 100%;
  }
}
.c-title__block--red {
  color: #fff;
  background-color: #db0816;
}

.c-title__line {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .c-title__line {
    font-size: min(1.8055555556vw, 2.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__line {
    font-size: 5.3333333333vw;
  }
}
.c-title__line {
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-title__line {
    padding-bottom: 17px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__line {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-title__line::before, .c-title__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #e5d4a3;
}
.c-title__line.--left::before, .c-title__line.--left::after {
  content: none;
}

.c-title__line--only {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .c-title__line--only {
    padding-bottom: 15px;
  }
}
.c-title__line--only::before, .c-title__line--only::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line--only::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #e5d4a3;
}
.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
label {
  cursor: pointer;
  white-space: nowrap;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.cp_ipselect,
select,
textarea,
input {
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
input[type=email],
textarea,
select {
  color: #000;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
input[type=text],
input[type=email],
textarea {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ddd;
}
@media screen and (min-width: 1001px), print {
  input[type=text],
  input[type=email],
  textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #000;
  background-color: #fff !important;
  border: 1px solid #e5d4a3;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #db0816;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.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: #e5d4a3;
}

/*
-------------------------------------------------------*/
.c-wrap {
  position: relative;
  width: 93%;
  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-car-item {
  color: #333;
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .c-car-item {
    border-radius: 5px;
  }
}
.c-car-item a {
  height: 100%;
}
.c-car-item a > .flex {
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-car-item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 幅を均等に広げる */
  position: relative;
  padding: 6% 6% 4.5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .txtArea {
    padding: 6% 7% 6%;
  }
}
.c-car-item .c-car-name {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-name {
    margin-bottom: 7px;
  }
}
.c-car-item .c-car-name .c-car-name1 {
  font-size: 1.2rem;
  background-color: #eeeeee;
  padding-left: 8px;
  padding-right: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-name .c-car-name1 {
    font-size: 10px;
    font-size: 2.6666666667vw;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.c-car-item .c-car-name .c-car-name2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-name .c-car-name2 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 0px;
  }
}
.c-car-item .c-car-grade {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 100%;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-car-item .c-car-grade {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-grade {
    display: none;
  }
}
.c-car-item .c-car-detail {
  padding-top: 12px;
  border-top: 1px solid #ccc;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
    border-top: 0px solid #ccc;
  }
}
.c-car-item .c-car-detail > * {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-detail > * {
    width: 100%;
  }
}
.c-car-item .c-car-detail .c-car-age,
.c-car-item .c-car-detail .c-car-run {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .c-car-item .c-car-detail .c-car-age span:after,
  .c-car-item .c-car-detail .c-car-run span:after {
    content: "：";
  }
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-detail .c-car-age,
  .c-car-item .c-car-detail .c-car-run {
    margin-top: 4px;
    font-size: 10.5px;
    font-size: 2.8vw;
  }
  .c-car-item .c-car-detail .c-car-age span,
  .c-car-item .c-car-detail .c-car-run span {
    background-color: #eeeeee;
    padding: 0px 6px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .c-car-item .c-car-detail .c-car-age span,
  .c-car-item .c-car-detail .c-car-run span {
    font-size: 90%;
  }
}
.c-car-item .c-car-detail .c-car-price {
  font-size: 3.8rem;
  width: 100%;
  line-height: 1;
  font-family: "Marcellus", sans-serif;
  font-style: italic;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-car-item .c-car-detail .c-car-price {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-detail .c-car-price {
    font-size: 23px;
    font-size: 6.1333333333vw;
    margin-top: 5px;
  }
}
.c-car-item .c-car-detail .c-car-price small {
  font-size: 50%;
  font-weight: 600;
}
.c-car-item .c-car-detail .c-car-price span {
  position: relative;
  bottom: -2px;
  font-weight: 600;
  margin-left: 3px;
  color: #b00;
}
@media screen and (max-width: 767.98px) {
  .c-car-item .c-car-detail .c-car-price span {
    bottom: -1px;
  }
}

.c-products {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .c-products {
    padding: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-products {
    padding: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-products {
    padding: 20px;
    border-radius: 10px;
  }
}
.c-products .imgArea {
  width: 58%;
}
@media screen and (max-width: 1000.98px) {
  .c-products .imgArea {
    width: 100%;
  }
}
.c-products .imgArea .slide_thumb {
  margin-top: 20px;
}
.c-products .txtArea {
  width: 38%;
}
@media screen and (max-width: 1000.98px) {
  .c-products .txtArea {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-products .txtArea .txtArea__header {
    margin-top: 25px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .txtArea__header {
    margin-top: 23px;
    border-top: 1px solid #ccc;
    padding-top: 17px;
  }
}
.c-products .txtArea .c-products__number {
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eee;
  padding: 2px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-products__number {
    font-size: 1rem;
  }
}
.c-products .txtArea .c-products__name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-products__name {
    font-size: 46px;
    font-size: 4.6vw;
  }
}
.c-products .txtArea .c-products__price {
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-products__price {
    font-size: 60px;
    font-size: 6vw;
    margin-top: 10px;
  }
}
.c-products .txtArea .c-products__price span {
  font-weight: 600;
  font-style: italic;
  font-family: "Marcellus", sans-serif;
}
.c-products .txtArea .c-products__price small {
  font-size: 1.3rem;
}
.c-products .txtArea .c-products__comment {
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-products__comment {
    margin-top: 20px;
  }
}
.c-products .txtArea .c-products__comment + .c-products__spec {
  font-size: 1.3rem;
  margin-top: 30px;
}
.c-products .txtArea .c-products__spec {
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #ddd;
  padding: 15px 20px;
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-products__spec {
    font-size: 1.3rem;
  }
}
.c-products .txtArea .c-button.--more {
  width: 95%;
  max-width: 360px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-button.--more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-products .txtArea .c-button.--more a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-products .txtArea .c-button.--more a::before {
    content: none;
  }
}

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

ヘッダー

========================================================================*/
.l-header {
  z-index: 101;
  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;
  font-family: "Marcellus", sans-serif;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  padding-left: 30px;
  padding-right: 30px;
  fill: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .l-header__left {
    width: 100%;
  }
}
.l-header .l-header__left .l-header__logo {
  max-width: 141px;
}
@media screen and (min-width: 1001px), print {
  .l-header .l-header__left .l-header__logo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header .l-header__left .l-header__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .l-header__left .l-header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .l-header__center {
    width: 100%;
  }
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.03em;
  height: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1001px), print {
  .l-header a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-header a:hover {
    color: rgb(213, 191, 80);
  }
}
.l-header a.is-active {
  color: rgb(213, 191, 80);
}
.l-header a small {
  font-size: 75%;
}
.gnav .gnav-list {
  position: relative;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .gnav .gnav-list {
    gap: 1em;
  }
}
@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;
    gap: 0px;
  }
}
.gnav .gnav-list-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .gnav .gnav-list-item a {
    font-size: min(1.1805555556vw, 1.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-list-item a {
    font-size: 4.2666666667vw;
  }
}
.gnav .gnav-list-item a {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .gnav .gnav-list-item a {
    font-size: 15px;
    font-size: 1.5vw;
  }
}
@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;
  }
  .l-header .l-header__left,
  .l-header .l-header__center,
  .l-header .l-header__right {
    z-index: 200;
  }
  .l-header .l-header__left {
    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: 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: 17px;
    padding-bottom: 17px;
  }
  .l-header .l-header__right {
    position: fixed;
    top: 410px;
    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%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-header .gnav .gnav-list-item a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    letter-spacing: 0.07em;
  }
  .l-header .gnav .gnav-list-item a small {
    letter-spacing: 0.07em;
  }
  .l-header .gnav .gnav-list-item a span {
    display: block;
    font-weight: 600;
    margin-top: 3px;
  }
  .l-header .gnav .gnav-list-item a span.eng {
    font-size: 115%;
  }
  .l-header .gnav .gnav-list-item a br {
    display: none;
  }
  .l-header .gnav .gnav-list-item + .gnav-list-item a::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .l-header .l-header__btn a {
    display: block;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    padding: 7px 30px;
    border-radius: 30px;
  }
  .l-header .l-header__btn a span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-top: 3px;
  }
  .l-header .l-header__btn a br {
    display: none;
  }
  .l-header .l-header__btn + .l-header__btn {
    margin-top: 15px;
  }
  .l-header .menu-background {
    width: 100%;
    height: 100vh;
  }
  .l-header__center,
  .l-header__right {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body.active .l-header__center,
  body.active .l-header__right {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px), print {
  .home .l-header.js-nav {
    top: -100px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header.js-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-header.js-nav.is-view {
    top: 0;
  }
  .l-header.js-nav.is-view2 {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.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: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 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: #e5d4a3;
  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: #e5d4a3;
}
.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-wrapper {
  position: relative;
}
.l-main {
  overflow: hidden;
  display: block;
  position: relative;
  background-image: url(../../images/common/bg_wood2.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: 2097px;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    margin-top: 50px;
  }
}

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

フッター

========================================================================*/
.l-footer {
  color: #fff;
  background-color: #000;
}
.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 {
  width: 50%;
  letter-spacing: 0.07em;
}
@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-top: 30px;
    padding-bottom: 30px;
  }
}
.l-footer .l-footer__outline .logo {
  width: 70%;
  max-width: 270px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__outline .txt {
    font-size: min(1.0416666667vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__outline .txt {
    font-size: 3.2vw;
  }
}
.l-footer .l-footer__outline .txt + .txt {
  margin-top: 10px;
}
.l-footer .l-footer__nav {
  width: 50%;
  max-width: 450px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-footer .l-footer__nav .nav-list {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav .nav-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;
    width: 100%;
  }
}
.l-footer .l-footer__nav .nav-list .nav-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav .nav-list .nav-list-item {
    width: 50%;
    margin-top: 15px !important;
  }
}
.l-footer .l-footer__nav .nav-list .nav-list-item + .nav-list-item {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav .nav-list .nav-list-item + .nav-list-item {
    margin-top: 0px;
  }
}
.l-footer .l-footer__nav .nav-list .nav-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__nav .nav-list .nav-list-item a {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav .nav-list .nav-list-item a {
    font-size: 3.4666666667vw;
  }
}
.l-footer .l-footer__nav .nav-list .nav-list-item a {
  font-weight: 500;
}
@media screen and (min-width: 1001px), print {
  .l-footer .l-footer__nav .nav-list .nav-list-item a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-footer .l-footer__nav .nav-list .nav-list-item a:hover {
    color: #e5d4a3;
    text-decoration: underline;
  }
}
.l-footer .l-footer__copyright {
  color: #fff;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__copyright {
    font-size: min(0.9027777778vw, 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__copyright {
    font-size: 2.9333333333vw;
  }
}
.l-footer .l-footer__copyright {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Marcellus", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__copyright {
    color: #000;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.l-footer .nav-list-item.arrow {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .nav-list-item.arrow {
    padding-left: 15px;
  }
}
.l-footer .nav-list-item.arrow:before {
  content: "";
  position: absolute;
  top: 44%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .l-footer .nav-list-item.arrow:before {
    top: 43%;
    width: 5px;
    height: 5px;
  }
}

#pagetop {
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
}

#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: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 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;
}

@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 150px;
    bottom: 21.4285714286vw;
    right: 10px;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
/*=======================================================================

サイドバー

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

 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;
  }
}

/*! 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: 16px;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333;
  background-color: #000;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

body.preload a,
body.preload .l-header *,
body.preload .l-side * {
  -webkit-transition: none !important;
  transition: none !important;
}

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;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%; /* 1 */
  height: auto; /* 1 */
  vertical-align: middle; /* 2 */
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

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 {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.inner {
  max-width: 1260px;
}
.inner.--lg {
  max-width: 1460px;
}
.inner.--sm {
  max-width: 1060px;
}

.inner_in {
  max-width: 1200px;
}
.inner_in.--lg {
  max-width: 1400px;
}
.inner_in.--sm {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
    color: inherit !important;
    text-decoration: none !important;
  }
}
.mfp-arrow {
  opacity: 1 !important;
}
.mfp-arrow:hover {
  opacity: 0.6 !important;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  border: none !important;
}

.mfp-title {
  font-weight: 700;
  text-align: center !important;
  margin-top: 7px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

/**/
@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
    -------------------------------------------------------*/
}
.ef-zoomLink a {
  display: block;
  overflow: hidden;
}
.ef-zoomLink a img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .ef-zoomLink a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .ef-zoomLink a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.5;
  }
}

.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;
}
@media screen and (min-width: 768px), print {
  .p-contact .p-contact__ttl {
    font-size: min(2.0833333333vw, 3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-contact__ttl {
    font-size: 4.8vw;
  }
}
.p-contact .p-contact__ttl {
  font-weight: 600;
  line-height: 1.7333333333;
  letter-spacing: 0.07em;
}
.p-contact .p-contact__btn {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(30px, 4.348vw, 60px);
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-contact__btn {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px), print {
  .p-contact .p-contact__btn a {
    font-size: min(1.8055555556vw, 2.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-contact__btn a {
    font-size: 4.8vw;
  }
}
.p-contact .p-contact__btn a {
  font-weight: 700;
  height: clamp(60px, 6.522vw, 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;
  height: clamp(400px, 50.725vw, 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 {
  overflow: hidden;
  position: relative;
}
.p-hero::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);
}
.p-hero .p-hero__txt {
  z-index: 5;
  width: 93%;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-hero .p-hero__txt {
    top: 58%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__txt {
    top: 50%;
  }
}
.p-hero .p-hero__txt .ttl__eng {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__eng {
    font-size: min(1.5972222222vw, 2.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__txt .ttl__eng {
    font-size: 4.2666666667vw;
  }
}
.p-hero .p-hero__txt .ttl__eng {
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__eng {
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__jp {
    font-size: min(4.4444444444vw, 6.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__txt .ttl__jp {
    font-size: 8vw;
  }
}
.p-hero .p-hero__txt .ttl__jp {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: clamp(7px, 0.725vw, 10px);
}
.p-hero .p-hero__txt .ttl__jp small {
  display: block;
  font-size: 48%;
  margin-bottom: 0.4em;
}
.p-hero .p-hero__txt .ttl__sub {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__sub {
    font-size: min(1.5277777778vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__txt .ttl__sub {
    font-size: 4.2666666667vw;
  }
}
.p-hero .p-hero__txt .ttl__sub {
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 0.8;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__sub {
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__main {
    font-size: min(4.4444444444vw, 6.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__txt .ttl__main {
    font-size: 7.7333333333vw;
  }
}
.p-hero .p-hero__txt .ttl__main {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: clamp(7px, 0.725vw, 10px);
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__main {
    letter-spacing: 0.07em;
  }
}
.p-hero .p-hero__txt .ttl__main small {
  display: block;
  font-size: 35%;
  margin-bottom: 0.7em;
}
.p-hero .p-hero__txt .ttl__main.--eng {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__txt .ttl__main.--eng {
    font-size: min(5.1388888889vw, 7.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__txt .ttl__main.--eng {
    font-size: 9.0666666667vw;
  }
}
.p-hero .p-hero__txt .ttl__main.--eng {
  font-weight: 400;
  line-height: 0.8;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.p-hero .p-hero__img {
  width: 100%;
  aspect-ratio: 1000/450;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__img {
    aspect-ratio: 1600/680;
  }
}
.p-hero .p-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .page-total_body_studio_4life .p-hero .p-hero__txt {
    width: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .page-total_body_studio_4life .p-hero .ttl__jp {
    font-size: min(1.4583333333vw, 2.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-total_body_studio_4life .p-hero .ttl__jp {
    font-size: 4vw;
  }
}

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

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  padding-bottom: clamp(40px, 5.073vw, 70px);
}
@media screen and (max-width: 767.98px) {
  .section-heading {
    margin-inline: calc(50% - 50vw);
  }
}
.section-heading .ttl__jp {
  font-family: YakuHanJPs, "Marcellus", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
@media screen and (min-width: 768px), print {
  .section-heading .ttl__jp {
    font-size: min(3.1944444444vw, 4.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading .ttl__jp {
    font-size: 6.4vw;
  }
}
.section-heading .ttl__jp {
  letter-spacing: 0.08em;
}
.section-heading .ttl__jp span {
  position: relative;
  bottom: -0.05em;
  display: block;
  font-size: 121%;
  line-height: 1.3;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (min-width: 768px), print {
  .section-heading .ttl__jp span {
    display: inline-block;
  }
}
.section-heading .ttl__eng {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .section-heading .ttl__eng {
    font-size: min(1.5277777778vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading .ttl__eng {
    font-size: 4.2666666667vw;
  }
}
.section-heading .ttl__eng {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.98px) {
  .section-heading .ttl__eng {
    margin-bottom: 15px;
  }
}

.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: 41.5384615385%;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .p-about .txtArea .ttl {
    font-size: min(2.2222222222vw, 3.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .ttl {
    font-size: 5.3333333333vw;
  }
}
.p-about .txtArea .ttl {
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: clamp(20px, 2.899vw, 40px);
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .ttl {
    letter-spacing: 0em;
    white-space: nowrap;
  }
}
.p-about .txtArea .txt {
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .p-about .txtArea .txt {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .txt {
    font-size: 3.4666666667vw;
  }
}
.p-about .txtArea .txt {
  letter-spacing: 0.04em;
  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 {
    line-height: 1.9;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.p-about .txtArea .txt + .txt {
  margin-top: 1.4em;
}
@media screen and (max-width: 1000.98px) {
  .p-about .txtArea .txt br {
    display: none;
  }
}
.p-about .txtArea .list {
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .p-about .txtArea .list .list-item {
    font-size: min(1.3888888889vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-about .txtArea .list .list-item {
    font-size: 3.4666666667vw;
  }
}
.p-about .txtArea .list .list-item {
  font-weight: 500;
  letter-spacing: 0.07em;
}
.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: clamp(25px, 4vw, 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 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-about__img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.p-about__img .p-about__img-item {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-about__img .p-about__img-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-about__img .p-about__img-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px), print {
  .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__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: clamp(50px, 5.798vw, 80px);
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  margin-top: clamp(50px, 5.798vw, 80px);
}
.p-feature .p-feature__content dl dt {
  width: 350px;
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-feature .p-feature__content dl dt {
    font-size: min(7.6388888889vw, 11rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dt {
    font-size: 10.6666666667vw;
  }
}
.p-feature .p-feature__content dl dt {
  font-weight: 400;
  line-height: 0.85;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dt {
    display: block;
    width: 27%;
    margin-inline: auto;
    margin-bottom: 25px;
  }
}
.p-feature .p-feature__content dl dt img {
  display: block;
  width: 65%;
  max-width: 140px;
  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%;
  }
}
@media screen and (min-width: 768px), print {
  .p-feature .p-feature__content dl dd .ttl {
    font-size: min(1.9444444444vw, 2.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dd .ttl {
    font-size: 4.8vw;
  }
}
.p-feature .p-feature__content dl dd .ttl {
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dd .ttl {
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px), print {
  .p-feature .p-feature__content dl dd .txt {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature .p-feature__content dl dd .txt {
    font-size: 3.3333333333vw;
  }
}
.p-feature .p-feature__content dl dd .txt {
  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 {
    line-height: 1.75;
    margin-top: 15px;
  }
}

.p-sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.5em;
}
.p-sns .sns__item {
  overflow: hidden;
  border-radius: 50%;
  width: 38px;
  margin-right: 1em;
}
@media screen and (min-width: 768px), print {
  .p-sns .sns__item {
    width: 44px;
    margin-right: 1em;
  }
}
.p-sns .sns__item a {
  display: block;
}
@media (any-hover: hover) {
  .p-sns .sns__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-sns .sns__item a:hover {
    opacity: 0.5;
  }
}

.p-outline {
  color: #fff;
}
.p-outline a {
  color: #e5d4a3;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-outline a:hover {
    text-decoration: none;
  }
}
.p-outline .section-heading .ttl__eng {
  margin-bottom: 0;
}

.p-outline__heading {
  padding-bottom: clamp(30px, 2.174vw, 30px);
}

.p-outline__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;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.p-outline__content dl dt,
.p-outline__content dl dd {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 2em 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-outline__content dl dt,
  .p-outline__content dl dd {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .p-outline__content dl dt,
  .p-outline__content dl dd {
    padding: 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-outline__content dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-outline__content dl dt:before {
    content: "■";
    margin-right: 0.2em;
  }
}
@media screen and (min-width: 768px), print {
  .p-outline__content dl dt {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-outline__content dl dd {
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 768px), print {
  .p-outline__content dl dd {
    width: calc(100% - 201px);
  }
}
@media screen and (min-width: 768px), print {
  .p-outline__content .txt {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-outline__content .txt {
    font-size: 3.4666666667vw;
  }
}
.p-outline__content .txt {
  line-height: 2;
}
.p-outline__content .txt + .txt {
  margin-top: 1.5em;
}

.outline-link {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.3em;
  padding: 1.3rem 2.4rem;
  width: min(180px, 70%);
}
@media (any-hover: hover) {
  .outline-link:hover img {
    opacity: 0.5;
  }
  .outline-link img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.outline-gmap {
  position: relative;
  top: -0.3em;
  display: inline-block;
  text-decoration: none;
  color: #333 !important;
  background-color: #fff;
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .outline-gmap {
    font-size: min(0.7638888889vw, 1.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .outline-gmap {
    font-size: 2.6666666667vw;
  }
}
.outline-gmap {
  line-height: 1;
  padding: 0.35em 0.45em 0.2em 0.5em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .outline-gmap {
    text-decoration: none !important;
    top: -0.15em;
    padding: 0.25em 0.45em 0.1em 0.5em;
  }
}
@media (any-hover: hover) {
  .outline-gmap {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .outline-gmap:hover {
    color: #000;
    background-color: #e5d4a3;
  }
}

.gmap-iframe__wrap {
  position: relative;
}
.gmap-iframe__wrap iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px), print {
  .gmap-iframe__wrap iframe {
    aspect-ratio: 16/9;
  }
}

.c-box-border {
  text-align: center;
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.p-news .list {
  margin-top: 25px;
  border-bottom: 1px solid #b3b3b3;
}
.p-news .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .p-news .list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news .list .list-item .list-item__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-news .list .list-item .list-item__post {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-news .list .list-item .list-item__post time {
  font-size: 0.8333333333em;
  width: 110px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-news .list .list-item .list-item__post time {
    width: 95px;
  }
}
@media screen and (min-width: 768px), print {
  .p-news .list .list-item .list-item__post .info-icon {
    font-size: min(0.9027777778vw, 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-news .list .list-item .list-item__post .info-icon {
    font-size: 3.3333333333vw;
  }
}
.p-news .list .list-item .list-item__post .info-icon {
  font-weight: 500;
  width: 110px;
  height: 25px;
  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: #333;
  background-color: #e5d4a3;
  padding-bottom: 1px;
}
@media screen and (max-width: 767.98px) {
  .p-news .list .list-item .list-item__post .info-icon {
    width: 110px;
    height: 22px;
  }
}
.p-news .list .list-item .list-item__post .info-icon.--events {
  color: #fff;
  background-color: #e5d4a3;
}
.p-news .list .list-item .list-item__post .info-icon.--information {
  color: #e5d4a3;
  background-color: #fff;
}
.p-news .list .list-item span,
.p-news .list .list-item a {
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (min-width: 1001px), print {
  .p-news .list .list-item span,
  .p-news .list .list-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-news .list .list-item span:hover,
  .p-news .list .list-item a:hover {
    color: #e5d4a3;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news .list .list-item span,
  .p-news .list .list-item a {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1001px), print {
  .p-news .list .list-item a:hover {
    text-decoration: underline;
  }
}

.p-lineup::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-lineup::before, .p-lineup::after {
  content: "";
  height: 0;
  width: 23.5714285714%;
}
@media screen and (min-width: 1361px), print {
  .p-lineup .c-car-item {
    width: 23.5%;
  }
  .p-lineup .c-car-item:nth-child(n+5) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1360.98px) {
  .p-lineup .c-car-item {
    width: 31.6%;
  }
  .p-lineup .c-car-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-lineup .c-car-item {
    width: 31.6%;
  }
  .p-lineup .c-car-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lineup .c-car-item {
    width: 48%;
  }
  .p-lineup .c-car-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-products .c-wrap {
  max-width: 1200px;
}
.p-products .p-products__heading {
  text-align: center;
  color: #fff;
  padding-bottom: clamp(20px, 3.624vw, 50px);
}
@media screen and (min-width: 768px), print {
  .p-products .p-products__heading .ttl__jp {
    font-size: min(3.3333333333vw, 4.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-products .p-products__heading .ttl__jp {
    font-size: 6.9333333333vw;
  }
}
.p-products .p-products__heading .ttl__jp {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-products .p-products__heading .ttl__eng {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-products .p-products__heading .ttl__eng {
    font-size: min(1.4583333333vw, 2.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-products .p-products__heading .ttl__eng {
    font-size: 4vw;
  }
}
.p-products .p-products__heading .ttl__eng {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-products .p-products__heading .ttl__eng {
    margin-bottom: 15px;
  }
}

.products-none {
  color: #fff;
  text-align: center;
}

.products__slider .products-item .c-products {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .products__slider .products-item .c-products {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .products__slider .products-item .c-products {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.slide_thumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slide_thumb .slick-track:before,
.slide_thumb .slick-track:after {
  content: none;
}
.slide_thumb .slick-slide {
  position: relative;
  width: calc((100% - 60px) / 7) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 1001px), print {
  .slide_thumb .slick-slide:nth-child(8n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .slide_thumb .slick-slide {
    width: calc((100% - 30px) / 6) !important;
    margin-top: 5px;
    margin-left: 5px;
  }
  .slide_thumb .slick-slide:nth-child(6n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .slide_thumb .slick-slide {
    width: calc((100% - 20px) / 5) !important;
    margin-top: 5px;
    margin-left: 5px;
  }
  .slide_thumb .slick-slide:nth-child(5n+1) {
    margin-left: 0;
  }
}
.slide_thumb .slick-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 3px solid #bfaa8b;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.slide_thumb .slick-slide.slick-active::before, .slide_thumb .slick-slide:hover::before {
  opacity: 1;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
  width: 20px;
  height: 20px;
  color: #fff !important;
}

.p-gallery .c-wrap {
  max-width: 1200px;
}
.p-gallery .p-gallery__heading {
  text-align: center;
  color: #fff;
  padding-bottom: clamp(20px, 3.624vw, 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%;
  }
}
@media screen and (min-width: 768px), print {
  .p-gallery .p-gallery__heading .ttl__jp {
    font-size: min(1.25vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-gallery .p-gallery__heading .ttl__jp {
    font-size: 4vw;
  }
}
.p-gallery .p-gallery__heading .ttl__jp {
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-gallery .p-gallery__heading .ttl__jp {
    margin-top: 5px;
  }
}
.p-gallery .list::after {
  content: "";
  display: block;
  clear: both;
}
.p-gallery .list .list-item {
  background-color: #fff;
  float: left;
}
@media screen and (min-width: 1001px), print {
  .p-gallery .list .list-item {
    width: calc((100% - 50px) / 6);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .p-gallery .list .list-item:nth-child(6n+1) {
    margin-left: 0;
  }
}
@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: 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-gallery .list .list-item {
    width: calc((100% - 21px) / 4);
  }
  .p-gallery .list .list-item:nth-child(n+5) {
    margin-top: 7px;
  }
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  padding-bottom: clamp(30px, 3.624vw, 50px);
}
@media screen and (min-width: 768px), print {
  .p-results .p-results__heading .ttl__jp {
    font-size: min(3.3333333333vw, 4.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-results .p-results__heading .ttl__jp {
    font-size: 6.9333333333vw;
  }
}
.p-results .p-results__heading .ttl__jp {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-results .p-results__heading .ttl__eng {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .p-results .p-results__heading .ttl__eng {
    font-size: min(1.4583333333vw, 2.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-results .p-results__heading .ttl__eng {
    font-size: 4vw;
  }
}
.p-results .p-results__heading .ttl__eng {
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-results .p-results__heading .ttl__eng {
    margin-bottom: 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: 48%;
  }
  .p-results .list .list-item:nth-child(n+3) {
    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;
}
@media screen and (max-width: 767.98px) and (min-width: 768px) {
  .p-results .list figure figcaption {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .p-results .list figure figcaption {
    font-size: 3.4666666667vw;
  }
}

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

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

 共通

========================================================================*/
.--scent-airly {
  display: none !important;
}

.--unkle-mike-ichibancho {
  display: none !important;
}

/* ローディング画面 */
/* オーバーレイ（画面いっぱいの真っ黒） */
.overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.overlay.shrink {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* アクセシビリティ: 静止モーションを好む人に配慮 */
.mv-texts {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .mv-texts {
    top: 45%;
  }
}

.mv-text-line {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}

.mv-description-line {
  margin-top: 10px;
}

.mv-copy,
.mv-logo {
  font-family: "Marcellus", sans-serif;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  letter-spacing: 0.07em;
}
.mv-copy img,
.mv-logo img {
  opacity: 0.93;
}

@media screen and (min-width: 768px), print {
  .mv-copy {
    font-size: min(3.1944444444vw, 4.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .mv-copy {
    font-size: 5.6vw;
  }
}

@media screen and (min-width: 768px), print {
  .mv-logo {
    font-size: min(8.3333333333vw, 12rem);
  }
}
@media screen and (max-width: 767.98px) {
  .mv-logo {
    font-size: 14.4vw;
  }
}

.mv-wipe-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

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

 トップページ

========================================================================*/
.home .l-main {
  padding-bottom: 150px;
}
@media screen and (max-width: 767.98px) {
  .home .l-main {
    padding-bottom: 70px;
  }
}

.top-mv .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.top-mv .mv:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: -50%;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv:after {
    right: -60%;
  }
}
.top-mv .mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv .mv .mv-txt {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv-txt {
    top: 46%;
  }
}
.top-mv .mv .mv-txt img {
  width: 485px;
  width: 30.3125vw;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv-txt img {
    width: 60%;
  }
}
.top-mv .mv .mv-list {
  z-index: 15;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 93%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-mv .mv .mv-list {
    bottom: 30px;
    bottom: 3vw;
    width: min(800px, 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    gap: 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv-list {
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.top-mv .mv .mv-list .mv-list-item {
  color: #fff;
}
.top-mv .mv .mv-list .mv-list-item small {
  display: block;
  font-size: 75%;
}
.top-mv .mv .mv-list .mv-list-item a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv-list .mv-list-item a {
    font-size: min(1.5277777778vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv-list .mv-list-item a {
    font-size: 4.8vw;
  }
}
.top-mv .mv .mv-list .mv-list-item a {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1001px), print {
  .top-mv .mv .mv-list .mv-list-item a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .top-mv .mv .mv-list .mv-list-item a:hover {
    color: #e5d4a3;
  }
  .top-mv .mv .mv-list .mv-list-item a:hover:before {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-mv .mv .mv-list .mv-list-item a {
    font-size: 22px;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv-list .mv-list-item a {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
  }
}
.top-mv .mv .mv-list .mv-list-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 0px;
  height: 1px;
  background-color: #e5d4a3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-mv .mv .mv-list .mv-list-item .eng {
  font-family: "Marcellus", sans-serif;
  white-space: nowrap;
}
.top-mv .mv .mv-list .mv-list-item .jp {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 88%;
  font-weight: 500;
}
.top-mv .slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.top-mv .slick-img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .top-mv .slick-img {
    height: 550px;
  }
}
.top-mv .slick-img .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slick-img:first-child,
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.top-about {
  overflow: hidden;
}
.top-about .about-heading {
  color: #fff;
  text-align: center;
}
.top-about .about-heading .about-heading__ttl {
  width: 80%;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .top-about .about-heading .about-heading__txt .txt {
    font-size: min(1.25vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about .about-heading .about-heading__txt .txt {
    font-size: 3.3333333333vw;
  }
}
.top-about .about-heading .about-heading__txt .txt {
  font-style: normal;
  font-weight: 600;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  margin-inline: calc(50% - 50vw);
}
.top-about .about-heading .about-heading__txt .about-heading__ttl * {
  margin-top: 2em;
}
.top-about .about-business {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .top-about .about-business {
    margin-inline: calc(50% - 50vw);
    width: auto;
    padding-inline: 5%;
  }
}
.top-about .about-business .business-heading {
  padding-top: clamp(50px, 7.247vw, 100px);
  padding-bottom: clamp(20px, 2.899vw, 40px);
  width: 50%;
  max-width: 410px;
  color: #503939;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .top-about .about-business .business-heading {
    width: 70%;
  }
}
.top-about .about-business .business-heading .business-heading__ttl {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .top-about .about-business .business-heading .business-heading__ttl {
    font-size: min(5vw, 7.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about .about-business .business-heading .business-heading__ttl {
    font-size: 9.6vw;
  }
}
.top-about .about-business .business-heading .business-heading__ttl {
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .top-about .about-business .business-heading .business-heading__txt {
    font-size: min(1.3888888889vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about .about-business .business-heading .business-heading__txt {
    font-size: 3.7333333333vw;
  }
}
.top-about .about-business .business-heading .business-heading__txt {
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .top-about .about-business .business-heading .business-heading__txt {
    margin-top: 15px;
  }
}
.top-information .c-heading {
  padding-bottom: 15px;
}
.top-information .c-heading .c-heading-ttl {
  width: 90%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.top-information .c-buttons {
  margin-top: 30px;
}
.top-information .c-button__more {
  margin-left: auto;
  margin-right: 0;
}

.business-block {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.business-block + .business-block {
  margin-top: clamp(60px, 8.696vw, 120px);
}
.business-block .imgArea {
  position: relative;
}
.business-block .imgArea .img {
  position: relative;
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px), print {
  .business-block .imgArea .img {
    margin-inline: auto;
    border-radius: 10px;
  }
  .business-block .imgArea .img::before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  }
}
.business-block .imgArea .ttl {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .business-block .imgArea .ttl {
    z-index: 2;
    position: absolute;
    left: 2.5%;
    bottom: -4.1666666667%;
    margin: auto;
    color: #fff;
    text-shadow: 0px -2px 7px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .imgArea .ttl {
    padding-top: 1.5rem;
  }
  .business-block .imgArea .ttl:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
    background-image: linear-gradient(to right, #000, #fff);
  }
}
.business-block .ttl-jp {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .business-block .ttl-jp {
    font-size: min(1.6666666667vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .ttl-jp {
    font-size: 3.2vw;
  }
}
.business-block .ttl-jp {
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px), print {
  .business-block .ttl-jp {
    font-weight: 700;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .ttl-jp {
    color: #444;
  }
}
.business-block .ttl-eng {
  font-family: "Marcellus", sans-serif;
}
@media screen and (min-width: 768px), print {
  .business-block .ttl-eng {
    font-size: min(6.8055555556vw, 9.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .ttl-eng {
    font-size: 8.5333333333vw;
  }
}
.business-block .ttl-eng {
  font-weight: 400;
  line-height: 0.85;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .business-block .ttl-eng {
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .ttl-eng {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#222));
    background-image: linear-gradient(top, #777, #222);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .business-block .ttl-eng.--sm {
    font-size: min(6.1111111111vw, 8.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .ttl-eng.--sm {
    font-size: 6.9333333333vw;
  }
}
.business-block .ttl-eng.--sm {
  letter-spacing: 0.03em;
}
.business-block .txtArea {
  margin-top: 35px;
  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: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .business-block .txtArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .business-block .txtArea {
    margin-top: 15px;
  }
}
.business-block .txtArea .txt {
  width: 100%;
  line-height: 1.9;
  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 (min-width: 768px), print {
  .business-block .txtArea .txt {
    width: calc(100% - 345px);
    line-height: 2.1;
  }
}
.business-block .txtArea .btn.c-button.--more {
  width: 70%;
  margin-inline: auto;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px), print {
  .business-block .txtArea .btn.c-button.--more {
    width: 300px;
    margin-top: 8px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .page-air-body_beauty .eq .eq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-air-body_beauty .eq .eq-list__item:before {
  content: "・";
  margin-inline: auto;
}
/*=======================================================================

 フォーム

========================================================================*/
.p-form .c-wrap {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 80px 40px 100px;
  border: 4px double rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-form .c-wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form .c-wrap {
    padding: 40px 20px;
  }
}
.p-form .formWrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .p-form .formWrap .formWrap__ttl {
    font-size: min(1.3888888889vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-form .formWrap .formWrap__ttl {
    font-size: 4.2666666667vw;
  }
}
.p-form .formWrap .formWrap__ttl {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.formWrap .cp_ipselect,
.formWrap input[type=text],
.formWrap input[type=email],
.formWrap input[type=tel],
.formWrap textarea,
.formWrap select,
.smf-item__controls .cp_ipselect,
.smf-item__controls input[type=text],
.smf-item__controls input[type=email],
.smf-item__controls input[type=tel],
.smf-item__controls textarea,
.smf-item__controls select {
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .formWrap .cp_ipselect,
  .formWrap input[type=text],
  .formWrap input[type=email],
  .formWrap input[type=tel],
  .formWrap textarea,
  .formWrap select,
  .smf-item__controls .cp_ipselect,
  .smf-item__controls input[type=text],
  .smf-item__controls input[type=email],
  .smf-item__controls input[type=tel],
  .smf-item__controls textarea,
  .smf-item__controls select {
    width: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .formWrap .form-txt,
  .smf-item__controls .form-txt {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-txt,
  .smf-item__controls .form-txt {
    font-size: 3.7333333333vw;
  }
}
.formWrap .form-txt,
.smf-item__controls .form-txt {
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-txt,
  .smf-item__controls .form-txt {
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px), print {
  .formWrap .form-flow,
  .smf-item__controls .form-flow {
    font-size: min(2.2222222222vw, 3.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-flow,
  .smf-item__controls .form-flow {
    font-size: 7.4666666667vw;
  }
}
.formWrap .form-flow,
.smf-item__controls .form-flow {
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.formWrap .form-ttl,
.smf-item__controls .form-ttl {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .formWrap .form-ttl,
  .smf-item__controls .form-ttl {
    font-size: min(1.6666666667vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-ttl,
  .smf-item__controls .form-ttl {
    font-size: 4.8vw;
  }
}
.formWrap .form-ttl,
.smf-item__controls .form-ttl {
  font-weight: 700;
  border-bottom: 2px solid #fff;
  margin-top: 80px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-ttl,
  .smf-item__controls .form-ttl {
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
.formWrap .form-required,
.smf-item__controls .form-required {
  font-weight: 600;
  color: #c00;
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-required,
  .smf-item__controls .form-required {
    margin-bottom: 40px;
  }
}
.formWrap .icon-required,
.smf-item__controls .icon-required {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px), print {
  .formWrap .icon-required,
  .smf-item__controls .icon-required {
    font-size: min(0.8333333333vw, 1.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formWrap .icon-required,
  .smf-item__controls .icon-required {
    font-size: 2.9333333333vw;
  }
}
.formWrap .icon-required,
.smf-item__controls .icon-required {
  color: #fff;
  background-color: #c00;
  padding: 0 6px 2px;
  border-radius: 3px;
  margin-left: 10px;
}
.formWrap .form-privacy,
.smf-item__controls .form-privacy {
  font-weight: 600;
  padding-top: 50px;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .formWrap .form-privacy .form-privacy__txt,
  .smf-item__controls .form-privacy .form-privacy__txt {
    font-size: min(0.9722222222vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-privacy .form-privacy__txt,
  .smf-item__controls .form-privacy .form-privacy__txt {
    font-size: 3.2vw;
  }
}
.formWrap .form-privacy .form-privacy__txt a,
.smf-item__controls .form-privacy .form-privacy__txt a {
  text-decoration: underline;
}
@media screen and (min-width: 1001px), print {
  .formWrap .form-privacy .form-privacy__txt a,
  .smf-item__controls .form-privacy .form-privacy__txt a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .formWrap .form-privacy .form-privacy__txt a:hover,
  .smf-item__controls .form-privacy .form-privacy__txt a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.formWrap .form-privacy .form-privacy__check,
.smf-item__controls .form-privacy .form-privacy__check {
  position: relative;
  padding-top: clamp(30px, 4.348vw, 60px);
  margin-top: clamp(30px, 4.348vw, 60px);
}
.formWrap .form-privacy .form-privacy__check::before,
.smf-item__controls .form-privacy .form-privacy__check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 1px;
  background-color: #ccc;
  margin: auto;
}
.formWrap .form-privacy .form-privacy__check input,
.smf-item__controls .form-privacy .form-privacy__check input {
  display: inline-block;
  width: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.formWrap .form-submit,
.smf-item__controls .form-submit {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-submit,
  .smf-item__controls .form-submit {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1001px), print {
  .formWrap .form-submit:hover::before, .formWrap .form-submit:hover::after,
  .smf-item__controls .form-submit:hover::before,
  .smf-item__controls .form-submit:hover::after {
    background-color: #fff;
  }
  .formWrap .form-submit:hover input[type=submit],
  .smf-item__controls .form-submit:hover input[type=submit] {
    background-color: #c00;
  }
}
.formWrap .form-submit::before, .formWrap .form-submit::after,
.smf-item__controls .form-submit::before,
.smf-item__controls .form-submit::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 51%;
  right: 27px;
  background: #c00;
}
@media screen and (min-width: 1001px), print {
  .formWrap .form-submit::before, .formWrap .form-submit::after,
  .smf-item__controls .form-submit::before,
  .smf-item__controls .form-submit::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.formWrap .form-submit input[type=submit],
.smf-item__controls .form-submit input[type=submit] {
  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;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .formWrap .form-submit input[type=submit],
  .smf-item__controls .form-submit input[type=submit] {
    font-size: min(1.3888888889vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-submit input[type=submit],
  .smf-item__controls .form-submit input[type=submit] {
    font-size: 4.8vw;
  }
}
.formWrap .form-submit input[type=submit],
.smf-item__controls .form-submit input[type=submit] {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-submit input[type=submit],
  .smf-item__controls .form-submit input[type=submit] {
    margin-left: auto;
    margin-right: auto;
  }
}
.formWrap .form-submit input[type=submit][disabled],
.smf-item__controls .form-submit input[type=submit][disabled] {
  background-color: #ccc;
  border: 2px solid #ccc;
  cursor: default;
}
.formWrap .form-submit:has(input[type=submit][disabled])::before, .formWrap .form-submit:has(input[type=submit][disabled])::after,
.smf-item__controls .form-submit:has(input[type=submit][disabled])::before,
.smf-item__controls .form-submit:has(input[type=submit][disabled])::after {
  background-color: transparent;
}

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

input

========================================================================*/
.formWrap td {
  position: relative;
}
.formWrap td label {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2em;
}
@media screen and (max-width: 767.98px) {
  .formWrap td label {
    margin-top: 0;
  }
}

.formTable {
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .formTable {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .formTable th {
    font-size: min(1.25vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formTable th {
    font-size: 3.7333333333vw;
  }
}
.formTable th {
  vertical-align: middle;
}
.formTable th + td {
  padding-top: 13px;
}

.formTable td {
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .formTable td {
    padding-bottom: 40px;
  }
}

.formTable th,
.formTable td {
  display: block;
  width: 100%;
}

.formTable2 {
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .formTable2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .formTable2 th {
    font-size: min(1.25vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .formTable2 th {
    font-size: 4vw;
  }
}
.formTable2 th {
  width: 220px;
  padding-bottom: 43px;
}
@media screen and (max-width: 767.98px) {
  .formTable2 th {
    padding-bottom: 7px;
  }
}
.formTable2 td {
  position: relative;
  width: calc(100% - 220px);
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .formTable2 td {
    padding-bottom: 30px;
  }
}
.formTable2 th,
.formTable2 td {
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .formTable2 th,
  .formTable2 td {
    display: block;
    width: 100%;
  }
}

/* form radius
--------------------------------------------------------------------------------*/
input[type=text],
input[type=email],
textarea,
select {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  input[type=email],
  textarea,
  select {
    width: 100%;
  }
}

input[type=text],
input[type=email] {
  margin-right: 7px;
}

/* form select
--------------------------------------------------------------------------------*/
.cp_ipselect {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
}

.cp_ipselect select {
  width: 100%;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 1em;
  border: none;
  text-indent: 0.01px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 6px;
  height: 6px;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
  /* Safari用 */
}

/* form radio checkbox
--------------------------------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  margin-right: 7px;
  vertical-align: middle;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/*
-------------------------------------------------------*/
select {
  outline: 0;
}

input[type=text],
textarea,
select {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

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

 会社案内

========================================================================*/
.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;
}
@media screen and (min-width: 768px), print {
  .company-main .company-outline dl dt,
  .company-main .company-outline dl dd {
    font-size: min(1.1111111111vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dt,
  .company-main .company-outline dl dd {
    font-size: 3.7333333333vw;
  }
}
.company-main .company-outline dl dt,
.company-main .company-outline dl dd {
  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 {
    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;
}

.contact-heading {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .contact-heading {
    padding-bottom: 30px;
  }
}
.contact-form .contact-form__heading {
  text-align: center;
}
.contact-form td label {
  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;
}

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

 プライバシーポリシー

========================================================================*/
.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;
}
@media screen and (min-width: 768px), print {
  .privacy-main dl dt {
    font-size: min(1.5277777778vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .privacy-main dl dt {
    font-size: 4.2666666667vw;
  }
}
.privacy-main dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.privacy-main dl dt:before {
  content: "■";
  color: #e5d4a3;
  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;
}

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

 404エラー

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

.error404-main {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}
.error404-main .txt {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px), print {
  .error404-main dl dt {
    font-size: min(1.5277777778vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .error404-main dl dt {
    font-size: 4.2666666667vw;
  }
}
.error404-main dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.error404-main dl dt:before {
  content: "■";
  color: #e5d4a3;
  margin-right: 0.2em;
}
.error404-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;
}
.error404-main dl dd ol {
  counter-reset: number 0;
}
.error404-main dl dd ol li {
  position: relative;
  padding-left: 25px;
}
.error404-main dl dd ol li:before {
  display: block;
  /* number カウンタの増加数をセット */
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  /* 表示形式を指定 */
  counter-increment: number 1;
}

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

 シングルページ

========================================================================*/
.single {
  font-size: 1.8rem;
  color: #fff;
}
.single .p-hero .p-hero__txt {
  top: 58%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .single .p-hero .p-hero__txt {
    top: 58%;
  }
}
.single .p-hero .p-hero__img {
  height: clamp(240px, 28.986vw, 400px);
}
.single .entry-header,
.single .entry-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-content {
  line-height: 1.75;
}
.single .entry-header .c-title__line {
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .single .entry-header .c-title__line {
    margin-bottom: 15px;
  }
}
.single .entry-header .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
}
.single .post__table table {
  width: 100%;
}
.single .post__table th,
.single .post__table td {
  padding: 20px 0px;
}
@media screen and (max-width: 767.98px) {
  .single .post__table th,
  .single .post__table td {
    display: block;
    width: 100%;
    padding: 25px 20px;
  }
}
.single .post__table th {
  width: 20%;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .single .post__table th {
    padding-bottom: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .single .post__table td {
    padding-top: 7px;
  }
}
.single .post__table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.single .post__pdf {
  max-width: 1000px;
  width: 100%;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .single .post__pdf {
    height: 400px;
  }
}
.single .post__pdf embed {
  width: 100%;
  height: 100%;
}
.single .post__map {
  margin-top: 50px;
}
.single .post__map .gmap {
  height: 560px;
}
@media screen and (max-width: 767.98px) {
  .single .post__map .gmap {
    height: 360px;
  }
}

.page-archive .banner {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-archive .banner {
    margin-bottom: 14vw;
  }
}
.page-archive .banner a {
  display: block;
}
@media screen and (min-width: 1001px), print {
  .page-archive .banner a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-archive .banner a:hover {
    opacity: 0.5;
  }
}
.page-archive .heading .c-title {
  width: 300px;
  text-align: left;
}
.page-archive .heading .btn {
  width: 230px;
  margin-left: auto;
  margin-right: 0;
}
.page-archive .c-buttons {
  margin-top: 30px;
}
.page-archive .c-button__more {
  margin-left: auto;
  margin-right: 0;
}

.pagination {
  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;
  margin-top: 40px;
}

.page-numbers {
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #eee;
  margin: 0 7px;
  border-radius: 44px;
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  padding-left: 1.1em;
  padding-right: 1.1em;
}
@media screen and (min-width: 1001px), print {
  .page-numbers {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.page-numbers.current,
.page-numbers:hover {
  background-color: #e5d4a3;
  color: #fff;
}

.components-datetime__time fieldset:nth-child(2) .components-datetime__time-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.acf-label label {
  font-weight: bold !important;
}

.acf-fields > .acf-field:first-child {
  border-top: 1px solid #eaecf0 !important;
}

.column-aioseo-column {
  display: none !important;
}

.post-type-new_graduate .l-main h5,
.post-type-experienced .l-main h5,
.post-type-new_graduate .editor-styles-wrapper h5,
.post-type-experienced .editor-styles-wrapper h5,
.requirement h5 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 50px;
  margin-bottom: 10px;
}
.post-type-new_graduate .l-main h5::before,
.post-type-experienced .l-main h5::before,
.post-type-new_graduate .editor-styles-wrapper h5::before,
.post-type-experienced .editor-styles-wrapper h5::before,
.requirement h5::before {
  content: "●";
  color: #009fe8;
  margin-right: 3px;
}
.post-type-new_graduate .l-main .c-table-outline + .c-table-outline,
.post-type-new_graduate .l-main .c-table-outline + .wp-block-table,
.post-type-new_graduate .l-main .wp-block-table + .c-table-outline,
.post-type-new_graduate .l-main .wp-block-table + .wp-block-table,
.post-type-experienced .l-main .c-table-outline + .c-table-outline,
.post-type-experienced .l-main .c-table-outline + .wp-block-table,
.post-type-experienced .l-main .wp-block-table + .c-table-outline,
.post-type-experienced .l-main .wp-block-table + .wp-block-table,
.post-type-new_graduate .editor-styles-wrapper .c-table-outline + .c-table-outline,
.post-type-new_graduate .editor-styles-wrapper .c-table-outline + .wp-block-table,
.post-type-new_graduate .editor-styles-wrapper .wp-block-table + .c-table-outline,
.post-type-new_graduate .editor-styles-wrapper .wp-block-table + .wp-block-table,
.post-type-experienced .editor-styles-wrapper .c-table-outline + .c-table-outline,
.post-type-experienced .editor-styles-wrapper .c-table-outline + .wp-block-table,
.post-type-experienced .editor-styles-wrapper .wp-block-table + .c-table-outline,
.post-type-experienced .editor-styles-wrapper .wp-block-table + .wp-block-table,
.requirement .c-table-outline + .c-table-outline,
.requirement .c-table-outline + .wp-block-table,
.requirement .wp-block-table + .c-table-outline,
.requirement .wp-block-table + .wp-block-table {
  margin-top: 40px;
}
.post-type-new_graduate .l-main table,
.post-type-experienced .l-main table,
.post-type-new_graduate .editor-styles-wrapper table,
.post-type-experienced .editor-styles-wrapper table,
.requirement table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.post-type-new_graduate .l-main table th,
.post-type-experienced .l-main table th,
.post-type-new_graduate .editor-styles-wrapper table th,
.post-type-experienced .editor-styles-wrapper table th,
.requirement table th {
  font-weight: normal;
  width: 190px;
  background-color: #f2f2f2;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .post-type-new_graduate .l-main table td,
  .post-type-experienced .l-main table td,
  .post-type-new_graduate .editor-styles-wrapper table td,
  .post-type-experienced .editor-styles-wrapper table td,
  .requirement table td {
    padding-bottom: 40px !important;
    border-top: 0 solid #e6e6e6 !important;
  }
}
.post-type-new_graduate .l-main table tr td:nth-child(1),
.post-type-experienced .l-main table tr td:nth-child(1),
.post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
.post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
.requirement table tr td:nth-child(1) {
  background-color: #f2f2f2;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .post-type-new_graduate .l-main table tr td:nth-child(1),
  .post-type-experienced .l-main table tr td:nth-child(1),
  .post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
  .requirement table tr td:nth-child(1) {
    padding: 15px 20px !important;
  }
}
.post-type-new_graduate .l-main table tr td:nth-child(1),
.post-type-new_graduate .l-main table th,
.post-type-new_graduate .l-main table td,
.post-type-experienced .l-main table tr td:nth-child(1),
.post-type-experienced .l-main table th,
.post-type-experienced .l-main table td,
.post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
.post-type-new_graduate .editor-styles-wrapper table th,
.post-type-new_graduate .editor-styles-wrapper table td,
.post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
.post-type-experienced .editor-styles-wrapper table th,
.post-type-experienced .editor-styles-wrapper table td,
.requirement table tr td:nth-child(1),
.requirement table th,
.requirement table td {
  font-size: 1.8rem;
  padding: 17px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 0;
}
@media screen and (max-width: 767.98px) {
  .post-type-new_graduate .l-main table tr td:nth-child(1),
  .post-type-new_graduate .l-main table th,
  .post-type-new_graduate .l-main table td,
  .post-type-experienced .l-main table tr td:nth-child(1),
  .post-type-experienced .l-main table th,
  .post-type-experienced .l-main table td,
  .post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-new_graduate .editor-styles-wrapper table th,
  .post-type-new_graduate .editor-styles-wrapper table td,
  .post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-experienced .editor-styles-wrapper table th,
  .post-type-experienced .editor-styles-wrapper table td,
  .requirement table tr td:nth-child(1),
  .requirement table th,
  .requirement table td {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}
.post-type-new_graduate .l-main .arkb-small,
.post-type-experienced .l-main .arkb-small,
.post-type-new_graduate .editor-styles-wrapper .arkb-small,
.post-type-experienced .editor-styles-wrapper .arkb-small,
.requirement .arkb-small {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}

.ark-block-column .c-card {
  width: auto;
}

.wp-block-columns .c-card__blue {
  width: auto;
}

.ark-block-columns.p-card .ark-block-columns__inner {
  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;
  row-gap: 0;
}
.ark-block-columns.p-card .ark-block-column {
  width: 47.2727272727%;
  max-width: 520px;
}
@media screen and (min-width: 768px), print {
  .ark-block-columns.p-card .ark-block-column:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .ark-block-columns.p-card .ark-block-column {
    width: 100%;
  }
  .ark-block-columns.p-card .ark-block-column + .ark-block-column {
    margin-top: 20px;
  }
}
.ark-block-columns.p-card .ark-block-column .c-card.--sm {
  width: 100%;
}

/* シングルページ用
-------------------------------------------------------*/
.single .entry-content h4 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
.single .entry-content .post__table a {
  color: #e5d4a3;
  text-decoration: underline;
}
@media screen and (min-width: 1001px), print {
  .single .entry-content .post__table a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .single .entry-content .post__table a:hover {
    text-decoration: none;
  }
}

/* アーカイブページ用
-------------------------------------------------------*/
/* タグページ用
-------------------------------------------------------*/
.gap0 {
  gap: 0;
}

.ark-block-section__bodyInner {
  padding: 0;
}

.wp-block-file__button {
  color: #fff !important;
  text-decoration: none !important;
}

.ark-keep-mt {
  margin-top: 0;
}

.imgArea .wp-block-image {
  margin-bottom: 0;
}
.wp-block-image a {
  display: block;
}
@media screen and (min-width: 1001px), print {
  .wp-block-image a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .wp-block-image a:hover {
    opacity: 0.5;
  }
}

/* スクリプトで位置が変わるまでの間に表示されてしまうエラーメッセージを非表示 */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-bottom: 7px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 13px;
  background-color: #c00;
  padding: 3px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin-bottom: 70px;
  font-weight: 600;
  color: #c00;
  background-color: #fff;
  padding: 20px;
  border-color: #c00;
  text-align: center;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

:root {
  --_padding-2: 0.9em 1.2em;
  --_margin-scale: 2;
}

div[data-name=policy] .smf-checkboxes-control__control {
  text-align: center;
}

div[data-name=policy] .smf-error-messages {
  text-align: center;
}

.smf-progress-tracker {
  width: 96%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .smf-progress-tracker {
    margin-bottom: 20px;
  }
}

.smf-form .smf-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smf-form .smf-item + .smf-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item + .smf-item {
    margin-bottom: 20px;
  }
}
.smf-form .smf-item .smf-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item .smf-label {
    margin-bottom: 10px !important;
  }
}
.smf-form .smf-item .form-question {
  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;
}
.smf-form .smf-item .smf-item__col--label {
  min-width: 250px;
  white-space: nowrap;
}
.smf-form .smf-item .smf-item__label__text strong {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .smf-form .smf-item .smf-item__label__text strong {
    font-size: min(0.8333333333vw, 1.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item .smf-item__label__text strong {
    font-size: 2.9333333333vw;
  }
}
.smf-form .smf-item .smf-item__label__text strong {
  background-color: #c00;
  color: #fff;
  padding: 0px 6px 2px;
  border-radius: 3px;
}
.smf-form .smf-item .smf-error-messages {
  background-color: #c00;
}
@media screen and (min-width: 768px), print {
  .smf-form .smf-item .smf-error-messages {
    font-size: min(0.8333333333vw, 1.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item .smf-error-messages {
    font-size: 2.9333333333vw;
  }
}
.smf-form .smf-item .smf-error-messages {
  color: #fff;
  padding: 2px 6px 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07);
  border-color: #ccc;
}
.smf-form .smf-item .smf-text-control__control {
  max-width: 500px;
  width: 100%;
}
.smf-form .smf-item .smf-text-control__control[name=zipcode], .smf-form .smf-item .smf-text-control__control[name=tel] {
  max-width: 280px;
}
.smf-form .smf-item .smf-select-control {
  width: 100%;
  max-width: 400px;
}
.smf-form .smf-item .smf-select-control select {
  width: 100%;
  border-radius: 0 !important;
  border-color: #fff;
  padding: var(--_padding-2);
}
.smf-form .smf-item .smf-select-control .smf-select-control__toggle::before {
  right: 20px;
}
@media screen and (min-width: 768px), print {
  .smf-form .smf-item .smf-item__label .smf-item__label__text {
    font-size: min(1.25vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item .smf-item__label .smf-item__label__text {
    font-size: 3.7333333333vw;
  }
}
.smf-form .smf-item .smf-item__label .smf-item__label__text {
  vertical-align: middle;
  font-weight: 600;
  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;
}
.smf-form .smf-item .txt {
  font-weight: 600;
}
.smf-form .smf-item .smf-control-description {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item .smf-control-description {
    font-size: 1.2rem;
  }
}
.smf-form .smf-item .smf-error-messages {
  font-weight: 600;
}
.smf-form .smf-item .etc_hidden {
  display: none;
}
.smf-form .smf-item .smf-placeholder + .txt {
  margin-top: 20px;
}
.smf-form .smf-item .smf-placeholder[data-name=mokuteki]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=kibou01]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=kibou03]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=enquete04]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=enquete05]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden {
  display: block;
  -webkit-animation: fadein 0.3s;
          animation: fadein 0.3s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.components-panel__body .etc_hidden {
  display: block !important;
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smf-action .smf-button-control__control {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  background: #000;
  width: 320px;
  height: 60px;
  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;
  margin-left: auto;
  margin-right: auto;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 15px;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1001px), print {
  .smf-action .smf-button-control__control {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .smf-action .smf-button-control__control:hover {
    background-color: #c00;
  }
  .smf-action .smf-button-control__control[disabled] {
    color: #fff !important;
    background-color: #ccc;
    border: 2px solid #ccc;
    cursor: default;
  }
}

[data-screen=confirm] .form-privacy {
  display: none;
}
[data-screen=confirm] .smf-action {
  margin-top: 60px;
}/*# sourceMappingURL=style.css.map */