@charset "utf-8";
/* CSS Document */
/*------------------------------ここからFV------------------------------*/
.slider-fade {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 374.97 / 278.48;
  margin: 0px auto 0; /*topは110-42.39=67.61*/
  overflow: hidden;
  touch-action: pan-y;
}
.slider-fade img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.slider-fade img.active {
  opacity: 1;
  z-index: 1;
}
.dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
}
.dot {
  display: inline-block;
  width: 5.78px;
  height: 5.78px;
  margin: 0 5.3px;
  background-color: #CFBEAF;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #39210C;
}
/*------------------------------ここまでFV / ここからSNSでSNSのアイコン------------------------------*/
.facebook-image img {
  width: 35px;
}
.facebook-image:hover {
  opacity: 0.6;
}
.instagram-image img {
  width: 35px;
}
.instagram-image:hover {
  opacity: 0.6;
}
.x-image img {
  width: 32px;
}
.x-image:hover {
  opacity: 0.6;
}
.blog-image img {
  width: 42px;
}
.blog-image:hover {
  opacity: 0.6;
}
.base-image img {
  width: 50.81px
}
.base-image:hover {
  opacity: 0.6;
}
/*------------------------------ここからBOTTOMLINEのSNS------------------------------*/
.sns_bottomline_logo {
  margin: 0 20%; /*75px/375px=20%*/
}
@media (max-width: 430px) {
  .sns_bottomline_logo {
    width: max(60%, 225px);
    text-align: center;
    margin: 0 auto; /*75px/375px=20%*/
  }
}
@media (min-width: 1024px) {
  .sns_bottomline_logo {
    width: 230px;
    margin: 0 auto;
  }
}
.sns_bottomline_logo img {
  width: 100%;
}
.sns_bottomline ul {
  display: flex;
  margin: 25px 18% 0;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  .sns_bottomline ul {
    width: 240px;
    margin: 25px auto 0;
    box-sizing: border-box;
  }
}
.sns_bottomline h2 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 430px) {
  .sns_bottomline h2 {
    font-size: max(7.5vw, 2.8rem);
  }
}
.sns_bottomline p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0rem;
  margin-top: 20px;
}
/*------------------------------ここからwomensのSNS------------------------------*/
.sns_womens {
  margin-top: 80px;
}
.sns_womens_logo {
  margin: 0px 15%; /*75px/375px=20%*/
}
@media (max-width: 430px) {
  .sns_womens_logo {
    width: max(calc(65%), 255px);
    text-align: center;
    margin: 0 auto; /*75px/375px=20%*/
  }
}
@media (min-width: 1024px) {
  .sns_womens_logo {
    width: 265px;
    margin: 0 auto;
  }
}
.sns_womens_logo img {
  width: 100%;
}
.sns_womens ul {
  display: flex;
  margin: 12px 30% 0;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  .sns_womens ul {
    width: 150px;
    margin: 12px auto 0;
    box-sizing: border-box;
  }
}
.sns_womens h2 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
  line-height: 2.4rem;
}
@media (max-width: 430px) {
  .sns_womens h2 {
    font-size: max(7.5vw, 2.8rem);
  }
}
.sns_womens p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0rem;
  margin-top: 20px;
}
.womens-instagram {
  margin-top: 19px;
}
/*------------------------------ここからsk8のSNS------------------------------*/
.sns_sk8 {
  margin-top: 80px;
}
.sns_sk8_logo {
  margin: 0px 20%; /*75px/375px=20%*/
}
@media (max-width: 430px) {
  .sns_sk8_logo {
    width: max(60%, 225px);
    text-align: center;
    margin: 0 auto; /*75px/375px=20%*/
  }
}
@media (min-width: 1024px) {
  .sns_sk8_logo {
    width: 230px;
    margin: 0 auto;
  }
}
.sns_sk8_logo img {
  width: 100%;
}
.sns_sk8 ul {
  display: flex;
  margin: 25px 25% 0;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  .sns_sk8 ul {
    width: 187.5px;
    margin: 25px auto 0;
    box-sizing: border-box;
  }
}
.sns_sk8 h2 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-top: 40px;
  line-height: 3.0rem;
}
@media (max-width: 430px) {
  .sns_sk8 h2 {
    font-size: max(7.5vw, 2.8rem);
  }
}
.sns_sk8 p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0rem;
  margin-top: 20px;
}
/*------------------------------ここからaboutとonlneshopへのパララックスボタン------------------------------*/
.about-store {
  background-image: url("../image/top/button-back-image.jpg");
  background-size: cover;
  background-position: 0px -30px;
  height: 130px;
  display: flex;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  margin: 80px 0 0 0;
  position: relative;
}
.about-store a {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.70);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s ease; /* ゆっくり変化*/
}
.about-store a:hover {
  background-color: rgba(60, 60, 60, 0.70);
}
.about-store::after {
  position: absolute; /*--positionを追加--*/
  bottom: 26px;
  left: 50%;
  margin: 0;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 70px;
  background-color: #ffffff; /*--縦線の色--*/
}
/*------------------------------ここからACCESS------------------------------*/
.access h2 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin: 80px auto 40px;
  line-height: 3.0rem;
}
@media (max-width: 430px) {
  .access h2 {
    font-size: max(7.5vw, 2.8rem);
  }
}
/*店舗情報やプラスマイナスなどを表示させない仕組みここから*/
* {
  margin: 0;
  padding: 0;
}
#map {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
iframe {
  width: 100%;
  height: 580px; /*calc(#map heightの280px + 300px)*/
  margin-top: -150px;
}
/*店舗情報やプラスマイナスなどを表示させない仕組みここまで*/
.address {
  text-align: left;
  margin: 20px 0 0 20px;
  text-decoration: none !important;
}
.address h3 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  line-height: 2.0rem;
}
@media (min-width: 1024px) {
  .address h3 {
    font-size: 2.0rem;
  }
}
.address_div {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 15px;
  margin-top: 5px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .address_div {
    font-size: 1.5rem;
    line-height: 13px;
  }
}
.tel {
  margin-top: 5px;
}
.hyphen {
  vertical-align: middle;
  line-height: 0.8rem;
  font-family: "Noto+Sans+JP";
}
.hyphen-wrap {
  display: flex;
  align-items: center; /* 縦中央揃え */
  height: 1.4em; /* 必要に応じて調整 */
}
@media (min-width: 1024px) {
  .tel {
    font-size: 1.5rem;
  }
}
.address_wrapper {
  position: relative;
}
.google-map {
  font-family: "Crimson Text", serif;
  position: absolute;
  top: 0;
  right: 20px;
}
.google-map a {
  color: #362109;
  border: 1px solid #362109;
  border-radius: 3px;
  padding: 6px 12px 6px 17px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .google-map a {
    font-size: 1.4rem;
  }
}
.google-map a:hover {
  background-color: #362109;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* Googlemapのくの字 */
.arrow-line {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #362109;
  border-bottom: 1px solid #362109;
  transform: rotate(-45deg);
  vertical-align: middle;
  z-index: 1;
}
.google-map a:hover .arrow-line {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}