@charset "UTF-8";
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: "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%;
      -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: #203FC1;
  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;
  }
}
@media (width >= 351px) {
  .sp-only-ss {
    display: none;
  }
}
@media (width <= 350px) {
  .pc-only-ss {
    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-s,
.wrap-ss {
  -webkit-box-sizing: border-box;
          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 {
  -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 {
  /* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  /* animation-name: fix-h;
  animation-duration: 0.28s;
  animation-timing-function: ease-out; */
}
.site-header .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 0.28s ease;
  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;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform ease 0.28s;
  transition: -webkit-transform ease 0.28s;
  transition: transform ease 0.28s;
  transition: transform ease 0.28s, -webkit-transform ease 0.28s;
}
.site-header .menulist > li > a:hover span::before {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.site-header .menulist > li.active > a span::before {
  -webkit-transform: translateX(-50%) scaleX(1);
          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 {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(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%);
  }
}
/* ---------------------------------------------
 sp-menu hamburger-menu
--------------------------------------------- */
/* メニューの線の太さ */
.sp-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}
.sp-header.open .hamburger-menu.menu-button {
  -webkit-transform: translate(20px, -50px);
          transform: translate(20px, -50px);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.sp-header.open .hamburger-menu.menu-button .bg-circle {
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
  -webkit-animation-name: hamburger-play;
          animation-name: hamburger-play;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburger-menu.menu-button {
  position: absolute;
  top: 75px;
  right: calc(5% - 21px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 999px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-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%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.hamburger-menu.menu-button.play {
  -webkit-transform: translate(20px, -50px);
          transform: translate(20px, -50px);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.hamburger-menu.menu-button.play .bg-circle {
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
  -webkit-animation-name: hamburger-play;
          animation-name: hamburger-play;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburger-menu.menu-button .sp-btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@-webkit-keyframes hamburger-play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes hamburger-play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media (width <= 991px) {
  .hamburger-menu.menu-button.play {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
  .sp-header.open .hamburger-menu.menu-button {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
}
@media (width <= 480px) {
  .hamburger-menu.menu-button {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .hamburger-menu.menu-button.play {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .hamburger-menu.menu-button img {
    width: 25px;
  }
  .sp-header.open .hamburger-menu.menu-button {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* ---------------------------------------------
 spnav
--------------------------------------------- */
.spnav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 101%;
  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 {
  left: 0;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scaleY(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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 40px;
}
.wrap-spnav .menulist li {
  -webkit-box-sizing: border-box;
          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;
  -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: #363636;
  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-txt {
  line-height: 0.7;
  color: #ccc;
}
.wrap-spnav .sp-contact .btn-cont {
  padding: 50px 30px;
}
.wrap-spnav .sp-contact .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.wrap-spnav .sp-misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -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: 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;
  -webkit-font-feature-settings: "palt";
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-items .itmtxt-area .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-items .grid .grid-item a .blank::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  background-color: #FFF;
}
.scroll-txt-area .scroll-txt {
  display: inline-block;
  padding-right: 0.5em;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-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: -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: "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;
  -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: "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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 30px;
}
.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;
  }
}
/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  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 {
    -webkit-animation: none;
            animation: none;
  }
  .more-btn:hover .more-txt::after {
    -webkit-animation: underlinein 0.35s ease forwards;
            animation: underlinein 0.35s ease forwards;
  }
  .more-btn:hover .more-img {
    background-image: url("../img/common/i-more-btn-hover.svg");
  }
}
@-webkit-keyframes underlinein {
  0% {
    width: 100%;
  }
  1% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@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;
  -webkit-transition: all ease 0.28s;
  transition: all ease 0.28s;
}
.btn.disabled {
  cursor: auto;
}

/* ボタン内容 */
.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: 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;
  -webkit-transform: opacity 0.28s ease;
          transform: opacity 0.28s ease;
}

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

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

/* eye-btn 目のアイコンボタン  */
.btn-cont.eye-btn {
  padding: 50px 105px 50px 50px;
}
.btn-cont.eye-btn .btn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
          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");
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* btn-arrow02  */
.arrow02 {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 1px;
  -webkit-transition: right ease 0.28s;
  transition: right ease 0.28s;
}
.arrow02::before, .arrow02::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow02::before {
  width: 10px;
  height: 10px;
  border-color: currentcolor;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          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 {
  -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: #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 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

/* 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;
  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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}

.pager {
  /* リンクがない時 */
  /* nav-backlist */
  /* i */
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pager ul li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.pager .nav-current {
  padding: 0 40px;
  text-align: center;
}
.pager .btn-box {
  position: relative;
  display: inline-block;
}
.pager .nav-pre > span,
.pager .nav-next > span {
  opacity: 0.1;
}
.pager .nav-backlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 60px;
  text-align: left;
}
.pager .nav-backlist a::before {
  display: block;
  width: 16px;
  height: 12px;
  content: "";
  background-image: url("../img/common/round-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pager i {
  display: block;
  width: 100%;
  height: 100%;
  background: #595DD1;
}
.pager .nav-pre i::before,
.pager .nav-backlist i::before,
.pager .nav-next i::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
}
.pager .nav-pre i::before,
.pager .nav-backlist i::before {
  left: 50%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pager .nav-next i::before {
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.pager .nav-pre a:hover i::before,
.pager .nav-backlist a:hover i::before {
  -webkit-animation: move-left-anim 0.65s ease 0s 1 forwards;
          animation: move-left-anim 0.65s ease 0s 1 forwards;
}
.pager .nav-next a:hover i::before {
  -webkit-animation: move-right-anim 0.65s ease 0s 1 forwards;
          animation: move-right-anim 0.65s ease 0s 1 forwards;
}
.pager .nav-next .btn-box,
.pager .nav-pre .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager .nav-next .btn-box::after, .pager .nav-next .btn-box::before,
.pager .nav-pre .btn-box::after,
.pager .nav-pre .btn-box::before {
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../img/common/round-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.pager .nav-next .btn-box::after {
  content: "";
}
.pager .nav-pre .btn-box::before {
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (width <= 991px) {
  .wrap-ss:has(.pager) {
    width: 100%;
    max-width: initial;
  }
}
@-webkit-keyframes move-left-anim {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
            transform: translate(-100%, -50%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
            transform: translate(0%, -50%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes move-left-anim {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
            transform: translate(-100%, -50%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
            transform: translate(0%, -50%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@-webkit-keyframes move-right-anim {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
            transform: translate(-100%, -50%) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes move-right-anim {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
            transform: translate(-100%, -50%) rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
/* ------------------------------------------
 .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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-contact .contact-inr .left-cont {
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-contact .contact-inr .left-cont .left-img .balloon {
  display: block;
  max-width: 540px;
  -webkit-perspective: 800px;
          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;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .sec-contact .contact-inr {
    -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;
    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;
    -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;
    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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .f-up-flex .f-up-right {
  -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;
}
.site-footer .f-down-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.site-footer .footer-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.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 .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 .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: 25px;
  line-height: 1;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.site-footer .f-SNS .sns-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
}
.site-footer .copyright .middle-xs {
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
@media (width <= 1024px) {
  .site-footer .f-up-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .copyright {
    display: block;
    width: auto;
  }
  .site-footer .f-down-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
  -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: 50%;
  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%;
}

@media screen and (width <= 480px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
  #toTop > i {
    font-size: 2rem;
    line-height: 50px;
  }
}
@-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);
  }
}
/* ------------------------------------------
 gallery 共通
------------------------------------------ */
.gallery-info {
  position: relative;
}
.gallery-info .cat-txt {
  color: #2E6940;
}
.gallery-info .ttl-txt {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}
.gallery-info .sub-cont {
  color: #6A6A6A;
}
.gallery-info .sub-cont .sub-ttl::after {
  padding: 0 5px;
  content: "/";
}
.gallery-info .sub-cont .sub-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ------------------------------------------
 gallery 一覧
------------------------------------------ */
#sec-gallery .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-y: hidden;
}
#sec-gallery .cat-list .cat-item a {
  position: relative;
  display: block;
  padding: 3px 20px;
  color: #000;
  white-space: nowrap;
}
#sec-gallery .cat-list .cat-item a.is-active {
  font-weight: bold;
  color: #2E6940;
}
#sec-gallery .cat-list .cat-item a.is-active::after {
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: calc(100% - 40px);
  height: 2px;
  content: "";
  background-color: #2E6940;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform ease 0.28s;
  transition: -webkit-transform ease 0.28s;
  transition: transform ease 0.28s;
  transition: transform ease 0.28s, -webkit-transform ease 0.28s;
}
#sec-gallery .box-list {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
#sec-gallery .box-list .sbox-item {
  width: calc(33.333% - 26.666px);
}
#sec-gallery .box-list .sbox-item .img-area {
  position: relative;
  overflow: hidden;
}
#sec-gallery .box-list .sbox-item .img-area img {
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
#sec-gallery .box-list .sbox-item .img-area::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}
#sec-gallery .box-list .sbox-item .img-area::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
  color: #fff;
  content: "view more";
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}
#sec-gallery .box-list .sbox-item .img-area .blank {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
}
#sec-gallery .box-list .sbox-item .img-area .blank::before, #sec-gallery .box-list .sbox-item .img-area .blank::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sec-gallery .box-list .sbox-item .img-area .blank::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#sec-gallery .box-list .sbox-item .txt-area {
  padding: 20px 0 0;
}

@media (width >= 768px) {
  #sec-gallery .cat-list .cat-item a:hover {
    opacity: 0.75;
  }
  #sec-gallery .sbox-item a:hover .img-area img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #sec-gallery .sbox-item a:hover .img-area::before {
    opacity: 1;
  }
  #sec-gallery .sbox-item a:hover .img-area::after {
    opacity: 1;
  }
}
@media (width <= 1500px) {
  #sec-gallery .box-list .sbox-item {
    width: calc(50% - 20px);
  }
}
@media (width <= 767px) {
  #sec-gallery .box-list .sbox-item {
    width: 100%;
  }
  #sec-gallery .cat-list .cat-item a {
    padding: 3px 15px;
  }
  #sec-gallery .cat-list .cat-item a.is-active::after {
    width: calc(100% - 30px);
  }
}
/* ------------------------------------------
 gallery 詳細
------------------------------------------ */
html:has(.inpag.detail),
.inpag.detail {
  height: 100%;
}

html:has(.inpag.detail) {
  overflow-y: auto;
}

main:has(.gallery-cont) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.gallery-cont {
  -webkit-column-gap: max(3.8vw, 57px);
     -moz-column-gap: max(3.8vw, 57px);
          column-gap: max(3.8vw, 57px);
}

.det-gallery-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 750px;
  overflow: hidden;
}

.gallery-item {
  height: 100%;
}

.gallery-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallety-deyail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gallety-deyail .cat-txt {
  color: #2E6940;
}
.gallety-deyail .ttl-txt {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.012em;
}
.gallety-deyail .deta-txt {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.09em;
}
.gallety-deyail .buy-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallety-deyail .buy-btn a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #2E6940;
  border-radius: 50%;
}
.gallety-deyail .buy-btn a i::before {
  display: block;
  width: 31.7px;
  height: 32.83px;
  margin-right: 3px;
  content: "";
  background-image: url("../img/items/i-cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gallety-deyail .buy-btn a .txt {
  font-weight: 600;
  color: #252525;
  text-decoration: underline;
}

.is-standalone main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-standalone .gallery-cont {
  max-width: 1500px;
}
.is-standalone .webshop {
  padding-top: 0;
  margin-bottom: 40px;
}
.is-standalone .item-pager {
  border-top: 1px solid #e2ddd6;
}
.is-standalone .item-pager .nav-backlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-standalone .item-pager .nav-backlist a .arrow {
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../img/common/round-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* 閉じるボタン */
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close {
  display: block;
  padding-right: 0;
  margin-top: 19.5px;
  margin-right: 4px;
  /* text-indent: initial; */
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close::before, .mfp-close-btn-in .mfp-iframe-scaler .mfp-close::after {
  display: none;
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close i {
  position: absolute;
  top: 17.5px;
  left: 50%;
  z-index: -9999;
  display: inline-block;
  width: 32px;
  height: 17px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close i::before, .mfp-close-btn-in .mfp-iframe-scaler .mfp-close i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: all ease-in-out 0.28s;
  transition: all ease-in-out 0.28s;
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close i::before {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close i::after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close span {
  position: absolute;
  bottom: 17.5px;
  left: 50%;
  z-index: -9999;
  display: inline-block;
  width: 40px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 9px;
  line-height: 1;
  color: #000;
  text-align: center;
  text-indent: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close:hover i::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.mfp-close-btn-in .mfp-iframe-scaler .mfp-close:hover i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

#items.detail #toTop {
  display: none !important;
}

@media (width <= 1440px) {
  .gallety-deyail .ttl-txt {
    padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
  }
  .gallety-deyail .deta-txt {
    padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
  }
  .gallety-deyail .webshop {
    padding-top: 0;
  }
  .mfp-close-btn-in .mfp-iframe-scaler .mfp-close {
    margin-top: 0;
  }
}
@media (width <= 1024px) {
  main:has(.gallery-cont) {
    display: block;
  }
  .gallery-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .det-gallery-wrap {
    width: 100%;
    max-width: initial;
    margin-bottom: clamp(4rem, 29.6142px + 2.9674vw, 6rem);
  }
}
@media (width <= 480px) {
  .gallety-deyail .ttl-txt {
    padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
  }
  .gallety-deyail .deta-txt {
    padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
  }
}
/* -------------------------------------- 
    共通
 -------------------------------------- */
/*date style*/
.t-date {
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-size: 1.4rem;
  color: #6A6A6A;
}

/*category style*/
.t-cat {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  font-size: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: #2E6940;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.t-cat::before {
  content: "#";
}

.news-ttl {
  font-size: 1.8rem;
  font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
  font-weight: 500;
}

/* -------------------------------------- 
    news一覧（テキストリスト） .news-list
 -------------------------------------- */
.news-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.news-list .sbox-news {
  width: 100%;
  /*hover*/
}
.news-list .sbox-news .cont-box {
  width: 100%;
  min-height: 100px;
  padding: 30px 50px 30px 25px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.news-list .sbox-news .cont-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #555;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .sbox-news .cont-box .txt-area {
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list .sbox-news .cont-box .txt-area .upper-stage .t-date {
  padding-right: 20px;
}
.news-list .sbox-news .cont-box .txt-area .news-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-list .sbox-news.has-thumb .txt-area {
  width: 70%;
  padding-right: 5%;
}
.news-list .sbox-news.has-thumb .cont-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 15px;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail {
  overflow: hidden;
  width: 30%;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail .photo-wrap {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-list .sbox-news.has-thumb .cont-box .thumbnail .photo-wrap img {
  display: block;
}
.news-list .sbox-news .cont-box:hover {
  opacity: 0.8;
}

@media (min-width: 767px) {
  .news-list .sbox-news .cont-box:hover .round-arrow {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .news-list .sbox-news .cont-box .upper-stage {
    width: 100%;
  }
  .news-list .sbox-news .cont-box .news-ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-list .sbox-news.has-thumb .cont-box .txt-area {
    width: 100%;
    padding-right: 0;
  }
  .news-list .sbox-news.has-thumb .cont-box .thumbnail {
    width: 100%;
  }
}
.sec-bnr {
  padding-top: clamp(16.8rem, 12.8rem + 8.33vw, 22.8rem);
}
.sec-bnr .bnr-flex {
  gap: 6px;
  aspect-ratio: 1340/600;
}
.sec-bnr .bnr-flex .bnr-flex-inr {
  position: relative;
  -webkit-transition: -webkit-box-flex 0.3s ease-out;
  transition: -webkit-box-flex 0.3s ease-out;
  transition: flex 0.3s ease-out;
  transition: flex 0.3s ease-out, -webkit-box-flex 0.3s ease-out, -ms-flex 0.3s ease-out;
}
.sec-bnr .bnr-flex .bnr-flex-inr .img-wrap {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-bnr .bnr-flex .bnr-flex-inr .bnr-txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  padding-right: 20px;
  -webkit-transition: opacity 0.1s 0.3s ease, visibility 0.1s 0.3s ease;
  transition: opacity 0.1s 0.3s ease, visibility 0.1s 0.3s ease;
}
.sec-bnr .bnr-flex .bnr-ori {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.sec-bnr .bnr-flex .bnr-ori .img-wrap {
  background-image: url("../img/home/bnr-original.jpg");
  background-position: center center;
}
.sec-bnr .bnr-flex .bnr-order {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-bnr .bnr-flex .bnr-order .img-wrap {
  background-image: url("../img/home/bnr-order.jpg");
  background-position: center center;
}
.sec-bnr .bnr-flex .bnr-select {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}
.sec-bnr .bnr-flex .bnr-select .img-wrap {
  background-image: url("../img/home/bnr-select.jpg");
  background-position: center center;
}

@media (width >= 992px) {
  .sec-bnr .bnr-flex:has(.bnr-ori:hover) .bnr-ori {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .sec-bnr .bnr-flex:has(.bnr-ori:hover) .bnr-order {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .sec-bnr .bnr-flex:has(.bnr-ori:hover) .bnr-order .bnr-txt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sec-bnr .bnr-flex:has(.bnr-ori:hover) .bnr-select {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .sec-bnr .bnr-flex:has(.bnr-ori:hover) .bnr-select .bnr-txt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sec-bnr .bnr-flex:has(.bnr-order:hover) .bnr-ori {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .sec-bnr .bnr-flex:has(.bnr-order:hover) .bnr-ori .bnr-txt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sec-bnr .bnr-flex:has(.bnr-order:hover) .bnr-order {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .sec-bnr .bnr-flex:has(.bnr-order:hover) .bnr-select {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .sec-bnr .bnr-flex:has(.bnr-order:hover) .bnr-select .bnr-txt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sec-bnr .bnr-flex:has(.bnr-select:hover) .bnr-ori {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .sec-bnr .bnr-flex:has(.bnr-select:hover) .bnr-ori .bnr-txt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sec-bnr .bnr-flex:has(.bnr-select:hover) .bnr-order {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .sec-bnr .bnr-flex:has(.bnr-select:hover) .bnr-order .bnr-txt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .sec-bnr .bnr-flex:has(.bnr-select:hover) .bnr-select {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}
@media (width <= 991px) {
  .sec-bnr .bnr-flex .bnr-flex-inr {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .sec-bnr .bnr-flex .bnr-flex-inr .bnr-txt {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sec-bnr .bnr-flex .bnr-flex-inr .bnr-txt.f-wht {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sec-bnr .bnr-flex .bnr-ori .img-wrap {
    aspect-ratio: 1/1;
  }
  .sec-bnr .bnr-flex .bnr-order .img-wrap,
  .sec-bnr .bnr-flex .bnr-select .img-wrap {
    aspect-ratio: 2/1;
  }
}
@media (width <= 480px) {
  .sec-bnr .bnr-txt h3 {
    font-size: 1.8rem;
  }
  .sec-bnr .bnr-txt p {
    font-size: 1.45rem;
  }
  .sec-bnr .bnr-flex .bnr-flex-inr .bnr-txt {
    padding: 10px 5%;
  }
  .sec-bnr .bnr-flex .bnr-order .img-wrap {
    aspect-ratio: 2/1.2;
  }
}
@media (width >= 768px) {
  .sec-notices .notices-list .list-item a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (width <= 991px) {
  .sec-notices .ttl-box {
    width: 100%;
  }
}
.sec-about .aboutxt {
  gap: 30px 6.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
}
.sec-about .aboutxt .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-about .aboutxt .right-area p {
  max-width: 44rem;
}
.sec-about .aboutxt .left-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (width <= 1280px) {
  .sec-about .aboutxt {
    padding: 0;
  }
}
@media (width <= 991px) {
  .sec-about .aboutxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-about .aboutxt .right-area {
    padding-left: 0;
  }
  .sec-about .aboutxt .right-area p {
    max-width: none;
  }
  .sec-about .aboutxt .left-area {
    width: 100%;
  }
}
.sec-news .news-wrap {
  position: relative;
  gap: 0 clamp(30px, 5%, 60px);
  min-height: 180px;
}
.sec-news .left-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-news .sec-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.sec-news .sec-ttl > span {
  margin-bottom: 10px;
}
.sec-news .news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width <= 991px) {
  .sec-news .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-news .sec-ttl {
    width: 100%;
  }
  .sec-news .news-list {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */m:first-child a {
  padding: 0 0 10px 20px;
}
.sec-notices .notices-inr .notices-list .list-item:first-child a::before {
  top: 0.875em;
}

@media (width >= 768px) {
  .sec-notices .notices-list .list-item a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (width <= 991px) {
  .sec-notices .ttl-box {
    width: 100%;
  }
}
.sec-about .aboutxt {
  gap: 30px 6.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
}
.sec-about .aboutxt .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-about .aboutxt .right-area p {
  max-width: 44rem;
}
.sec-about .aboutxt .left-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (width <= 1280px) {
  .sec-about .aboutxt {
    padding: 0;
  }
}
@media (width <= 991px) {
  .sec-about .aboutxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-about .aboutxt .right-area {
    padding-left: 0;
  }
  .sec-about .aboutxt .right-area p {
    max-width: none;
  }
  .sec-about .aboutxt .left-area {
    width: 100%;
  }
}
.sec-news .news-wrap {
  position: relative;
  gap: 0 clamp(30px, 5%, 60px);
  min-height: 180px;
}
.sec-news .left-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-news .sec-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.sec-news .sec-ttl > span {
  margin-bottom: 10px;
}
.sec-news .news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width <= 991px) {
  .sec-news .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-news .sec-ttl {
    width: 100%;
  }
  .sec-news .news-list {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */