@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #2B2B2B;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 28px;
  background: url("../images/shared/bd_bg.webp") repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 300;
  letter-spacing: 1px;
}
.menu-open {
  overflow: hidden;
}
html.open {
  overflow: hidden;
  height: 100%;
}
.wow {
  visibility: hidden;
}
.fadeIn {
  animation-delay: 0.5s;
  animation-duration: 1.5s;
}
.txt,
.txt2 {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 40px;
  }
  .txt,
  .txt2 {
    text-align: left;
  }
}
.color1 {
  color: #E65F3A;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: left 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: left 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  left: 0rem;
  will-change: left;
}
.menu-open main {
  left: -89%;
}
@media only screen and (min-width: 768px) {
  .menu-open main {
    left: -598px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #FDFBF7;
  position: absolute;
  font-size: 12px;
  left: 13px;
  line-height: 17px;
  /*IE 8*/
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  /*IE 5.5-7*/
  z-index: 10;
  top: 16px;
  width: calc(100% - 95px);
}
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 80px;
  font-size: 15px;
  z-index: 5;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -23px;
  top: -30px;
  color: #FDFBF7;
  font-size: 15px;
  letter-spacing: 2px;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 120px;
  background: #FDFBF7;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  60% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 120px;
    top: 50px;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* 線の描写 */
  .scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 120px;
    background: #FDFBF7;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
}
#head-key .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  z-index: 9;
}
#head-top {
  padding: 0 0 60px;
}
.nav-header .g_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 5% auto;
}
.nav-header .g_btn li a {
  margin: 0 15px;
  font-weight: bold;
  display: block;
}
.nav-header .nav {
  display: block;
  padding-top: 22%;
  height: auto;
  margin-bottom: 53px;
}
.nav-header .nav a {
  color: #FDFBF7;
  text-align: center;
  font-size: 8vw;
  display: block;
  margin-bottom: 10vw;
  letter-spacing: 2px;
}
.nav-header .nav a.active {
  color: #FDFBF7;
}

.nav-header .nav .active a,
.nav-header .nav a:hover {
  transition: all 0.5s;
}
.nav-header .insta {
  margin: 12vw auto 12vw;
  width: 100%;
}
.nav-header .insta img {
  width: auto;
}
.nav-header .btn-cus a {
  font-weight: normal;
  font-size: 15px;
  color: #FDFBF7;
}
.nav-header .btn-cus:after {
  right: 18px;
}
.nav-header .logo-nav {
  margin: auto;
}
.nav-header a.nav-main {
  padding: 16px 22px;
  font-size: 16px;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 0;
  border-bottom: 1px solid #453e3a;
  letter-spacing: 3px;
}
.nav-header a.nav-main.active,
.nav-header a.nav-main:hover {
  background: #3e3631;
}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #2B2B2B;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}
.nav-header a.nav-main span {
  padding: 5px 30px;
}
.nav-header a.nav-main::after,
.nav-header .sub-nav::after {
  display: none;
}
.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}
.nav-header .tel-icon {
  padding-left: 0;
  width: 100%;
  border-left: none;
}
.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  width: 100%;
}
.header-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
header .logo {
  width: 75%;
  max-width: 320px;
  position: absolute;
  top: calc(50dvh - 130px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.hamberger-btn {
  position: fixed;
  top: 17px;
  right: 3%;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #2B2B2B;
  border-radius: 50%;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  display: none;
}
.hamberger-btn span {
  width: 18px;
  height: 2px;
  position: absolute;
  top: 59%;
  transform: translate3D(-50%, -50%, 0);
  left: 62%;
  background: #FDFBF7;
  transition: all 0.5s;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 29px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #FDFBF7;
  content: "";
}
.hamberger-btn span::after {
  top: -11px;
  right: 0px;
  left: auto;
  transition: all 0.5s;
}
.hamberger-btn span::before {
  top: 8px;
  width: 19px;
  right: 0;
  left: auto;
  opacity: 0;
  transition: all 0.5s;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
  background: #3b322a;
  height: 4px;
}
.menu-open .hamberger-btn span:after {
  height: 4px;
}
.menu-open .hamberger-btn span {
  transform: rotate(149deg) translateX(20px);
  top: 10px;
  left: 34%;
  width: 50px;
}
.menu-open .hamberger-btn {
  background: none;
  opacity: 1;
  visibility: visible;
}
.menu-open .hamberger-btn span {
  background: #FDFBF7;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-120deg) translateX(0px);
  top: 0;
  width: 50px;
}
.menu-open .hamberger-btn span::after {
  background: #FDFBF7;
}
.menu-open .hamberger-btn::after {
  content: "CLOSE";
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: #2B2B2B;
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, right 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
    z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, right 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
    z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 103;
  opacity: 1;
  height: 100vh;
  position: fixed;
  width: 89%;
  right: 0;
  left: auto;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 100px;
}
.js-scroll .btn-cus {
  padding-left: 1px;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .hamberger-btn {
    width: 107px;
    height: 107px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    right: 0;
  }
  .fixed-btn .hamberger-btn {
    opacity: 1;
    visibility: visible;
  }
  .hamberger-btn:hover {
    opacity: 0.8;
    transition: all 1s;
  }
  .menu-open .hamberger-btn span {
    transform: rotate(145deg) translateX(20px);
    top: 37px;
    left: 32%;
    width: 71px;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-112deg) translateX(0px);
    top: 0;
    width: 71px;
  }
  .hamberger-btn span::before,
  .hamberger-btn span::after {
    width: 50px;
  }
  .hamberger-btn span {
    width: 30px;
  }
  .hamberger-btn span::after {
    top: -17px;
  }
}
.hamberger-btn {
  top: 30px;
  right: 20px;
}
#key-box {
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
#key-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/shared/key_sh.webp") no-repeat center top;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 100% 100%;
  content: "";
  z-index: 4;
}
#key-box .keyvisual li {
  height: 100dvh;
}
#key-box .keyvisual,
#key-box .keyvisual .slick-list,
#key-box .keyvisual .slick-track {
  height: 100%;
}
footer {
  position: relative;
  margin-top: 0;
  padding: 55px 0 0;
  color: #2B2B2B;
}
footer .logo {
  width: 30%;
}
footer .logo {
  max-width: 250px;
  margin: 0 auto 6vw;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #181818;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-top: 1px solid #5e5e5e;
}
.menu-open #fixed-sp {
  display: none;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 19%;
  height: 72px;
}
#fixed-sp ul li:nth-child(1) {
  width: 70%;
  padding: 0 7%;
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  box-sizing: border-box;
}
#fixed-sp ul li:nth-child(2) img {
  max-width: 40px;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #FDFBF7;
  font-family: "Noto Serif JP", serif;
}
#fixed-sp ul li:nth-child(1) a img {
}
#fixed-sp ul li:nth-child(3) a img {
  width: 29px;
  margin-right: 5px;
}
#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}
footer h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin: 0 auto 8%;
  display: block;
}
footer .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .left {
  width: 470px;
  max-width: 100%;
  margin-bottom: 8%;
}
footer .tel {
  padding: 16px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8%;
  border: 1px solid #2B2B2B;
  width: 90%;
  margin: 0 auto 7vw;
}
footer .tel img {
  width: auto;
}
footer .tel dt {
  margin-bottom: 2vw;
  text-align: center;
}
footer .tel dt span {
  font-size: 30px;
  margin-left: 5px;
  margin-top: 5px;
  display: block;
}
footer .tel dt span:before {
  content: "";
  background: url("../images/shared/icon_tel_black.webp") no-repeat;
  width: 20px;
  height: 25px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -7%;
  margin-right: 2%;
  margin-top: -2px;
}
footer .shopinfo {
  margin-bottom: 5vw;
}
footer .shopinfo .col {
  width: 100%;
}
footer .shopinfo .col .info {
  padding: 0 5%;
  margin-bottom: 12vw;
}
footer .shopinfo .col .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #d1d0c9;
  padding: 5px 0;
  font-size: 14px;
}
footer .shopinfo .col .info dl dt {
  width: 88px;
}
footer .shopinfo .col .info dl dd {
  width: calc(100% - 88px);
}
footer .shopinfo #gmap {
  width: 100%;
}
footer .shopinfo #gmap iframe {
  width: 100%;
  height: 480px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
footer .g-btn {
  margin-bottom: 5vw;
  justify-content: center;
}
footer .g-btn .col {
  width: 48%;
}
footer .g-btn .col .btn-cus {
  width: 100%;
}
footer .g-btn .col .btn2 {
  text-align: right;
  font-size: 11px;
  margin-right: 10%;
}
footer .box {
  padding: 6% 5%;
  border: 1px solid #b0a89e;
  margin-bottom: 10vw;
}
footer .box h3 {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 5vw;
}
footer .box .txt {
  text-align: center;
  font-size: 13px;
}
footer address {
  font-size: 13px;
}
footer address span {
  display: block;
}
footer .tel dd {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #6d6d6d;
}
footer .tel dd small {
  font-size: 12px;
}
footer .banner {
  position: relative;
  margin-bottom: 8%;
}
footer .banner span {
  position: absolute;
  font-size: 4vw;
  font-weight: bold;
  z-index: 10;
  top: 18%;
  left: 6%;
  line-height: 1.5;
}
footer .right {
  width: 485px;
  max-width: 100%;
}
footer .right .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}
footer .right .info dl dt {
  width: 79px;
}
footer .right .info dl dd {
  width: calc(100% - 60px);
  padding-left: 5px;
  box-sizing: border-box;
}
footer .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 8% 0 32vw;
  background: #2B2B2B;
  color: #FDFBF7;
}
footer .bottom .banner1 {
  margin-bottom: 30px;
  width: 60%;
  margin: 0 auto 15px;
}
footer .bottom .banner2 {
  margin-bottom: 30px;
  width: 60%;
  margin: 0 auto 30px;
}
footer #socialbuttons {
  margin-bottom: 30px;
}
footer .bottom .address span {
  font-size: 14px;
}
footer .bottom .address span a {
  text-decoration: underline;
  display: block;
}
.fixed_bottom {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: auto;
  z-index: 98;
  width: 51%;
}
.fixed_bottom .close {
  position: absolute;
  top: -22px;
  left: 14px;
  line-height: 0;
  cursor: pointer;
}
.fixed_bottom:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  footer .shopinfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
  }
  footer .shopinfo .col {
    width: 688px;
  }
  footer .shopinfo .col .info {
    width: 580px;
    margin-left: 97px;
    padding: 0;
    margin-bottom: 0;
  }
  footer .shopinfo .col .row {
    display: flex;
    margin-left: 45px;
    margin-bottom: 5px;
  }
  footer .shopinfo .col .info dl {
    line-height: 30px;
    padding: 14.5px 0;
  }
  footer .shopinfo .col .info dl dt {
    width: 175px;
    padding-left: 11px;
    box-sizing: border-box;
  }
  footer .shopinfo .col .info dl dd {
    width: calc(100% - 152px);
    letter-spacing: 1.5px;
  }
  footer .shopinfo #gmap {
    width: calc(100% - 689px);
    margin-top: 46px;
    max-width: 62%;
    padding-left: 60px;
  }
  footer .shopinfo #gmap iframe {
    height: 947px;
  }
  footer .g-btn {
    margin: 0 0 76px;
    justify-content: space-between;
  }
  footer .g-btn .col {
    width: 45%;
  }
  footer .g-btn .col .btn-cus {
    width: 449px;
    margin-left: 0;
    max-width: none;
  }
  footer .g-btn .col .btn-cus a:before,
  footer .g-btn .col .btn-cus span:before {
    border: 1px solid #aba298;
  }
  footer .g-btn .col .btn-cus:after {
  }
  footer .g-btn .col .btn2 {
    font-size: 14px;
    margin-top: 7px;
    margin-right: 10px;
  }
  footer .g-btn .col .btn2 a:hover {
    text-decoration: underline;
  }
  footer .box {
    padding: 36px;
    margin-bottom: 131px;
  }
  footer .box h3 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  footer .box .txt {
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 36px;
  }
  footer address {
  }
  footer address a:hover {
    text-decoration: underline;
  }
  footer address span {
  }
  footer .tel dd {
  }
  footer .tel dd small {
  }
  footer .banner {
  }
  footer .banner span {
  }
  footer .right {
  }
  footer .right .info dl {
  }
  footer .right .info dl dt {
  }
  footer .right .info dl dd {
  }
  footer .bottom {
    padding: 52px 0;
  }
  footer .bottom .banner1 {
    margin-bottom: 20px;
    width: auto;
  }
  footer .bottom .banner2 {
    margin-bottom: 10px;
    width: auto;
  }
  footer .bottom .address span {
  }
  footer .bottom .address span a {
  }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /*.fixed-btn footer:after {
    background: #2B2B2B;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* .fixed-btn footer:after {
     background: #2B2B2B;
     content: "";
     position: fixed;
     bottom: 0px;
     left: 0;
     right: 0;
     height: 36px;
     z-index: 97;
   }
   #fixed-sp {
     bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
   #pagetop {
     bottom: 85px !important;
   }*/
}
.btn-cus {
  position: relative;
  background-position: right 25px top 20px, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  padding-bottom: 0 !important;
  width: 412px;
  max-width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
.btn-cus.cart {
  margin: 0 auto;
}
.btn-cus.cart a:after {
  content: "";
  background: url("../images/shared/icon_cart.png");
  display: inline-block;
  width: 29px;
  height: 31px;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 27px;
  top: 9px;
}
.btn-cus.cart a:hover:after {
  background: url("../images/shared/icon_cart_white.png");
}
.btn-cus:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3f3a2d;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-cus.white:before {
  background: #FDFBF7;
}
.btn-cus:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.btn-cus a:before,
.btn-cus span:before {
  position: absolute;
  content: "";
  border: 1px solid #2B2B2B;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-cus.white a:before,
.btn-cus.white span:before {
  position: absolute;
  content: "";
  border: 1px solid #9d8f86;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-cus:hover a,
.btn-cus:hover span {
  color: #FDFBF7;
}
.btn-cus.white:hover a,
.btn-cus.white:hover span {
  color: #2B2B2B;
}

.btn-cus:hover:after {
  border-right: 2px solid #FDFBF7;
  border-bottom: 2px solid #FDFBF7;
}
.btn-cus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  margin-top: -5px;
}
.btn-cus.white:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-right: 1px solid #FDFBF7;
  border-bottom: 1px solid #FDFBF7;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  margin-top: -4px;
}
.btn-cus a,
.btn-cus span {
  display: block;
  font-size: 4vw;
  line-height: 50px;
  height: 50px;
  text-align: center;
}
.btn-cus.white a,
.btn-cus.white span {
  color: #FDFBF7;
}
.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (max-width: 767px) {
  .btn-cus:hover a,
  .btn-cus:hover span {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .btn-cus.cart a:after {
    left: 67px;
    top: 25px;
  }
  .btn-cus.cart:after {
    right: 15%;
  }
  footer .row1 {
    flex-direction: row;
  }
  footer .row1 .col1 .logo {
    width: 200px;
    margin: 0 auto 20px;
  }
  footer .row1 .col1 .ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .row1 .col1 .insta {
    margin: 0 auto 7vw;
    text-align: center;
  }
  footer .row1 .col1 .insta img {
    width: auto;
  }
  footer .row1 .col1 {
    width: 317px;
  }
  footer .row1 .col2 {
    padding: 0 0;
    margin-bottom: 19px;
    width: 694px;
  }
  footer .row1 .col3 {
    width: 324px;
  }
  footer .row1 .col2 .address {
    text-align: left;
    margin-bottom: 18px;
    line-height: 24px;
  }
  footer .row1 .col2 .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    margin-bottom: -11px;
  }
  footer .row1 .col2 .info dl dt {
    display: inline;
    margin-right: 10px;
    word-break: keep-all;
  }
  footer .row1 .col2 .info dl dd {
    position: relative;
    padding-left: 15px;
  }
  footer .row1 .col2 .info dl dd span {
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .row1 .col3 .bnr {
    width: auto;
    margin: 0 auto 5vw;
  }
  footer .row2 {
    flex-direction: row;
    padding: 0 20px;
  }
  footer .row2 address {
    font-size: 12px;
    text-align: left;
    padding: 0;
  }
  footer .row2 address span {
    display: block;
    line-height: 1;
    margin-bottom: 5vw;
  }
  footer .row2 address span:hover {
    text-decoration: underline;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  .btn-cus a,
  .btn-cus span {
    display: block;
    font-size: 20px;
    line-height: 74px;
    height: 74px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 2;
    position: relative;
  }
  .btn-cus:after {
    border-right: 2px solid #525252;
    border-bottom: 2px solid #525252;
  }
  .btn-cus.white:after {
    border-right: 2px solid #FDFBF7;
    border-bottom: 2px solid #FDFBF7;
    right: 49px;
  }
  .btn-cus.white:hover:after {
    border-right: 2px solid #2B2B2B;
    border-bottom: 2px solid #2B2B2B;
  }
  .btn-cus {
    width: 380px;
    margin-left: auto;
    margin-right: 0;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
******************** header ******************
*=============================================*/
  header {
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 0;
    position: absolute;
    transform: none;
    width: 350px;
    max-width: 100%;
    margin-top: 28px;
    margin-left: 66px;
    z-index: 55;
    left: auto;
    top: 0;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 14px;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 240px;
    left: 63px;
    color: #FDFBF7;
    text-shadow: none;
    letter-spacing: 11px;
    white-space: nowrap;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow-x: hidden;
  }
  .nav-header .nav a {
    font-size: 50px;
    margin-bottom: 80px;
  }
  .nav-header .g_btn {
    margin: inherit;
    /* border-left: 1px solid #FDFBF7; */
    width: 166px;
  }
  .nav-header .g_btn li {
    font-size: 11px;
    align-self: center;
    margin: 0 18px;
    /* transition: all 0.5s; */
    padding-top: 7px;
  }
  .nav-header .g_btn li a:hover {
    opacity: 0.5;
  }
  .nav-header .g_btn li:first-child {
    border-left: 1px solid #FDFBF7;
    padding-left: 20px;
  }
  .nav-header .g_btn li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-header .g_btn li.map a:before {
    /* content: url("../images/shared/icon_map.png"); */
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .g_btn li.blog a:before {
    content: url("../images/shared/icon_blog.png");
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
  }
  /*=============================================
******************* nav-fixed ****************
*=============================================*/
  .nav-header {
    top: 0;
    position: absolute;
    width: 622px;
    opacity: 0;
    visibility: visible;
    z-index: -1;
  }
  .menu-open .nav-header {
    /* display: block; */
    width: 622px;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .menu-open .nav-header .nav {
    position: relative;
    padding-top: 20%;
    margin-bottom: 110px;
  }
  .nav-header .insta {
    width: auto;
    margin: 72px auto 100px;
  }
  .nav-header .btn-cus {
    margin: 0 auto;
    width: 465px;
    padding-left: 1px;
  }
  .nav-header .btn-cus a {
    font-size: 20px;
  }
  .nav-header .btn-cus:after {
    right: 35px;
    width: 10px;
    height: 10px;
  }
  .nav-header a.nav-main,
  .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.2em;
    color: #FDFBF7;
    font-size: 24px;
    width: 100%;
    height: 100%;
    padding: 21px 57px;
    margin: 0;
    font-weight: 500;
  }
  .nav-header a.nav-main.active,
  .nav-header .sub-nav {
  }
  .nav-header a.nav-main:hover {
  }
  .nav-header a.nav-main::after,
  .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    background: #2B2B2B;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
  }
  .nav-header li a.nav-main.active::after,
  .nav-header li:hover a.nav-main::after,
  .nav-header li.sub-nav.active::after {
    width: 90%;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FDFBF7;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #2B2B2B;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  /*=============================================
******************* keyvisual ****************
*=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
  }
  #head-key .tel {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 5;
    color: #FDFBF7;
    line-height: 42px;
    text-align: left;
    width: 320px;
    white-space: nowrap;
  }
  #head-key .tel dt {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
  }
  #head-key .tel dt span {
    font-size: 36px;
    letter-spacing: 2px;
    margin-left: 17px;
    position: relative;
  }
  #head-key .tel dt span:before {
    content: "";
    background: url(../images/shared/icon_tel.png) no-repeat;
    width: 23px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -7%;
    margin-right: 2%;
    margin-top: -2px;
    position: absolute;
    top: 16px;
    left: -8px;
  }
  #head-key .sns {
    position: absolute;
    right: 60px;
    top: 508px;
    z-index: 5;
  }
  #head-key .sns li {
    margin-bottom: 35px;
  }
  #head-key .nav-h {
    position: absolute;
    left: 105px;
    top: 462px;
    z-index: 4;
  }
  #head-key .nav-h li a {
    color: #FDFBF7;
    font-size: 20px;
    letter-spacing: 3px;
  }
  #head-key .nav-h li {
    margin-bottom: 19px;
    color: #FDFBF7;
  }
  #head-key .nav-h li > span {
    display: flex;
    align-items: center;
    position: relative;
  }
  #head-key .nav-h li > span a:hover {
    opacity: 0.8;
  }
  #head-key .nav-h li a span {
    position: relative;
  }
  #head-key .nav-h li a span::after {
    height: 1px;
    background: #FDFBF7;
    content: "";
    position: absolute;
    bottom: -1px;
    left: -111px;
    transition: all 0.4s ease;
    width: 0;
  }
  #head-key .nav-h li a span:hover::after,
  #head-key .nav-h li a.active span::after {
    /* right: 0; */
    width: calc(100% + 111px);
  }
  #head-key .header-nav {
    position: absolute;
    right: 55px;
    top: 59px;
    width: 1206px;
    max-width: 73%;
    z-index: 110;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding-right: 20px;
  }
  #head-key .header-nav .nav-h {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-self: center;
    margin-top: 30px;
    margin-right: 39px;
  }
  #head-key .header-nav .insta {
    align-self: center;
    margin-top: 30px;
    width: 28px;
  }
  #head-key .header-nav .nav-h a {
    font-size: 20px;
    display: inline-block;
    position: relative;
  }
  #head-key .header-nav .nav-h li {
    position: relative;
    min-width: 119px;
    text-align: center;
  }
  #head-key .header-nav .nav-h li:nth-child(2) {
    min-width: 127px;
  }
  #head-key .header-nav .nav-h li .jp {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    width: 100%;
    display: none;
  }
  #head-key .header-nav .nav-h li .active .en {
    display: none;
  }
  #head-key .header-nav .nav-h li .jp {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #head-key .header-nav .nav-h li .active .jp {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
  }
  #head-key .header-nav .nav-h li:hover .jp {
    display: block;
  }
  #head-key .header-nav .nav-h li:hover .en {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    display: none;
  }
  #head-key .header-nav .nav-h li:hover .jp {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
  }
  #head-key .header-nav .nav-h li a::after {
    width: 0%;
    height: 2px;
    background: #2B2B2B;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: all 0.4s ease;
  }
  #head-key .header-nav .nav-h li:hover a:after,
  #head-key .header-nav .nav-h li a.active:after {
    width: 100%;
  }
  #head-key .header-nav .tel {
    margin-right: 0;
    text-align: left;
    padding-left: 26px;
    min-width: 230px;
    margin-top: 13px;
  }
  #head-key .header-nav .tel dt {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
  #head-key .header-nav .tel dd {
    font-size: 26px;
    letter-spacing: 0px;
  }
  #key-box {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    margin-left: auto;
    min-height: auto;
    position: relative;
  }
  #key-box .bnr {
    position: absolute;
    right: 69px;
    top: 44px;
    z-index: 5;
  }
  #key-box .bnr a {
    display: block;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 100dvh;
  }
  .head-info {
    width: 300px;
    margin-right: 50px;
    text-align: center;
    padding-top: 65px;
  }
  .head-info dl {
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -12px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul li {
    display: flex;
    justify-content: center;
  }
  .head-info ul li a {
    letter-spacing: 0.05em;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    width: 190px;
    position: relative;
    border-bottom: 1px dashed transparent;
  }
  .head-info ul li.active a,
  .head-info ul li:hover a {
    border-bottom: 1px dashed #2B2B2B;
  }
  /*=============================================
******************* footer *******************
*=============================================*/
  footer {
    position: relative;
    padding: 47px 0 0;
  }
  footer nav {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 197px;
    flex-wrap: wrap;
    margin-top: 19px;
    margin-bottom: 99px;
    position: absolute;
    top: -21px;
    left: 603px;
  }
  footer nav > a {
    margin-right: 15px;
    color: #FDFBF7;
    text-align: left;
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: 2px;
    line-height: 32px;
    position: relative;
  }
  footer nav > a.active,
  footer nav > a:hover {
    color: #FDFBF7;
    transition: all 1s;
  }
  footer nav > a.active:before,
  footer nav > a:hover:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #FDFBF7;
    left: -36px;
    top: 16px;
  }
  footer .logo {
    text-align: center;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
  }
  footer .info-footer dl dt {
    font-weight: bold;
  }
  footer {
  }
  footer .wrap2 {
    max-width: 1400px;
    margin: 0 auto;
  }
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer .left {
    width: 471px;
  }
  footer .tel {
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 33px;
    width: 415px;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 60px;
  }
  footer .tel dt {
    margin-bottom: -4px;
  }
  footer .tel dt span {
    position: relative;
    font-size: 42px;
    margin-left: 17px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
  }
  footer .tel dt span:before {
    width: 23px;
    height: 27px;
  }
  footer .tel dd {
    font-size: 12px;
    letter-spacing: 0px;
  }
  footer .tel dd > span {
    margin-bottom: -7px;
    display: block;
  }
  footer .banner {
    position: relative;
    margin-bottom: 30px;
  }
  footer .banner span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    top: 19px;
    left: 30px;
    line-height: 28px;
  }
  footer .right {
    width: 485px;
  }
  footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  footer .right .info dl dt {
    width: 150px;
  }
  footer .right .info dl dd {
    width: calc(100% - 150px);
    padding-left: 0;
  }
  footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .bottom .address span {
    text-align: right;
  }
  footer .bottom .address span a {
    text-decoration: underline;
  }
  footer .bottom .address span a:hover {
    text-decoration: none;
  }
  .fixed_bottom {
    right: inherit;
    right: 0;
    width: auto;
    bottom: 10px;
    left: auto;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: auto;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
    margin: 0 auto 30px;
    position: relative;
  }
  address {
    padding: 25px 0 10px;
  }
  address span {
    display: block;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #FDFBF7;
  border: none;
  outline: none;
  background: #E65F3A;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #E65F3A; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url("../images/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #FDFBF7;
}
.slick-next {
  right: 0;
  background: url("../images/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: "";
  color: #FDFBF7;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #2B2B2B;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  border: 2px solid #2B2B2B;
  background: #2B2B2B;
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
#head-key h1.txt-vertical {
  position: absolute;
  width: calc(100% - 78px);
  height: auto;
  writing-mode: inherit;
  -o-writing-mode: inherit;
  -ms-writing-mode: inherit;
  -moz-writing-mode: inherit;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 6px;
  top: 13vw;
  bottom: inherit;
  height: auto;
  z-index: 6;
  line-height: 16px;
  color: #FDFBF7;
}
@media only screen and (min-width: 768px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
  /*=============================================
   * text vertical
   *=============================================*/
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  @-moz-document url-prefix() {
    .txt-vertical-pc .txt-latin {
      position: relative;
      left: 4px;
    }
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #2B2B2B;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/* Scss Document */
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}
html a:hover {
  text-decoration: none;
}
html .wrap {
  padding: 0 3%;
  width: auto;
  max-width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
html #socialbuttons .social-line {
  width: 92px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
.txt,
.txt2 {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    min-width: 1120px;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#attention {
  padding: 9vw 0 10vw;
}
#attention .box {
  background: url("../images/shared/attention_bg.webp") repeat;
  padding: 8% 5% 6%;
  color: #FDFBF7;
}
#attention .box h2 {
  margin-bottom: 6vw;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 3px;
}
#attention .box h2 span {
  display: inline-block;
  border-bottom: 1px solid #FDFBF7;
  padding-bottom: 3vw;
}
#attention .box .txt {
  margin-bottom: 8vw;
  font-size: 14px;
}
#attention .box .txt2 {
  margin-bottom: 5vw;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #key-box:before {
    display: none;
  }
  #attention {
    padding: 95px 0;
  }
  #attention .box {
  }
  #attention .box {
    padding: 66px 0 74px;
    margin: 0 -100px;
  }
  #attention .box h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #attention .box h2 span {
    padding-bottom: 15px;
  }
  #attention .box .txt {
    margin-bottom: 29px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  #attention .box .txt2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
  }
}

/* kv コロナpopup */

.btn-cus.white.kv_nav:after {
  right: 23px !important;
}

#head-key .nav-h li p a:hover {
  color: black;
}

.kv_nav {
  margin-left: 0px !important;
}

.kv_nav > a {
  font-size: 15px !important;
}

.sp_popup {
  margin: 20px auto !important;
}

.btn-cus.white.sp_popup a {
  color: #2B2B2B !important;
}

.btn-cus.white.kv_nav.sp_popup:after {
  right: 23px !important;
}

.btn-cus.white.sp_popup:after {
  border-right: 1px solid #2B2B2B !important;
  border-bottom: 1px solid #2B2B2B !important;
}

@media only screen and (min-width: 768px) {
  .sp_popup {
    display: none;
  }
}

/* Footer Logo Sizes */
.f_logo_img {
  max-width: 400px;
  max-height: 180px;
  margin: 0 auto;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .f_logo_img {
    max-width: 250px;
    max-height: 100px;
  }
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDFBF7;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #2B2B2B;
  opacity: 0;
  animation: fadeInPreloader 2s ease forwards;
  letter-spacing: 4px;
}

@keyframes fadeInPreloader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .preloader-text {
    font-size: 16px;
    letter-spacing: 8px;
  }
}

/* ====== GOLD AND ACCENT OVERRIDES ====== */
.btn-cus a:before, .btn-cus span:before {
    border-color: #a78f3b !important; /* Gold fine border */
}
.btn-cus:before {
    background-color: #E65F3A !important; /* Shu-iro background on hover */
}
.btn-cus:hover a, .btn-cus:hover span {
    color: #FDFBF7 !important; /* Kinari text on hover */
}
.line-sp, .line-v, .line-v-left {
    border-color: #a78f3b !important; /* Gold accents for headings */
}
.color1 {
    color: #E65F3A !important; /* Shu-iro for strong accents */
}
a {
    color: #E65F3A;
    transition: all 0.3s ease;
}
a:hover {
    color: #8A9955; /* Matcha green on link hover */
}

/* ====== FIXED SP MENU OVERRIDES ====== */
#fixed-sp {
  background: #2B2B2B !important; /* Sumi-iro background */
  border-top: 1px solid #E65F3A !important; /* Shu-iro accent border */
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #555 !important;
  border-right: 1px solid #555 !important;
}
#fixed-sp ul li a {
  color: #FDFBF7 !important; /* Kinari text */
  text-decoration: none;
  font-weight: bold;
}
#fixed-sp ul li.btn-tel a {
  background: #E65F3A; /* Shu-iro background for CTA */
  color: #FDFBF7 !important;
  font-size: 15px;
}
#fixed-sp ul li.btn-map a, #fixed-sp ul li.btn-up a {
  font-size: 12px;
}
