@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 {
  --pink-to-yellow: #ff82a5;
  --to-bgColor: white;
  --to-white: black;
  --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-5: calc((100% - 5px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-5: calc((100% - 5px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-5: calc((100% - 5px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --flex8-15: calc((100% - 15px*7) / 8);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --baseColor:#0C0C53;
  --grayColor:#bac2be;
  --letter: 0.22em;
  --accColor:#EDB1CE;
  --accColor2:#5DC3F5;
  --paleColor-pink:#FBEEF4;
  --paleColor-blue:#BAE0F3;
  --en: "Outfit", sans-serif;
  --inner-2:82.5vw;
  --grad-1:linear-gradient(to right, #D2EBF7 , #FBEEF4);
  --grad-2:linear-gradient(to right, #BBDFF2 , #EBB2CF);
  --grad-btm:linear-gradient(to bottom, #BBDFF2 , #EBB2CF);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --icon-light:"Phosphor-light";
  --shadow-1: 10px 10px 34px 0 rgba($color: #0B2C5B, $alpha: 0.06);
  --shadow-2: 10px 10px 34px 0 rgba($color: #ffffff, $alpha: 0.06);
}

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 {
  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.05em;
  font-weight: 500;
  color: #0c0c53;
  word-wrap: break-word;
  overflow: hidden;
  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-1200 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner-1200 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner-1200 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  padding-top: 95px;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 834px) {
  #contents {
    padding-top: 100px;
  }
}

#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 {
  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;
}

header:nth-of-type(1) {
  background: inherit;
}

#g-nav.panelactive {
  padding: 15rem 30px 10rem 30px;
}

.navR {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .navR {
    width: 70vw;
  }
}
@media only screen and (max-width: 900px) {
  .navR {
    flex-direction: row-reverse;
    flex-wrap: inherit;
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
  }
}
#g-nav .mainNav li {
  position: relative;
}
#g-nav .mainNav li::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: var(--accColor);
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.3s;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li::before {
    display: none;
  }
}
#g-nav .mainNav li:hover::before {
  transform: scale(1);
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid var(--paleColor-pink);
  }
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 15px;
  line-height: 1em;
}
@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;
  }
  #g-nav .mainNav li a:before {
    font-family: var(--icon-regular);
    content: "\e13a";
    color: var(--accColor);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
}

@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;
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: 1px solid #D8E8E8 !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.4rem !important;
}
.dropdown li a::after {
  display: none;
}
.dropdown li a .ja {
  color: #e6efeb !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a .ja {
    color: #8f9894 !important;
  }
}
@media only screen and (max-width: 900px) {
  .dropdown 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: 55px;
    min-height: 55px;
    background: var(--darkColor);
    border-radius: 100px;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: var(--mainColor);
    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 {
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 12dvw;
  height: auto;
  z-index: 10000;
}
@media screen and (max-width: 834px) {
  .openBtn {
    width: 20dvw;
  }
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--accColor);
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #fff;
  width: 45%;
}

.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: 45%;
}

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

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

@keyframes header-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 9997;
  padding: 20px 20px 5px;
  transition: 1s;
}
@media only screen and (min-width: 835px) and (max-width: 1350px) {
  .header {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
  }
}
.header.is-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 1s;
  animation: header-anim 1s;
}
.header_right_top {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .header_right_top {
    display: block;
  }
}
.header .h-logo {
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1350px) {
  .header .h-logo {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    gap: 10px;
  }
}
.header .h-logo .phrase {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.25em;
}
@media only screen and (min-width: 835px) and (max-width: 1550px) {
  .header .h-logo .phrase {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .header .h-logo .phrase {
    font-size: 0.7em;
  }
}
.header .h-logo img {
  max-width: 25vw;
}
@media only screen and (max-width: 900px) {
  .header .h-logo img {
    max-width: 25vw;
  }
}

.fix_contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  color: #fff;
  background-color: var(--baseColor);
  min-width: 200px;
  border-radius: 5px;
  padding: 14px;
}
.fix_contact i {
  vertical-align: middle;
  margin-right: 8px;
}

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

.fix_contact2 {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.mainWrap {
  position: relative;
  z-index: 1;
}
.mainWrap .catch {
  position: absolute;
  right: 3.13vw;
  top: 50%;
  transform: var(--transY);
  font-weight: 500;
  font-size: clamp(28px, 6vw, 80px);
  text-shadow: 2.7px 2.7px 2.7px rgba(0, 0, 0, 0.3);
}
.mainWrap .catch p {
  line-height: 1.25em;
}
.mainWrap .catch .sub {
  margin-top: 10px;
  font-size: 0.4em;
  line-height: 1.25em;
  display: block;
}

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

#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.blogArea {
  padding: 60px 0;
}

.subArea article, .blogArea article {
  display: flex;
  flex-direction: column-reverse;
}
.subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
}
.subArea .en, .blogArea .en {
  font-weight: bold;
  font-size: 3.9em;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
}

.breadcrumb {
  margin-left: 12px;
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

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

footer#global_footer {
  position: relative;
  background-position: bottom;
  background-size: cover;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--to-white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--to-white);
  position: fixed;
  right: 15px;
  bottom: 65px;
  line-height: 1em;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
  }
}
footer#global_footer .footer {
  padding: 80px 24px;
  width: 77.08vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  footer#global_footer .footer {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer {
    gap: 50px;
    flex-wrap: wrap;
  }
}
footer#global_footer .footer-right {
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
footer#global_footer .footer-left {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
footer#global_footer .footer-left .insta {
  color: var(--accColor);
  font-size: clamp(32px, 4vw, 42px);
  display: inline-block;
}
footer#global_footer .footer-left .reserve {
  display: inline-block;
}
footer#global_footer .footer-nav {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer-nav {
    justify-content: flex-start;
  }
}
@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 {
  display: inline-block;
}
footer#global_footer #copy {
  display: block;
  text-align: right;
}
@media screen and (max-width: 640px) {
  footer#global_footer #copy {
    text-align: left;
  }
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  display: block;
}

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

.title-h1 h1 {
  font-weight: bold;
  font-size: clamp(41px, 8vw, 172px);
  line-height: 1.25em;
}
.title-01 h2 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
}
.title-01 h2 .en {
  font-weight: bold;
  font-size: 3.9em;
  line-height: 1em;
  display: block;
  margin-bottom: 14px;
}
.title-02 h2 {
  font-size: 1.6em;
  line-height: 1.25em;
}
@media screen and (max-width: 834px) {
  .title-02 h2 {
    font-size: 1.4em;
  }
}

.sub-title-01 h3 {
  font-weight: bold;
  font-size: 4.7em;
  line-height: 1.25em;
}
@media screen and (max-width: 834px) {
  .sub-title-01 h3 {
    font-size: 4em;
  }
}
.sub-title-01 h3 .comment {
  display: block;
  font-size: 0.4em;
  font-weight: 600;
  line-height: 1.2em;
}
@media screen and (max-width: 640px) {
  .sub-title-01 h3 .comment {
    font-size: 0.2em;
  }
}
.sub-title-02 h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25em;
}
.sub-title-02 article > div {
  display: block;
  line-height: 1.5em;
  margin-top: 30px;
}
.sub-title-02 article > div:empty {
  margin-top: 0;
}
.sub-title-03 h3 {
  font-weight: bold;
  font-size: 4.7em;
  line-height: 1.25em;
}
@media screen and (max-width: 834px) {
  .sub-title-03 h3 {
    font-size: 3em;
  }
}
.sub-title-03 h3 .comment {
  display: block;
  font-size: 0.4em;
  font-weight: 600;
  line-height: 1.2em;
}
@media screen and (max-width: 640px) {
  .sub-title-03 h3 .comment {
    font-size: 0.5em;
  }
}
.sub-title-04 h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25em;
  display: flex;
  align-items: center;
}
.sub-title-04 h3::before {
  content: "";
  background: var(--grad-2);
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 100vh;
}
.sub-title-04 article > div {
  display: block;
  line-height: 1.5em;
  margin-top: 30px;
}
.sub-title-04 article > div:empty {
  margin-top: 0;
}
.sub-title-h4 h4 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 15px;
}

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

.text .name {
  font-size: 1em;
  font-weight: bold;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.25em;
}
.text .name::before {
  content: "";
  width: 10.42dvw;
  height: 1px;
  background-color: var(--baseColor);
  margin-right: 15px;
  display: inline-block;
}
.text > div, .text p {
  line-height: 2em;
  font-weight: 400;
}
.text article > div, .text p {
  line-height: 2em;
}
.text-round {
  font-size: 1.6em;
  width: 206px;
  height: 206px;
  border-radius: 100vh;
  font-weight: bold;
  padding: 35px;
  line-height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0C0C53;
  color: #fff;
}
.text-phrase p {
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1.25em;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .text-phrase p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .text-phrase p {
    font-size: 1.4em;
  }
}
.text-top {
  font-weight: 600;
  line-height: 1.8em;
  font-size: 2.3em;
}
@media screen and (max-width: 834px) {
  .text-top {
    font-size: 1.5em;
  }
}
.text-top .name {
  font-size: 0.7em;
  font-weight: 400;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.25em;
}
.text-top .name::before {
  content: "";
  width: 10.42dvw;
  height: 1px;
  background-color: var(--baseColor);
  margin-right: 15px;
  display: inline-block;
}
.text-top .strong {
  font-size: 1.6em;
  font-weight: bold;
}

.bg-white {
  background-color: #fff;
  width: 87.92vw;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .bg-white {
    width: 92.08vw;
  }
}

.section-company {
  background: rgba(255, 255, 255, 0.67);
  border-radius: 28px;
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-company {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .section-company {
    flex-wrap: wrap;
  }
}
.section-company .btn {
  margin: 50px auto 0 0;
}
.section-company .btn a {
  text-align: center;
  padding: 20px 35px;
  min-width: 100%;
}
.section-company-left {
  width: 35%;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-company-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media only screen and (max-width: 900px) {
  .section-company-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.section-company-left h2 .en {
  font-size: 2.8em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-company-left h2 .en {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 834px) {
  .section-company-left h2 .en {
    font-size: 2.6em;
  }
}
.section-company-right {
  width: 60%;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-company-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media only screen and (max-width: 900px) {
  .section-company-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.section-contact {
  width: 87.92vw;
  margin: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.section-contact .inner-full {
  padding: 120px 3vw;
}
.section-partnership {
  width: 87.92vw;
  margin: auto;
}
.section-features {
  width: 87.92vw;
  margin: auto;
}
.section-blog {
  position: relative;
  z-index: 0;
}
.section-blog .prev-arrow:before {
  content: "";
  background: url(../images/home/arrowL.png);
  background-size: cover;
  width: 62px;
  height: 62px;
  display: block;
}
.section-blog .next-arrow:before {
  content: "";
  background: url(../images/home/arrowR.png);
  background-size: cover;
  width: 62px;
  height: 62px;
  display: block;
}
.section-blog::before {
  content: "";
  background: var(--grad-2);
  width: 61.77vw;
  height: 35dvh;
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: -1;
  border-radius: 160px 0 0 160px;
}
.section-dark {
  border-radius: 28px;
}
.section-dark-bottom {
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-dark-bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .section-dark-bottom {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-dark-bottom-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media screen and (max-width: 834px) {
  .section-dark-bottom-left {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .section-dark-bottom-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media screen and (max-width: 834px) {
  .section-dark-bottom-right {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}

.flex-contact-top {
  justify-content: center;
  gap: 30px;
}
.flex-contact-top .box {
  width: var(--flex2);
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-contact-top .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media only screen and (max-width: 900px) {
  .flex-contact-top .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.flex-contact-top .box > div {
  height: 100%;
}
.flex-contact-top .box a {
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 45px 8px;
  line-height: 1em;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-contact-top .box a {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .flex-contact-top .box a {
    flex-wrap: wrap;
  }
}
.flex-contact-top .box a .btnText {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8em;
}
.flex-contact-top .box a i {
  vertical-align: middle;
}
.flex-contact-top .box:first-of-type a {
  background-color: var(--baseColor);
  font-size: 2.1em;
  color: #fff;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-contact-top .box:first-of-type a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 834px) {
  .flex-contact-top .box:first-of-type a {
    font-size: 1.2em;
  }
}
.flex-contact-top .box:last-of-type a {
  border: 5px solid var(--baseColor);
  background-color: #fff;
  font-size: 2em;
  color: var(--baseColor);
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-contact-top .box:last-of-type a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 834px) {
  .flex-contact-top .box:last-of-type a {
    font-size: 1.2em;
  }
}
.flex-contact {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.flex-contact .box {
  width: var(--flex2);
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-contact .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
@media only screen and (max-width: 900px) {
  .flex-contact .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.flex-contact .box a {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 45px;
  line-height: 1em;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-contact .box a {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  .flex-contact .box a {
    flex-wrap: wrap;
  }
}
.flex-contact .box a i {
  vertical-align: middle;
}
.flex-contact .box:first-of-type a {
  background-color: var(--accColor);
  font-size: 2.1em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-contact .box:first-of-type a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 834px) {
  .flex-contact .box:first-of-type a {
    font-size: 1.2em;
  }
}
.flex-contact .box:last-of-type a {
  background-color: var(--accColor2);
  font-size: 2em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-contact .box:last-of-type a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 834px) {
  .flex-contact .box:last-of-type a {
    font-size: 1.2em;
  }
}
.flex-btn-2 {
  justify-content: space-between;
  align-items: center;
}
.flex-btn-2 .box:first-of-type .arrow_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex-reviews {
  gap: 30px;
}
.flex-reviews .box {
  width: var(--flex3);
  border-radius: 28px;
  overflow: visible !important;
  border-radius: 28px;
  box-shadow: 10px 10px 34px 0 rgba(11, 44, 91, 0.06);
}
.flex-reviews .box article > div {
  padding: 25px;
}
.flex-reviews .box .name {
  font-weight: 400;
  font-size: 1em;
  text-align: right;
  line-height: 1em;
}
.flex-reviews .box img {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: stretch !important;
  border-radius: 28px 28px 0 0;
}
.flex-reviews .box h3 {
  margin-bottom: 15px;
  font-size: 1.2em;
  margin-top: 10px;
}
.flex-reviews .box p {
  font-weight: 400;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-reviews .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-reviews .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.flex-partnership {
  gap: 15px;
  align-items: center;
}
.flex-partnership .box {
  width: var(--flex8-15);
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-partnership .box {
    width: var(--flex4-15);
  }
}
@media screen and (max-width: 640px) {
  .flex-partnership .box {
    width: var(--flex2-15);
  }
}
.flex-features {
  gap: 30px;
}
.flex-features .box {
  width: var(--flex3);
  border-radius: 28px;
  padding: 90px 30px 30px;
  overflow: visible !important;
  counter-increment: flow;
}
.flex-features .box h3 {
  margin-bottom: 20px;
  font-size: 1.4em;
  margin-top: 80px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-features .box h3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex-features .box h3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .flex-features .box h3 {
    font-size: 1.2em;
  }
}
.flex-features .box h3::after {
  content: counter(flow, decimal-leading-zero);
  color: var(--accColor);
  font-size: 2em;
  line-height: 1em;
}
.flex-features .box .imgWrap {
  position: relative;
  text-align: center;
  z-index: 0;
}
.flex-features .box .imgWrap img {
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .flex-features .box .imgWrap img {
    width: auto !important;
  }
}
.flex-features .box .imgWrap::before {
  content: "";
  background-color: var(--paleColor-pink);
  width: 11.35vw;
  height: 11.35vw;
  border-radius: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  z-index: -1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-features .box .imgWrap::before {
    width: 18.17vw;
    height: 18.17vw;
  }
}
@media screen and (max-width: 834px) {
  .flex-features .box .imgWrap::before {
    width: 218px;
    height: 218px;
  }
}
.flex-features .box article > div {
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .flex-features .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .flex-features .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.flex-product {
  gap: 30px;
  align-items: center;
  flex-direction: row-reverse !important;
  max-width: 1000px;
  margin: auto;
}
.flex-product .box {
  overflow: visible !important;
  font-size: 1.8em;
  line-height: 2em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-product .box {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-product .box {
    font-size: 1.2em;
  }
}
.flex-product .box h4 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.25em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-product .box h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 834px) {
  .flex-product .box h4 {
    font-size: 1.2em;
  }
}
.flex-product .box:first-of-type {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .flex-product .box:first-of-type {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.flex-product .box:last-of-type {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex-product .box:last-of-type {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}

.list-onayami ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-onayami ul li {
  font-size: 1.1em;
  position: relative;
  line-height: 1.25em;
  padding: 24px 0 24px 3rem;
  border-bottom: 1px solid var(--accColor2);
}
.list-onayami ul li::before {
  font-family: var(--icon-regular);
  content: "\e188";
  color: var(--accColor2);
  font-size: 0.9em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}

.blog-slider .slick-slide {
  background: #fff;
  margin: 20px 24px 40px 0;
  height: auto !important;
}
.blog-slider .slick-track {
  display: flex;
  border: none !important;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.blog-slider .slick-track .slick-slide {
  border-radius: 28px;
  box-shadow: 10px 10px 34px 0 rgba(11, 44, 91, 0.06);
  border-bottom: none !important;
}
.blog-slider .slick-track .slick-slide .blog_text {
  display: flex;
  flex-direction: column;
  padding: 20px !important;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .blog-slider .slick-track .slick-slide .blog_text {
    width: 100%;
  }
}
.blog-slider .slick-track .slick-slide .blog_text .caption {
  line-height: 1.5em;
}
.blog-slider .slick-track .slick-slide .blog_text h3 {
  line-height: 1.25em;
  margin-bottom: 0 !important;
}
.blog-slider .slick-track .slick-slide .blog_text h3 a:hover {
  text-decoration: underline;
}
.blog-slider .slick-track .slick-slide .blog_text .clearfix {
  display: flex !important;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-slider .slick-track .slick-slide .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;
}
.blog-slider .slick-track .slick-slide .blog_text .blog_date {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1em;
}
.blog-slider .slick-track .slick-slide .blog_text .detail {
  display: none;
}
.blog-slider .slick-track .slick-slide .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .blog-slider .slick-track .slick-slide .blog_photo {
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .blog-slider .slick-track .slick-slide .blog_photo {
    width: 100%;
  }
}
.blog-slider .slick-track .slick-slide .blog_photo img {
  aspect-ratio: 1.5/1;
  border-radius: 28px 28px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.beer-slider {
  border-radius: 26px;
}
.beer-slider .box:first-of-type {
  filter: blur(22.24px);
}

.dl-company dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  display: block !important;
}
@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;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl {
  align-items: center;
  border-bottom: 1px solid #89CDEF;
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  min-height: 415px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .btn {
    width: auto;
  }
}
.btn a {
  color: #fff;
  background-color: var(--baseColor);
  border-radius: 50vh;
  display: block;
  padding: 32px;
  min-width: 340px;
  line-height: 1em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .btn a {
    min-width: 100%;
  }
}
.btn a::after {
  content: "\e13a";
  position: absolute;
  font-family: var(--icon-regular);
  right: 3%;
  top: 50%;
  transform: var(--transY);
  font-size: 1.2em;
}
.btn-blue {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .btn-blue {
    width: auto;
  }
}
.btn-blue a {
  color: #fff;
  text-align: center;
  background-color: var(--baseColor);
  border-radius: 50vh;
  display: block;
  padding: 20px 30px;
  min-width: 230px;
  line-height: 1em;
  position: relative;
}
@media screen and (max-width: 834px) {
  .btn-blue a {
    min-width: 100%;
  }
}
.btn-blue a::after {
  content: "\e13a";
  position: absolute;
  font-family: var(--icon-regular);
  right: 3%;
  top: 50%;
  transform: var(--transY);
  font-size: 1.2em;
}

::-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: 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 {
  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 {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUpAnime {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.zoomTrigger, .zoomTrigger-load {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s;
}

.js-zoom {
  transform: translate(0px, 0px) !important;
  opacity: 1 !important;
  transition: 0.8s;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  transition: 0.1s;
}

body {
  font-size: 2rem;
  transition: 0.1s;
}
button:hover {
  cursor: pointer;
}

.display_setting {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .display_setting {
    flex-wrap: wrap;
  }
}

.btn_title {
  white-space: nowrap;
  line-height: 1em;
  font-size: 0.8em;
}
@media only screen and (max-width: 900px) {
  .btn_title {
    font-size: 0.6em;
  }
}

.btn_wrap {
  border-radius: 5px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .btn_wrap {
    flex-wrap: wrap;
  }
}
.btn_innerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.btn_wrap button {
  line-height: 1em;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #706C6C;
  border-radius: 5px;
  background: transparent;
  color: var(--to-white);
}
@media only screen and (max-width: 900px) {
  .btn_wrap button {
    font-size: 0.8em;
  }
}

.btn_wrap button.is_active {
  background: var(--pink-to-yellow);
  color: var(--to-bgColor);
}

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

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;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: var(--paleColor-blue);
}

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.crumb {
  display: none;
}

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

div.item_view h2 {
  font-size: 1.25em !important;
  line-height: 1.25em;
}

div.item_view p.price {
  font-size: 1em !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;
  }
}

div.item_option dl dt {
  background: none !important;
}

@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;
  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;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !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: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;
}

.page-shop .items {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .page-shop .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-shop .items article {
  margin-left: 0 !important;
}
.page-shop .items article .photo {
  width: 100% !important;
}
.page-shop .items article .name {
  font-weight: 600;
}
.page-shop .items article .summary {
  text-align: left;
}
.page-shop .items article button {
  background: var(--accColor) !important;
  border-radius: 50vh !important;
  border: none !important;
  text-indent: 0 !important;
}
.page-shop .items > article {
  width: auto !important;
}

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

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

.page-shop 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: var(--accColor);
  display: block;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

#sumcart div.sum {
  background: none !important;
}

div.postage {
  background: none !important;
}

#sumcart ul li a {
  font-size: 1em;
  display: block;
  line-height: 1.25em;
}

#sumcart ul li p.price {
  font-size: 1em;
}

#sumcart div.sum dl.sum_price dd {
  font-size: 1em;
}

#sumcart div.sum dl dt {
  font-size: 0.8em;
}

@media screen and (max-width: 834px) {
  #sumcart ul, #sumcart h2, #sumcart div.sum {
    font-size: 1em;
  }
}

.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-weight: bold;
  font-size: 3em;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  .local-title-01 h2 {
    font-size: 2.6em;
  }
}
.local-title-02 {
  position: relative;
}
.local-title-02::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--grad-1);
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible !important;
}
.local-title-02 h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25em;
  position: relative;
  padding: 15px 0 15px 3rem;
}
.local-title-02 h2::before {
  content: "";
  width: 15px;
  height: 30px;
  border-radius: 10px;
  background: var(--grad-btm);
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.local-title-03 {
  position: relative;
}
.local-title-03::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--accColor);
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible !important;
}
.local-title-03 h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25em;
  position: relative;
  padding: 15px 0 15px 3rem;
}
.local-title-03 h2::before {
  content: "";
  width: 15px;
  height: 30px;
  border-radius: 10px;
  background: var(--accColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}

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

.td-retailers .td-top {
  text-align: center;
  background-color: var(--accColor);
  font-weight: 600;
}

.local-section-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.local-section-flex .btn {
  margin: 50px auto 0 0;
}
.local-section-flex .btn a {
  text-align: center;
}
.local-section-flex .-left {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .local-section-flex .-left {
    flex: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-section-flex .-right {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .local-section-flex .-right {
    flex: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-section-flex-reverse {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  flex-direction: row-reverse;
}
.local-section-flex-reverse .btn {
  margin: 50px auto 0 0;
}
.local-section-flex-reverse .btn a {
  text-align: center;
}
.local-section-flex-reverse .-left {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .local-section-flex-reverse .-left {
    flex: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-section-flex-reverse .-right {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .local-section-flex-reverse .-right {
    flex: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}

.local-flex-btn {
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn {
    gap: 15px;
    justify-content: space-between;
  }
}
.local-flex-btn .box {
  width: var(--flex3);
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-btn .box {
    width: var(--flex2-15);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-btn .box {
    width: 100%;
  }
}
.local-flex-btn .box > div {
  height: 100%;
}
.local-flex-btn .box a {
  background-color: var(--baseColor);
  color: #fff;
  height: 100%;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
}
.local-flex-function {
  gap: 30px;
}
.local-flex-function .box {
  width: var(--flex3);
  border-radius: 28px;
  padding: 20px;
  overflow: visible !important;
  text-align: center;
  border: 1px solid var(--paleColor-blue);
}
.local-flex-function .box img {
  min-height: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
}
.local-flex-function .box h3 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.2em;
  margin-top: 20px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .local-flex-function .box h3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-function .box h3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .local-flex-function .box h3 {
    font-size: 1.2em;
  }
}
.local-flex-function .box article > div {
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .local-flex-function .box {
    width: var(--flex2);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-function .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-flex-imgText {
  justify-content: space-between;
  gap: 30px;
  flex-direction: row-reverse !important;
}
.local-flex-imgText .box:first-of-type {
  width: 40%;
}
@media only screen and (max-width: 900px) {
  .local-flex-imgText .box:first-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText .box:last-of-type {
  width: 52%;
}
@media only screen and (max-width: 900px) {
  .local-flex-imgText .box:last-of-type {
    width: 100% !important;
  }
}
.local-flex-imgText .box .name {
  text-align: right;
}
.local-flex-imgText .box .btn {
  margin: 50px auto 0 0;
}
.local-flex-imgText .box h3 {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 30px;
}
.local-flex-imgText .box img {
  width: 100% !important;
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 2em;
}
.local-flex-imgText-2 {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-imgText-2 .box {
  width: var(--flex2);
  border-radius: 18px;
  border: 1px solid var(--paleColor-blue);
  padding: 15px;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-2 .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-flex-imgText-2 .box h3 {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 15px;
}
.local-flex-imgText-2 .box img {
  width: 100% !important;
}
.local-flex-imgText-2 .box article {
  display: flex;
  gap: 15px;
  align-items: center;
}
.local-flex-imgText-2 .box article img {
  width: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-flex-imgText-2 .box article > div, .local-flex-imgText-2 .box > div {
  line-height: 1.5em;
}
.local-flex-text {
  justify-content: space-between;
  gap: 30px;
  flex-direction: row-reverse !important;
}
.local-flex-text .box {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.local-flex-text .box .btn {
  margin: 50px auto 0 0;
}
.local-flex-text .box h3 {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 30px;
}
.local-flex-text .box .name {
  text-align: right;
}
.local-flex-text .box img {
  width: 100% !important;
}
.local-flex-text .box article > div, .local-flex-text .box > div {
  line-height: 2em;
}
.local-flex-img {
  gap: 30px;
}
.local-flex-img .box {
  width: var(--flex3);
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  .local-flex-img .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-flex-img .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/1;
}
.local-flex-column {
  gap: 30px;
}
.local-flex-column .box {
  border-radius: 14px;
  width: var(--flex3);
  padding: 15px;
  font-size: 0.9em;
  border: var(--accColor2) 1px solid;
}
@media only screen and (max-width: 900px) {
  .local-flex-column .box {
    width: var(--flex2);
  }
}
.local-flex-column .box dl {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.local-flex-column .box dl dt {
  font-weight: 600;
  background-color: var(--paleColor-blue);
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 0.9em;
}
@media screen and (max-width: 640px) {
  .local-flex-column .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-flex-column .box article > div {
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
}
.local-flex-column .box h3 {
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.local-flex-column-img {
  gap: 30px;
}
.local-flex-column-img .box {
  border-radius: 14px;
  width: var(--flex3);
  padding: 15px;
  font-size: 0.9em;
  border: var(--accColor2) 1px solid;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-column-img .box {
    width: var(--flex2);
  }
}
.local-flex-column-img .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6/1;
}
.local-flex-column-img .box dl {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.local-flex-column-img .box dl dt {
  font-size: 0.9em;
  font-weight: 600;
  background-color: var(--paleColor-blue);
  padding: 2px 4px;
  border-radius: 2px;
}
@media screen and (max-width: 640px) {
  .local-flex-column-img .box {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.local-flex-column-img .box article > div {
  margin-top: 15px;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
}
.local-flex-column-img .box h3 {
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: 600;
}

.products-slider {
  padding-inline: 5vw;
}
.products-slider img {
  width: 100% !important;
}

.thumb-slider .slick-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .thumb-slider .slick-slider {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.thumb-slider .slick-slider .slick-prev:before, .thumb-slider .slick-slider .slick-next:before {
  font-size: 40px !important;
  color: var(--accColor) !important;
}
.thumb-slider .slick-slider .slick-prev, .thumb-slider .slick-slider .slick-next {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.thumb-slider .slick-slider .slick-prev {
  left: -45px;
}
.thumb-slider .slick-slider .slick-next {
  right: -45px;
}
.thumb-slider .slick-slider img {
  width: 100% !important;
}
.thumb-slider .slick-slider .slick-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  bottom: unset !important;
  position: inherit !important;
}
.thumb-slider .slick-slider .slick-dots li {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.thumb-slider .slick-slider .slick-dots li img {
  width: 100% !important;
  aspect-ratio: 1.3/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-slider .slick-dotted {
  margin-bottom: 0 !important;
}

.local-dl-plan dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  display: block !important;
}
@media screen and (max-width: 640px) {
  .local-dl-plan dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.local-dl-plan dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
  line-height: 1.25em;
}
@media screen and (max-width: 640px) {
  .local-dl-plan dd {
    width: 100% !important;
  }
}
.local-dl-plan dl {
  align-items: center;
  border-bottom: 1px solid #89CDEF;
}
@media screen and (max-width: 640px) {
  .local-dl-plan dl {
    display: block !important;
  }
}
.local-dl-history dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  display: block !important;
  font-weight: 600;
  min-width: 130px;
}
.local-dl-history dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
  line-height: 1.25em;
}
.local-dl-history dl {
  align-items: center;
  border-bottom: 1px solid #89CDEF;
}
.local-dl-company dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  display: block !important;
  -moz-text-align-last: justify;
       text-align-last: justify;
  min-width: 130px;
  line-height: 1.25em;
}
.local-dl-company dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
  line-height: 1.25em;
}
.local-dl-company dl {
  border-bottom: 1px solid var(--accColor);
}
.local-dl-flow {
  text-align: left;
  position: relative;
  padding-left: 170px;
}
.local-dl-flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 170px;
}
.local-dl-flow dt {
  padding: 0 !important;
  border: none !important;
  font-weight: bold;
  margin-bottom: 1vh;
  width: 100% !important;
  background: none !important;
}
.local-dl-flow dd {
  font-size: 1.6rem;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}
.local-dl-flow dd .time {
  font-family: var(--en);
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: -170px;
}
.local-dl-flow dl {
  padding-left: 70px;
  position: relative;
  display: block !important;
}
.local-dl-flow dl:not(:last-child) {
  margin-bottom: 5vh;
}
.local-dl-flow dl::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--blue);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: -4px;
}
.local-dl-flow dl:after {
  content: "";
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  top: 15px;
  left: 5px;
}

.form dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  display: block !important;
}
@media screen and (max-width: 834px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
  line-height: 1.25em;
}
@media screen and (max-width: 834px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  align-items: center;
  border-bottom: 1px solid #89CDEF;
}
@media screen and (max-width: 834px) {
  .form dl {
    display: block !important;
  }
}

dl.file dt, dl.photo dt {
  background: transparent;
}

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

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 1.5em;
  border-bottom: 1px solid var(--accColor);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
  font-weight: 600;
}

.title {
  display: none;
}

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

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-form-error #contents, .page-form-confirm #contents, .page-form-complete #contents, .page-shop #contents {
  background-image: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.page-shop #contents {
  padding-bottom: 100px;
  padding-top: 80px;
}

.page-blog footer {
  background: inherit;
}
.page-blog #contents {
  padding-top: 0;
}
.page-blog section div#contents article h1, .page-blog section div#contents article h2 {
  color: inherit;
}/*# sourceMappingURL=assets.css.map */