@charset "UTF-8";
/* $f-en: "Lato", arial, helvetica, sans-serif; */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

address {
  font-style: normal;
}

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

ul,
li,
ol,
li {
  list-style: none;
}

a,
form,
iframe {
  outline: 0;
  border: 0;
}

/*------------------------------------------
 VS用
------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: top;
}

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

/* font style 親要素引継ぎ */
span {
  font-size: inherit;
  font-weight: inherit;
}

/* CSS Document */
@font-face {
  font-family: "Yu Gothic";
  font-weight: normal;
  src: local("Yu Gothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-display: auto;
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic-Bold"), local("Yu Gothic");
  font-display: auto;
}
/* ------------------------------------------
 Primary Styles
------------------------------------------ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
  color: #222;
  letter-spacing: 0.08em;
  background: #f1f0f0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
}

main {
  display: block;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
}

/* 電話リンク */
.sp-tel {
  display: inline-block;
}

@media (width >= 768px) {
  a[href^="tel:"], a.sp-tel[href^="tel:"] {
    pointer-events: none;
  }
}
.no-tel,
.no-tel * {
  text-decoration: none !important;
  pointer-events: none !important;
}

/* テキストリンク */
a.txtlink {
  color: #a25f00;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.txtlink:hover {
  text-decoration: none;
}

/* ------------------------------------------
 Common style
------------------------------------------ */
.txt-center,
.stxt-center {
  text-align: center;
}

.txt-right,
.stxt-right {
  text-align: right;
}

@media (width <= 767px) {
  .stxt-right,
  .stxt-center {
    text-align: left;
  }
}
.block {
  display: block;
}

.iblock {
  display: inline-block;
}

/* PC SP only ---------------------- */
@media (width >= 1281px) {
  .sp-only-xl {
    display: none;
  }
}
@media (width <= 1280px) {
  .pc-only-xl {
    display: none;
  }
}
@media (width >= 1025px) {
  .sp-only-ll {
    display: none;
  }
}
@media (width <= 1024px) {
  .pc-only-ll {
    display: none;
  }
}
@media (width >= 992px) {
  .sp-only-l {
    display: none;
  }
}
@media (width <= 991px) {
  .pc-only-l {
    display: none;
  }
}
@media (width >= 768px) {
  .sp-only {
    display: none;
  }
}
@media (width <= 767px) {
  .pc-only {
    display: none;
  }
}
@media (width >= 641px) {
  .sp-only-m {
    display: none;
  }
}
@media (width <= 640px) {
  .pc-only-m {
    display: none;
  }
}
@media (width >= 481px) {
  .sp-only-s {
    display: none;
  }
}
@media (width <= 480px) {
  .pc-only-s {
    display: none;
  }
}
/* flex ---------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 上下左右中央 */
  /* 上下中央横並び */
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex.vc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.vm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* layout ---------------------- */
.wrap,
.wrap-l,
.wrap-m,
.wrap-sm,
.wrap-s,
.wrap-ss {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.wrap-l {
  max-width: 1500px;
}

.wrap-m {
  max-width: 1200px;
}

.wrap-sm {
  max-width: 1130px;
}

.wrap-s {
  max-width: 1050px;
}

.wrap-ss {
  max-width: 900px;
}

:root {
  --padding-size: 40px;
}

@media (width <= 767px) {
  :root {
    --padding-size: 25px;
  }
}
.padding-lr {
  padding-right: var(--padding-size);
  padding-left: var(--padding-size);
}

.padding-t {
  padding-top: var(--padding-size);
}

.padding-b {
  padding-bottom: var(--padding-size);
}

/* object fit --------------------- */
.of-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.of-wrap img {
  width: 100%;
  height: 100%;
}
.of-wrap.of-1x1 {
  aspect-ratio: 1/1;
}
.of-wrap.of-2x1 {
  aspect-ratio: 2/1;
}
.of-wrap.of-3x2 {
  aspect-ratio: 3/2;
}
.of-wrap.of-3x1 {
  aspect-ratio: 3/1;
}
.of-wrap.of-4x3 {
  aspect-ratio: 4/3;
}
.of-wrap.of-5x2 {
  aspect-ratio: 5/2;
}
.of-wrap.of-16x9 {
  aspect-ratio: 16/9;
}
.of-wrap.of-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.of-wrap.of-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* font STYLE --------------------- */
.f-en {
  font-family: "Libertinus Sans", sans-serif;
}

.f-jp {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.f-yug {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.f-hrg {
  font-family: hiragino sans, "ヒラギノ角ゴ ProN W3", hiragino kaku gothic pron, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-lts {
  font-family: "Libertinus Sans", sans-serif;
}

/* font weight */
.f-bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.f-w100 {
  font-weight: 100;
}

.f-w200 {
  font-weight: 200;
}

.f-w300 {
  font-weight: 300;
}

.f-w400 {
  font-weight: normal;
}

.f-w500 {
  font-weight: 500;
}

.f-w600 {
  font-weight: 600;
}

.f-w700 {
  font-weight: bold;
}

.f-w900 {
  font-weight: 900;
}

/* font color */
.f-red {
  color: red;
}

.f-wht {
  color: #fff;
}

.f-blk {
  color: #000;
}

.f-yllw {
  color: #d8bb00;
}

/* line height */
.f-lh1 {
  line-height: 1;
}

.f-lh12 {
  line-height: 1.2;
}

.f-lh13 {
  line-height: 1.3;
}

.f-lh14 {
  line-height: 1.4;
}

.f-lh15 {
  line-height: 1.5;
}

.f-lh16 {
  line-height: 1.6;
}

.f-lh2 {
  line-height: 2;
}

.f-lh22 {
  line-height: 2.2;
}

.f-lh25 {
  line-height: 2.5;
}

/* font letter spcing */
.f-ls200 {
  letter-spacing: 0.4rem;
}

.f-ls150 {
  letter-spacing: 0.3rem;
}

.f-ls110 {
  letter-spacing: 0.22rem;
}

.f-ls100 {
  letter-spacing: 0.2rem;
}

.f-ls75 {
  letter-spacing: 0.15rem;
}

.f-ls50 {
  letter-spacing: 0.1rem;
}

.f-ls0 {
  letter-spacing: 0;
}

/* font size */
.f-sz10 {
  font-size: 1rem;
}

.f-sz11 {
  font-size: 1.1rem;
}

.f-sz12 {
  font-size: 1.2rem;
}

.f-sz13 {
  font-size: 1.3rem;
}

.f-sz14 {
  font-size: 1.4rem;
}

.f-sz15 {
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}

.f-sz16 {
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
}

.f-sz17 {
  font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
}

.f-sz18 {
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}

.f-sz19 {
  font-size: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);
}

.f-sz20 {
  font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
}

.f-sz21 {
  font-size: clamp(1.85rem, 1.6832rem + 0.35vw, 2.1rem);
}

.f-sz22 {
  font-size: clamp(1.9rem, 1.7008rem + 0.42vw, 2.2rem);
}

.f-sz23 {
  font-size: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);
}

.f-sz24 {
  font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);
}

.f-sz25 {
  font-size: clamp(2rem, 1.6672rem + 0.69vw, 2.5rem);
}

.f-sz26 {
  font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
}

.f-sz27 {
  font-size: clamp(2.1rem, 1.7008rem + 0.83vw, 2.7rem);
}

.f-sz28 {
  font-size: clamp(2.2rem, 1.8rem + 0.83vw, 2.8rem);
}

.f-sz29 {
  font-size: clamp(2.2rem, 1.7328rem + 0.97vw, 2.9rem);
}

.f-sz30 {
  font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
}

.f-sz31 {
  font-size: clamp(2.3rem, 1.7664rem + 1.11vw, 3.1rem);
}

.f-sz32 {
  font-size: clamp(2.4rem, 1.8672rem + 1.11vw, 3.2rem);
}

.f-sz33 {
  font-size: clamp(2.4rem, 1.8rem + 1.25vw, 3.3rem);
}

.f-sz34 {
  font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);
}

.f-sz35 {
  font-size: clamp(2.5rem, 1.8336rem + 1.39vw, 3.5rem);
}

.f-sz36 {
  font-size: clamp(2.6rem, 1.9328rem + 1.39vw, 3.6rem);
}

.f-sz37 {
  font-size: clamp(2.6rem, 1.8672rem + 1.53vw, 3.7rem);
}

.f-sz38 {
  font-size: clamp(2.7rem, 1.9664rem + 1.53vw, 3.8rem);
}

.f-sz39 {
  font-size: clamp(2.7rem, 1.9008rem + 1.67vw, 3.9rem);
}

.f-sz40 {
  font-size: clamp(2.8rem, 2rem + 1.67vw, 4rem);
}

.f-sz41 {
  font-size: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);
}

.f-sz42 {
  font-size: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);
}

.f-sz43 {
  font-size: clamp(2.9rem, 1.9664rem + 1.94vw, 4.3rem);
}

.f-sz44 {
  font-size: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
}

.f-sz45 {
  font-size: clamp(3rem, 2rem + 2.08vw, 4.5rem);
}

.f-sz46 {
  font-size: clamp(3.1rem, 2.1008rem + 2.08vw, 4.6rem);
}

.f-sz47 {
  font-size: clamp(3.1rem, 2.0336rem + 2.22vw, 4.7rem);
}

.f-sz48 {
  font-size: clamp(3.2rem, 2.1328rem + 2.22vw, 4.8rem);
}

.f-sz49 {
  font-size: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);
}

.f-sz50 {
  font-size: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);
}

.f-sz51 {
  font-size: clamp(3.3rem, 2.1008rem + 2.5vw, 5.1rem);
}

.f-sz52 {
  font-size: clamp(3.4rem, 2.2rem + 2.5vw, 5.2rem);
}

.f-sz53 {
  font-size: clamp(3.4rem, 2.1328rem + 2.64vw, 5.3rem);
}

.f-sz54 {
  font-size: clamp(3.5rem, 2.2336rem + 2.64vw, 5.4rem);
}

.f-sz55 {
  font-size: clamp(3.5rem, 2.1664rem + 2.78vw, 5.5rem);
}

.f-sz56 {
  font-size: clamp(3.6rem, 2.2672rem + 2.78vw, 5.6rem);
}

.f-sz57 {
  font-size: clamp(3.6rem, 2.2rem + 2.92vw, 5.7rem);
}

.f-sz58 {
  font-size: clamp(3.7rem, 2.3008rem + 2.92vw, 5.8rem);
}

.f-sz59 {
  font-size: clamp(3.7rem, 2.2336rem + 3.06vw, 5.9rem);
}

.f-sz60 {
  font-size: clamp(3.8rem, 2.3328rem + 3.06vw, 6rem);
}

.f-sz62 {
  font-size: clamp(3.8rem, 2.2rem + 3.33vw, 6.2rem);
}

.f-sz64 {
  font-size: clamp(3.9rem, 2.2336rem + 3.47vw, 6.4rem);
}

.f-sz65 {
  font-size: clamp(3.9rem, 2.1672rem + 3.61vw, 6.5rem);
}

.f-sz66 {
  font-size: clamp(3.9rem, 2.1008rem + 3.75vw, 6.6rem);
}

.f-sz68 {
  font-size: clamp(4rem, 2.1328rem + 3.89vw, 6.8rem);
}

.f-sz70 {
  font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
}

.f-sz72 {
  font-size: clamp(4.4rem, 2.5328rem + 3.89vw, 7.2rem);
}

.f-sz76 {
  font-size: clamp(4.6rem, 2.6rem + 4.17vw, 7.6rem);
}

.f-sz80 {
  font-size: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);
}

.f-sz85 {
  font-size: clamp(5rem, 2.6672rem + 4.86vw, 8.5rem);
}

.f-sz90 {
  font-size: clamp(5rem, 2.3328rem + 5.56vw, 9rem);
}

.f-sz95 {
  font-size: clamp(5.5rem, 2.8336rem + 5.56vw, 9.5rem);
}

.f-sz100 {
  font-size: clamp(5.5rem, 2.5008rem + 6.25vw, 10rem);
}

.f-sz110 {
  font-size: clamp(5.5rem, 1.8336rem + 7.64vw, 11rem);
}

.f-sz130 {
  font-size: clamp(5.5rem, 1.7506rem + 8.125vw, 13rem);
}

/* padding margin --------------------- */
.pt200 {
  padding-top: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pt190 {
  padding-top: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pt180 {
  padding-top: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pt170 {
  padding-top: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pt160 {
  padding-top: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pt150 {
  padding-top: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pt140 {
  padding-top: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pt130 {
  padding-top: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pt120 {
  padding-top: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);
}

.pt110 {
  padding-top: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pt100 {
  padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pt90 {
  padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pt80 {
  padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pt70 {
  padding-top: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pt60 {
  padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pt50 {
  padding-top: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pt40 {
  padding-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pt30 {
  padding-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pt20 {
  padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pt15 {
  padding-top: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pb200 {
  padding-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pb190 {
  padding-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pb180 {
  padding-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pb170 {
  padding-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pb160 {
  padding-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pb150 {
  padding-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pb140 {
  padding-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pb130 {
  padding-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pb120 {
  padding-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.pb110 {
  padding-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pb100 {
  padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pb90 {
  padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pb80 {
  padding-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pb70 {
  padding-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pb60 {
  padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pb50 {
  padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pb40 {
  padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pb30 {
  padding-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pb20 {
  padding-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pb15 {
  padding-bottom: 15px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.mb200 {
  margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.mb190 {
  margin-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.mb180 {
  margin-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.mb170 {
  margin-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.mb160 {
  margin-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.mb150 {
  margin-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.mb140 {
  margin-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.mb130 {
  margin-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.mb120 {
  margin-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.mb110 {
  margin-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.mb100 {
  margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.mb90 {
  margin-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.mb80 {
  margin-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.mb70 {
  margin-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.mb60 {
  margin-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.mb50 {
  margin-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.mb40 {
  margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mb30 {
  margin-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mb20 {
  margin-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt40 {
  margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mt30 {
  margin-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mt20 {
  margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

/* ------------------------------------------
hover style
------------------------------------------ */
.hover-tra {
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}

@media (width >= 768px) {
  .hover-tra:hover {
    opacity: 0.7;
  }
}
/* iOS タップバグ回避
========================= */
@media screen and (width <= 640px) {
  .button a {
    pointer-events: none;
  }
  a:hover::after,
  a:active::after,
  a:focus::after a::after {
    display: none;
  }
}
/* ------------------------------------------
 .site-header
------------------------------------------ */
.site-header {
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* header-nav ------------------------- */
  /* gnav */
}
.site-header .header-nav {
  display: block;
}
.site-header #gnav {
  position: relative;
  top: -15px;
  width: auto;
}
.site-header .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 20px;
  /* hover時 */
}
.site-header .menulist > li {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* hover */
}
.site-header .menulist > li > a {
  position: relative;
  display: block;
  padding-top: 1em;
  /* メニューの高さ */
  white-space: nowrap;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: 0.5px;
  content: "";
  background-color: #555;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 4px;
  width: 4px;
  height: 4px;
  margin-left: 1px;
  background-color: #d9d3c7;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a:hover::before {
  background-color: #958b7e;
}
.site-header .menulist > li.active > a::before {
  background-color: #958b7e;
}
.site-header .menulist > li.has-submenu {
  cursor: pointer;
  /* hover */
}
.site-header .menulist > li.has-submenu > span {
  display: block;
  /* メニューの高さ */
  padding: 0 10px;
  line-height: 90px;
  white-space: nowrap;
}
.site-header .menulist > li.has-submenu:hover, .site-header .menulist > li.has-submenu.touch.active {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}

@-webkit-keyframes fix-h {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fix-h {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (width <= 1024px) {
  .site-header {
    height: 100px;
    padding-top: 0;
  }
  .site-header .header-nav {
    display: none;
  }
  .site-header .btnarea {
    display: none;
  }
}
/* ---------------------------------------------
 sp-menu hamburger-menu
--------------------------------------------- */
/* メニューの線の太さ */
.sp-header {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 9999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 330px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(40px) brightness(30%) opacity(50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease-in-out 0.28s;
  transition: all ease-in-out 0.28s;
}
.sp-header .btn-arrow01 .btn-cont {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 49px 16px 10px;
}
.sp-header .arrow01 {
  right: 30px;
}
.sp-header .arrow01::before {
  margin-left: 0;
}
.sp-header a:hover .arrow01::before,
.sp-header a:hover .cart::before {
  -webkit-filter: initial;
          filter: initial;
}

.hamburger-menu.menu-button {
  padding: 20px 10px 20px 30px;
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
  /* active */
}
.hamburger-menu.menu-button .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  outline: none;
}
.hamburger-menu.menu-button .button .sp-btn-inner {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button .button .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 999px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button .button .dot:nth-child(1) {
  left: 30%;
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button .button .dot:nth-child(2) {
  opacity: 1;
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button .button .dot:nth-child(3) {
  left: 70%;
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button.active .button .sp-btn-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button.active .button .dot:nth-child(1) {
  left: 50%;
  width: 18px;
  height: 1.5px;
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button.active .button .dot:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}
.hamburger-menu.menu-button.active .button .dot:nth-child(3) {
  left: 50%;
  width: 18px;
  height: 1.5px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
}

/* 最下部挙動 ----------------------------------------- */
body.under .sp-header {
  bottom: 10px;
}

@media (width <= 480px) {
  .sp-header {
    bottom: 0;
    border-radius: 35px 35px 0 0;
  }
  body.under .sp-header {
    bottom: 0;
  }
}
/* ---------------------------------------------
 spnav
--------------------------------------------- */
.spnav {
  position: relative;
}
@media (width >= 768px) {
  .spnav .wrap-spnav {
    -webkit-transition: all 0.28s ease-in-out 0.28s;
    transition: all 0.28s ease-in-out 0.28s;
    position: fixed;
    bottom: 126px;
    left: 50%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.28s ease-in-out 0.28s;
  }
}
.spnav.hide-nav .wrap-spnav {
  visibility: hidden;
  opacity: 0;
}
.spnav.show-nav .wrap-spnav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.14s ease-in-out 0.28s;
  transition: all 0.14s ease-in-out 0.28s;
}

.wrap-spnav {
  position: relative;
  z-index: 2;
  width: 700px;
  overflow: auto;
  background: #f1f0f0;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.16);
}
.wrap-spnav .inner-spnav {
  gap: 3px;
  width: 100%;
  background-color: #fff;
}
.wrap-spnav .inner-spnav .inner {
  width: calc(50% - 1.5px);
  padding: 72px 56px;
}
.wrap-spnav .inner-spnav .sp-menu {
  position: relative;
}
.wrap-spnav .inner-spnav .sp-menu::after {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #f1f0f0;
}
.wrap-spnav .inner-spnav .sp-info .cname {
  max-width: 210px;
  margin: auto;
}
.wrap-spnav .menulist li {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 20px;
}
.wrap-spnav .menulist li::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: 0.5px;
  content: "";
  background-color: #555;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-left: 2px;
}
.wrap-spnav .sp-contact {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.wrap-spnav .sp-contact .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-spnav .sp-sns .sns-list {
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-spnav .sp-sns .sns-item a {
  display: block;
  width: clamp(45px, 10vw, 55px);
  aspect-ratio: 1/1;
  padding: 5px;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.wrap-spnav .close-btn {
  position: absolute;
  top: 20px;
  right: 14px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.wrap-spnav .close-btn .line-dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}
.wrap-spnav .close-btn .line-dot .line {
  -webkit-transition: all 0.28s ease-in-out 0.28s;
  transition: all 0.28s ease-in-out 0.28s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrap-spnav .close-btn .line-dot .line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.wrap-spnav .close-btn .line-dot .line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.wrap-spnav .close-btn.active .line-dot .line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.wrap-spnav .close-btn.active .line-dot .line:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.wrap-spnav .close-btn.active .line-dot .line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.wrap-spnav .close-btn .close {
  margin-top: 7.4px;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

/* hover */
@media (width >= 768px) {
  .wrap-spnav .menulist li > span,
  .wrap-spnav .menulist li a {
    padding: 5px;
  }
  .wrap-spnav .menulist li > span:hover,
  .wrap-spnav .menulist li a:hover {
    opacity: 0.6;
  }
  .wrap-spnav .menulist li > span:hover::before,
  .wrap-spnav .menulist li a:hover::before {
    width: 15px;
  }
  .wrap-spnav .sp-sns .sns-item a:hover {
    background-color: #fff;
    opacity: 0.6;
  }
}
@media (width <= 640px) {
  .wrap-spnav .menulist {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .wrap-spnav .sp-contact .btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.spnav .spnav-mask {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  width: 100vw;
  height: 100vh;
}
.spnav.show-nav .spnav-mask {
  display: block;
}

/* ---------------------------------------------
  PCメニュー切り替え
  --------------------------------------------- */
@media (width <= 1280px) {
  /* ロゴに掛かる前のタイミング */
  /* .site-header .header-nav {
      display: none;
  } */
}
.inpage .site-header .inside {
  position: relative;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inpage .site-header .inside .logo-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -61%);
          transform: translate(-50%, -61%);
}
.inpage .site-header .inside .menulist {
  gap: 11px;
}
.inpage main {
  padding-top: 15px;
}
.inpage::before {
  position: absolute;
  top: -92px;
  right: 0;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 1410px;
  height: 955px;
  overflow: hidden;
  content: "";
  background-image: url("../img/common/bg2.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1498px 955px;
  opacity: 0.05;
}

@media (width <= 1024px) {
  .inpage .site-header .inside {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .inpage .site-header .inside .logo-area {
    position: inherit;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .inpage .site-header .inside .logo-area .sub-ttl {
    padding-bottom: 0;
  }
  .inpage main {
    padding-top: 0;
  }
}
/* @media (max-width: $header-responsive-m) {
    .inpage main {
        padding-top: $header-h-s;
    }
} */
/* ---------------------------------------------
  SPメニュー切り替え
  --------------------------------------------- */
@media (width <= 767px) {
  .spnav {
    position: fixed;
    /* 上から
    bottom: 101%;
    right: 0; 
    left: 0; */
    /* 左から
    top: 0;
    bottom: 0;
    right: 101%; */
    /* 右から
    top: 0;
    bottom: 0;
    left: 101%; */
    /* 下から */
    top: 101%;
    right: 0;
    left: 0;
    z-index: 9997;
    width: 100%;
    height: 100dvh;
    pointer-events: none;
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .spnav.hide-nav {
    visibility: hidden;
    opacity: 0;
  }
  .spnav.show-nav {
    /* 上から
    bottom: 0; */
    /* 左から
    right: 0; */
    /* 右から
    left: 0; */
    /* 下から */
    top: 0;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .spnav .spnav-mask {
    z-index: 0;
  }
  .wrap-spnav {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: auto;
    background: #fff;
  }
  .wrap-spnav .inner-spnav {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    max-width: 860px;
    /* height: calc(100dvh - $header-h-s);上部にロゴがある場合 */
    height: 100dvh;
    /* overflow: auto; */
    padding-bottom: 120px;
    margin: auto;
  }
  .wrap-spnav .inner-spnav .inner {
    width: auto;
  }
  .wrap-spnav .inner-spnav .sp-menu::after {
    display: none;
  }
  .wrap-spnav .inner-spnav .sp-info {
    padding: 0 56px 144px;
  }
  .wrap-spnav nav {
    width: 100%;
  }
  .wrap-spnav .menulist {
    /* column-count: 2;
    gap: 40px; */
  }
  .wrap-spnav .menulist li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* display: inline-block; */
    width: 100%;
    padding-left: 1em;
  }
  .wrap-spnav .menulist li > span,
  .wrap-spnav .menulist li a {
    position: relative;
    display: block;
    padding: 0;
    font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
    color: #222;
    -webkit-transition: opacity 0.28s ease;
    transition: opacity 0.28s ease;
  }
  .wrap-spnav .menulist li > span::before,
  .wrap-spnav .menulist li a::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background-color: #222;
    opacity: 0.6;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
  }
  .wrap-spnav .menulist li .submenu {
    display: none;
  }
  .wrap-spnav .sp-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .wrap-spnav .sp-contact .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrap-spnav .sp-sns .sns-list {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap-spnav .sp-sns .sns-item a {
    display: block;
    width: clamp(45px, 10vw, 55px);
    aspect-ratio: 1/1;
    padding: 5px;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
  }
  .wrap-spnav .close-btn .line-dot {
    width: 21px;
    height: 21px;
  }
  .wrap-spnav .close-btn .line-dot .line {
    width: 30px;
    height: 1px;
  }
}
/* ------------------------------------------
 pagettl
------------------------------------------ */
.pagettl {
  overflow: hidden;
  background-color: #fff;
}
.pagettl .inner {
  position: relative;
}
.pagettl .stroke-txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagettl .stroke-txt-wrap.detail {
  top: -0.7em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pagettl .stroke-txt-wrap.detail ~ .pagettl-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.pagettl .pagettl-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
}
.pagettl .pagettl-wrap .pagettl-jp {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  color: #503f27;
  letter-spacing: 0.9rem;
}
.pagettl .pagettl-wrap .pagettl-jp.wm-vrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.pagettl .stroke-txt {
  display: block;
  padding-right: 0.4em;
  font-size: 130px;
  line-height: 0.8;
  color: transparent;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.005em rgba(80, 63, 39, 0.25);
  text-stroke: 0.005em rgba(80, 63, 39, 0.25);
}

@media (width <= 767px) {
  .pagettl .pagettl-wrap {
    min-height: 320px;
  }
  .pagettl .pagettl-wrap .pagettl-jp.wm-vrl {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .pagettl .pagettl-wrap > span {
    width: 100%;
  }
  .pagettl .pagettl-wrap .pagettl-line::before {
    left: 0;
  }
}
/* @media (width <= 480px) {
    #privacy .pagettl .pagettl-wrap .pagettl-jp {
        font-size: 8.5vw;
    }
} */
/* logo-area ------------------------- */
.logo-area {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.logo-area .ttl-copy {
  color: #444;
  white-space: nowrap;
}
.logo-area .ttl-copy .line {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.logo-area .ttl-copy .line::before, .logo-area .ttl-copy .line::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 2.33vw;
  max-width: 35px;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.logo-area .ttl-copy .line::before {
  left: 100%;
}
.logo-area .ttl-copy .line::after {
  right: 100%;
}
.logo-area .cname {
  display: inline-block;
  width: 100%;
}
.logo-area .cname a {
  height: 100%;
  padding: 10px;
}
.logo-area .cname img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------------------------------------
sec-ttl
------------------------------------------ */
.sec-zi {
  position: relative;
  z-index: 1;
}

.sec-ttl {
  padding-top: 0.5em;
}
.sec-ttl .ttl-en,
.sec-ttl .ttl-jp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sec-ttl .ttl-en {
  position: relative;
  display: block;
  padding-top: 1em;
  margin-bottom: 23px;
}
.sec-ttl .ttl-en::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: 0.5px;
  content: "";
  background-color: #555;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media (width <= 1024px) {
  .logo-area .cname {
    padding-bottom: 0;
  }
  .inpage .logo-area .sub-ttl {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .inpage .logo-area .cname {
    width: 200px;
  }
  .inpage .logo-area .cname a {
    padding-bottom: 0;
  }
}
@media (width <= 767px) {
  .logo-area .cname {
    max-width: 210px;
  }
  .sec-ttl {
    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;
  }
  .sec-ttl .ttl-en,
  .sec-ttl .ttl-jp {
    padding: 0;
    margin: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .sec-ttl .ttl-en {
    padding-left: 1em;
    margin-right: 1.5em;
  }
  .sec-ttl .ttl-en::before {
    top: 50%;
    left: 0;
    margin-left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
/* ------------------------------------------
layout-style
------------------------------------------ */
/* 右余白無し */
.wrap.box-ml-auto {
  width: 95%;
  margin-right: 0;
  margin-left: auto;
}

/* 左余白無し */
.wrap.box-mr-auto {
  width: 95%;
  margin-right: auto;
  margin-left: 0;
}

@media (width <= 767px) {
  .wrap.box-ml-auto.sp-mr-auto {
    width: 90%;
    margin-right: 5%;
  }
}
/* .lo-style-1col-1 --------------- */
.lo-style-1col-1 .txt-area .txt-cont {
  max-width: 900px;
  margin: 0 auto;
}

/* .lo-style-1col-2 --------------- */
.lo-style-1col-2 {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.lo-style-1col-2 .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lo-style-1col-2 .img-area::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.lo-style-1col-2 .txt-area {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.lo-style-1col-2 .txt-area .ttl-cont * {
  color: #fff;
}
.lo-style-1col-2 .txt-area .ttl-cont *::before, .lo-style-1col-2 .txt-area .ttl-cont *::after {
  background-color: #fff;
}
.lo-style-1col-2 .txt-area .txt-cont {
  text-align: left;
}

/* .lo-style-2col-1--------------- */
/* 画像左、テキスト右 */
.lo-style-2col-1 .cont-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lo-style-2col-1 .img-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lo-style-2col-1 .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
}

@media (width >= 992px) {
  /* lo-style-2col-1 逆：画像右、テキスト左 */
  .lo-style-2col-1.ti .txt-area {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (width <= 991px) {
  .lo-style-2col-1 .img-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .lo-style-2col-1 .txt-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 0;
  }
}
/* .lo-style-2col-2--------------- */
.lo-style-2col-2 .cont-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin-left: 0;
}
.lo-style-2col-2 .img-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lo-style-2col-2 .img-area .img-wrap {
  aspect-ratio: 3/2;
}
.lo-style-2col-2 .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
}

@media (width <= 991px) {
  .lo-style-2col-2 .img-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .lo-style-2col-2 .txt-area {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 0 0 0 5%;
  }
}
/* .lo-style-2col-3--------------- */
.lo-style-2col-3 .cont-inr {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 5vw, 100px);
  width: 100%;
}
.lo-style-2col-3 .img-area {
  width: 100%;
  height: 100%;
}
.lo-style-2col-3 .txt-area {
  padding-right: 5vw;
}

@media (width <= 767px) {
  .lo-style-2col-3 .cont-inr {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 5vw, 100px);
    width: 100%;
  }
  .lo-style-2col-3 .img-area {
    width: 100%;
    aspect-ratio: 3/2;
  }
  .lo-style-2col-3 .txt-area {
    padding-top: 30px;
    padding-left: 5vw;
  }
}
/* .lo-style-3col-1--------------- */
.lo-style-3col-1 .item-wrap {
  gap: clamp(30px, 4vw, 60px);
  counter-reset: number 0;
}
.lo-style-3col-1 .item-wrap .cont-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lo-style-3col-1 .item-wrap .cont-item .txt-area {
  position: relative;
  padding-top: 30px;
}
.lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
  position: absolute;
  top: -0.5em;
  left: 50%;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 1;
  color: #a25f00;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (width <= 991px) {
  .lo-style-3col-1 .item-wrap .cont-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  .lo-style-3col-1 .item-wrap .cont-item .img-area {
    width: 40%;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area .stxt-center {
    text-align: left;
  }
}
/* .lo-style-3col-2--------------- */
.lo-style-3col-2 .item-wrap {
  gap: clamp(30px, 4vw, 60px);
  counter-reset: number 0;
}
.lo-style-3col-2 .item-wrap .cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.lo-style-3col-2 .item-wrap .cont-item .img-area {
  width: 40%;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area::before {
  display: block;
  padding-bottom: 15px;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 1;
  color: #a25f00;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
}

/* ------------------------------------------
btn共通
------------------------------------------ */
.btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.btnarea.btn-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnarea.btn-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (width <= 480px) {
  .btnarea {
    gap: 10px;
  }
}
/* btn ----------------- */
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all ease 0.28s;
  transition: all ease 0.28s;
}

/* ボタン内容 */
.btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  line-height: 1.4;
}
.btn-cont.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-cont.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* option ----------------- */
/* ボタンの幅 */
.btnW-ss {
  width: 100px;
}

.btnW-s {
  max-width: 200px;
}

.btnW-m {
  max-width: 250px;
}

.btnW-l {
  max-width: 520px;
}

@media (width <= 480px) {
  .btnW-s,
  .btnW-m,
  .btnW-l {
    max-width: none;
  }
}
/* ボタンの高さ */
.btnH-ss {
  min-height: 38px;
}

.btnH-s {
  min-height: 50px;
}

.btnH-m {
  min-height: 60px;
}

.btnH-l {
  min-height: 100px;
}

/* btn-style ----------------- */
/* btn-style01 */
.btn.btn-style01 {
  width: 200px;
  color: #555;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 999px;
  -webkit-transform: opacity 0.28s ease;
          transform: opacity 0.28s ease;
}

.btn.btn-style02 {
  width: 100%;
  color: #222;
  border: 1px solid #222;
  border-radius: 999px;
  -webkit-transform: opacity 0.28s ease;
          transform: opacity 0.28s ease;
}

.btn.btn-style03 {
  color: #000;
  background-color: #fff;
  -webkit-transform: opacity 0.28s ease;
          transform: opacity 0.28s ease;
}

@media (width >= 768px) {
  .btn.btn-style02:hover {
    opacity: 0.75;
  }
  .btn.btn-style01:hover {
    color: #fff;
    background-color: #555;
  }
  a:hover .arrow01::before,
  a:hover .cart::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
/* cart */
.cart::before {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../img/common/i-cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* btn-arrow01  */
.arrow01 {
  position: absolute;
  top: 50%;
  right: 1.1em;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow01::before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url("../img/common/i-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* btn-arrow01  */
.btn-arrow01 .btn-cont {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 12px 33px 12px 20px;
}
.btn-arrow01 .btn-txt {
  padding-top: 2px;
  letter-spacing: 0;
  white-space: nowrap;
}

/* btn-arrow02  */
.btn-arrow02 .btn-cont {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-arrow02 .btn-cont .btn-txt {
  position: relative;
}
.btn-arrow02 .btn-cont::before {
  position: absolute;
  top: 50%;
  right: calc(100% - 38px);
  display: block;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in-out 0.28s;
  transition: all ease-in-out 0.28s;
}
.btn-arrow02:hover .btn-cont::before {
  right: 26px;
}

.arrow02 {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 5px;
  height: 7.72px;
  background-image: url("../img/common/i-arrow.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn-exit01 {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn.btn-exit01 .btn-cont {
  padding-right: 50px;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01 {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.btn-exit01 .btn-cont .icon.i-exit01::before, .btn.btn-exit01 .btn-cont .icon.i-exit01::after {
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  border-color: currentcolor;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01::before {
  top: 0;
  right: 0;
  border: 1px solid;
}
.btn.btn-exit01 .btn-cont .icon.i-exit01::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

@media (width >= 768px) {
  .btn.btn-exit01:hover {
    text-decoration-color: transparent;
  }
}
/* ------------------------------------------
table共通
------------------------------------------ */
/* 項目幅 */
/* 線色 */
.dl-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-list .list-item dt,
.dl-list .list-item dd {
  position: relative;
}
.dl-list .list-item dt {
  width: 150px;
}
.dl-list .list-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line-style03 */
.line-style03 .list-item dt,
.line-style03 .list-item dd {
  padding: 30px 0;
}
.line-style03 .list-item dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #444;
}
.line-style03 .list-item dd::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
}

@media (width <= 767px) {
  .line-style03 .list-item dt {
    width: 100%;
    padding: 20px 0 5px;
  }
  .line-style03 .list-item dd {
    width: 100%;
    padding: 5px 0 20px;
  }
  .line-style03 .list-item dd:last-child::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    width: 150px;
    background-color: #444;
  }
  .line-style03 .list-item dt::before {
    top: -1px;
    bottom: auto;
    width: 100px;
  }
  .line-style03 .list-item:first-child dt::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    top: -1px;
    bottom: auto;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.15);
  }
}
/* ------------------------------------------
snsアイコン
------------------------------------------ */
.sns-icon {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sns-icon.i-x {
  background-image: url("../img/common/i-x.svg");
}

.sns-icon.i-instagram {
  background-image: url("../img/common/i-instagram.svg");
}

.sns-icon.i-line {
  background-image: url("../img/common/i-line.svg");
}

.sns-icon.i-youtube {
  background-image: url("../img/common/i-youtube.svg");
}

.sns-icon.i-facebook {
  background-image: url("../img/common/i-facebook.svg");
}

/* ------------------------------------------
共通アニメーション
------------------------------------------ */
/* fade in ---------------------------------------- */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  /* transition : 800ms; */
}

/* fadein-parts */
.fadein-parts {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* show order ---------------------------------------- */
#showOrder01 .order-box {
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: 100ms;
  transition: 100ms;
}

/* parallax ----------------------------------------- */
.js-parallax {
  position: relative;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}

/* ------------------------------------------
 .sec-contact
------------------------------------------ */
.sec-contact {
  position: relative;
  z-index: 1;
  color: #fff;
}
.sec-contact .inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 560px;
}
.sec-contact .inside::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
}
.sec-contact .contact-inr {
  position: relative;
  z-index: 1;
  -webkit-column-gap: 76px;
     -moz-column-gap: 76px;
          column-gap: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-contact .contact-inr .txt-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-contact .contact-inr .txt-btn .inner {
  gap: 2rem 4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 2.35;
}
.sec-contact .contact-inr .txt-btn .btnarea {
  width: 100%;
  max-width: 250px;
}
.sec-contact .contact-inr .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-contact .contact-inr .parties {
  position: relative;
}
.sec-contact .contact-inr .parties .btn.btn-style02 {
  color: #fff;
  background-color: initial;
  border-color: #fff;
}
.sec-contact .contact-inr .parties .btn.btn-style02 .btn-cont::before {
  background-color: #fff;
}
.sec-contact .contact-inr .parties .arrow02 {
  background-image: url("../img/common/i-arrow-wht.svg");
}
.sec-contact .contact-inr .parties::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
.sec-contact .contact-inr .person .btnarea .btn {
  margin-left: auto;
}
.sec-contact .back-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-contact .back-movie .contact-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
  .hero {
    background: url("../img/contact/GettyImages.jpg") center/cover no-repeat;
  }
}
@media (width <= 991px) {
  .sec-contact .contact-inr .txt-area {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .sec-contact .contact-inr .txt-area .sub-ttl {
    margin-bottom: 15px;
    line-height: 1.333;
  }
  .sec-contact .contact-inr .txt-area .text {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .sec-contact .contact-inr .person .btnarea .btn {
    margin-left: 0;
  }
}
@media (width <= 767px) {
  .sec-contact .contact-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
  .sec-contact .contact-inr .btnarea {
    max-width: none;
  }
  .sec-contact .contact-inr .person .btnarea .btn {
    margin: auto;
  }
  .sec-contact .sec-ttl {
    padding-top: 0;
  }
  .sec-contact .txt-btn {
    padding: 0 4vw;
  }
  .sec-contact .txt-btn .btnarea {
    margin: auto;
  }
}
/* ------------------------------------------
 footer
------------------------------------------ */
.site-footer {
  position: relative;
  /* 簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .footer-content {
  word-break: break-all;
}
.site-footer .footer-content .inside {
  gap: 3px;
  background-color: #fff;
}
.site-footer .footer-content .inside .inner {
  position: relative;
  width: calc((100% - 9px) / 4);
  padding: 64px 3.33vw;
}
.site-footer .footer-content .inside .inner::after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #f1f0f0;
}
.site-footer .footer-nav li {
  position: relative;
  padding-left: 0.5em;
}
.site-footer .footer-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .footer-nav li::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: 0.5px;
  content: "";
  background-color: #555;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
}
.site-footer .footer-nav li a {
  padding: 5px;
  white-space: nowrap;
}
.site-footer .footer-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .footer-sitemap .sitemap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.site-footer .footer-sitemap .fbox-list {
  width: auto;
}
.site-footer .footer-sitemap .flist-ttl {
  display: block;
}
.site-footer .footer-sitemap .submenu {
  padding-left: 1em;
}
.site-footer .footer-sitemap .submenu li a {
  display: block;
}
.site-footer .footer-sitemap .submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.site-footer .f-info > * {
  display: block;
}
.site-footer .f-info .fbox-cname {
  text-align: center;
}
.site-footer .f-info .fbox-cname > * {
  display: block;
}
.site-footer .f-info .fbox-cname .flogo-img {
  width: 300px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.site-footer .f-info .inline-block {
  display: inline-block;
  text-align: left;
}
.site-footer .f-info .btnarea.btn-center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-footer .to-gmap a {
  position: relative;
  padding: 5px 5px 5px 20px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-footer .to-gmap a:hover {
  opacity: 0.7;
}
.site-footer .to-gmap a::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.site-footer .f-SNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .f-SNS .sns-icon {
  /* display: table-cell;
  vertical-align: middle; */
}
.site-footer .f-SNS .sns-icon a {
  display: block;
  width: 50px;
  padding: 5px;
  line-height: 1;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .copyright-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .copyright .middle-xs {
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (width <= 1200px) {
  .site-footer .f-info .inline-block {
    display: block;
  }
}
@media (width <= 1024px) {
  .site-footer .footer-sitemap {
    display: none;
  }
  .site-footer .footer-content .inside .inner {
    width: calc((100% - 6px) / 3);
  }
  .site-footer .footer-content .inside .inner.f-menu {
    display: none;
  }
}
/* @media (width <= 991px) {
    .site-footer {
        .footer-content {
            .inside {
                flex-flow: column;

                .inner {
                    width: 100%;
                    padding: 4rem;

                    &:not(:last-child) {
                        &::after {
                            top: 100%;
                            left: 0;
                            width: 100%;
                            height: 3px;
                        }
                    }

                    .btnarea.btn-center {
                        justify-content: flex-start;
                    }
                }
            }
        }
    }
} */
@media (width <= 767px) {
  .site-footer {
    padding-bottom: 0;
    -webkit-transition: all ease-in-out 0.28s;
    transition: all ease-in-out 0.28s;
  }
  .site-footer .footer-content .inside .inner {
    width: calc((100% - 3px) / 2);
  }
  .site-footer .footer-content .inside .inner.copyright-area {
    width: 100%;
  }
  .site-footer .footer-content .inside .inner.copyright-area::after {
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  body.under .site-footer {
    padding-bottom: 70px;
  }
}
@media (width <= 640px) {
  .site-footer .footer-content .inside .inner {
    width: 100%;
    padding: 32px;
  }
  .site-footer .footer-content .inside .inner::after {
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .site-footer .footer-content .inside .inner .btnarea.btn-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (width <= 480px) {
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 70%;
  }
}
/* ------------------------------------------
 .toTop
------------------------------------------ */
#toTop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 999;
  display: none;
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #444;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.28s;
  transition: all ease-in-out 0.28s;
  -webkit-animation: toTop-animation 0.3s ease forwards;
          animation: toTop-animation 0.3s ease forwards;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#toTop > span {
  position: absolute;
  top: 45%;
  left: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  content: "";
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover > span {
  top: 30%;
}
#toTop.block {
  display: block !important;
}

body.under #toTop {
  bottom: 10px;
}

/* body.fixed {
    #toTop {
        &.block {
            display: block !important;
        }
    }
} */
@media screen and (width <= 480px) {
  #toTop {
    bottom: 90px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.28s ease-in-out 0.28s;
    transition: all 0.28s ease-in-out 0.28s;
  }
  #toTop > i {
    font-size: 2rem;
    line-height: 50px;
  }
  body.under #toTop {
    bottom: 90px;
  }
}
@-webkit-keyframes toTop-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ------------------------------------------
 .sec-privacy
------------------------------------------ */
.sec-privacy .txt-privacy em {
  font-style: normal;
}
.sec-privacy.padding-lr > .wrap-s {
  width: 100%;
}/*# sourceMappingURL=privacy.css.map */