@media only screen and (max-width: 767px) {
  header #key .key-box h2 {
    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;
  }
}

#anchor_link {
  padding: 16vw 0px;
}
#anchor_link .sec1-list {
  flex-wrap: wrap;
}
#anchor_link .sec1-list li {
  width: 47%;
  margin-bottom: 3vw;
}
#anchor_link .sec1-list li a {
  letter-spacing: 0.1em;
  font-size: 13px;
  position: relative;
  line-height: 2.5;
  padding: 0px 1%;
  border-bottom: 2px solid #c3c4c4;
  font-weight: 400;
  text-align: left;
}
#anchor_link .sec1-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background: url("../img/stores/sec1_arrow.png") center/cover;
  width: 12px;
  height: 7px;
}
@media only screen and (min-width: 768px) {
  #anchor_link {
    padding: 94px 0px 75px;
  }
  #anchor_link .wrap {
    /* max-width: 930px; */
    max-width: 600px;
  }
  #anchor_link .sec1-list li {
    width: 285px;
    margin-bottom: 11px;
  }
  #anchor_link .sec1-list li a {
    line-height: 58px;
    font-size: 18px;
  }
  #anchor_link .sec1-list li a:hover {
    opacity: 0.8;
  }
}

.sec {
  padding: 10vw 0px;
}
.sec h2 {
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  font-size: 6vw;
  margin: 0px 0px 8vw;
}
.sec h2 span {
  font-size: 4vw;
  color: #d2d2d2;
  text-transform: uppercase;
}
.sec .slide2 {
  margin: 2vw 0px 0px;
}
.sec .slide2 .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
}
.sec .slide2 .slick-track::before,
.sec .slide2 .slick-track::after {
  display: none;
}
.sec .slide2 .slick-slide {
  flex: 1;
}
.sec .slide2 .slick-slide p {
  background: #000;
}
.sec .slide2 .slick-slide p img {
  opacity: 0.5;
}
.sec .slide2 .slick-current p img {
  opacity: 1;
}
.sec h3 {
  text-align: center;
  position: relative;
  margin: 8vw 0px;
  font-size: 6vw;
  font-weight: 400;
}
.sec h3::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 16vw;
  height: 1px;
  transform: translateX(-50%);
  bottom: -4vw;
  background: #fff;
}
.sec .tel {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
.sec .tel i {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.sec .btn-web a {
  margin: 4vw auto;
}
.sec .sns {
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.sec .list {
  margin: 8vw 0px 0px;
}
.sec .list dl {
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.sec .list dl dt {
  width: 26%;
  text-align: right;
}
.sec .list dl dd {
  width: 70%;
  text-align: left;
}
.sec .line {
  border-top: 1px dotted #c3c4c4;
  width: 100%;
  margin: 10vw 0px;
}
@media only screen and (min-width: 768px) {
  .sec {
    padding: 108px 0px 50px;
  }
  .sec h2 {
    font-size: 30px;
    line-height: 56px;
    margin-bottom: 83px;
  }
  .sec h2 span {
    font-size: 20px;
  }
  .sec .box1 {
    width: 598px;
    margin-left: -100px;
  }
  .sec .slide2 {
    margin: 10px 0px;
  }
  .sec .slide2 .slick-track {
    gap: 12px;
  }
  .sec .slide2 p:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .sec .box2 {
    width: 445px;
    margin: 44px 0px 0px;
  }
  .sec h3 {
    font-size: 30px;
    margin: 0px 0px 89px;
  }
  .sec h3 span {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec h3::before {
    width: 110px;
    bottom: -42px;
  }
  .sec .btn-web a {
    margin: 18px auto 21px;
  }
  .sec .list {
    margin: 60px 0px 0px;
  }
  .sec .list dl {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 30px;
  }
  .sec .list dl dt {
    width: 80px;
  }
  .sec .list dl dd {
    width: calc(96% - 80px);
    text-align: left;
  }
  .sec .line {
    width: 1200px;
    margin: 98px -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec .box1 {
    width: 550px;
    margin-left: -40px;
  }
}

#fc {
  position: relative;
  padding: 10vw 0px 0px;
}
#fc::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 150vw;
  background: url("../img/stores/sec3_deco_sp.png") bottom right/cover;
  mix-blend-mode: multiply;
}
#fc .sec3-img1 {
  margin: 0px -10%;
}
#fc h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: 400;
  color: #d2d2d2;
  margin: 32vw 0px 4vw;
  text-transform: uppercase;
}
#fc .sec3-txt1 {
  margin: 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  font-size: 4vw;
  font-weight: 400;
  padding: 0px 4vw;
}
#fc .sec3-img2 {
  position: absolute;
  top: -32vw;
  right: 0px;
  width: 25%;
  max-width: 195px;
}
#fc h3 {
  text-align: center;
  font-size: 6vw;
  line-height: 1.6;
  font-weight: 400;
  margin: 16vw 0px 8vw;
}
#fc .sec3-txt2 p + p {
  margin: 4vw 0px 0px;
}
#fc .sec3-img3 {
  width: 42%;
  margin: 8vw 0px 0px;
  max-width: 190px;
}
#fc .sec3-img4 {
  width: 65%;
  margin: 4vw 0px 8vw auto;
  max-width: 237px;
}
#fc .sec3-btn a {
  margin: 0px auto 6vw;
}
#fc .sec3-btn2 a small {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 1;
}
#fc .sec3-img5 {
  margin: 16vw 0px 0px -12%;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #fc {
    padding: 262px 0px 0px;
  }
  #fc::before {
    background-image: url("../img/stores/sec3_deco.png");
    width: 1328px;
    height: 883px;
  }
  #fc .sec3-img1 {
    margin: 0px auto;
    max-width: calc(100% - 50px);
    height: 700px;
  }
  #fc .sec3-img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #fc h2 {
    font-size: 20px;
    margin: 136px 0px 50px;
  }
  #fc .sec3-txt1 {
    font-size: 16px;
    line-height: 44px;
    padding: 0px 30px;
  }
  #fc .sec3-img2 {
    top: 113px;
    right: -250px;
    width: 195px;
    margin: 0px;
  }
  #fc h3 {
    font-size: 30px;
    margin: 20px 0px 94px;
  }
  #fc .sec3-txt2 {
    text-align: center;
  }
  #fc .sec3-txt2 p + p {
    margin-top: 36px;
  }
  #fc .sec3-img3 {
    width: 190px;
    position: absolute;
    margin: 0px;
    top: 600px;
    left: -150px;
  }
  #fc .sec3-img4 {
    margin: 0px;
    position: absolute;
    width: 237px;
    top: 725px;
    right: -164px;
  }
  #fc .sec3-list {
    width: 700px;
    margin: 160px auto 0px;
  }
  #fc .sec3-btn a {
    margin: 0px;
  }
  #fc .sec3-btn2 a {
    width: 346px;
  }
  #fc .sec3-btn2 a small {
    font-size: 14px;
  }
  #fc .sec3-img5 {
    width: 527px;
    margin: 148px 0px 0px 0px;
  }
} /*# sourceMappingURL=stores.css.map */
