@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-3vw: calc((100% - 3vw*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-50: calc((100% - 50px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --flex5: calc(100% / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#000000;
  --white:#ffffff;
  --accColor-red:#860406;
  --accColor-white:#ffffff;
  --accColor-black:#191717;
  --btnColor:#f76900;
  --btnColor2:#f7c000;
  --letter-200: 0.20em;
  --letter-50: 0.05em;
  --paleColor:#f4f7fb;
  --inner-2:82.5vw;
  --black:#000000;
  --ttlColor:#16A69C;
  --en: "Rye", serif;
  --en2: "Jost", sans-serif;
  --grad:linear-gradient(to top, #08C1B5 , transparent 40%);
  --grad-right:linear-gradient(to right,#08C1B5 , #6BC5F3 );
  --grad-45:linear-gradient(45deg,#073190 , #00a0e9 );
  --grad-bottom-2:linear-gradient(to bottom,#51fbf0 , #6BC5F3 );
  --grad-green:linear-gradient(-45deg, #7cad75 , #e0f8dd);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 400;
  color: var(--white);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 92.19vw;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1800px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    max-width: 100%;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  background: #ffffff !important;
}

#g-nav.panelactive {
  background: url(../images/home/home_hibiki_bg.png);
  padding: 15rem 30px 10rem 30px;
}

.wrap {
  width: 53.12vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .wrap {
    align-items: flex-start;
  }
}

.navR {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
  }
}
#g-nav .mainNav li {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  position: relative;
  color: var(--white);
  line-height: 1em;
  padding: 10px;
  font-size: 1.4rem;
}
#g-nav .mainNav li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--mainColor);
  transition: 0.3s;
  transform: translateX(-50%);
}
#g-nav .mainNav li a:hover::after {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 20px 15px;
    text-align: left;
    position: relative;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
  .nav_dropdown a::before {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
    display: none;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: block;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #fff !important;
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
    width: 60px;
    min-height: 60px;
    background-color: var(--mainColor);
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: var(--white);
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  cursor: pointer;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 1px;
  background: var(--white);
  width: 100%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
  margin: 11px 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 100%;
}

.header {
  background: linear-gradient(to bottom, #000000, transparent);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  gap: 15px;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 900px) {
  .header {
    align-items: flex-start;
  }
}
.header .h-logo {
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  max-width: 20vw;
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    max-width: 15vw;
  }
}
.fix_tel {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  max-width: 10vw;
}
@media screen and (max-width: 640px) {
  .fix_tel {
    max-width: 15vw;
  }
}
.fix_tel a {
  color: var(--white);
  display: block;
}

.fix_contact {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .fix_contact {
    gap: 10px;
  }
}
.fix_contact a {
  font-size: clamp(32px, 4.2vw, 60px);
  color: var(--white);
}

.mainWrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mainWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainWrap .catch {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
}
.mainWrap .catch h1 {
  text-align: center;
  font-size: clamp(36px, 6vw, 70px);
  line-height: 1.5em;
  font-family: var(--en);
}
.mainWrap .catch h1 .sub {
  display: block;
  font-size: 0.52em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.mainArea {
  width: 100%;
}
.mainArea img {
  height: 100dvh !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    height: 90vh !important;
  }
}

.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* transitionは使わず、初期状態を固定 */
  transform: scale(1.2);
}

/* アクティブなスライドの画像にアニメーションを適用 */
.swiper-slide-active .slide-img img,
.swiper-slide-duplicate-active .slide-img img,
.swiper-slide-prev .slide-img img,
.swiper-slide-duplicate-prev .slide-img img {
  animation: zoomUp 12s linear forwards;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1); /* 好きな倍率まで拡大 */
  }
}
/* フェード中の重なりを自然にする設定 */
.swiper-slide {
  z-index: 0;
}

.swiper-slide-active {
  z-index: 1; /* 表示中のスライドを上にする */
}

.subArea {
  position: relative;
  z-index: 0;
}
.subArea h1 {
  display: block;
  line-height: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
.subArea article {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.subArea article .en {
  margin: auto;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-family: var(--en);
  line-height: 1.5em;
  font-size: clamp(52px, 6vw, 74px);
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  display: flex;
  color: var(--white);
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--white);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

footer#global_footer {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  color: var(--white);
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--accColor-red);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--accColor-red);
  position: fixed;
  left: 1%;
  bottom: 2%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: difference;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
  }
}
footer#global_footer .footer {
  gap: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 24px;
  max-width: 89.58vw;
  margin: auto;
}
footer#global_footer .footer-nav {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  color: var(--white);
  display: inline-block;
}
footer#global_footer #copy {
  display: block;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  display: block;
  color: var(--white);
  font-family: var(--en2);
}

.ptNone #contents_wrap {
  padding-bottom: 0 !important;
}

.title-01 h2 {
  line-height: 1.2em;
  font-size: clamp(52px, 6vw, 74px);
  font-family: var(--en);
  position: relative;
}
.title-01 h2::before {
  content: url(../images/home/title_under.png);
  display: block;
  line-height: 0.5em;
  margin: 20px 0;
}
.title-01 article {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.title-01 .imgL,
.title-01 .imgR {
  margin: 0 !important;
  float: none !important;
}
@media screen and (max-width: 834px) {
  .title-01 .imgL,
  .title-01 .imgR {
    max-width: 100% !important;
  }
}

.scroll-hint-text {
  line-height: 1.25em;
}

.-white {
  color: var(--white);
}
.-white h2, .-white .en {
  color: var(--white) !important;
  -webkit-text-fill-color: inherit !important;
  background: none !important;
}
.-white .text {
  color: var(--white);
}

.text-ai {
  max-width: 700px;
  margin: auto;
}
.text-price {
  background-color: #201E1E;
  padding: 30px;
  font-size: clamp(18px, 2vw, 22px);
}
.text-price .price {
  margin-top: 18px;
  font-size: 1.2em;
  font-family: var(--en2);
  display: block;
}
.text > div, .text p {
  line-height: 2em;
}
.text article > div, .text p {
  line-height: 2em;
}

.section-news {
  position: relative;
  z-index: 0;
}
.section-news .deco-img {
  position: absolute;
  left: 50%;
  transform: var(--transX);
  top: -5vw;
  max-width: 11vw;
}
@media screen and (max-width: 640px) {
  .section-news .deco-img {
    top: -12vw;
    max-width: 30vw;
  }
}
.section-system {
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}
.section-system::before {
  content: "";
  background: url(../images/home/home_system_bL.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.section-system::after {
  content: "";
  background: url(../images/home/home_system_bR.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-system .inline {
  position: relative;
  z-index: 0;
  padding: 5vw;
}
@media screen and (max-width: 834px) {
  .section-system .inline {
    padding: 7vw;
  }
}
.section-system .inline::before {
  content: "";
  background: url(../images/home/home_system_tL.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-system .inline::after {
  content: "";
  background: url(../images/home/home_system_tR.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section-hibiki {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .section-hibiki {
    flex-wrap: wrap;
  }
}
.section-hibiki .left {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .section-hibiki .left {
    width: 100%;
  }
}
.section-hibiki .left, .section-hibiki .right {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .section-hibiki .left, .section-hibiki .right {
    flex: auto;
    width: 100%;
  }
}
.section-hibiki .deco-img {
  position: absolute;
  left: 50%;
  transform: var(--transX);
  top: -11vw;
  max-width: 10vw;
}
@media screen and (max-width: 640px) {
  .section-hibiki .deco-img {
    max-width: 20vw;
    top: -24vw;
  }
}
.section-contact {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.section-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.flex-access {
  gap: 30px;
}
.flex-access .box:first-of-type {
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .flex-access .box:first-of-type {
    width: 100% !important;
  }
}
.flex-access .box:last-of-type {
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .flex-access .box:last-of-type {
    width: 100% !important;
  }
}
.flex-access {
  justify-content: space-between;
}
.flex-access iframe {
  width: 100%;
}
.flex-access h3 {
  font-family: var(--en);
  font-size: 2.8rem;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.flex-access p {
  line-height: 2em;
}
.flex-contact {
  gap: 30px;
  align-items: center;
}
.flex-contact .box {
  width: var(--flex2);
}
@media only screen and (max-width: 900px) {
  .flex-contact .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-contact .box {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) {
  .flex-contact .box {
    width: 100%;
  }
}
.flex-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  justify-content: center;
}
.flex-contact .tel {
  font-family: var(--en);
  line-height: 1.25em;
  font-size: clamp(38px, 4vw, 56px);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .flex-contact .tel {
    pointer-events: auto;
  }
}
.flex-contact .mail {
  font-size: clamp(20px, 2.4vw, 32px);
  padding: 28px 15px;
  border: 1px solid #fff;
}
.flex-contact .mail i {
  font-size: 1.2em;
}
.flex-contact .mail:hover {
  opacity: 1;
  background-color: var(--mainColor);
}
.flex-btn-img {
  gap: 30px;
  align-items: center;
}
.flex-btn-img .box {
  width: var(--flex2);
}
@media only screen and (max-width: 900px) {
  .flex-btn-img .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-btn-img .box {
    width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  .flex-btn-img .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 834px) {
  .flex-btn-img .box {
    width: 100%;
  }
}
.flex-btn-img .box a {
  text-align: center;
  display: block;
  position: relative;
  z-index: 0;
  color: var(--white);
}
.flex-btn-img .box a::before {
  content: "";
  background: url(../images/home/btn_deco_bL.png);
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flex-btn-img .box a::before {
    width: 40px;
  }
}
.flex-btn-img .box a::after {
  content: "";
  background: url(../images/home/btn_deco_bR.png);
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flex-btn-img .box a::after {
    width: 40px;
  }
}
.flex-btn-img .box a article {
  position: relative;
  z-index: 0;
}
.flex-btn-img .box a article::before {
  content: "";
  background: url(../images/home/btn_deco_tL.png);
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flex-btn-img .box a article::before {
    width: 40px;
  }
}
.flex-btn-img .box a article::after {
  content: "";
  background: url(../images/home/btn_deco_tR.png);
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flex-btn-img .box a article::after {
    width: 40px;
  }
}
.flex-btn-img .box a article > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
}
.flex-btn-img .box a article > div h3 {
  line-height: 1.5em;
  font-size: clamp(52px, 6vw, 74px);
  font-family: var(--en);
}
.flex-btn-img .box a img {
  height: 100% !important;
  width: auto !important;
  filter: brightness(0.5);
  transition: 0.8s;
}
.flex-btn-img .box a:hover {
  opacity: 1;
}
.flex-btn-img .box a:hover img {
  filter: none;
  transform: scale(1.1);
  transition: 0.8s;
}
.flex-imgText {
  gap: 30px;
  align-items: center;
}
.flex-imgText .box {
  width: var(--flex2);
}
@media only screen and (max-width: 900px) {
  .flex-imgText .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-imgText .box {
    width: 100% !important;
  }
}
.flex-imgText .box {
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .flex-imgText .box {
    width: 100%;
  }
}
.flex-imgText .box:first-of-type img {
  width: 100% !important;
}
.flex-imgText .box:last-of-type .btn {
  margin-top: 50px;
  margin-left: 30px;
}
.flex-imgText .box:last-of-type h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--en);
  line-height: 1.5em;
  font-size: clamp(52px, 6vw, 74px);
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}
.flex-imgText .box:last-of-type h2 img {
  position: absolute;
  right: -3vw;
  top: 50%;
  transform: var(--transY);
}
.flex-imgText .box:last-of-type h2 .ja {
  font-weight: bold;
  display: block;
  line-height: 1.2em;
  font-size: 0.3em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flex-imgText .box:last-of-type h2 .ja .strong {
  font-size: 1.2em;
  font-family: var(--en);
}
.flex-imgText h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--accColor);
}
.flex-about {
  gap: 30px;
  align-items: center;
}
.flex-about .box {
  width: var(--flex4);
}
@media only screen and (max-width: 900px) {
  .flex-about .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-about .box {
    width: 100% !important;
  }
}
.flex-about .box {
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  .flex-about .box img {
    max-width: 30dvw;
  }
}
.flex-about .box article {
  text-align: center;
}
.flex-about .box article > div {
  text-align: left;
}
.flex-about .box h3 {
  text-align: left;
  margin: 25px 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: 500;
  font-family: var(--en2);
}
@media screen and (max-width: 640px) {
  .flex-about .box h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .flex-about .box {
    font-size: 1.2em;
  }
}

.list-check {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.list-check ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.list-check ul li {
  overflow: visible !important;
  position: relative;
  padding-left: 5.2rem;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25em;
  font-weight: 500;
}
.list-check ul li::after {
  font-family: "Phosphor" !important;
  content: "\e188";
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.slider-hibiki .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slider-hibiki img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto !important;
  width: 100% !important;
}
.slider-sns .slick-track {
  display: flex;
  border: none !important;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.slider-sns .slick-slide {
  height: auto !important;
  margin: 0 12px;
}
.slider-sns .sns_list {
  border: none !important;
}
.slider-sns .sns_list > div {
  gap: 15px;
}
.slider-sns .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 834px) {
  .slider-sns .sns_list > div .sns_text {
    width: 100%;
  }
}
.slider-sns .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.slider-sns .sns_list > div .sns_text h3 a {
  color: var(--white);
}
.slider-sns .sns_list > div .sns_text .clearfix {
  display: none;
  margin-top: 10px;
}
.slider-sns .sns_list > div .sns_text .clearfix li a {
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--white);
}
.slider-sns .sns_list > div .sns_text .sns_date {
  font-size: 1.6rem;
  margin: 10px 0;
  font-family: var(--en2);
  color: white;
}
.slider-sns .sns_list > div .sns_photo {
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .slider-sns .sns_list > div .sns_photo {
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .slider-sns .sns_list > div .sns_photo {
    width: 100%;
  }
}
.slider-sns .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.dl-prof dt {
  padding: 30px 0 !important;
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl-prof dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-prof dd {
  padding: 30px 0 !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-prof dd {
    width: 100% !important;
  }
}
.dl-prof dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  .dl-prof dl {
    display: block !important;
  }
}
.dl-price-3 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.dl-price-3 dt {
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl-price-3 dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-price-3 dd {
  font-family: var(--en2);
  text-align: right;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-price-3 dd {
    width: 100% !important;
  }
}
.dl-price-3 dl {
  padding: 30px;
  background-color: var(--accColor-black);
}
@media screen and (max-width: 640px) {
  .dl-price-3 dl {
    display: block !important;
  }
}
.dl-price-2 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.dl-price-2 dt {
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl-price-2 dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-price-2 dd {
  text-align: right;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-price-2 dd {
    width: 100% !important;
  }
}
.dl-price-2 dl {
  padding: 30px;
  background-color: var(--accColor-black);
}
@media screen and (max-width: 640px) {
  .dl-price-2 dl {
    display: block !important;
  }
}
.dl-price {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .dl-price {
    flex-direction: column;
  }
}
.dl-price dt {
  background: none !important;
  border: none !important;
  font-family: var(--en);
  font-size: clamp(28px, 3vw, 32px);
  width: 100% !important;
}
.dl-price dd {
  border: none !important;
  background: none !important;
  width: 100% !important;
  font-size: 1.8rem;
}
.dl-price dd .price {
  font-family: var(--en2);
  font-size: 1.2em;
}
.dl-price dl {
  flex: 1;
  padding: 30px;
  background-color: #201E1E;
  flex-direction: column;
}
.dl-company {
  padding: 50px;
  border: 1px solid #fff;
}
.dl-company dt {
  padding: 30px 0 !important;
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company dd {
  padding: 30px 0 !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}
.dl-news {
  max-height: 172px;
  overflow-y: auto;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  font-family: var(--en);
  line-height: 1em;
  padding: 30px 0 !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dd {
  padding: 30px 0 !important;
  line-height: 2em;
}
.dl-news dd .tag {
  background-color: var(--mainColor);
  border-radius: 50vh;
  padding: 5px 10px;
  line-height: 1em;
  color: var(--white);
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .dl-news dd .tag {
    display: block;
  }
}
.dl-news dl {
  border-bottom: 1px solid rgba(7, 49, 144, 0.22);
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}
.dl-news dt {
  font-weight: 500;
}
.dl-news .tag {
  background-color: #fff;
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  padding: 28px;
  color: var(--white);
  background-color: var(--accColor);
  display: block;
  min-width: 254px;
  font-size: 2rem;
  text-align: center;
  font-family: var(--en);
  font-weight: 500;
  position: relative;
  z-index: 0;
  border-top: double 4px #fff;
  border-bottom: double 4px #fff;
}
.btn a::before {
  content: "";
  background: url(../images/home/btn_deco_L.png);
  aspect-ratio: 22/53;
  width: 44px;
  height: auto;
  position: absolute;
  left: -33px;
  top: 50%;
  transform: var(--transY);
  background-repeat: no-repeat;
  background-size: cover;
}
.btn a::after {
  content: "";
  position: absolute;
  background: url(../images/home/btn_deco_R.png);
  aspect-ratio: 22/53;
  background-repeat: no-repeat;
  width: 44px;
  background-size: cover;
  height: auto;
  right: -33px;
  top: 50%;
  transform: var(--transY);
}
.btn a:hover {
  background: var(--accColor-red);
  opacity: 1;
}
.btn-follow {
  text-align: center;
}
.btn-follow a {
  display: inline-block;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeUp-load {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime-load {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._125 .square-inner:before {
  padding-top: 125%;
}
.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local-title-01 h2 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25em;
  position: relative;
  padding-left: 2.3rem;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mainColor);
}
.local-title-01 h2::before {
  content: "";
  width: 6px;
  height: 60%;
  background: var(--accColor);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.local-title-01 p, .local-title-01 article > div {
  line-height: 2em;
  margin-top: 50px;
}
.local-title-01 p:empty, .local-title-01 article > div:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: clamp(22px, 2.4vw, 24px);
  line-height: 1.25em;
  font-weight: bold;
}

.img .imgL,
.img .imgR {
  margin: 0 !important;
  float: none !important;
}
@media screen and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.local-section-prof {
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}
.local-section-prof::before {
  content: "";
  background: url(../images/home/home_system_bL.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.local-section-prof::after {
  content: "";
  background: url(../images/home/home_system_bR.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.local-section-prof .inline {
  position: relative;
  z-index: 0;
  padding: 5vw;
}
@media screen and (max-width: 834px) {
  .local-section-prof .inline {
    padding: 7vw;
  }
}
.local-section-prof .inline {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .local-section-prof .inline {
    flex-direction: column;
  }
}
.local-section-prof .inline .-left {
  width: 30%;
}
.local-section-prof .inline .-left .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-prof .inline .-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .local-section-prof .inline .-left {
    width: 100% !important;
  }
}
.local-section-prof .inline .-right {
  width: 60%;
}
.local-section-prof .inline .-right .btn {
  margin-top: 50px;
}
.local-section-prof .inline .-right .img {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .local-section-prof .inline .-right {
    width: 100% !important;
  }
}
.local-section-prof .inline {
  gap: 30px;
}
.local-section-prof .inline .-left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
.local-section-prof .inline .-left .name {
  line-height: 1.25em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .local-section-prof .inline .-left .name {
    text-align: center;
  }
}
.local-section-prof .inline .-left .name .en {
  margin-top: 8px;
  display: block;
  font-family: var(--en);
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1em;
}
@media only screen and (max-width: 900px) {
  .local-section-prof .inline .-left {
    max-width: 400px;
    margin: auto;
  }
}
.local-section-prof .inline::before {
  content: "";
  background: url(../images/home/home_system_tL.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.local-section-prof .inline::after {
  content: "";
  background: url(../images/home/home_system_tR.png);
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.local-flex-imgText-nb-reverse {
  gap: 30px;
  align-items: center;
}
.local-flex-imgText-nb-reverse .box {
  width: var(--flex2);
}
@media only screen and (max-width: 900px) {
  .local-flex-imgText-nb-reverse .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-nb-reverse .box {
    width: 100% !important;
  }
}
.local-flex-imgText-nb-reverse {
  flex-direction: row-reverse !important;
}
.local-flex-imgText-nb-reverse img {
  width: 100% !important;
}
.local-flex-imgText-nb-reverse h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.local-flex-imgText-nb-reverse h3 .nb {
  border-radius: 100vh;
  background-color: var(--mainColor);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--en2);
  margin-right: 8px;
}
.local-flex-imgText-nb {
  gap: 30px;
  align-items: center;
}
.local-flex-imgText-nb .box {
  width: var(--flex2);
}
@media only screen and (max-width: 900px) {
  .local-flex-imgText-nb .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-nb .box {
    width: 100% !important;
  }
}
.local-flex-imgText-nb img {
  width: 100% !important;
}
.local-flex-imgText-nb h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.local-flex-imgText-nb h3 .nb {
  border-radius: 100vh;
  background-color: var(--mainColor);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--en2);
  margin-right: 8px;
}
.local-flex-imgText {
  gap: 30px;
  align-items: center;
}
.local-flex-imgText .box {
  width: var(--flex2);
}
@media only screen and (max-width: 900px) {
  .local-flex-imgText .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-imgText .box {
    width: 100% !important;
  }
}
.local-flex-imgText img {
  width: 100% !important;
}
.local-flex-imgText h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--accColor);
}
.local-flex-imgText-column {
  gap: 15px;
  align-items: center;
}
.local-flex-imgText-column .box {
  width: var(--flex4-15);
}
@media only screen and (max-width: 900px) {
  .local-flex-imgText-column .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-column .box {
    width: 100% !important;
  }
}
.local-flex-imgText-column {
  align-items: flex-start;
}
.local-flex-imgText-column .box img {
  width: 100% !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-column .box img {
    aspect-ratio: auto;
  }
}
.local-flex-imgText-column .box h3 {
  font-weight: bold;
  margin: 15px 0;
  font-size: 2rem;
}
.local-flex-imgText-column .box article > div {
  line-height: 1.5em;
}
.local-flex-img {
  gap: 30px;
  align-items: center;
}
.local-flex-img .box {
  width: var(--flex3);
}
@media only screen and (max-width: 900px) {
  .local-flex-img .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-img .box {
    width: 100% !important;
  }
}
.local-flex-img .box img {
  width: 100% !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--accColor);
}
@media screen and (max-width: 640px) {
  .local-flex-img .box img {
    aspect-ratio: auto;
  }
}

.tel-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--en);
  color: var(--white) !important;
  font-size: clamp(26px, 2.6vw, 34px);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .tel-contact a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.form dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgb(89, 29, 29);
}
@media screen and (max-width: 640px) {
  .form dl {
    display: block !important;
  }
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */