@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-20: calc((100% - 20px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-55: calc((100% - 55px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2-20: calc((100% - 20px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-10: calc((100% - 10px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-20: calc((100% - 20px*3) / 4);
  --flex5-0: calc(100% / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#602e47;
  --white:#ffffff;
  --btnColor:#72224a;
  --accColor:#c70566;
  --accColor2:#01784d;
  --letter: 0.12em;
  --letter-80: 0.08em;
  --paleColor:#f5f1f2;
  --en: "Comfortaa", sans-serif;
  --ja: "Zen Maru Gothic", sans-serif;
  --inner-2:82.5vw;
  --black:#602e47;
  --grad-bottom-2:linear-gradient(to bottom, #0000a2 , #010179);
  --grad-bottom:linear-gradient(to bottom, #0000a2 , transparent);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --icon-light: "Phosphor-light";
}

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 (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) 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: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--black);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: var(--ja);
  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 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}
@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 !important;
}

#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 (min-width: 640px) 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-color: #fff;
  padding: 15rem 3vw;
  border-radius: 100px;
  overflow-y: auto;
}
@media screen and (max-width: 640px) {
  #g-nav.panelactive {
    padding: 8rem 10vw;
  }
}

.navR {
  margin-right: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#g-nav .mainNav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 91.15vw;
  margin: auto;
  gap: 0 30px;
}
#g-nav .mainNav li {
  width: 100%;
}
#g-nav .mainNav li a {
  font-weight: bold;
  display: block;
  color: var(--black);
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid var(--paleColor);
  padding: 20px 8px 20px 5rem;
  text-align: left;
}
#g-nav .mainNav li a::after {
  content: "\e02e";
  font-family: var(--icon-fill);
  position: absolute;
  left: 2px;
  top: 50%;
  transform: var(--transY);
  font-size: 2em;
}

.nav_dropdown {
  position: relative;
}
@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::after {
    display: none;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
  .nav_dropdown a::before {
    display: none;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: -1;
  /*ナビのスタート位置と形状*/
  right: 0;
  width: 30dvw;
  height: 98dvh;
  /*ナビの高さ*/
  /*動き*/
  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;
  z-index: 9999;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    width: 98dvw;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 10px;
  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-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: 1px solid var(--grayColor) !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) {
  .dropdown li a {
    color: var(--black) !important;
    background-color: var(--paleColor);
  }
}

.dropdown, .dropdown2 {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown, .dropdown2 {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li, .dropdown2 li {
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li, .dropdown2 li {
    border-bottom: 1px solid var(--accColor) !important;
  }
}
.dropdown li:last-of-type, .dropdown2 li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a, .dropdown2 li a {
  border-left: none !important;
  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) {
  .dropdown li a, .dropdown2 li a {
    color: var(--black) !important;
    background-color: var(--paleColor);
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
    width: 61px;
    min-height: 61px;
    background: 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: block;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 50px;
  right: 50px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.btnArea::before {
  content: "";
  background: url(../images/home/menu_bg.png);
  width: 120px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  z-index: -1;
}
.btnArea p {
  color: var(--mainColor);
  font-family: var(--en);
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 6px;
}

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

.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);
}

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

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

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  gap: 15px;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .header {
    padding: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    background: none;
  }
}
.header .h-logo img {
  max-width: 25vw;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .header .h-logo img {
    max-width: 35vw;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .header .h-logo img {
    max-width: 23vw;
  }
}
@media only screen and (max-width: 900px) {
  .header .h-logo img {
    max-width: 30vw;
  }
}

.fix_contact {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 10000;
}
.fix_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_contact .mail {
  background-color: var(--accColor);
  border-radius: 50px;
  color: var(--white);
  font-size: 1.8rem;
  padding: 12px 30px;
  min-width: 220px;
}
.fix_contact .tel {
  font-family: var(--en);
  color: var(--black);
  font-size: 2.4rem;
}
.fix_contact .out-link {
  background-color: #fdf9f3;
  border-radius: 50px;
  padding: 12px 30px;
  min-width: 220px;
}
.fix_contact i {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 0.9em;
}

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

.fix_contact2 {
  display: flex;
  flex-direction: column;
  margin: 30px auto 0;
}

.mainWrap {
  position: relative;
  z-index: 1;
}
.mainWrap .catch {
  position: absolute;
  left: 5vw;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: baseline;
}
.mainWrap .catch .text1, .mainWrap .catch .text2 {
  border-radius: 5px;
  color: var(--white);
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.25em;
  font-weight: bold;
  display: inline-block;
  background: url(../images/home/purple_bg.jpg);
  padding: 8px 12px;
}
.mainWrap .mainArea img {
  width: 100% !important;
  height: 100dvh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .mainWrap .mainArea img {
    height: 75dvh !important;
  }
}
@media screen and (max-width: 640px) {
  .mainWrap .mainArea img {
    height: auto !important;
  }
}

.blogArea {
  margin-inline: calc(50% - 50vw);
  padding: 30rem 0 50rem;
}
@media screen and (max-width: 834px) {
  .blogArea {
    padding: 20rem 0;
  }
}

.subArea, .blogArea {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.subArea::before, .blogArea::before {
  content: "";
  background: url(../images/home/footer_shape.png);
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  aspect-ratio: 960/197;
}
.subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.25em;
  font-weight: bold;
  display: inline-block;
  background: url(../images/home/purple_bg.jpg);
  padding: 8px 12px;
  border-radius: 5px;
  color: var(--white);
}
.subArea article, .blogArea article {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.subArea .en, .blogArea .en {
  font-family: var(--en);
  color: var(--accColor);
  display: block;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1em;
  margin-bottom: 15px;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--black);
  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;
  z-index: 1;
  padding-bottom: 24%;
}
footer#global_footer .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--mainColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  position: fixed;
  right: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  max-width: 90.1vw;
  margin: auto;
  padding: 100px 24px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer#global_footer .footer-right {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
footer#global_footer .footer-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer-left {
    margin-bottom: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer-logo {
    margin-bottom: 40px;
  }
}
footer#global_footer .footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: column wrap;
  gap: 5px 15px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    flex-direction: column;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li a {
  padding: 10px;
  color: var(--black);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
  font-weight: bold;
}
footer#global_footer .footer-nav li a:before {
  font-size: 2em;
  font-family: var(--icon-fill);
  content: "\e02e";
  margin-right: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  footer#global_footer #copy {
    margin-top: 40px;
  }
}
footer#global_footer #copy a {
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
  font-family: var(--en);
  color: var(--black);
  font-weight: bold;
}

.title-01 h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.5em;
  font-weight: bold;
}
.title-01 p, .title-01 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}
.title-02 h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.25em;
  font-weight: bold;
}
.title-02 h2 .en {
  font-family: var(--en);
  color: var(--accColor);
  display: block;
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 15px;
}
.title-02 p, .title-02 article > div {
  line-height: 3em;
  margin-top: 50px;
}
.title-02 p:empty, .title-02 article > div:empty {
  margin-top: 0;
}

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

.text > div, .text p {
  line-height: 2em;
}
.text article > div, .text p {
  line-height: 2em;
}

.section-mountain {
  position: relative;
  z-index: 1;
  aspect-ratio: 960/223;
  background-size: cover;
  background-position: center;
}
.section-mountain-img .box:first-of-type {
  position: absolute;
  left: 10vw;
  top: -10dvh;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-mountain-img .box:first-of-type {
    top: -8dvh;
  }
}
@media screen and (max-width: 834px) {
  .section-mountain-img .box:first-of-type {
    top: -4dvh;
  }
}
.section-mountain-img .box:first-of-type img {
  max-width: 15vw;
}
.section-mountain-img .box:last-of-type {
  position: absolute;
  right: 21vw;
  bottom: 10dvh;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-mountain-img .box:last-of-type {
    bottom: 8dvh;
  }
}
@media screen and (max-width: 834px) {
  .section-mountain-img .box:last-of-type {
    bottom: 4dvh;
  }
}
.section-mountain-img .box:last-of-type img {
  max-width: 10vw;
}
.section-contact {
  position: relative;
  z-index: 1;
}
.section-contact::before {
  content: "";
  background: url(../images/home/home_contact_shape_01.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  aspect-ratio: 1920/383;
}
.section-contact .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 20.52%;
}
.section-contact .wrap::after {
  content: "";
  background: url(../images/home/footer_shape.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  aspect-ratio: 960/197;
}
.section-contact-btn {
  justify-content: space-between;
  border-radius: 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .section-contact-btn {
    justify-content: center;
  }
}
.section-contact-btn .btn-contact a {
  text-align: center;
  min-width: 500px;
  background-color: var(--btnColor);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1em;
  border-radius: 26px;
  color: var(--white);
  padding: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .section-contact-btn .btn-contact a {
    min-width: 100%;
  }
}
.section-contact-btn .btn-contact a i {
  font-size: 2em;
  vertical-align: middle;
}
.section-contact-access {
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.section-contact-access .box:first-of-type {
  flex: 0.4;
}
.section-contact-access .box:first-of-type img {
  margin-bottom: 30px;
}
.section-contact-access .box:first-of-type h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .section-contact-access .box:first-of-type {
    flex: auto;
  }
}
.section-contact-access .box:last-of-type {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .section-contact-access .box:last-of-type {
    flex: auto;
  }
}
.section-contact-access .box iframe {
  max-height: 373px;
  width: 100%;
  border-radius: 34px;
}
.section-about {
  position: relative;
  z-index: 1;
}
.section-about::before {
  content: "";
  background: url(../images/home/cloud_01.png);
  position: absolute;
  left: 15vw;
  top: 7%;
  width: 278px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  aspect-ratio: 139/61;
  max-width: 30vw;
}
@media screen and (max-width: 834px) {
  .section-about::before {
    top: unset;
    bottom: 7%;
  }
}
.section-about::after {
  content: "";
  background: url(../images/home/cloud_01.png);
  position: absolute;
  right: 13vw;
  bottom: 45%;
  width: 278px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  aspect-ratio: 139/61;
  max-width: 30vw;
}
@media screen and (max-width: 834px) {
  .section-about::after {
    bottom: 0;
  }
}
.section-about-img .box {
  overflow: visible !important;
  max-width: 21.46vw;
  height: 21.46vw;
}
@media screen and (max-width: 834px) {
  .section-about-img .box {
    max-width: 52.46vw;
    height: 52.46vw;
  }
}
.section-about-img .box:first-of-type {
  position: absolute;
  left: 3vw;
  top: 10%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .section-about-img .box:first-of-type {
    position: inherit;
  }
}
.section-about-img .box:last-of-type {
  position: absolute;
  right: 3vw;
  bottom: 5%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .section-about-img .box:last-of-type {
    position: inherit;
    margin-left: auto;
  }
}
.section-about-img .box img {
  -webkit-mask-image: url(../images/home/home_about_mask_01.png);
          mask-image: url(../images/home/home_about_mask_01.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
.section-green {
  color: var(--white);
}
.section-green .inner {
  max-width: 67.71vw;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-green .inner {
    max-width: 80.71vw;
  }
}
@media only screen and (max-width: 900px) {
  .section-green .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section-green .inner {
    max-width: 100%;
  }
}
.section-products {
  position: relative;
  z-index: 1;
}
.section-products::before {
  content: "";
  background: url(../images/home/home_green_bg_shape.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
  z-index: -1;
  aspect-ratio: 480/73;
}
.section-products::after {
  content: "";
  background: url(../images/home/home_green_bg.jpg);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-shop {
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url(../images/home/home_shop_mask.png);
          mask-image: url(../images/home/home_shop_mask.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.section-shop a {
  display: block;
  height: 100%;
  position: relative;
  color: var(--white);
}
.section-shop a::after {
  content: "\e02e";
  font-family: var(--icon-fill);
  position: absolute;
  right: 2%;
  bottom: 18%;
  font-size: clamp(42px, 6vw, 128px);
  line-height: 1em;
}
.section-shop a .bg {
  background: url(../images/home/purple_bg.jpg);
  padding: 5px;
  border-radius: 5px;
}
.section-shop a > div {
  position: absolute;
  left: 3vw;
  bottom: 30%;
}
.section-shop a img {
  width: 100% !important;
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-shop a:hover {
  opacity: 1;
}
.section-shop a:hover img {
  transform: scale(1.1);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.flex-imgText {
  justify-content: space-between;
  gap: 50px;
}
.flex-imgText .box {
  width: var(--flex2-50);
  overflow: visible !important;
}
.flex-imgText .box h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 40px;
}
.flex-imgText .box h3 {
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 30px;
}
.flex-imgText .box .btn {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .flex-imgText .box {
    width: 100% !important;
  }
}
.flex-imgText .box img {
  width: 100% !important;
  border-radius: 34px;
}
.flex-imgText .box article > div, .flex-imgText .box > div {
  line-height: 2em;
}
.flex-imgText-reverse {
  justify-content: space-between;
  gap: 50px;
  flex-direction: row-reverse !important;
}
.flex-imgText-reverse .box {
  width: var(--flex2-50);
  overflow: visible !important;
}
.flex-imgText-reverse .box h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 40px;
}
.flex-imgText-reverse .box h3 {
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 30px;
}
.flex-imgText-reverse .box .btn {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .flex-imgText-reverse .box {
    width: 100% !important;
  }
}
.flex-imgText-reverse .box img {
  width: 100% !important;
  border-radius: 34px;
}
.flex-imgText-reverse .box article > div, .flex-imgText-reverse .box > div {
  line-height: 2em;
}
.flex-ttl-btn {
  justify-content: space-between;
  gap: 50px;
}
.flex-ttl-btn .box {
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .flex-ttl-btn .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}

.slider-products .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  position: inherit;
  bottom: unset;
  margin: 15px auto 0;
}
.slider-products .slick-dots li.slick-active button:before {
  color: var(--accColor);
  font-size: 15px;
}
.slider-products .slick-dots li button:before {
  color: #3e1606;
  font-size: 15px;
  opacity: 1;
}
.slider-products img {
  border: 5px solid #fff;
  border-radius: 34px;
}

.top-blog {
  position: relative;
  z-index: 1;
}
.top-blog::before {
  content: "";
  background: url(../images/home/home_lawn_01.png);
  width: 195px;
  height: auto;
  background-size: cover;
  position: absolute;
  left: -14vw;
  bottom: -13%;
  z-index: -1;
  aspect-ratio: 195/98;
  max-width: 15vw;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .top-blog::before {
    left: 2vw;
    bottom: -43%;
  }
}
@media screen and (max-width: 834px) {
  .top-blog::before {
    left: 2vw;
  }
}
.top-blog .blog_list {
  border: none !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 30px;
}
.top-blog .blog_list > div {
  width: var(--flex3);
  flex-direction: column !important;
  border-bottom: none !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-blog .blog_list > div {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .top-blog .blog_list > div {
    width: 100%;
  }
}
.top-blog .blog_list > div .blog_text {
  width: 100% !important;
  font-size: 1.4rem !important;
}
.top-blog .blog_list > div .blog_text .caption {
  line-height: 1.5em;
}
.top-blog .blog_list > div .blog_text h3 {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 0 !important;
}
.top-blog .blog_list > div .blog_text h3 a {
  color: var(--black);
  font-weight: bold;
}
.top-blog .blog_list > div .blog_text h3 a:hover {
  color: var(--mainColor);
}
.top-blog .blog_list > div .blog_text .clearfix {
  display: none;
  display: flex !important;
  gap: 5px;
  flex-wrap: wrap;
}
.top-blog .blog_list > div .blog_text .clearfix li a {
  border: var(--mainColor) 1px solid;
  border-radius: 50px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--mainColor);
  font-size: 1.2rem;
}
.top-blog .blog_list > div .blog_text .blog_date {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: var(--en);
  color: var(--black);
  font-weight: bold;
}
.top-blog .blog_list > div .blog_text .detail {
  display: none;
}
.top-blog .blog_list > div .blog_photo {
  padding: 0 !important;
  width: 100% !important;
}
.top-blog .blog_list > div .blog_photo img {
  border-radius: 34px;
  aspect-ratio: 1.5/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.top-sns {
  position: relative;
  z-index: 1;
}
.top-sns::before {
  content: "";
  background: url(../images/home/home_lawn_01.png);
  width: 195px;
  height: auto;
  background-size: cover;
  position: absolute;
  right: -14vw;
  top: -13%;
  z-index: -1;
  aspect-ratio: 195/98;
  max-width: 15vw;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .top-sns::before {
    right: 2vw;
  }
}
@media screen and (max-width: 834px) {
  .top-sns::before {
    right: 2vw;
  }
}
.top-sns .sns_list {
  border: none !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 50px;
}
.top-sns .sns_list > div {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: none !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-sns .sns_list > div {
    flex-direction: row !important;
  }
}
.top-sns .sns_list > div .sns_text {
  width: 65% !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 640px) {
  .top-sns .sns_list > div .sns_text {
    width: 100% !important;
  }
}
.top-sns .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.top-sns .sns_list > div .sns_text h3 {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 0 !important;
}
.top-sns .sns_list > div .sns_text h3 a {
  color: var(--black);
  font-weight: bold;
}
.top-sns .sns_list > div .sns_text h3 a:hover {
  color: var(--mainColor);
}
.top-sns .sns_list > div .sns_text .clearfix {
  display: none;
  display: flex !important;
  gap: 5px;
  flex-wrap: wrap;
}
.top-sns .sns_list > div .sns_text .clearfix li a {
  border: var(--mainColor) 1px solid;
  border-radius: 50px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--mainColor);
  font-size: 1.2rem;
}
.top-sns .sns_list > div .sns_text .sns_date {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-family: var(--en);
  color: var(--black);
  font-weight: bold;
}
.top-sns .sns_list > div .sns_text .detail {
  line-height: 1.5em;
}
.top-sns .sns_list > div .sns_photo {
  padding: 0 !important;
  width: 30% !important;
}
@media screen and (max-width: 640px) {
  .top-sns .sns_list > div .sns_photo {
    width: 100% !important;
  }
}
.top-sns .sns_list > div .sns_photo img {
  border-radius: 34px;
  aspect-ratio: 1.3/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.dl-qa dd,
.dl-qa dt {
  border: none !important;
  width: 100% !important;
  background: none;
}
.dl-qa dt {
  position: relative;
  padding: 30px 5rem 30px 8.5rem !important;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.25em;
  font-weight: bold;
  background-color: var(--paleColor) !important;
  border-radius: 14px;
}
.dl-qa dt::before {
  content: "Q";
  font-family: var(--en);
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.25em;
  font-weight: 400;
  color: var(--mainColor);
  position: absolute;
  line-height: 1em;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dt::after {
  font-family: var(--icon-fill);
  content: "\e02e";
  color: var(--accColor);
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.dl-qa dd {
  position: relative;
  line-height: 1.5em;
  background: #fff;
  padding: 30px 5rem 30px 8.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.dl-qa dd::before {
  content: "A";
  color: var(--accColor);
  font-size: clamp(32px, 3.4vw, 36px);
  font-family: var(--en);
  line-height: 1.25em;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.dl-qa dd.active {
  height: auto;
  padding: 30px 5rem 30px 8.5rem;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: qaMove 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dl-qa dd {
  background: #fff;
  display: none;
  padding: 0 5rem 0 8.5rem !important;
  overflow: hidden;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); /* 擬似要素のトランジションを追加 */
}
.dl-qa dd.active {
  display: block;
  padding: 30px 5rem 30px 8.5rem !important;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dl-qa dl {
  display: block !important;
  margin-bottom: 30px;
}
.dl-qa dl:last-of-type {
  margin-bottom: 0;
}
.dl-company dt {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl:nth-of-type(odd) {
  background-color: var(--paleColor);
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  min-height: 350px;
  border-radius: 30px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  padding: 23px 26px;
  display: block;
  color: var(--white);
  position: relative;
  background-color: var(--btnColor);
  border-radius: 50px;
  min-width: 228px;
  line-height: 1em;
}
.btn a::after {
  content: "\e02e";
  font-family: var(--icon-fill);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: var(--transY);
  font-size: 2.5em;
  line-height: 1em;
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover::after {
  transform: translateY(-50%) scale(1.3);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn-item {
    width: 100%;
  }
}
.btn-item a {
  text-align: center;
  padding: 23px 26px;
  display: block;
  color: var(--white);
  position: relative;
  background-color: var(--btnColor);
  border-radius: 50px;
  min-width: 600px;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  .btn-item a {
    min-width: 100%;
  }
}
.btn-item a::after {
  content: "\e02e";
  font-family: var(--icon-fill);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: var(--transY);
  font-size: 2.5em;
  line-height: 1em;
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-item a:hover {
  opacity: 1;
}
.btn-item a:hover::after {
  transform: translateY(-50%) scale(1.3);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

::-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 {
  opacity: 0;
}

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    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 (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) 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 (min-width: 640px) 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 (min-width: 640px) 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 (min-width: 640px) 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 (min-width: 640px) 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._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 > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .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 (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) 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 (min-width: 640px) 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 (min-width: 640px) 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, 3.2vw, 38px);
  line-height: 1.25em;
  font-weight: bold;
}
.local-title-01 h2 .en {
  font-family: var(--en);
  color: var(--accColor);
  display: block;
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 15px;
}
.local-title-01 article > div, .local-title-01 p {
  line-height: 2em;
  margin-top: 50px;
}
.local-title-01 article > div:empty, .local-title-01 p:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 1.25em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 4px dotted var(--accColor2);
  display: inline-block;
}
.sub-title-02 h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: bold;
  color: var(--accColor2);
}
.sub-title-02 article > div, .sub-title-02 p {
  line-height: 2em;
  margin-top: 30px;
}
.sub-title-02 article > div:empty, .sub-title-02 p:empty {
  margin-top: 0;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
  float: none !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}
.local-section-bg {
  position: relative;
  z-index: 1;
}
.local-section-bg::before {
  content: "";
  background: url(../images/home/home_contact_shape_01.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  aspect-ratio: 1920/383;
}
.local-section-bg .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 20.52%;
}
.local-section-bg .wrap::after {
  content: "";
  background: url(../images/home/footer_shape.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  aspect-ratio: 960/197;
}

.local-sns .sns_list {
  border: none !important;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.local-sns .sns_list > div {
  border-bottom: dotted 4px #f5f1f2 !important;
  padding: 30px 0;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-sns .sns_list > div {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 640px) {
  .local-sns .sns_list > div {
    width: 100%;
  }
}
.local-sns .sns_list > div .sns_text {
  width: 80% !important;
  display: flex;
  flex-direction: column;
  padding: 20px !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 640px) {
  .local-sns .sns_list > div .sns_text {
    width: 100% !important;
  }
}
.local-sns .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.local-sns .sns_list > div .sns_text h3 {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 1.5em;
  margin-bottom: 0 !important;
}
.local-sns .sns_list > div .sns_text h3 a {
  color: var(--black);
  font-weight: bold;
}
.local-sns .sns_list > div .sns_text h3 a:hover {
  color: var(--mainColor);
}
.local-sns .sns_list > div .sns_text .clearfix {
  display: flex !important;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.local-sns .sns_list > div .sns_text .clearfix li a {
  border: var(--mainColor) 1px solid;
  border-radius: 50px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--mainColor);
  font-size: 1.2rem;
}
.local-sns .sns_list > div .sns_text .sns_date {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: var(--mainColor);
  font-family: var(--en);
  font-weight: bold;
}
.local-sns .sns_list > div .sns_text .detail {
  margin-top: 15px !important;
}
.local-sns .sns_list > div .sns_photo {
  padding: 0 !important;
  width: 20% !important;
}
@media screen and (max-width: 640px) {
  .local-sns .sns_list > div .sns_photo {
    width: 100% !important;
  }
}
.local-sns .sns_list > div .sns_photo img {
  border-radius: 34px;
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.local-flex-img {
  gap: 30px;
}
.local-flex-img .box {
  width: var(--flex3);
  overflow: visible !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-img .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-img .box {
    width: 100%;
  }
}
.local-flex-img .box h3 {
  font-size: 2rem;
  line-height: 1.25em;
  margin-bottom: 15px;
  margin-top: 15px;
}
.local-flex-img .box img {
  width: 100% !important;
  border-radius: 34px;
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-flex-img .box article > div, .local-flex-img .box > div {
  line-height: 2em;
}
.local-flex-flow .box {
  position: relative;
  overflow: visible !important;
  padding: 30px;
  background-color: var(--paleColor);
  border-radius: 34px;
  width: 100%;
}
.local-flex-flow .box h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.local-flex-flow .box article > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.local-flex-flow .box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.local-flex-flow .box dl dt {
  font-size: 0.8em;
  width: 15%;
  background-color: var(--mainColor);
  color: var(--white);
  border-radius: 50vh;
  padding: 8px 12px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .local-flex-flow .box dl dt {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.local-flex-flow .box dl dd {
  width: 80%;
}
.local-flex-flow .box:has(.arrow) {
  padding-left: 12rem;
  background: none;
}
.local-flex-flow .box:has(.arrow)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: var(--transY);
  display: inline-block;
  vertical-align: middle;
  color: var(--accColor2);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 3rem;
  border-top-color: currentColor;
  border-bottom: 0;
  z-index: 1;
}
.local-flex-imgText {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.local-flex-imgText .box {
  width: var(--flex2);
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText .box {
    width: 100% !important;
  }
}
.local-flex-imgText .box img {
  width: 100% !important;
  border-radius: 34px;
}
.local-flex-imgText .box h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: bold;
  color: var(--accColor2);
  margin-bottom: 30px;
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 2em;
}
.local-flex-imgText-logo {
  justify-content: space-between;
  gap: 30px;
  border-radius: 34px;
}
.local-flex-imgText-logo .box {
  overflow: visible !important;
}
.local-flex-imgText-logo .box:first-of-type {
  flex: 0.5;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-logo .box:first-of-type {
    flex: auto;
  }
}
.local-flex-imgText-logo .box:last-of-type {
  flex: 1.5;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-logo .box:last-of-type {
    flex: auto;
  }
}
.local-flex-imgText-logo .box .list-philosophy2 {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.local-flex-imgText-logo .box .list-philosophy2 li {
  counter-increment: nb;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.local-flex-imgText-logo .box .list-philosophy2 li::before {
  content: counter(nb, decimal-leading-zero) ".";
  color: var(--accColor2);
  font-size: 1.2em;
  font-family: var(--en);
  margin-right: 12px;
}
.local-flex-imgText-logo .box h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: bold;
  color: var(--accColor2);
  margin-bottom: 30px;
}
.local-flex-imgText-logo .box article > div, .local-flex-imgText-logo .box > div {
  line-height: 2em;
}
.local-flex-imgText-reverse {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-direction: row-reverse !important;
}
.local-flex-imgText-reverse .box {
  width: var(--flex2);
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-reverse .box {
    width: 100% !important;
  }
}
.local-flex-imgText-reverse .box img {
  width: 100% !important;
  border-radius: 34px;
}
.local-flex-imgText-reverse .box h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25em;
  font-weight: bold;
  color: var(--accColor2);
  margin-bottom: 30px;
}
.local-flex-imgText-reverse .box article > div, .local-flex-imgText-reverse .box > div {
  line-height: 2em;
}
.local-flex-imgText-prof {
  justify-content: space-between;
  gap: 30px;
  flex-direction: row-reverse !important;
}
.local-flex-imgText-prof .box {
  overflow: visible !important;
}
.local-flex-imgText-prof .box:first-of-type {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-prof .box:first-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText-prof .box:last-of-type {
  width: 65%;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-prof .box:last-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText-prof .box h4 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.2em;
}
.local-flex-imgText-prof .box .list-philosophy {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.local-flex-imgText-prof .box .list-philosophy li {
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
}
.local-flex-imgText-prof .box .list-philosophy li::before {
  content: "●";
  color: var(--accColor2);
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.local-flex-imgText-prof .box img {
  width: 100% !important;
  border-radius: 34px;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-prof .box img {
    width: auto !important;
  }
}
.local-flex-imgText-prof .box article > div, .local-flex-imgText-prof .box > div {
  line-height: 2.5em;
}

.form {
  border-radius: 34px;
}
.form dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgba(96, 46, 71, 0.1);
}
@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 var(--mainColor);
  font-weight: bold;
  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;
  }
}
.slider02 .slick-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 10px 0;
  align-items: flex-start;
  position: inherit !important;
}
@media screen and (max-width: 640px) {
  .slider02 .slick-slider {
    grid-template-columns: 1fr;
  }
}
.slider02 .slick-slider img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.slider02 .slick-slider .slick-list {
  grid-column: 1/3;
}
.slider02 .slick-slider .slick-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 10px;
  bottom: -unset !important;
  position: inherit !important;
}
.slider02 .slick-slider .slick-dots li {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.slider02 .slick-slider .slick-dots li img {
  width: 100% !important;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider02 .slick-dotted {
  margin-bottom: 0 !important;
}

.contact_table {
  background-color: var(--paleColor);
  padding: 30px;
}
.contact_table td {
  border: none !important;
}
.contact_table tr:last-of-type {
  display: flex;
  flex-direction: column;
}
.contact_table a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_table .cnt_conatctbtn01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.contact_table .cnt_conatctbtn01 a {
  color: var(--white) !important;
  background-color: var(--accColor);
  border-radius: 50px;
  font-size: 1.8rem;
  padding: 12px 30px;
  min-width: 220px;
}
.contact_table .cnt_conatctbtn01 a i {
  margin-right: 5px;
}
.contact_table .contact_tel a {
  font-family: var(--en);
  color: var(--black);
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .page-blog .blog .wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .page-blog #contents {
    width: 100%;
  }
  .page-blog aside {
    width: 100%;
  }
}
.page-blog .date {
  color: var(--mainColor) !important;
  font-family: var(--en);
}
.page-blog article .clearfix {
  gap: 5px;
  flex-wrap: wrap;
}
.page-blog article .clearfix li a {
  border: var(--mainColor) 1px solid;
  border-radius: 50px !important;
  line-height: 1em !important;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 12px;
  color: var(--mainColor) !important;
  font-size: 1.2rem;
  background-color: transparent !important;
}
.page-blog section div#contents article h1, .page-blog section div#contents article h2 {
  border-bottom: 4px dotted var(--accColor);
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 30px;
}/*# sourceMappingURL=assets.css.map */