@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Gilda Display";
  src: url('/import/tenant_1/162.43.85.26/html/fonts/GildaDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Honoka Shin Mincho";
  src: url('/import/tenant_1/162.43.85.26/html/fonts/Honoka_Shin_Mincho_L.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Juliette";
  src: url('/import/tenant_1/162.43.85.26/html/fonts/Juliette-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Karla";
  src: url('/import/tenant_1/162.43.85.26/html/fonts/Karla-VariableFont_wght.woff2') format("woff2");
  font-weight: 200 800;
  font-style: normal;

  font-display: swap;
}

/* フォント */
.font-honoka {
  font-family: "Honoka Shin Mincho", serif;
}

.font-glida {
  font-family: "Gilda Display", serif;
}

.font-juliette {
  font-family: "Juliette", cursive;
}

.font-karla {
  font-family: "Karla", system-ui, sans-serif;
}

.font-noto {
  font-family: "Noto Sans", sans-serif;
}

:root {
  --color00: #080404;
  --color01: #326e85;
  --color02: #bba557;
  --color03: #ddedf0;
  --color04: #cbc7b9;
  --color05: #7d7c7c;
  --color06: #fbfaf9;
  --color07: #c7e1e7;
  --ff01: "Honoka Shin Mincho", serif;
  --ff02: "Gilda Display", serif;
  --ff03: "Juliette", cursive;
  --ff04: "Karla", system-ui, sans-serif;
  --ff99: "Font Awesome 7 Free";
}

html {
  font-family: var(--ff04);
  color: var(--color00);
  line-height: 1.5;
  letter-spacing: 0.8px;
  background-color: #f0ede6;
}

.text2 {
  font-size: 13px;
  color: var(--color05);
  line-height: 1.8;
}

.text3 {
  font-size: 15px;
  color: var(--color05);
  line-height: 1.8;
}

.text.-white {
  color: #fff;
}

.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--ff04);
  font-weight: 400;
}

[data-element-id] .date {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media(max-width:1024px) {
  .text {}
}

.up-ls-0 {
  letter-spacing: 0;
}

@media(max-width:599px) {
  .up-ls--1px\@sp {
    letter-spacing: -1px !important;
  }
}

/*===================================
  基本設定
===================================*/
.color-cmn-01 {
  color: var(--color01);
}

.color-cmn-02 {
  color: var(--color02);
}

.color-cmn-03 {
  color: var(--color03);
}

.color-cmn-04 {
  color: var(--color04);
}

.color-cmn-05 {
  color: var(--color05);
}

.color-cmn-06 {
  color: var(--color06);
}

/* bgc */
.bg-gradation1 {
  background-color: rgb(235, 236, 230);
}

.bgc-cmn-00 {
  background-color: #f0ede6;
}

.bgc-cmn-01 {
  background-color: var(--color01);
}

.bgc-cmn-02 {
  background-color: var(--color02);
}

.bgc-cmn-03 {
  background-color: var(--color03);
}

.bgc-cmn-04 {
  background-color: var(--color04);
}

.bgc-cmn-05 {
  background-color: var(--color05);
}

.bgc-cmn-06 {
  background-color: var(--color06);
}

.bgc-cmn-07 {
  background-color: var(--color07);
}

/* bgi */
.bgi-cmn-00 {
  position: relative;
}

.bgi00 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bgi00.-filter1 img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.bgi00+* {
  position: relative;
  z-index: 2;
}

.bgi-cmn-02 .bgi02 {
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
}

@media(max-width:1024px) {
  .bgi-cmn-02 .bgi02 {
    height: 50vh;
    min-height: 280px;
    max-height: 320px;
  }
}

/* font */
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-02 {
  font-family: var(--ff02);
}

.font-cmn-03 {
  font-family: var(--ff03);
}

/* title-cmn */
.title-cmn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--ff01);
  font-weight: 400;
  font-size: 26px;
  color: var(--color01);
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}

.title-cmn-01.-right {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-left: auto;
}

.title-cmn-01.-left {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-left: 0;
}

.title-cmn-01.-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title-cmn-01.-white {
  color: #fff;
}

.title-cmn-01 .en {
  font-family: var(--ff02);
  font-weight: 400;
  font-size: 220%;
}

.title-cmn-01 .ja {
  line-height: 1.3;
}

.title-cmn-01 .ja.-min {
  font-size: 16px;
}

@media(max-width:1024px) {}

@media(max-width:599px) {
  .title-cmn-01 {
    font-size: 20px;
  }

  .title-cmn-01.-sp-center {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .title-cmn-01 .en.-sp-min {
    font-size: 180%;
  }

  .title-cmn-01 .ja {
    letter-spacing: 0.5px;
  }
}

.title-cmn-02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  font-family: var(--ff01);
  font-weight: 400;
  font-size: 30px;
  color: var(--color01);
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
}

.title-cmn-02.-en-none{
  margin-top: 0;
}

.title-cmn-02.-only-en {
  width: 100%;
}

.title-cmn-02 .en {
  font-family: var(--ff03);
  font-size: 130%;
  color: var(--color04);
  white-space: nowrap;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: absolute;
  bottom: calc(100% - 5px);
  left: -10px;
}

.title-cmn-02.-white {
  color: #fff;
}

.title-cmn-02.-white .en {
  color: #fff;
  opacity: 0;
}

.title-cmn-02.-white .en.mv {
  opacity: 0.5;
}

.title-cmn-02 .ja {
  position: relative;
  z-index: 2;
}

[data-element-id] .show\@sp .ttl-cmn-02 {
  font-size: 22px;
}

@media(max-width:1024px) {
  .title-cmn-02 {
    font-size: 26px;
  }
}

@media(max-width:599px) {
  .title-cmn-02 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 30px;
  }

  .title-cmn-02 .en {
    font-size: 110%;
  }
}

/* sub-cmn */

.sub-cmn-01 {
  font-family: var(--ff01);
  color: var(--color01);
  letter-spacing: 2px;
}

.sub-cmn-01.-white {
  color: #fff;
}

.sub-cmn-02 {
  font-family: var(--ff01);
  color: var(--color05);
  letter-spacing: 2px;
}

@media(max-width:1024px) {}

@media(max-width:599px) {
  .sub-cmn-01 {
    letter-spacing: 0;
  }

  .sub-cmn-02 {
    letter-spacing: 1px;
  }
}

.sub-size-medium {
  font-size: 22px;
}

.sub-size-large {
  font-size: 28px;
  line-height: 1.4;
}

@media(max-width:1024px) {
  .sub-size-medium {
    font-size: 20px;
    line-height: 1.3;
  }

  .sub-size-large {
    font-size: 26px;
    letter-spacing: 1px;
  }
}

@media(max-width:599px) {
  .sub-size-large {
    font-size: 24px;
    letter-spacing: 0;
  }
}



/* title-mb */
.title-mb-medium {
  margin-bottom: 30px;
}

.title-mb-large {
  margin-bottom: 50px;
}

@media(max-width:599px) {
  .title-mb-medium {
    margin-bottom: 20px;
  }

  .title-mb-large {
    margin-bottom: 30px;
  }
}

/* btn-type */
.btn-type-01 a,
.btn-type-01 button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  justify-content: space-between;
  padding: 12px 20px 12px 30px;
  font-weight: 300;
  font-size: 18px;
  color: var(--color01);
  border: 1px solid var(--color01);
  border-radius: 100px;
  background-color: #fff;
  position: relative;

  gap: 10px;
}

.btn-type-01 a:hover,
.btn-type-01 button:hover {
  color: #fff;
  background: var(--color01);
  opacity: 1;
}

.btn-type-01.left a,
.btn-type-01.left button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-type-01.light a,
.btn-type-01.light button {
  background: var(--color02);
}

.btn-type-01.light a:hover,
.btn-type-01.light button:hover {
  background: var(--color01);
}

.btn-type-01.border a,
.btn-type-01.border button {
  font-weight: 700;
  color: var(--color01);
  border: 2px solid var(--color01);
  background: #fff;
}

.btn-type-01.border a:hover,
.btn-type-01.border button:hover {
  color: #fff;
  background: var(--color01);
}

.btn-type-01.min a,
.btn-type-01.min button {
  min-width: 200px;
}

.btn-type-01.long a,
.btn-type-01.long button {
  min-width: 250px;
  padding: 15px;
  font-size: 12px;
}

.btn-type-01.back a,
.btn-type-01.back button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: var(--color05);
  border-color: var(--color05);
}

.btn-type-01 a::after,
.btn-type-01 button::after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: var(--color01);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-type-01.back a::after,
.btn-type-01.back button::after {
  background-color: var(--color05);
}

.btn-type-01 a:hover::after,
.btn-type-01 button:hover::after {
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 10px;
  background-color: #fff;
}

.btn-type-01.back a:hover,
.btn-type-01.back button:hover {
  color: #fff;
  background-color: var(--color05);
}

.btn-type-01.back a:hover::after,
.btn-type-01.back button:hover::after {
  background-color: #fff;
  left: 5px;
}

@media(max-width:599px) {

  .btn-type-01 a,
  .btn-type-01 button {
    font-size: 16px;
  }

  .btn-type-01.min a,
  .btn-type-01.min button {
    min-width: 160px;
    padding: 15px 10px;

    gap: 5px;
  }

  .btn-type-01.min a::after,
  .btn-type-01.min button::after {
    right: 5px;
  }
}

.btn-type-02 a {
  padding-right: 20px;
  font-weight: 500;
  font-size: 12px;
  color: var(--color01);
  position: relative;
}

.btn-type-02 a::after {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 55%;
  right: 0;
}

.btn-type-02 a:hover {
  opacity: 1;
}

.btn-type-02 a:hover::after {
  right: -5px;
}

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 2;
}

/* indent-cmn */
.indent-half {
  text-indent: -10px;
}

.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  padding-left: 1em;
  position: relative;
}

.indent-cmn-02 {
  content: "\f058";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/* sp-order */
@media(max-width:599px) {
  .sp-order-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-order-contents {
    /* autoprefixer: ignore next */
    display: contents;
  }

  .sp-order-box .sp-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sp-order-box .sp-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .sp-order-box .sp-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .sp-order-box .sp-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

/*デフォルトのマウスカーソルを非表示にする*/
#wrapper header,
#wrapper main,
#wrapper footer,
a,
a:hover {
  cursor: none;
}

/*独自のマウスカーソルを作成*/
.cursor {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: none;
  position: fixed;
  top: -5px;
  left: -5px;
  z-index: 1000;
}

/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
  width: 40px;
  height: 40px;
  background: rgba(245, 202, 83, 0.4);
  top: -20px;
  left: -20px;
}

@media(max-width:768px) {

  #wrapper header,
  #wrapper main,
  #wrapper footer,
  a,
  a:hover {
    cursor: auto;
  }

  .cursor {
    display: none;
  }
}

[data-element-id] #wrapper header,
[data-element-id] #wrapper main,
[data-element-id] #wrapper footer,
[data-element-id] a,
[data-element-id] a:hover {
    cursor: auto;
  }

[data-element-id] .cursor {
  display: none;
}

/* 共通コンテンツ間隔 */
[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* slick */
.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  z-index: 2;
}

button:hover.slick-prev,
button:hover.slick-next {
  opacity: 1;
}

.slick-prev::before,
.slick-next::before {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  border: 1px solid var(--color01);
  background: var(--color01);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-next::before {
  content: "\f054";
}

.slick-prev::before {
  content: "\f053";
}

button:hover.slick-prev::before,
button:hover.slick-next::before {
  color: var(--color01);
  background: #fff;
}

/* hover */
.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover .hover-img img {
  scale: 1.1;
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-blur {
  overflow: hidden;
  opacity: 1;
  position: relative;
}

.fead-blur img {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

  scale: 1.1;
}

.fead-blur.mv img {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);

  scale: 1;
}

.fead-blur.mv::before {
  height: 0;
}

[data-element-id] .fead-blur img{
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);

  scale: 1;
}

.fead-up {
  -webkit-transition: 0.8s !important;
  transition: 0.8s !important;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.fead-text.mv {
  opacity: 1;
}

.fead-text:not(.en2) .str {
  display: inline-block;
  -webkit-transition: opacity 0.75s ease, -webkit-transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: opacity 0.75s ease, -webkit-transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: opacity 0.75s ease, transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: opacity 0.75s ease, transform 1s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1s cubic-bezier(0.32, 0.94, 0.6, 1);
  -webkit-transform: translate3d(50%, 0, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  transform: translate3d(50%, 0, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
}

.fead-text:not(.en2) .str.textin {
  display: inline-block;
  -webkit-transform: translate3d(50%, 0, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  transform: translate3d(0, 0, 0) rotate(0deg) rotateY(0deg) rotateX(0deg) scale(1);
}

.fead-text:not(.en2) .str.textin.space {
  width: 10px;
}

.fead-text .str.textin{
      overflow: visible;
}

.fead-tit {
  position: relative;
}

.fead-tit:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: var(--color01);
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  position: absolute;
  top: 0;
  right: 0;
}

.fead-tit.mv:after {
  width: 0;
}

/* show hide */
.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
  height:fit-content;
}

[data-element-id] .show\@tb:after {
  content: "モバイル用";
  display: block;
  padding: 8px 5px 5px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  background: green;
}

[data-element-id] .show\@tb.indention {
  width: 30px;
  display: inline-block;
  border: none;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  padding: 4px 2px 5px;
  font-size: 10px;
}

[data-element-id] .show\@pc.indention {
  width: 30px;
  display: inline-block;
  font-size: 10px;
  border: none;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: block;
  padding: 3px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: none;
  background: blue;
}

[data-element-id] .show\@sp {
  max-width: 375px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 4px green;
  position: relative;
  height:fit-content;
}

[data-element-id] .show\@sp:after {
  content: "モバイル用";
  display: block;
  padding: 8px 5px 5px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  background: green;
}

[data-element-id] .show\@sp.indention {
  width: 30px;
  display: inline-block;
  border: none;
}

[data-element-id] .show\@sp.indention:after {
  content: "SP時改行";
  padding: 4px 2px 5px;
  font-size: 10px;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/*===================================
  共通リスト
===================================*/
/* cmn-content-list1 */
.cmn-content1-list .item+.item {
  margin-top: 50px;
}

.cmn-content1-list.-alternately .item:nth-of-type(odd) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cmn-content1-list .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cmn-content1-list .item .box-img {
  width: 45%;
}

.cmn-content1-list .item .box-text {
  width: 45%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cmn-content1-list.-type02 .item .box-img {
  width: 38%;
}

.cmn-content1-list.-type02 .item .box-text {
  width: 57%;
}

.cmn-content1-list .sub-box-wrap .title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.cmn-content1-list .sub-box-wrap .title.-blue {
  border-color: var(--color01);
}

.cmn-content1-list .sub-box-wrap .sub-box {
  padding: 20px;
  background-color: rgb(251 250 249 / 85%);
}

.cmn-content1-list .sub-box-wrap .sub-box+.sub-box {
  margin-top: 20px;
}

@media(max-width:1024px) {
  .cmn-content1-list .item .box-text {
    width: 48%;
  }

  .cmn-content1-list .item .box-img {
    width: 48%;
  }
}

@media(max-width:599px) {
  .cmn-content1-list .item .title {
    width: 100%;
    line-height: 1.3;
    text-align: center;
  }

  .cmn-content1-list .item .box-img {
    width: 90%;
    margin: 20px auto 0;
  }

  .cmn-content1-list.-type02 .item .box-img {
    width: 65%;
    margin: 15px auto 0;
  }

  .cmn-content1-list.-type02 .item .box-text {
    width: 100%;
  }
}

/* cmn-content-list2 */

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixed .pagettl {
  color: var(--color05);
}

.js-h1-here {
  display: none;
}

@media(max-width:1024px) {
  .pagettl {
    display: none;
    padding: 0;
  }

  .js-h1-here {
    display: block;
    margin: 10px 0 20px;
    font-size: 10px;
  }
}

@media(max-width:599px) {
  .pagettl {
    font-size: 10px;
  }
}

/**
ヘッダー
header
*/
.header {
  width: 100%;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

[data-element-id] .header{
  position: relative;
}

.header .header-common {
  padding-bottom: 10px;
  position: relative;
  z-index: 260;
}

.fixed .header {
  width: 100%;
  background: var(--color03);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  position: fixed;
  top: 0;
  left: 0;
}

.header .header-common .left {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .contents {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0;
}

.header .logo img {
  max-height: 50px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

@media (max-width: 1024px) {
  .header {
    height: 0;
    padding: 0;
    position: relative;
  }

  .header .contents {
    margin: 0 0 0 2%;
    padding-bottom: 0;
  }

  .fixed .header {
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative;
  }

  .header .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 5px;
  }

  .fixed .header .header-common {
    padding: 5px 0 5px;
  }

  .header .header-common .left {
    position: fixed;
    top: 17px;
    left: 2%;
  }

  .header .logo img {
    width: 120px;
    -webkit-filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff);
    filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff);
    -webkit-transform: none;
    transform: none;
  }

  .header .header-common .right {
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 30px 30px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
  }

  .drawer-active .header .header-common .right {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    /* cursor: pointer; */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 252;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  position: fixed;
  bottom: 20px;
  right: -100px;
  z-index: 100;

  gap: 20px;
}

.fix-bottom.mv {
  right: 20px;
}

[data-element-id] .fix-bottom {
  position: relative;
  top: auto;
  right: auto;
  padding: 30px 20px 20px;
}

.fix-bottom a .item-inner{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 3px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  border-right: none;
  background: var(--color02);

  gap: 10px;
}

.fix-bottom .item a .item-inner {
  width: 120px;
  border-radius: 50%;
  background-color: var(--color01);

  aspect-ratio: 1;
  z-index: 11;
  position: relative;
}

.fix-bottom .item.-reserve a .item-inner {
  padding: 4px;
  background-color: var(--color02);
}

.fix-bottom .item.tel{
  position: relative;
  pointer-events: auto;
}

.fix-bottom .item.tel a .item-inner {
  width: 90px;
}

.fix-bottom .item.tel .pc-only-tel {
    background-color: var(--color03);
    padding: 10px 40px;
    font-size: 22px;
    color: var(--color01);
    font-weight: 700;
    border-radius: 100px;
    position: absolute;
    right: 0;
    width: 240px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    z-index: -100;
}

.fix-bottom .item:hover .pc-only-tel{
    right: calc(100% + 10px);
    visibility: visible;
    z-index: 10;
    opacity: 1;
}

[data-element-id] .fix-bottom .item.tel .pc-only-tel{
    visibility: visible;
    z-index: 100;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
}

.fix-bottom .item a .item-sub-inner {
  width: 100%;
  height: 100%;
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #fff;
  border-radius: 50%;
}

.fix-bottom .item.tel a .item-sub-inner:before {
  content: "";
  width: 30px;
  display: block;
  background-image: url('/import/tenant_1/162.43.85.26/html/images/icon-tel-white.webp');
  background-size: contain;
  background-repeat: no-repeat;

  aspect-ratio: 201 / 256;
}

[data-element-id] .fix-bottom .hide\@pc {
    display: block;
    border: 3px solid #fff;
    padding: 5px;
    margin: 10px 20px 0;
}

[data-element-id] .fix-bottom .hide\@pc::before{
  content: "モバイル用";
    background-color: #fff;
    color: var(--color01);
    text-align: center;
    display: block;
    font-size: 10px;
    margin: -5px -5px 5px;
    font-weight: 500;
}

[data-element-id] .fix-bottom .item.tel a{
  width: auto;
}

[data-ab-test-block] {
    width: fit-content;
    margin: 20px auto;
}

.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
  .fix-bottom {
    z-index: 250;
  }
  
  .fix-bottom .item .pc-only-tel{
    display: none;
  }
}

@media(max-width:599px) {
  .fix-bottom {
    bottom: 10px;

    gap: 10px;
  }

  .fix-bottom.mv {
    right: 10px;
  }

  .fix-bottom .item a {
    width: 100px;
    aspect-ratio: 1;
  }

  .fix-bottom .item.tel a {
    width: 60px;
  }

  .fix-bottom .item.tel a .item-inner:before {
    width: 20px;
  }
}

/********************************
/********************************
/********************************

l_modal

********************************/
.js-modal-open01 {
  /* cursor: pointer; */
}

.modal {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.modal__content {
  width: 60%;
  padding: 60px 40px;
  border-radius: 20px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal .btn_close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 10px;
  color: #838383;
  text-align: center;
  border: 2px solid #838383;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: rotateZ(0.03deg);
  transform: rotateZ(0.03deg);

  gap: 5px;
}

.modal .btn_close:hover {
  opacity: 1;
}

.modal .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff02);
  color: var(--color01);

  gap: 10px;
}

.modal .tel::before {
  content: "";
  width: 26px;
  display: block;
  background: url('/import/tenant_1/162.43.85.26/html/images/icon-telephone.webp') no-repeat;
  background-size: contain;

  aspect-ratio: 1;
}

@media(max-width:1024px) {
  .modal__content {
    width: 90%;
    padding: 50px 20px;
  }
}

@media(max-width:599px) {
  .modal__content {
    width: 94%;
    padding: 30px 10px;
    border-radius: 15px;
  }

  .modal .tablebox {
    padding: 10px 8px 15px;
  }

  .modal .tablebox dl dt {
    width: 200px;
    font-size: 13px;
  }
}

[data-element-id] .modal {
  height: auto;
  display: block;
  margin: 50px;
  position: relative;
}

[data-element-id] .js-modal01 .modal__content::after {
  width: 100%;
  min-width: 200px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: initial;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 2px solid #555;
  background: #555;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute !important;
  top: 0;
  left: 50%;
}

[data-element-id] .js-modal01 .modal__content::after {
  content: "「電話でお問い合わせ」をクリックしたときに現れる画面です";
}

[data-element-id].modal__bg {
  display: none;
}

[data-element-id] .modal__content {
  width: 90%;
  margin: 0 auto;
  border: 2px solid #555;
  border-radius: 0;
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
}

/* rellax */
.long-img-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: transparent !important;
  -webkit-transform: none !important;
  transform: none !important;
  position: relative;
}

.long-img-box.short {
  height: 50vh;
}

.long-img-box.height-auto {
  height: auto;
}

.long-img-box .long-img img {
  -webkit-filter: grayscale(1) contrast(0.6) brightness(0.5);
  filter: grayscale(1) contrast(0.6) brightness(0.5);
}

.footer-contact-area.long-img-box img {
  -webkit-filter: grayscale(1) contrast(1.1) brightness(0.5);
  filter: grayscale(1) contrast(1.1) brightness(0.5);
}

/* .index-blog-list .blog-list .item a .img img,.philosophy-list .item .img img{
  filter: none;  
} */

.long-img {
  position: absolute;
  z-index: -2;
}

.motion .long-img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1 !important;
}

[data-element-id].long-img {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  z-index: 0;
}

[data-element-id].long-img-box {
  position: relative;
}

.long-img>img {
  width: 100%;
  max-width: none;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  -o-object-position: 50% 50%;
  object-position: center;
  object-position: 50% 50%;
}

@media(max-width:1024px) {
  .long-img-box.contents {
    height: auto;
    min-height: 100vh;
  }
}

@media(max-width:599px) {
  /* .long-img-box.sp-short{
    height: 60vh;
    height: 60dvh;
  } */

  .long-img-box.sp-h-0 {
    height: 0;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .list01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;

  gap: 35px;
}

.gnav .item01 {
  font-size: 16px;
  text-align: center;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  font-family: var(--ff02);
  font-weight: 500;
  /* cursor: pointer; */
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 30%),
    0 0 8px rgb(0 0 0 / 20%);
  position: relative;
  z-index: 2;

  mix-blend-mode: difference;
}

[data-element-id] .gnav .item01>a,[data-element-id] .gnav .item01 .itemin{
  color: var(--colr00);
  text-shadow: none;
}

.fixed .gnav .item01>a,
.fixed .gnav .item01 .itemin {
  color: var(--color01);
  text-shadow: none;
}

.gnav .item01 .en {
  line-height: 1;
}

.gnav .item01 .ja {
  font-size: 75%;
  color: var(--color02);
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .list02 {
  width: 280px;
  visibility: hidden;
  padding-top: 60px;
  font-size: 15px;
  letter-spacing: 1px;
  background: rgb(255 255 255) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
}

[data-element-id] .gnav .list02 {
    visibility: visible;
    padding-top: 10px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto;
}

.gnav .item02 {
  border-top: 1px solid var(--color02);
}

.gnav .item02:first-of-type {
  border-top: none;
}

.gnav .item02 a {
  display: block;
  padding: 12px 10px 10px;
  font-family: var(--ff02);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gnav .item02 a:hover {
  color: #fff;
  background-color: var(--color02);
  opacity: 1;
}

@media (max-width: 1024px) {
  body.drawer-active {
    overflow: hidden;

    -ms-touch-action: none;
    touch-action: none;
  }

  .header {
    position: relative;
  }

  .header .left,
  .header .pagettl,
  main,
  footer {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .gnav .item01>a,
  .gnav .item01 .itemin {
    text-shadow: none;
  }

  .drawer-active main,
  .drawer-active footer,
  .drawer-active .header .header-common .left>.logo {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .gnav .list01 {
    gap: 20px;
  }

  .gnav .item01 {
    /* margin: 0 0 10px 0; */
    width: 100%;
    text-align: left;
  }

  .gnav .item01>a,
  .gnav .item01 .itemin {
    color: inherit;
  }

  .gnav .item02 {
    margin-top: 15px;
    border-top: none;
  }

  .gnav .list02 {
    width: 100%;
    visibility: visible;
    margin-top: 5px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .gnav .list02 a {
    display: block;
    padding: 0 0 0 1em;
    font-family: var(--ff02);
    font-size: 16px;
    position: relative;
  }
  
  .gnav .item02 a:hover {
    color: var(--color00);
    background-color: unset;
    opacity: .6;
  }

  .gnav .list02 a::before {
    content: "\f054";
    font-family: var(--ff99);
    font-weight: bold;
    font-size: 10px;
    color: var(--color02);
    position: absolute;
    top: 3px;
    left: 1px;
  }
}

@media(max-width:599px) {
  .gnav {
    max-width: 300px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  width: 50px;
  height: 50px;
  display: none;
  border-radius: 3px;
  background: rgb(255 255 255 / 80%);
  -webkit-box-shadow: 1px 1px 8px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 8px rgb(0 0 0 / 10%);
  cursor: pointer;
  position: relative;
  z-index: 251;
}

.drawer-active .toggle {
  color: var(--color01);
  background-color: var(--color03);
}

.toggle::before {
  content: "MENU";
  font-family: var(--ff02);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0;
  position: absolute;
  bottom: 2px;
  left: 9px;
}

.drawer-active .toggle::before {
  content: "CLOSE";
}

.toggle .bar {
  width: 28px;
  height: 1px;
  display: block;
  margin-top: -1px;
  padding: 0;
  text-indent: 9999px;
  background: var(--color00);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}

.toggle .bar:nth-of-type(1) {
  top: calc(50% - 10px);
}

.toggle .bar:nth-of-type(2) {
  top: calc(50% - 4px);
}

.toggle .bar:nth-of-type(3) {
  top: calc(50% + 2px);
}

.drawer-active .toggle .bar {
  background-color: var(--color01);
}

.drawer-active .toggle .bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: calc(50% - 4px);
}

.drawer-active .toggle .bar:nth-of-type(2) {
  opacity: 0;
}

.drawer-active .toggle .bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: calc(50% - 4px);
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
    margin-right: 0;
    position: fixed;
    top: 10px;
    right: 2%;
    z-index: 253;
  }

  .drawer-active .overlay {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 251;
  }
}

/*トップへ戻る*/
.totop {
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  background: #66937a;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
}

.totop:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media (max-width: 1024px) {
  .totop {
    bottom: 60px;
    right: 10px;
  }
}

/**
フッター
footer
*/
footer .copy {
  margin: 50px 0 0 0;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-top: 2px solid var(--color03);
}

.footer-contact-btn-list .footer-contact-btn-item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px;
  font-family: var(--ff01);
  font-size: 25px;
  color: var(--color01);
  text-align: center;
  border: 2px solid var(--color01);
  border-radius: 100px;
  background-color: #fff;

  gap: 10px;
}

.footer-contact-btn-list .footer-contact-btn-item a:hover {
  color: #fff;
  background-color: var(--color01);
  opacity: 1;
}

.footer-contact-btn-list .footer-contact-btn-item.-reserve a {
  color: #fff;
  background-color: var(--color01);
}

.footer-contact-btn-list .footer-contact-btn-item.-reserve a:hover {
  border-color: #fff;
  background-color: var(--color02);
}

.footer-contact-btn-list .footer-contact-btn-item a::before {
  content: "";
}

.footer-contact-btn-list .footer-contact-btn-item.-tel a::before {
  width: 26px;
  background: url('/import/tenant_1/162.43.85.26/html/images/icon-telephone.webp') no-repeat;
  background-size: contain;

  aspect-ratio: 1;
}

.footer-contact-btn-list .footer-contact-btn-item.-contact a::before {
  width: 30px;
  background: url('/import/tenant_1/162.43.85.26/html/images/icon-mail.webp') no-repeat;
  background-size: contain;

  aspect-ratio: 35/27;
}

.footer-contact-btn-list .footer-contact-btn-item.-reserve a::before {
  width: 32px;
  background: url('/import/tenant_1/162.43.85.26/html/images/icon-pc.webp') no-repeat;
  background-size: contain;

  aspect-ratio: 32/25;
}

.footer-contact-btn-list .footer-contact-btn-item a:hover::before {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

@media(max-width:1024px) {
  .footer-contact-btn-list .footer-contact-btn-item a {
    padding: 15px 20px;
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .footer-contact-btn-list .footer-contact-btn-item+.footer-contact-btn-item {
    margin-top: 20px;
  }

  .footer-contact-btn-list .footer-contact-btn-item a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    font-size: 22px;
  }
}

.footer-access-area .box-map iframe {
  width: 100%;
  height: 350px;
}

.footer-access-area .footer-access-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 30px;
  color: #686868;
  position: relative;
}

.footer-access-area .footer-access-info-item:first-of-type {
  padding: 0 40px 0 0;
}

.footer-access-area .footer-access-info-item:nth-of-type(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-access-area .footer-access-info-item:nth-of-type(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 0 40px;
}

.footer-access-area .footer-access-info-item .item-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-access-area .footer-access-info-item+.footer-access-info-item::before {
  content: "";
  width: 1px;
  height: 90%;
  display: block;
  background-color: var(--color04);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.footer-access-area .footer-access-info-item .box-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}

.footer-access-area .footer-access-info-item .box-sns .follow-us {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  margin-right: 20px;
  font-family: var(--ff02);
  font-size: 14px;

  gap: 10px;
}

.footer-access-area .footer-access-info-item .box-sns .follow-us::after {
  content: "";
  width: 1px;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: var(--color04);
}

.footer-access-area .footer-access-info-item .box-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 10px;
}

.footer-access-area .footer-access-info-item .box-sns .sns-list .sns-item {
  font-size: 30px;
}

.footer-access-area .footer-access-info-item .box-sns .sns-list .sns-item.-ig {
  font-size: 32px;
}

.footer-access-area .footer-access-info-item .box-sns .sns-list .sns-item.-ig a {
  color: transparent;
  background: linear-gradient(120deg, rgba(247, 207, 0), rgba(246, 37, 2) 45%, rgba(182, 47, 82) 75%, rgba(113, 58, 166));
  -webkit-background-clip: text;
}

.footer-access-area .footer-access-info-item .box-sns .sns-list .sns-item.-fb {
  color: #2f6db6;
}

.footer-access-area .footer-access-info-item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: var(--ff02);
  font-size: 32px;
  color: var(--color01);
  letter-spacing: 2px;

  gap: 10px;
}

.footer-access-area .footer-access-info-item .tel::before {
  content: "";
  width: 26px;
  background: url('/import/tenant_1/162.43.85.26/html/images/icon-telephone.webp') no-repeat;
  background-size: contain;

  aspect-ratio: 1;
}

.footer-access-area .footer-access-info-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 20px;

  gap: 10px;
}

.footer-access-area .footer-access-info-item .title::before {
  content: "";
  width: 26px;
  background-image: url('/import/tenant_1/162.43.85.26/html/images/icon-access.webp');
  background-size: contain;
  background-repeat: no-repeat;

  aspect-ratio: 29 / 29;
}

@media (max-width: 1024px) {
  .footer .copy {
    margin-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer .map {
    padding-top: 70%;
  }

  .footer .maps iframe {
    height: 300px;
  }

  .footer-access-area .footer-access-info-item {
    padding: 20px;
  }

  .footer-access-area .footer-access-info-item:nth-of-type(3) {
    padding: 0 0 0 20px;
  }

  .footer-access-area .footer-access-info-item .tel {
    font-size: 28px;
    letter-spacing: 0px;

    gap: 5px;
  }

  .footer-access-area .footer-access-info-item .tel::before {
    width: 20px;
  }
}

@media(max-width:599px) {
  .footer-access-area .box-map iframe {
    width: 100%;
    height: 220px;
  }

  .footer-access-area .footer-access-info-item:first-of-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 30px;
  }

  .footer-access-area .footer-access-info-item:nth-of-type(2) {
    padding: 30px 0;
  }

  .footer-access-area .footer-access-info-item:nth-of-type(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: c;
    justify-content: center;
    padding: 30px 0 0 0;
  }

  .footer-access-area .footer-access-info-item+.footer-access-info-item::before {
    width: 90%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
  }
}

.footer .logo img {
  max-width: 250px;
}

@media(max-width:1024px) {
  .footer .logo img {
    max-width: 200px;
  }
}

/* フッターナビ fnav-list */

.fnav-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav-list .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: -7px;
  margin-bottom: 40px;
  font-family: var(--ff02);
  font-size: 24px;
  color: #fff;
  letter-spacing: 3px;
  position: relative;

  gap: 10px;
}

.fnav-list .datattl:before {
  content: "";
  width: 30px;
  display: block;
  background-image: url('/import/tenant_1/162.43.85.26/html/images/icon-scissors-white.webp');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);

  aspect-ratio: 1;
}

.fnav-list .sub-fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fnav-list .sub-fnav-list .data:nth-of-type(odd) {
  width: 30%;
}

.fnav-list .sub-fnav-list .data:nth-of-type(even) {
  width: 70%;
}

.fnav-list .data {
  margin-bottom: 5px;
  padding-right: 10px;
}

.fnav-list .data a {
  display: block;
  margin-bottom: 30px;
  font-family: var(--ff02);
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
}

.fnav-list .data.-type02 a {
  padding-left: 30px;
  position: relative;
}

.fnav-list .data.-type02 a::before {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 1024px) {
  .fnav-list .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav-list .fnav-list-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fnav-list1 {
    width: 40%;
  }

  .fnav-list2 {
    width: 60%;
  }
}

@media (max-width: 599px) {

  .fnav-list1,
  .fnav-list2 {
    width: 100%;
  }

  .fnav-list2 {
    margin-top: 20px;
  }

  .fnav-list .fnav-list-list-inner {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav-list .datattl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 2px;

    gap: 5px;
  }

  .fnav-list .datattl:before {
    width: 22px;
  }

  .fnav-list .data a {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .fnav-list .data.-type02 a {
    padding-left: 20px;
    letter-spacing: 0.2px;
  }

  .fnav-list .data.-type02 a::before {
    width: 12px;
    height: 1px;
    top: 7px;
  }

  .footer .other-btn a {
    padding: 20px 10px;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2.-type02 .inner {
  display: block;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

.column2.-type02 .side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.column2.-type02 .side .list {
  width: calc((100% - 10px)/2);
}

.column2.-type02 .mainwrap {
  width: 100%;
}

@media (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
  }

  .column2 .mainwrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
  }
}

@media(max-width:599px) {
  .column2.-type02 .side .list {
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .side {
    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;
  }

  .side .list {
    width: calc((100% - 10px)/2);
  }
  
  .side.-article .list {
    width: calc((100% - 10px)/3);
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
  
  .side.-article .list {
    width: 100%;
  }
}

.list-side .datattl {
  margin-bottom: 5px;
  padding: 16px 15px 14px;
  font-family: var(--ff02);
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  background: var(--color01);
  position: relative;
}

.list-side .data {
  margin-bottom: 5px;
}

.list-side a {
  width: 100%;
  display: block;
  padding: 8px 10px 8px 30px;
  line-height: 1.5;
  background: var(--color06);
  position: relative;
  /* font-family: var(--ff01); */
}

.list-side a:hover {
  background: var(--color03);
  opacity: 1;
}

.list-side a:before {
  content: "●";
  font-size: 10px;
  color: var(--color01);
  position: absolute;
  top: 12px;
  left: 10px;
}

@media (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    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;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: calc((100% - 5px) / 2);
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/** トップページのみ */
.homevisual {
  height: calc(100vh - 100px);
}

.homevisual .box-img {
  width: 60%;
  height: 100%;
  margin-left: auto;
}

.homevisual .head {
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 45%;
  left: 0;
}

.homevisual .head .head-main {
  padding-left: 20px;
  font-family: var(--ff01);
  font-size: 44px;
  letter-spacing: 5px;
  position: relative;
  z-index: 2;
}

.homevisual .head .head-en {
  margin-bottom: 50px;
  font-family: var(--ff03);
  font-size: 46px;
  color: var(--color04);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

/* A-BiSUスライダー用 */
.homevisual .uk-slidenav-position,
.homevisual .uk-slideshow,
.homevisual .uk-slideshow>li,
.homevisual .uk-flex,
.homevisual .uk-flex img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media(max-width:1024px) {
  .homevisual .box-img {
    width: 70%;
  }

  .homevisual .head .head-en {
    margin-bottom: 20px;
    font-size: 36px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  .homevisual .head .head-main {
    font-size: 38px;
  }
}

@media(max-width:599px) {
  .homevisual .box-img {
    width: calc(100% - 50px);
  }

  .homevisual .head {
    top: 60%;
  }

  .homevisual .head .head-en {
    margin-bottom: 10px;
    font-size: 26px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  .homevisual .head .head-main {
    padding-left: 10px;
    font-size: 28px;
    letter-spacing: 2px;
  }
}

/* index-news-area */
.index-news-area a {
  width: 80%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px 100px 30px calc(50% - 550px);
  color: var(--color05);
  background-color: var(--color03);
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  position: relative;
}

.index-news-area a::before {
  content: "\f054";
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2px;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  color: var(--color01);
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;

  aspect-ratio: 1;
}

.index-news-area .section-title {
  letter-spacing: 3px;
}

.index-news-area .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 18px;
}

@media(max-width:1250px) {
  .index-news-area a {
    padding-left: 30px;
  }
}

@media(max-width:1024px) {
  .index-news-area a {
    width: calc(100% - 120px);
    padding: 20px 80px 20px 30px;
    padding-left: 30px;
  }
}

@media(max-width:599px) {
  .index-news-area a {
    width: calc(100% - 80px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 50px 15px 15px;
  }

  .index-news-area .date {
    font-size: 16px;
  }

  .index-news-area a::before {
    width: 30px;
    font-size: 10px;
    right: 15px;
  }
}

/* index-worries-area */
.index-worries-area .long-img>img {
  -o-object-position: 60% 0%;
  object-position: 60% 0%;
}

/* index-service-list */
.index-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  gap: 20px;
}

.index-service-list .item {
  width: calc((100% - 60px)/4);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index-service-list .item:nth-of-type(-n+3) {
  width: calc((100% - 40px)/3);
}

.index-service-list .item a:hover {
  opacity: 1;
}

.index-service-list .item-inner {
  overflow: hidden;
  background-color: var(--color01);
  position: relative;
}

.index-service-list .item-inner::before {
  content: "\f178";
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;

  aspect-ratio: 1;
}

.index-service-list .item .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--ff02);
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.index-service-list .item .bgi {
  -webkit-filter: brightness(0.5) contrast(0.8);
  filter: brightness(0.5) contrast(0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  aspect-ratio: 5/4;
}

.index-service-list .item:nth-of-type(-n+3) .bgi {
  aspect-ratio: 1;
}

.index-service-list .item a:hover .bgi {
  opacity: 0.5;
  -webkit-filter: blur(5px) grayscale(0.5);
  filter: blur(5px) grayscale(0.5);

  scale: 1.05;
}

@media(max-width:1024px) {
  .index-service-list .item .title {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

@media(max-width:599px) {
  .index-service-list {
    gap: 10px;
  }

  .index-service-list .item {
    width: calc((100% - 10px) / 2);
  }

  .index-service-list .item:nth-of-type(-n+3) {
    width: 100%;
  }

  .index-service-list .item:nth-of-type(-n+3) .bgi {
    aspect-ratio: 3 / 1;
  }

  .index-service-list .item .title {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .index-service-list .item-inner::before {
    width: 30px;
    font-size: 8px;
    bottom: 10px;
    right: 10px;
  }
}

/* index-style-list */
.index-style-area {
  padding-left: calc(50% - 550px);
}

.index-style-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-style-list .box-title {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 50px;
}

.index-style-list .box-slide {
  width: calc(100% - 270px);
}

.index-style-list .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

.index-style-list .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  background: #444;
}

.index-style-list .item-inner {
  position: relative;
}

.index-style-list .item {
  width: 100%;
}

.index-style-list .item .box-text {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.index-style-list .swiper-horizontal>.swiper-pagination-bullets,
.index-style-list .swiper-pagination-bullets.swiper-pagination-horizontal,
.index-style-list .swiper-pagination-custom,
.index-style-list .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-button-box {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media(max-width:1250px) {
  .index-style-area {
    padding-left: 30px;
  }
}

@media(max-width:1024px) {
  .index-style-list .box-title {
    width: 250px;
    padding-right: 30px;
  }

  .index-style-list .box-slide {
    width: calc(100% - 250px);
  }
}

@media(max-width:599px) {
  .index-style-area{
    padding-left: 0;
  }
  
  .index-style-list .swiper-horizontal>.swiper-pagination-bullets{
    margin-left: -15px;
  }
  
  .index-style-list .section-title {
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: -15px;
  }

  .index-style-list .box-slide {
    width: 100%;
    padding-left: 30px;
  }

  .index-style-list .swiper-button-box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}

/* other-link-list */
.other-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  gap: 20px;
}

.other-link-list .item {
  width: calc((100% - 60px)/4);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.other-link-list .item a:hover {
  opacity: 1;
}

.other-link-list .item-inner {
  overflow: hidden;
  background-color: var(--color01);
  position: relative;
}

.other-link-list .item-inner::before {
  content: "\f178";
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;

  aspect-ratio: 1;
}

.other-link-list .item-inner::after {
  content: "view more";
  font-family: var(--ff04);
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.other-link-list .item .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--ff02);
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  position: absolute;
  bottom: 60px;
  left: 20px;
}

.other-link-list .item .bgi {
  -webkit-filter: brightness(0.5) contrast(0.8);
  filter: brightness(0.5) contrast(0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  aspect-ratio: 3 / 4;
}

.other-link-list .item a:hover .bgi {
  opacity: 0.5;
  -webkit-filter: blur(5px) grayscale(0.5);
  filter: blur(5px) grayscale(0.5);

  scale: 1.05;
}

@media(max-width:1024px) {
  .other-link-list {
    gap: 10px;
  }

  .other-link-list .item .title {
    font-size: 22px;
    letter-spacing: 2px;
    bottom: 50px;
    left: 10px;
  }

  .other-link-list .item-inner::before {
    width: 30px;
    font-size: 8px;
    bottom: 15px;
    right: 10px;
  }

  .other-link-list .item-inner::after {
    font-size: 14px;
    left: 10px;
  }
}

@media(max-width:599px) {
  .other-link-list {
    gap: 10px;
  }

  .other-link-list .item {
    width: 100%;
  }

  .other-link-list .item .bgi {
    aspect-ratio: 3/ 1;
  }

  .other-link-list .item .title {
    font-size: 24px;
    bottom: 50px;
  }

  .other-link-list .item-inner::after {
    font-size: 16px;
  }
}

/* index-blog-area */
.index-blog-list .item a:hover {
  opacity: 1;
}

.index-blog-list .item-inner {
  margin: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.index-blog-list .item a:hover .item-inner {
  -webkit-box-shadow: 6px 6px 8px rgb(0 0 0 / 20%);
  box-shadow: 6px 6px 8px rgb(0 0 0 / 20%);
  ;
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.index-blog-list .box-img .cate {
  position: absolute;
  top: 5px;
  left: 5px;
}

.index-blog-list .box-text {
  padding: 10px;
  background-color: #fff;
}

.index-blog-list .box-text .title {
  font-family: var(--ff01);
  font-size: 18px;
  color: var(--color05);
  line-height: 1.3;
}

.index-blog-list .box-text .more {
  margin-top: 20px;
  font-size: 12px;
  color: var(--color01);
  text-align: right;
}

.swiper-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  gap: 40px;
}

.swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  padding: 15px 15px 15px 17px !important;
  color: var(--color01) !important;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative !important;
}

.swiper-button-box .swiper-button-next:hover,
.swiper-button-box .swiper-button-prev:hover {
  color: #fff !important;
  background: var(--color01) !important;
}

.swiper-button-box .swiper-button-prev {
  padding: 15px 17px 15px 15px !important;
  left: auto;
  right: auto;
}

@media(max-width:599px) {
  .index-blog-list .box-slide {
    margin-left: -2%;
    margin-right: -2%;
  }

  .swiper-button-box {
    gap: 20px;
  }
}

/** 下層共通 */
/* トップビジュアル */
.topvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color06);
  position: relative;
}

.topvisual.-type02 {
  margin-top: 100px;
  background-color: none;
}

.topvisual .img {
  width: 60%;
  height: 300px;
  margin-left: auto;
}

.topvisual .box-head {
  content: "";
  width: 40%;
  white-space: nowrap;
  position: relative;
}

.topvisual.-type02 .box-head {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  white-space: unset;
}

.topvisual .box-head .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 60%;
  right: -20px;
  z-index: 2;
}

.topvisual.-type02 .box-head .head {
  -webkit-transform: unset;
  transform: none;
  top: calc(100% + 150px);
  left: 18%;
  right: auto;
}

.topvisual .box-head .head .en {
  font-family: var(--ff03);
  font-size: 42px;
  color: var(--color04);
  -webkit-transform: translateX(-20px) rotate(-5deg);
  transform: translateX(-20px) rotate(-5deg);
}

.topvisual .box-head .head .en.-min{
  font-size: 32px;
}

.topvisual .box-head .head .ja {
  font-family: var(--ff01);
  font-size: 40px;
  position: relative;
  z-index: 2;
}

@media(max-width:1024px) {
  .topvisual.-type02 .box-head .head {
    top: calc(100% + 120px);
  }
  
  .topvisual .box-head .head .en.-min{
    font-size: 24px;
  }
}

@media(max-width:599px) {
  .topvisual .img {
    width: 65%;
    height: 220px;
  }

  .topvisual .box-head .head {
    left: 5%;
    right: auto;
  }

  .topvisual.-type02 .box-head .head {
    left: 2%;
  }

  .topvisual .box-head .head .en {
    font-size: 28px;
    -webkit-transform: translateX(10px) rotate(-5deg);
    transform: translateX(10px) rotate(-5deg);
  }
  
  .topvisual .box-head .head .en.-min {
    font-size: 16px;
  }

  .topvisual .box-head .head .ja {
    font-size: 28px;
  }
}

/* パンくずリスト */
.breadcrumbs {
  margin: 30px 0;
  font-family: var(--ff01);
}

.breadcrumbs.-type02{
  background-color: #f0ede6;
  margin: 0;
  padding: 30px 0 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }
  
  .breadcrumbs.-type02{
    margin: 0;
    padding: 20px 0 0;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    margin: 15px 0;
    font-size: 12px;
  }
  
  .breadcrumbs.-type02{
    margin: 0;
    padding: 15px 0 0;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  margin-right: 20px;
  position: relative;
}

.pagenation .prev a:before {
  content: "\f053";
  font-family: var(--ff99);
  font-weight: bold;
}

.pagenation .next {
  margin-left: 20px;
  position: relative;
}

.pagenation .next a:before {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
}

.pagenation a,
.pagenation .now {
  font-family: var(--ff02);
  font-weight: 500;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 35px;
  height: 35px;
  display: block;
  padding: 4px 4px 10px 4px;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
}

.pagenation .prev a,
.pagenation .next a {
  font-size: 14px;
}

.pagenation .number a:hover,
.pagenation .prev a:hover,
.pagenation .next a:hover,
.pagenation .now {
  color: #fff;
  background: var(--color01);
  opacity: 1;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/* トップ */


/* 各下層ページ */
/* 02 about ABOUT */
.about-greetings-list .box-img .img-col .img-wrap1 {
  width: calc(55% + 50px);
  margin-right: -30px;
  z-index: 2;
}

.about-greetings-list .box-img .img-col .img-wrap2 {
  width: calc(45% - 30px);
  margin-top: 180px;
}

/* 03 menu MENU */
.menu-area .section-title {
  width: 100%;
}

.menu-area .section-title .ja {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color01);
}


.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;

  row-gap: 20px;
}

.menu-list .item {
  width: calc((100% - 40px)/2);
}

.menu-list .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color04);
}

.menu-list .item .datattl {
  width: calc(100% - 100px);
}

.menu-list .item .data-wrap {
  width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.menu-list .item .text {
  width: 100%;
  font-size: 13px;
  color: var(--color05);
  letter-spacing: 0;
}

.box-notes {
  width: calc((100% - 40px) / 2);
  padding: 10px 15px;
  font-size: 14px;
  border: 3px double var(--color04);
}

.box-notes .title {
  font-weight: 500;
  color: var(--color05);
}

.box-notes .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 10px;
}

@media(max-width:599px) {
  .menu-list .item {
    width: 100%;
  }

  .box-notes {
    width: 100%;
  }
}

/* 04-09 menu-cmn */
.menus-content01-list .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menus-content01-list .box-img .img01 {
  width: 46.875%;
  margin-top: 180px;
}

.menus-content01-list .box-img .img02 {
  width: 50%;
}

.menus-content01-list .box-text {
  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;
  margin-top: 60px;
}

.menus-content01-list .box-text .sub-box-en {
  width: 38.5%;
  display: block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  font-family: var(--ff02);
  font-weight: 600;
  font-size: 65px;
  color: var(--color04);
  line-height: 1.3;
  letter-spacing: 5px;
}

.menus-content01-list .box-text .sub-box-en.-min {
  width: 40%;
  font-size: 50px;
}

.menus-content01-list .box-text .sub-box-text {
  width: 50%;
}

.menus-content01-list .box-text .sub-box-text .text {
  margin-top: 20px;
  line-height: 1.7;
}

@media(max-width:1024px) {
  .menus-content01-list .box-img .img01 {
    margin-top: 150px;
  }

  .menus-content01-list .box-text .sub-box-en {
    font-size: 52px;
  }

  .menus-content01-list .box-text .sub-box-en.-min {
    font-size: 44px;
    letter-spacing: 2px;
  }
}

@media(max-width:599px) {
  .menus-content01-list .box-text {
    margin-top: 40px;
    padding: 0 20px;
  }

  .menus-content01-list .box-text .sub-box-en,
  .menus-content01-list .box-text .sub-box-en.-min {
    width: 100%;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 4px;
  }

  .menus-content01-list .box-text .sub-box-text {
    width: 100%;
    margin-top: 20px;
  }

  .menus-content01-list .box-img {
    margin-left: -2%;
    margin-right: -2%;
  }
}

.menus-content02-list .item+.item {
  margin-top: 30px;
}

.menus-content02-list .item .item-inner {
  padding: 20px;
  background-color: var(--color06);
}

.menus-content02-list .item .title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: var(--ff01);
  font-size: 24px;
  color: var(--color01);
  border-bottom: 1px solid;
}

@media(max-width:599px) {
  .menus-content02-list .item .item-inner {
    padding: 20px 15px;
  }

  .menus-content02-list .item .title {
    font-size: 22px;
  }
}

/* 10 product PRODUCT */
.product-area .btn-link-box {
    display: flex;
}

.product-area .btn-link-box .btn a {
        border: 1px solid var(--color01);
    color: var(--color01);
    padding: 11px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
}

.product-area .btn-link-box .btn a:hover{
  background-color: var(--color01);
  color: #fff;
  opacity: 1;
}

.product-list .item+.item {
  margin-top: 50px;
}

.product-list .item .title {
  font-family: var(--ff01);
  font-size: 22px;
}

.product-list .item .info-wrap {
  margin: 20px 0 30px;
}

.product-list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff01);
}

.product-list .item .info+.info {
  margin-top: 5px;
}

.product-list .item .capacity {
  margin-right: 10px;
}

@media(max-width:599px) {
  .product-list .item .title {
    margin-top: 10px;
    line-height: 1.2;
  }

  .product-list .item .info-wrap {
    margin: 2px 0 10px;
  }

  .product-list .item .info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
  }
  
  .product-list .item+.item {
    margin-top: 30px;
    border-top: 2px dashed var(--color04);
    padding-top: 30px;
  }
}

/* 11 staff STAFF */
.staff-list .item a:hover{
  opacity: 1;
}

.staff-list .item .box-img {
    border: 5px solid var(--color06);
    transition: .5s;
}

.staff-list .item a:hover .box-img{
  border: 5px solid var(--color01);
}

.staff-list .item .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
}

.staff-list .item .job span+span::before {
  content: "/";
  padding: 0 5px;
}

.staff-list .item .name {
  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;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1;
  text-align: center;

  gap: 5px;
}

.staff-list .item .btn-box .btn {
  width: calc((100% - 10px)/2);
}

.staff-list .item .btn-box .btn a {
  display: block;
  padding: 5px 10px;
  color: var(--color05);
  text-align: center;
  border: 1px solid var(--color05);
  border-radius: 40px;
}

.staff-list .item .btn-box .btn a:hover {
  color: #fff;
  background-color: var(--color05);
  opacity: 1;
}

.staff-list .item .btn-box .btn.-reserve a {
  color: #fff;
  border-color: var(--color01);
  background-color: var(--color01);
}

.staff-list .item .btn-box .btn.-reserve a:hover {
  border-color: var(--color02);
  background-color: var(--color02);
}

@media(max-width:599px){
  .staff-list .item + .item {
        margin-top: 30px;
        border-top: dashed var(--color04) 2px;
        padding-top: 30px;
    }
}

/* 99 staff_detail STAFF詳細 */
.staff-detail-list-wrap {
  padding: 40px 30px;
  background-color: var(--color06);
}

.staff-detail-list .job {
  font-family: var(--ff02);
  font-size: 20px;
  color: var(--color05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff-detail-list .job span + span::before {
    content: "/";
    padding: 0 5px;
}

.staff-detail-list .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.staff-detail-list .name .ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  font-size: 22px;
  border-bottom: 2px solid var(--color04);
}

.staff-detail-list .name .en {
  margin-top: 10px;
  font-family: var(--ff02);
  font-size: 36px;
  color: var(--color05);
}

.staff-detail-list .instagram a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-size: 40px;
  color: transparent;
  line-height: 1;
  background: linear-gradient(120deg, rgba(247, 207, 0), rgba(246, 37, 2) 45%, rgba(182, 47, 82) 75%, rgba(113, 58, 166));
  -webkit-background-clip: text;
}

.staff-detail-list .box-massage .sub-title {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color01);
}

.staff-detail-list .box-massage .text {
  margin-top: 15px;
}

.staff-detail-list-wrap .reserve-btn a {
  max-width: 450px;
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-weight: 800;
  font-size: 18px;
  color: var(--color01);
  text-align: center;
  border: 2px solid var(--color01);
  border-radius: 10px;
  background-color: #fff;
}

.staff-detail-list-wrap .reserve-btn a:hover {
  color: #fff;
  border: 2px solid var(--color01);
  background-color: var(--color01);
  opacity: 1;
}

@media(max-width:599px) {
  .staff-detail-list-wrap {
    padding: 30px 20px;
  }
  
  .staff-detail-list .job{
    font-size: 14px;
  }
  
  .staff-detail-list .name .ja{
    font-size: 18px;
  }
  
  .staff-detail-list .name .en{
    font-size: 24px;
  }
}

/* 記事一覧ページ */
.cate,
.genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cate span,
.genre span {
  display: inline-block;
  margin: 0 4px 4px 0px;
  padding: 3px 10px 2px 10px;
  font-family: var(--ff04);
  font-size: 12px;
  color: #fff;
  background: var(--color01);
}

.genre span {
  margin: 0;
}

.genre span {
  background: var(--color03);
}

.list-article .genre {
  position: absolute;
  bottom: 0;
  right: 0px;
}

/* 12 style STAYLE GALLERY */
.style01 .item a {
  display: block;
  position: relative;
}

.style01 .item a .blocktxt {
  width: 100%;
  height: 100%;
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  padding: 10px;
  color: #fff;
  background-color: rgb(50 110 133 / 70%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;

  gap: 10px;
}

.style01 .item a:hover {
  opacity: 1;
}

.style01 .item a:hover .blocktxt {
  visibility: visible;
  opacity: 1;
}

@media(max-width:1024px) {
  .style01.-recommend .item:nth-of-type(4) {
    display: none;
  }
}

@media(max-width:599px) {
  .style01.-recommend .item:nth-of-type(4) {
    display: block;
  }
}

/* 99 style_detail STAYLE GALLERY詳細 */
.style-detail-list .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.style-detail-list .left .js-mainimg {
  width: calc(100% - 100px);
}

.style-detail-list .left .sub-img {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;

  gap: 10px;
}

.style-detail-list .left .sub-img .img {
  cursor: pointer;
}

.style-detail-list .right .head {
  font-family: var(--ff02);
  font-size: 22px;
  color: var(--color01);
}

.style-detail-list .right dt {
  font-weight: 600;
  font-size: 110%;
  color: var(--color01);
}

.style-detail-list .right dd {
  padding-left: 1rem;
  color: var(--color05);
  position: relative;
}

.style-detail-list .right dd::before {
  content: "▶";
  font-size: 80%;
  color: var(--color05);
  position: absolute;
  top: 2px;
  left: 0;
}

.style-detail-list .right dd span+span::before {
  content: ",";
  padding: 0 5px 0 3px;
}

.staff-profile {
  padding: 20px 10px;
  border: double 5px var(--color04);
  position: relative;
}

.staff-profile .box-name .instagram a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-size: 30px;
  color: transparent;
  line-height: 1;
  background: linear-gradient(120deg, rgba(247, 207, 0), rgba(246, 37, 2) 45%, rgba(182, 47, 82) 75%, rgba(113, 58, 166));
  -webkit-background-clip: text;
}

.staff-profile .btn a {
  min-width: 120px;
  padding: 0;
  color: var(--color05);
  border: none;
  background: transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.staff-profile .btn a::after {
  background-color: var(--color05);
}

@media(max-width:1024px) {
  .style-detail-list .left .js-mainimg {
    width: calc(100% - 70px);
  }

  .style-detail-list .left .sub-img {
    width: 70px;
  }
}

/* 13 article NEWS・BLOG */
.list-article .txt {
  font-size: 16px;
  line-height: 1.7;
}

.article01 .list-article .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article01 .list-article .item a:hover {
  opacity: 1;
}

.article01 .list-article .item a:hover .title {
  text-decoration: underline;
}

.article01 .list-article .item:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color04);
}

.article01 .list-article .item a .cate span {
  color: #fff;
  background: var(--color01);
}

/* 99 article_detail NEWS・BLOG詳細 */
.articledtl01 .head {
  padding-bottom: 5px;
  font-family: var(--ff01);
  font-size: 22px;
  color: var(--color01);
  border-bottom: 1px solid;
}

.articledtl01 .txt h2 {
  margin: 2rem 0 1rem;
  padding: 0.5em 0.5rem;
  font-family: var(--ff01);
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  background-color: var(--color01);
}

.articledtl01 .txt h3 {
  margin: 1.5rem 0 0.8rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
  font-family: var(--ff01);
  font-weight: 600;
  font-size: 20px;
  color: var(--color01);
  line-height: 1.3;
  border-left: solid 10px var(--color01);
}

.articledtl01 .txt h4 {
  margin: 1rem 0 0.8rem;
  padding-bottom: 0.5rem;
  font-family: var(--ff01);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: dotted 2px var(--color01);
}

.articledtl01 .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.articledtl01 .txt ul li::before {
  content: "■";
  font-size: 70%;
  color: var(--color01);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.articledtl01 .txt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.articledtl01 .txt ol li::before {
  content: ""counter(cnt) ".";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  font-family: var(--ff02);
  font-size: 120%;
  color: var(--color01);
}

.articledtl01 iframe[src*="youtube"] {
  height: auto;
  margin-top: 1em;
  margin-bottom: 1em;

  aspect-ratio: 16 / 9;
}

/* 14 faq FAQ */
.faq-area .section-title {
  width: 100%;
}

.faq-area .section-title .ja {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color01);
}

.faq-list .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: baseline;
  -ms-flex-align: start;
  padding: 15px 30px 15px 10px;
  font-family: var(--ff01);
  color: #fff;
  background: var(--color01);
  cursor: pointer;
  position: relative;
}

.faq-list .datattl span.text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 10px 50px 10px 0;
  line-height: 1.5;
}

.faq-list .datattl:before {
  content: "Q";
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  font-family: var(--ff02);
  font-size: 22px;
  color: #fff;
  line-height: 1;
}

.faq-list .datattl span:before,
.faq-list .datattl span:after {
  content: "";
  width: 20px;
  height: 2px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.faq-list .datattl span:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq-list .datattl.is-parent span:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.faq-list .item {
  overflow: hidden;
  border-radius: 5px;
}

.faq-list .item + .item{
  margin-top: 20px;
}

[data-element-id] .faq-list .item:nth-child(n + 4) {
  display: none;
}

.faq-list .data-wrap {
  display: none;
}

[data-element-id] .faq-list .data-wrap{
  display: block;
}

.faq-list .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  padding: 15px 20px 15px 15px;
  font-size: 15px;
  background: var(--color06);
  position: relative;
}

.faq-list.type02 .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  border-color: #fff;
  background: var(--color04);
}

.faq-list .data:before {
  content: "A";
  width: 40px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--ff02);
  font-size: 22px;
  color: var(--color01);
  line-height: 1;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq-btn-box .button-wrap .btn-type-01 {
    width: calc(100% / 4);
    line-height: 1.3;
  }

  .faq-btn-box .button-wrap .btn-type-01 a {
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .faq-btn-box .button-wrap .btn-type-01 {
    width: calc(100% / 2);
  }

  .faq-list .item {
    font-size: 15px;
  }

  .faq-list .datattl span.text {
    padding: 10px 30px 10px 0;
  }

  .faq-list .datattl span:before,
  .faq-list .datattl span:after {
    width: 12px;
    right: 8px;
  }

  .faq-list .datattl:before {
    width: 30px;
    margin-right: 5px;
  }

  .faq-list .data {
    padding: 15px 15px 15px 8px;
  }

  .faq-list .data:before {
    width: 30px;
    margin-right: 5px;
  }
}

/* 15 recruit RECRUIT */
.recruit-list .item .item-inner {
  background-color: #fff;
  height: 100%;
}

.recruit-list .item .box-text {
  padding: 15px;
}

.recruit-list .item .box-text .title {
  margin-top: 5px;
}

@media(max-width:599px) {
  .recruit-list .item .box-text {
    padding: 8px;
  }
}

/* recruit-detail-area */
.recruit-detail-area .section-title {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color01);
}

.recruit-detail-area .recruit-detail-list {
  padding: 30px;
  background-color: #fff;
}

.recruit-detail-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-detail-list .item .datattl,
.recruit-detail-list .item .data {
  padding: 15px;
}

.recruit-detail-list .item .datattl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: var(--ff01);
  font-weight: 600;
  font-size: 18px;
  color: var(--color01);
  line-height: 1;
  border-bottom: 1px solid var(--color01);
}

.recruit-detail-list .item .data {
  width: 70%;
  border-bottom: 1px solid var(--color04);
}

.recruit-detail-list .item .data .item-sub+.item-sub {
  margin-top: 20px;
}

.recruit-detail-list .item .data .item-sub-datattl {
  font-weight: 500;
  color: var(--color01);
}

@media(max-width:599px) {
  .recruit-detail-area .recruit-detail-list {
    padding: 25px 20px;
  }

  .recruit-detail-list .item+.item {
    margin-top: 30px;
  }

  .recruit-detail-list .item .datattl {
    width: 100%;
    padding: 0 0 10px;
  }

  .recruit-detail-list .item .data {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: none;
  }

  .recruit-detail-list .item .data.-type02 {
    margin-top: 10px;
    padding: 10px;
    background: #f3f3f3;
  }
}

/* 18contact */
.form {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--color06);
}

.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  padding: 20px 0;
  line-height: 1;
}

.form .box.textarea {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.form .datattl {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 15px 6px 15px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  background: var(--color01);
}

.form .data {
  width: 100%;
  padding-left: 30px;
}

.form .data input {
  width: 100%;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  background: rgb(238 242 241);
}

.form .box.-pdf {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.form .box.-pdf .data input {
  padding: 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: unset;
}

.form .data input[type="radio"] {
  display: none;
}

.form .data input[type="radio"]+label {
  margin-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
}

.form .data input[type="radio"]+label::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.form .data input[type="radio"]:checked+label::after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: var(--color01);
  position: absolute;
  top: 3px;
  left: 3px;
}

.form .data input[type="radio"]:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type="number"] {
  width: 70px;
  margin-right: 10px;
}

.form .data select {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  border: 1px solid #999;
}

.form .data textarea {
  width: 100%;
  height: 170px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 10px;
  background: rgb(238 242 241);
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

/* .form .btn button:hover {
  cursor: pointer;
} */


.form .data .age::after{
  content: "歳";
}

.form .data .uk-text-danger {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
        text-indent: -1em;
    padding-left: 1em;
}

@media (max-width: 1024px) {}

@media(max-width:599px) {
  .form {
    padding: 25px 15px;
  }

  .form .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .data {
    padding-left: 0;
  }

  .form .datattl {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .form .require {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

[data-element-id] .swiper-wrapper >div {
    display: flex;
    width: 100%;
}


[data-element-id] .index-blog-area .swiper-wrapper >div,[data-element-id] .index-style-list .swiper-wrapper >div {
    gap: 30px;
}

[data-element-id] .index-blog-area .swiper-wrapper .swiper-slide,[data-element-id] .index-style-list .swiper-wrapper .swiper-slide {
    width: calc((100% - 60px)/3)
}

[data-element-id] .index-blog-area .swiper-wrapper .swiper-slide:nth-child(n + 4),[data-element-id] .index-style-list .swiper-wrapper .swiper-slide:nth-child(n + 4){
  display: none;
}
