@charset "UTF-8";
html {
  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;
  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 {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  line-height: 1.75;
  color: #363636;
  letter-spacing: 0;
  background: #f4efe7;
  -webkit-text-size-adjust: 100%;
     -moz-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: #203FC1;
  text-decoration: underline;
  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;
  }
}
@media (width >= 351px) {
  .sp-only-ss {
    display: none;
  }
}
@media (width <= 350px) {
  .pc-only-ss {
    display: none;
  }
}
/* flex ---------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  /* 上下左右中央 */
  /* 上下中央横並び */
}
.flex.column {
  flex-direction: column;
}
.flex.between {
  justify-content: space-between;
}
.flex.vc {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex.vm {
  flex-direction: row;
  align-items: center;
}

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

.wrap-l {
  max-width: 85%;
}

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

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

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

/* 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-1x2 {
  aspect-ratio: 1/2;
}
.of-wrap.of-2x1 {
  aspect-ratio: 2/1;
}
.of-wrap.of-2x3 {
  aspect-ratio: 2/3;
}
.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: "Josefin Sans", sans-serif;
}

.f-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.f-cap {
  font-family: "Capriola", sans-serif;
}

.f-man {
  font-family: "Mansalva", sans-serif;
}

.f-jom {
  font-family: "Jomhuria", serif;
}

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

.f-hrg {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", "MS PGothic", sans-serif;
}

.f-ari {
  font-family: Arial, "Helvetica Neue", Helvetica, 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-grn {
  color: #2E6940;
}

.f-yllw {
  color: #F0AF1F;
}

.f-blk {
  color: #000;
}

.f-333 {
  color: #333;
}

.f-thin {
  color: #6A6A6A;
}

/* 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-lh2 {
  line-height: 2;
}

/* 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-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);
}

/* 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 {
  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 {
  /* position: fixed; */
  position: relative;
  z-index: 1000;
  width: 100%;
  /* z-index: 9998;spメニューにもロゴを載せる場合 */
  /* logo-nav-flex ロゴとナビ縦並び------------------------- */
  /* アイコン(ホーム・お問い合わせ)------------------------- */
}
.site-header.fixed-header {
  /* 小さくなったスタイルなど表記 */
}
.site-header .logo-nav-flex {
  position: absolute;
  top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.site-header .h-home {
  position: absolute;
  top: 85px;
  left: 5%;
  z-index: 1;
  width: 57px;
  height: 62px;
  background-image: url("../img/common/i-home_header.svg");
  background-repeat: no-repeat;
}
.site-header .h-contact {
  position: absolute;
  top: 90px;
  right: 9%;
  z-index: 1;
  width: 38px;
  height: 45px;
  background-image: url("../img/common/i-contact_header.svg");
  background-repeat: no-repeat;
}

/* header-logo ------------------------- */
.site-header .header-logo {
  width: 100%;
  /* position: fixed;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%; */
  max-width: 225px;
}
.site-header .header-logo a {
  height: 100%;
}
.site-header.fixed-header .header-logo {
  /* 小さくなったスタイルなど表記 */
}
.site-header .header-logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* ロゴのサイズ指定 */
}

@media (width <= 991px) {
  .site-header .h-home,
  .site-header .h-contact {
    display: none;
  }
}
@media (width <= 480px) {
  .site-header .header-logo {
    max-width: 210px;
    padding: 0;
  }
}
/* header-nav ------------------------- */
.site-header {
  /* gnav */
}
.site-header .header-nav {
  /* display: block;
  position: absolute;
  top: 120px;
  right: 50%;
  transform: translateX(50%); */
}
.site-header #gnav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  /* animation-name: fix-h;
  animation-duration: 0.28s;
  animation-timing-function: ease-out; */
}
.site-header .menulist {
  display: flex;
  gap: 10px;
}
.site-header .menulist > li {
  position: relative;
}
.site-header .menulist > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  line-height: 90px;
  white-space: nowrap;
  transition: all 0.28s ease;
}
.site-header .menulist > li > a span {
  position: relative;
  display: inline;
}
.site-header .menulist > li > a span::before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #363636;
  transform: translateX(-50%) scaleX(0);
  transition: transform ease 0.28s;
}
.site-header .menulist > li > a:hover span::before {
  transform: translateX(-50%) scaleX(1);
}
.site-header .menulist > li.active > a span::before {
  transform: translateX(-50%) scaleX(1);
}
.site-header .menulist > li.has-submenu {
  cursor: pointer;
}
.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 {
  transform: translateX(-50%) scaleX(1);
}

@keyframes fix-h {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* ---------------------------------------------
 sp-menu hamburger-menu
--------------------------------------------- */
/* メニューの線の太さ */
.sp-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}
.sp-header.open .hamburger-menu.menu-button {
  transform: translate(20px, -50px);
  transition: transform 0.25s ease;
}
.sp-header.open .hamburger-menu.menu-button .bg-circle {
  transform: translate(-50%, -50%) scale(1.6);
  animation-name: hamburger-play;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.hamburger-menu.menu-button {
  position: absolute;
  top: 75px;
  right: calc(5% - 21px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 999px;
  transition: transform 0.2s ease;
  /*
  &::before {
      content: "";
      display: block;
      width: 230%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      z-index: -1;
  }
  &.play::before {
      animation-name: hamburger-play;
      animation-duration: 0.25s;
      animation-fill-mode: forwards;
      animation-timing-function: ease;
  } */
}
.hamburger-menu.menu-button img {
  position: relative;
  width: 30px;
}
.hamburger-menu.menu-button .bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.hamburger-menu.menu-button.play {
  transform: translate(20px, -50px);
  transition: transform 0.25s ease;
}
.hamburger-menu.menu-button.play .bg-circle {
  transform: translate(-50%, -50%) scale(1.6);
  animation-name: hamburger-play;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.hamburger-menu.menu-button .sp-btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 25%;
  transform: translate(-50%, -50%);
}
@keyframes hamburger-play {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (width <= 991px) {
  .hamburger-menu.menu-button.play {
    transform: translate(0, -60px);
  }
  .sp-header.open .hamburger-menu.menu-button {
    transform: translate(0, -60px);
  }
}
@media (width <= 480px) {
  .hamburger-menu.menu-button {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .hamburger-menu.menu-button.play {
    transform: translate(0, 0);
  }
  .hamburger-menu.menu-button img {
    width: 25px;
  }
  .sp-header.open .hamburger-menu.menu-button {
    transform: translate(0, 0);
  }
}
/* ---------------------------------------------
 spnav
--------------------------------------------- */
.spnav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 101%;
  z-index: 9997;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.spnav.hide-nav {
  visibility: hidden;
  opacity: 0;
}
.spnav.show-nav {
  left: 0;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: scaleY(1);
}

.wrap-spnav {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: auto;
  background: #F4EFE7;
}
.wrap-spnav .inner-spnav {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  width: 85%;
  max-width: 860px;
  height: 100dvh;
  padding-top: 120px;
  margin: auto;
}
.wrap-spnav nav {
  width: 100%;
}
.wrap-spnav nav > *:last-child {
  padding-bottom: 100px;
}
.wrap-spnav .menulist {
  -moz-column-count: 2;
       column-count: 2;
  gap: 40px;
}
.wrap-spnav .menulist li {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.wrap-spnav .menulist li > span,
.wrap-spnav .menulist li a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #363636;
  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: #363636;
  opacity: 0.6;
  transition: all 0.28s ease;
}
.wrap-spnav .menulist li .submenu {
  display: none;
}
.wrap-spnav .sp-contact {
  flex-wrap: wrap;
  gap: 20px;
}
.wrap-spnav .sp-contact .btn-txt {
  line-height: 0.7;
  color: #ccc;
}
.wrap-spnav .sp-contact .btn-cont {
  padding: 50px 30px;
}
.wrap-spnav .sp-contact .btn {
  flex: 1;
}
.wrap-spnav .sp-contact .mail-btn {
  right: 20px;
  bottom: 50%;
  width: 100px;
  height: 100px;
  background-color: #f4efe7;
  background-position: center center;
  background-size: 60%;
  border-radius: 50%;
  transform: translateY(50%);
}
.wrap-spnav .sp-misc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-spnav .sp-misc .f-SNS .sns-icon {
  width: 40px;
}

/* hover */
@media (width >= 768px) {
  .wrap-spnav .menulist li > span,
  .wrap-spnav .menulist li a {
    padding: 20px 0 20px 30px;
  }
  .wrap-spnav .menulist li > span:hover::before,
  .wrap-spnav .menulist li a:hover::before {
    width: 15px;
  }
  .wrap-spnav .sp-contact .btn:hover .mail-btn {
    background-image: url("../img/common/i-hover_contact_btn.svg");
    background-position: center 40%;
    background-size: 50%;
  }
  .wrap-spnav .sp-sns .sns-item a:hover {
    background-color: #fff;
    opacity: 0.6;
  }
}
@media (width <= 640px) {
  .wrap-spnav .menulist {
    -moz-column-count: 1;
         column-count: 1;
  }
  .wrap-spnav .sp-contact .btn {
    flex: none;
  }
}
.spnav .spnav-mask {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: none;
  width: 100vw;
  height: 100vh;
}
.spnav.show-nav .spnav-mask {
  display: block;
}

@media (width <= 480px) {
  .wrap-spnav .sp-contact .mail-btn {
    width: 55px;
    height: 55px;
  }
}
/* ---------------------------------------------
  PCメニュー切り替え
  --------------------------------------------- */
@media (width <= 991px) {
  /* ロゴに掛かる前のタイミング */
  .site-header .header-nav {
    display: none;
  }
}
/* ------------------------------------------
 pagettl
------------------------------------------ */
.pagettl {
  /* pt80 */
  padding-top: clamp(16.8rem, 12.8rem + 8.33vw, 22.8rem);
  overflow: hidden;
  /* pb80 */
}
.pagettl .pagettl-wrap {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.pagettl .pagettl-wrap .pagettl-en {
  padding-bottom: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);
  font-weight: normal;
  font-feature-settings: "palt";
  line-height: 1.333;
  color: #000;
}

@media (width <= 767px) {
  .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;
  }
  .pagettl .pagettl-wrap p {
    padding-bottom: 0;
  }
}
/* ------------------------------------------
sec-ttl
------------------------------------------ */
.sec-ttl > span {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  margin-bottom: 20px;
  line-height: 1;
  color: #595DD1;
}
.sec-ttl > span::before, .sec-ttl > span::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #595DD1;
}
.sec-ttl > span::before {
  left: 0;
}
.sec-ttl > span::after {
  right: 0;
}

.sec-items {
  background-color: #FFF;
}
.sec-items .itmtxt-area {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.sec-items .itmtxt-area .sec-ttl {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.sec-items .grid {
  position: relative;
}
.sec-items .grid .grid-item {
  width: 33.33333%;
  aspect-ratio: 1/1;
  padding: 3px;
}
.sec-items .grid .grid-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-items .grid .grid-item a .blank {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
}
.sec-items .grid .grid-item a .blank::before, .sec-items .grid .grid-item a .blank::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.sec-items .grid .grid-item a .blank::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec-items .grid .grid-item.tall {
  aspect-ratio: 1/1.417;
}
.sec-items .grid .grid-item img {
  display: block;
  width: auto;
  min-width: 180%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (width <= 767px) {
  .sec-items .grid .grid-item a .blank {
    width: 45px;
    height: 45px;
  }
}
@media (width <= 480px) {
  .sec-items .grid {
    position: relative;
  }
  .sec-items .grid .grid-sizer,
  .sec-items .grid .grid-item,
  .sec-items .grid .grid-item.tall {
    width: 50%;
  }
  .sec-items .grid .grid-item.tall {
    aspect-ratio: 1/1;
  }
  .sec-items .grid .grid-item a .blank {
    width: 40px;
    height: 40px;
  }
}
/* スクロールテキスト  */
.scroll-txt-area {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  background-color: #FFF;
}
.scroll-txt-area .scroll-txt {
  display: inline-block;
  padding-right: 0.5em;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ------------------------------------------
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: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
.lo-style-2col-1 .img-area {
  flex: 1;
}
.lo-style-2col-1 .txt-area {
  flex: 1;
  padding: 30px 0;
}

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

@media (width <= 991px) {
  .lo-style-2col-2 .img-area {
    flex: none;
    width: 100%;
  }
  .lo-style-2col-2 .txt-area {
    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 {
  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: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 1;
  color: #203FC1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  transform: translateX(-50%);
}

@media (width <= 991px) {
  .lo-style-3col-1 .item-wrap .cont-item {
    display: flex;
    flex: none;
    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 {
    flex: 1;
  }
  .lo-style-3col-1 .item-wrap .cont-item .txt-area::before {
    top: 0;
    left: 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: flex;
  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 {
  flex: 1;
}
.lo-style-3col-2 .item-wrap .cont-item .txt-area::before {
  display: block;
  padding-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 1;
  color: #203FC1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
}

/* ------------------------------------------
ショップバナー
------------------------------------------ */
.shop-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
  justify-content: center;
}
.shop-bnr .txt-cont p {
  white-space: nowrap;
}
.shop-bnr .img-area {
  display: block;
  max-width: 320px;
  overflow: hidden;
  border-radius: 5px;
}
.shop-bnr .img-area a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------
btn共通
------------------------------------------ */
.btnarea {
  display: flex;
  gap: 15px 30px;
}
.btnarea.btn-center {
  justify-content: center;
}
.btnarea.btn-right {
  justify-content: flex-end;
}

@media (width <= 480px) {
  .btnarea {
    gap: 10px;
  }
}
/* mail-btn メールアイコンボタン----------------- */
.mail-btn {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  background-image: url("../img/common/i-contact_btn.svg");
  background-repeat: no-repeat;
}

/* more-btn もっとみる----------------- */
.more-btn {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.more-btn .more-txt {
  position: relative;
  padding-top: 8px;
}
.more-btn .more-txt::after {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1.2px;
  content: "";
  background-color: #363636;
}
.more-btn .more-img {
  width: 34px;
  background-image: url("../img/common/i-more-btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (width >= 768px) {
  .more-btn:hover .more-txt::after {
    animation: none;
  }
  .more-btn:hover .more-txt::after {
    animation: underlinein 0.35s ease forwards;
  }
  .more-btn:hover .more-img {
    background-image: url("../img/common/i-more-btn-hover.svg");
  }
}
@keyframes underlinein {
  0% {
    width: 100%;
  }
  1% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* btn ----------------- */
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 20px;
  transition: all ease 0.28s;
}
.btn.disabled {
  cursor: auto;
}

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

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

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

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

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

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

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

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

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

/* btn-style ----------------- */
/* btn-style01 */
.btn.btn-style01 {
  color: #363636;
  background-color: #E2DCD2;
  transform: opacity 0.28s ease;
}

.btn.btn-style02 {
  color: #363636;
  background-color: #2E6940;
  transform: opacity 0.28s ease;
}

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

/* eye-btn 目のアイコンボタン  */
.btn-cont.eye-btn {
  padding: 50px 105px 50px 50px;
}
.btn-cont.eye-btn .btn-txt {
  display: flex;
  flex-direction: column;
}
.btn-cont.eye-btn .btn-txt .f-jp {
  margin-top: -10px;
}
.btn-cont.eye-btn .eye-arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  z-index: 1;
  width: 70px;
  height: 30px;
  background-image: url("../img/common/i-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.btn-cont.eye-btn .eye-arrow.i-none {
  position: absolute;
  top: 50%;
  right: 35px;
  z-index: 1;
  width: 70px;
  height: 30px;
  background-image: url("../img/common/i-btn-hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

@media (width >= 768px) {
  .btn-cont.eye-btn:hover .eye-arrow:not(.i-none) {
    top: 51%;
    background-image: url("../img/common/i-btn-hover.svg");
  }
}
@media (width <= 480px) {
  .btn-cont.eye-btn {
    padding: 25px 95px 25px 25px;
  }
  .btn-cont.eye-btn .eye-arrow {
    width: 60px;
  }
}
/* round-arrow 丸みの矢印  */
.round-arrow {
  position: absolute;
  right: 20px;
  width: 15px;
  height: 11px;
  background-image: url("../img/common/round-arrow.svg");
  transition: 0.3s ease;
}

/* btn-arrow02  */
.arrow02 {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 1px;
  transition: right ease 0.28s;
}
.arrow02::before, .arrow02::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  transform: translateY(-50%);
}
.arrow02::before {
  width: 10px;
  height: 10px;
  border-color: currentcolor;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}
.arrow02::after {
  width: 100%;
  height: 1px;
  background-color: currentcolor;
}

@media (width >= 768px) {
  .btn:hover .arrow02 {
    right: 20px;
  }
}
.btn.btn-exit01 {
  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;
  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: flex;
  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 {
  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: #595DD1;
}
.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 <= 480px) {
  .line-style03 .list-item dt {
    font-weight: bold;
  }
}
/*
@media (width <= 767px) {
    .line-style03 {
        .list-item {
            dt {
                width: 100%;
                padding: 20px 0 5px;
            }

            dd {
                width: 100%;
                padding: 5px 0 20px;

                &:last-child::after {
                    @include line-style03-line;

                    width: $item_name_W;
                    background-color: $item_boder_dt;
                }
            }

            dt::before {
                top: -1px;
                bottom: auto;
                width: 100px;
            }

            &:first-child dt::after {
                @include line-style03-line;

                top: -1px;
                bottom: auto;
                z-index: -1;
                background-color: $item_boder_dd;
            }
        }
    }
}
*/
/* ------------------------------------------
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");
}

/* ------------------------------------------
共通アニメーション
------------------------------------------ */
/* hv-sway ----------------------------------------- */
.hv-sway {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

/* fade in ---------------------------------------- */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  /* transition : 800ms; */
}

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

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

/* parallax ----------------------------------------- */
.js-parallax {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  transform: translateY(0);
  will-change: transform;
}

/* ------------------------------------------
 .sec-contact
------------------------------------------ */
.sec-contact {
  color: #000;
  background-color: #2E6940;
}
.sec-contact .contact-pstn {
  position: relative;
}
.sec-contact .contact-pstn .mail-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 140px;
  height: 140px;
  background-color: #F4EFE7;
  background-image: url("../img/common/i-contact_btn.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  border-radius: 50%;
}
.sec-contact .contact-inr {
  align-items: center;
}
.sec-contact .contact-inr .left-cont {
  z-index: 1;
  flex: 1;
}
.sec-contact .contact-inr .left-cont .left-img .balloon {
  display: block;
  max-width: 540px;
  perspective: 800px;
}
.sec-contact .contact-inr .left-cont .left-img .balloon:nth-child(2) {
  margin-bottom: -30px;
}
.sec-contact .contact-inr .left-cont .left-img .balloon:nth-child(3) {
  margin-top: -10px;
}
.sec-contact .contact-inr .left-cont .left-img + p {
  color: #ccc;
}
.sec-contact .contact-inr .right-cont {
  width: 100%;
  max-width: 50%;
  aspect-ratio: 3/2.2;
  margin-left: -200px;
  clip-path: url("#blobClip");
}
.sec-contact .contact-inr .right-cont img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (width >= 768px) {
  .sec-contact {
    color: #000;
    background-color: #2E6940;
  }
  .sec-contact .contact-pstn {
    position: relative;
  }
  .sec-contact .contact-pstn .mail-btn:hover {
    background-image: url("../img/common/i-hover_contact_btn.svg");
    background-position: 50% 40%;
    background-size: 47%;
  }
}
@media (width <= 991px) {
  .sec-contact .contact-pstn .mail-btn {
    right: 50%;
    width: 125px;
    height: 125px;
    transform: translateX(50%);
  }
  .sec-contact .contact-inr {
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;
  }
  .sec-contact .contact-inr .left-cont {
    width: 100%;
    max-width: 540px;
  }
  .sec-contact .contact-inr .left-cont .left-img {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sec-contact .contact-inr .left-cont .left-img img {
    max-width: 540px;
  }
  .sec-contact .contact-inr .left-cont .left-img img:nth-child(2) {
    margin-top: -30px;
  }
  .sec-contact .contact-inr .left-cont .left-img img:nth-child(3) {
    margin-top: -10px;
  }
  .sec-contact .contact-inr .right-cont {
    align-items: center;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 3/2.2;
    margin-left: 0;
  }
  .sec-contact .contact-inr .right-cont img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width <= 480px) {
  .sec-contact .contact-pstn .mail-btn {
    width: 90px;
    height: 90px;
  }
  .sec-contact .contact-inr {
    padding-bottom: 100px;
  }
  .sec-contact .contact-inr .left-cont {
    max-width: 380px;
  }
  .sec-contact .contact-inr .left-img img {
    max-width: 380px;
  }
}
/* ------------------------------------------
 footer
------------------------------------------ */
.site-footer {
  position: relative;
  /* 簡易 サイトマップ */
  /* サイトマップ */
  /* 会社情報 */
  /* >Google Mapを見る */
  /* SNSアイコン */
}
.site-footer .f-up-flex {
  justify-content: space-between;
}
.site-footer .f-up-flex .f-up-right {
  flex-direction: column;
  align-items: center;
}
.site-footer .f-down-flex {
  justify-content: space-between;
}
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.site-footer .footer-nav.nav-center {
  justify-content: center;
}
.site-footer .footer-nav.nav-right {
  justify-content: flex-end;
}
.site-footer .footer-nav li a {
  padding: 5px 10px;
  white-space: nowrap;
}
.site-footer .footer-nav li a span {
  position: relative;
}
.site-footer .footer-nav li a span::before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #363636;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.28s ease;
}
.site-footer .footer-sitemap .sitemap-row {
  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 .f-info {
  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 .to-gmap a {
  position: relative;
  padding: 5px 5px 5px 20px;
  background-color: #fff;
  border-radius: 100px;
  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;
  transform: translateY(-50%) rotate(45deg);
}
.site-footer .f-SNS {
  display: flex;
}
.site-footer .f-SNS .sns-icon {
  /* display: table-cell;
  vertical-align: middle; */
}
.site-footer .f-SNS .sns-icon a {
  display: block;
  width: 25px;
  line-height: 1;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .copyright {
  display: flex;
  justify-content: center;
  width: 300px;
}
.site-footer .copyright .middle-xs {
  gap: 5px;
  align-items: center;
}
.site-footer .copyright p {
  letter-spacing: 0.04em;
  opacity: 0.4;
}

@media (width >= 768px) {
  .site-footer .footer-nav li a:hover span::before {
    transform: translateX(-50%) scaleX(1);
  }
}
@media (width <= 1024px) {
  .site-footer .f-up-flex {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .site-footer .copyright {
    display: block;
    width: auto;
  }
  .site-footer .f-down-flex {
    flex-direction: column;
    gap: 1em;
    align-items: center;
  }
  .site-footer .f-info .fbox-cname .flogo-img {
    width: 235px;
  }
}
@media (width <= 767px) {
  .site-footer .footer-nav {
    display: none;
  }
}
@media (width <= 480px) {
  .site-footer .f-info .fbox-cname .flogo-img {
    max-width: 210px;
  }
}
/* ------------------------------------------
 .toTop
------------------------------------------ */
#toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #363636;
  animation: toTop-animation 0.3s ease forwards;
  animation-fill-mode: both;
}
#toTop > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  content: "";
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
}
#toTop:hover > span {
  top: 30%;
}

@media screen and (width <= 480px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop > i {
    font-size: 2rem;
    line-height: 50px;
  }
}
@keyframes toTop-animation {
  from {
    opacity: 0;
    transform: translateY(101%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------------
 .sec-greeting
------------------------------------------*/
.sec-greeting .cont-inr {
  letter-spacing: 0.1rem;
}
.sec-greeting .cont-inr .img-area {
  order: 1;
  max-width: 540px;
}
.sec-greeting .cont-inr .img-area .of-wrap {
  aspect-ratio: 3/4;
}
.sec-greeting .cont-inr .txt-area {
  width: 100%;
}
.sec-greeting .signature {
  justify-content: end;
  align-items: center;
  gap: 20px;
  /*
          .sign-img {
              width: 50%;
              max-width: 250px;
              height: auto;
          }*/
}

@media (max-width: 991px) {
  .sec-greeting .cont-inr .img-area {
    order: 0;
    margin: 0 auto;
  }
  .sec-greeting .cont-inr .img-area .of-wrap {
    aspect-ratio: 1/1;
  }
  .sec-greeting .cont-inr .img-area .of-wrap img {
    -o-object-position: top;
       object-position: top;
  }
  .sec-greeting .cont-inr .txt-area {
    flex: none;
  }
}
/*------------------------------------------
 .sec-overview
------------------------------------------*/
.sec-overview .cont-inr {
  align-items: flex-start;
}
.sec-overview .cont-inr .txt-area {
  flex: 2;
  padding: 0;
  letter-spacing: 0.07em;
}
.sec-overview .line-style03 .list-item dt::before {
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .sec-overview .line-style03 .list-item dd:last-child::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
/*.photo-cont----------------------*/
.photo-cont .overview-photo {
  padding-bottom: 30px;
}
.photo-cont .store-photo {
  display: flex;
  gap: 30px;
}

@media (max-width: 480px) {
  .photo-cont .overview-photo {
    padding-bottom: 15px;
  }
  .photo-cont .overview-photo .of-wrap.of-3x1 {
    aspect-ratio: 3/2;
  }
  .photo-cont .store-photo {
    flex-direction: column;
    gap: 15px;
  }
}
/*------------------------------------------
 .sec-history
------------------------------------------*/
.sec-history {
  position: relative;
}
.sec-history .scroll-wrap {
  position: relative;
}
.sec-history .scroll-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  background: #F4EFE7;
  z-index: 0;
  display: block;
}
.sec-history .scroll-wrap .dl-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  position: relative;
  /*min-width: max-content;
  scroll-behavior: smooth;*/
}
.sec-history .scroll-wrap .dl-list .list-item {
  display: block;
  width: 100%;
  flex-shrink: 0;
}
.sec-history .scroll-wrap .dl-list .list-item dt {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
}
.sec-history .scroll-wrap .dl-list .list-item dt::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #595DD1;
  border-radius: 50%;
  position: absolute;
  bottom: auto;
  left: 0;
}
.sec-history .scroll-wrap .dl-list .list-item dt.f-en {
  font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
}
.sec-history .scroll-wrap .dl-list .list-item dd {
  display: flex;
  flex-direction: column;
}
.sec-history .scroll-wrap .dl-list .list-item dd .his-txt {
  flex: 1;
}

@media (min-width: 768px) {
  .sec-history {
    height: 100vh;
    position: relative;
  }
  .sec-history .scroll-wrap {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
  }
  .sec-history .scroll-wrap::before {
    top: 50px;
    left: 0;
    height: 1px;
    width: 100%;
  }
  .sec-history .scroll-wrap .dl-list {
    flex-wrap: nowrap;
    gap: 2vw;
    width: -moz-max-content;
    width: max-content;
  }
  .sec-history .scroll-wrap .dl-list .list-item {
    display: block;
    width: 340px;
    flex-shrink: 0;
  }
  .sec-history .scroll-wrap .dl-list .list-item dt {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
  .sec-history .scroll-wrap .dl-list .list-item dt::after {
    bottom: -5.5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*
@media (max-width: 767px) {
    .sec-history {
        .scroll-wrap {
            &::before {
                top: 0;
                width: 1px;
                left: $his-spline-positionX;
                transform: translate(-50%, $his-spline-positionY);
            }

            .dl-list {
                .list-item {
                    dt {
                        padding-left: 25px;
                    }

                    dd {
                        padding-left: 25px;
                        padding-top: 0;
                    }
                }

            }

        }

    }

}

@media (max-width: 575px) {
    .list-item {
        dt {
            width: 100%;
            margin-bottom: 5px;


        }

        dd {
            padding-left: 1em;
        }
    }
}

*/
/*------------------------------------------
 .gmap
------------------------------------------*/
.gmap {
  width: 100%;
  height: 300px;
}
.gmap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .gmap {
    height: 250px;
  }
}/*# sourceMappingURL=company.css.map */