@media screen and (min-width: 768px) {
  .txt {
    line-height: 45px;
  }
}

#key {
  background-image: url("../img/shop/key.jpg");
  background-position: 38%;
}

#sec1 {
  padding: 18vw 0;
  position: relative;
}

#sec1:before {
  content: '';
  height: 60vw;
  background-image: url("../img/shop/sec1_deco.png");
  background-repeat: repeat-x;
  background-size: 36vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec1 h2 {
  margin: 0 -5vw 10vw;
}

#sec1 h2 small {
  margin-bottom: 2vw;
}

#sec1 h3 {
  font-size: 10vw;
  letter-spacing: 0.15em;
  line-height: 10vw;
  margin: 0 auto -35vw;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

#sec1 h3:before {
  content: '';
  width: 1px;
  background: #222;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#sec1 h3:after {
  content: '';
  width: 1px;
  background: #222;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#sec1 .list {
  position: absolute;
  top: 67vw;
  right: 3vw;
  z-index: 1;
}

#sec1 .list li {
  font-size: 4vw;
  letter-spacing: 0.16em;
  font-weight: 500;
  line-height: 7vw;
  width: 7vw;
  height: 35vw;
  background-image: url("../img/shop/ttl_bg1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 6vw;
}

#sec1 .list li + li {
  margin-left: 1vw;
}

#sec1 .img {
  height: 70vw;
  margin: 0 -6.7vw 6vw;
}

#sec1 .txt {
  margin-bottom: 10vw;
}

#sec1 .bnr-list {
  flex-wrap: wrap;
}

#sec1 .bnr-list li {
  width: 49.4%;
  margin-bottom: 0.8vw;
}

#sec1 .bnr-list li a {
  height: 55vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 8vw;
}

#sec1 .bnr-list li a:after {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec1 .bnr-list li a .ttl {
  font-size: 6.4vw;
  line-height: 8vw;
  letter-spacing: 0.15em;
}

#sec1 .bnr-list li a .arrow {
  width: 10vw;
  margin: 8vw auto 0;
}

#sec1 .bnr-list li a:hover img {
  opacity: 1 !important;
}

#sec1 .bnr-list .bnr1 a:after {
  background-image: url("../img/shop/sec1_btn1.jpg");
}

#sec1 .bnr-list .bnr2 a:after {
  background-image: url("../img/shop/sec1_btn2.jpg");
}

#sec1 .bnr-list .bnr3 a:after {
  background-image: url("../img/shop/sec1_btn3.jpg");
}

#sec1 .bnr-list .bnr4 a:after {
  background-image: url("../img/shop/sec1_btn4.jpg");
}

#sec1 .bnr-list .bnr4 a .arrow {
  margin-top: 4vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 143px 0 30px;
  }
  #sec1:before {
    height: 367px;
    background-size: auto;
  }
  #sec1 h2 {
    margin: 0 0 155px;
  }
  #sec1 h2 small {
    margin: 0 0 17px 20px;
  }
  #sec1 h3 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 auto -210px;
  }
  #sec1 h3:before {
    left: 3px;
    top: 1px;
    bottom: 10px;
  }
  #sec1 h3:after {
    right: 1px;
    top: 1px;
    bottom: 10px;
  }
  #sec1 .list {
    top: 512px;
    right: 101px;
  }
  #sec1 .list li {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 233px;
    padding-top: 47px;
  }
  #sec1 .list li + li {
    margin-left: 5px;
  }
  #sec1 .img {
    height: 650px;
    margin: 0 0 46px;
    position: relative;
    z-index: 0;
  }
  #sec1 .img:before {
    content: '';
    width: 300px;
    height: 300px;
    background-image: url("../img/shared/bg2.jpg");
    position: absolute;
    left: -29px;
    bottom: -28px;
    z-index: -1;
  }
  #sec1 .txt {
    text-align: center;
    margin-bottom: 76px;
  }
  #sec1 .bnr-list {
    max-width: 1016px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
  #sec1 .bnr-list li {
    max-width: 250px;
    margin-bottom: 0;
  }
  #sec1 .bnr-list li a {
    height: 330px;
    padding: 0 0 50px 6px;
  }
  #sec1 .bnr-list li a:after {
    transition: 1s all ease-in-out;
  }
  #sec1 .bnr-list li a .ttl {
    font-size: 40px;
    line-height: 50px;
  }
  #sec1 .bnr-list li a .arrow {
    width: 51px;
    margin: 41px auto 0;
  }
  #sec1 .bnr-list li a:hover:after {
    transform: scale(1.1);
  }
  #sec1 .bnr-list .bnr4 a .arrow {
    margin-top: 25px;
  }
}

#sec2 {
  position: relative;
  padding-bottom: 18vw;
}

#sec2 h2 {
  position: absolute;
  top: 33vw;
  left: 3vw;
  z-index: 1;
}

#sec2 .img-group {
  position: relative;
  z-index: 0;
  margin-bottom: 6vw;
}

#sec2 .img-group:before {
  content: '';
  width: 100vw;
  height: 48vw;
  background-image: url("../img/shop/shadow.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}

#sec2 .txt {
  padding: 0 6.7vw 8vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0 51px 50px;
    margin-top: 19px;
    z-index: 0;
  }
  #sec2 .wrap {
    position: static;
  }
  #sec2 .note {
    margin-right: -34px;
  }
  #sec2 h2 {
    position: relative;
    top: auto;
    left: auto;
    letter-spacing: 0.1em;
    margin: 0 0 3px -5px;
  }
  #sec2 h2 span {
    letter-spacing: 0.1em;
    margin: 0 0 -6px 5px;
  }
  #sec2 .img-group {
    position: absolute;
    left: 0;
    right: 0px;
    top: 48px;
    bottom: 0;
    z-index: -1;
    margin-bottom: 0;
  }
  #sec2 .img-group:before {
    display: none;
  }
  #sec2 .img-group .img1 {
    width: 63.33%;
  }
  #sec2 .img-group .img2 {
    width: 36.67%;
  }
  #sec2 .col-text {
    width: 666px;
    margin-top: 404px;
  }
  #sec2 .txt {
    padding: 0;
    color: #fff;
    margin-bottom: 22px;
  }
}

#sec3 {
  padding: 18vw 6.7vw;
  position: relative;
  z-index: 0;
}

#sec3:before {
  content: '';
  width: 60vw;
  height: 70vw;
  background-image: url("../img/shop/sec3_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 15vw;
  top: 5vw;
  z-index: -1;
}

#sec3 h2 {
  margin-bottom: 8vw;
}

#sec3 .txt {
  margin-bottom: 8vw;
}

#sec3 .s3-slider {
  margin-bottom: 8vw;
}

#sec3 .s3-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 52vw;
  z-index: 1;
}

#sec3 .s3-slider .img {
  height: 60vw;
  margin-bottom: 6vw;
}

#sec3 .s3-slider dl dt {
  position: relative;
  margin-bottom: 1vw;
}

#sec3 .s3-slider dl dt:after {
  content: '';
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2vw;
}

#sec3 .s3-slider dl dd {
  font-size: 5vw;
  letter-spacing: 0.15em;
}

#sec3 .s3-slider dl dd small {
  font-size: 4vw;
}

#sec3 .col-list {
  margin-bottom: 12vw;
}

#sec3 .col-list dl {
  line-height: 20px;
  width: 100%;
  display: table;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

#sec3 .col-list dl dt {
  display: table-cell;
  text-align: left;
}

#sec3 .col-list dl dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}

#sec3 .box {
  padding: 6vw;
}

#sec3 .box .ttl {
  font-size: 4.4vw;
  line-height: 6vw;
  letter-spacing: 0.05em;
  margin-bottom: 3vw;
}

#sec3 .box .note {
  font-size: 3.4vw;
  line-height: 6vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3vw;
  margin-bottom: 5vw;
}

#sec3 .box .tel-box {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 111px 0 124px;
  }
  #sec3:before {
    width: 452px;
    height: 356px;
    left: calc(50% - 217px);
    top: 0;
  }
  #sec3 h2 {
    margin-bottom: 19px;
    padding-left: 10px;
  }
  #sec3 h2 small {
    margin-bottom: -4px;
  }
  #sec3 .txt {
    text-align: center;
    margin-bottom: 50px;
  }
  #sec3 .wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  #sec3 .inner {
    max-width: 1350px;
    width: 98%;
    margin-left: auto;
  }
  #sec3 .s3-slider {
    order: 2;
    width: calc(100% - 424px);
    margin-bottom: 0;
  }
  #sec3 .s3-slider .slick-dots {
    top: auto;
    bottom: 33px;
    left: 33px;
  }
  #sec3 .s3-slider .slick-list {
    overflow: visible;
  }
  #sec3 .s3-slider .img {
    height: 550px;
    margin-bottom: 0;
  }
  #sec3 .s3-slider dl {
    width: 424px;
    position: absolute;
    left: -424px;
    top: 46px;
    z-index: 1;
  }
  #sec3 .s3-slider dl dt {
    margin-bottom: 13px;
  }
  #sec3 .s3-slider dl dt:after {
    bottom: 4px;
  }
  #sec3 .s3-slider dl dd {
    font-size: 25px;
  }
  #sec3 .s3-slider dl dd small {
    font-size: 20px;
  }
  #sec3 .col-list {
    order: 1;
    width: 424px;
    margin: 156px 0 0;
  }
  #sec3 .col-list .ttl {
    margin: 0 0 3px -6px;
  }
  #sec3 .col-list dl {
    width: 363px;
    line-height: 25px;
    padding-bottom: 12px;
    margin: 0 0 12px 3px;
  }
  #sec3 .box {
    max-width: 1000px;
    width: 100%;
    margin: 69px auto 0;
    padding: 31px 50px 48px;
  }
  #sec3 .box .ttl {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  #sec3 .box .note {
    font-size: 17px;
    line-height: 35px;
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}

#sec4 {
  background-image: url("../img/shared/bg3.jpg");
  padding: 18vw 0;
}

#sec4 h2 {
  margin-bottom: 6vw;
}

#sec4 .img {
  margin-bottom: 8vw;
}

#sec4 .list {
  line-height: 20px;
  margin-bottom: 8vw;
}

#sec4 .list dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sec4 .list dl dt {
  display: table-cell;
  text-align: left;
}

#sec4 .list dl dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 63px 0 46px;
  }
  #sec4 h2 {
    max-width: 518px;
    width: 47%;
    float: right;
    margin: 25px 0 21px;
  }
  #sec4 h2 small {
    margin-bottom: -4px;
  }
  #sec4 .img {
    width: 50%;
    height: 440px;
    float: left;
    margin: 0 0 0 4px;
  }
  #sec4 .list {
    max-width: 506px;
    width: 47%;
    float: right;
    line-height: 25px;
    margin-bottom: 0;
  }
  #sec4 .list .inner {
    max-width: 437px;
  }
  #sec4 .list dl {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #sec4 .txt {
    text-align: center;
    margin-top: 26px;
  }
}

#sec5 .blk1 {
  position: relative;
  padding: 18vw 6.7vw;
}

#sec5 .blk1:before {
  content: '';
  width: 33.3vw;
  height: 33.3vw;
  background-image: url("../img/shared/deco_top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 3vw;
  top: 3vw;
  z-index: -1;
}

#sec5 .blk1 h2 {
  margin-bottom: 8vw;
}

#sec5 .blk1 h2 small {
  margin-bottom: 3vw;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #222;
}

#sec5 .blk1 .s5-slider {
  line-height: 0;
  margin-bottom: 6vw;
}

#sec5 .blk1 .s5-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vw;
  z-index: 1;
}

#sec5 .blk1 .col-text .txt {
  margin-bottom: 6vw;
}

#sec5 .blk2 {
  padding-bottom: 18vw;
}

#sec5 .blk2 .img {
  height: 70vw;
  margin: 0 -6.7vw 8vw;
}

#sec5 .blk2 h3 {
  margin-bottom: 6vw;
}

#sec5 .blk2 .list {
  line-height: 20px;
}

#sec5 .blk2 .list dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sec5 .blk2 .list dl dt {
  display: table-cell;
  text-align: left;
}

#sec5 .blk2 .list dl dd {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #sec5 .blk1 {
    padding: 143px 0 78px;
  }
  #sec5 .blk1:before {
    width: 250px;
    height: 250px;
    left: 20px;
    top: 20px;
  }
  #sec5 .blk1 .wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  #sec5 .blk1 h2 {
    margin-bottom: 46px;
  }
  #sec5 .blk1 h2 small {
    margin-bottom: 3px;
    text-underline-offset: 2px;
  }
  #sec5 .blk1 .inner {
    max-width: 1350px;
    width: 98%;
    margin-left: auto;
  }
  #sec5 .blk1 .s5-slider {
    order: 2;
    max-width: 798px;
    width: calc(100% - 490px);
    margin-bottom: 0;
  }
  #sec5 .blk1 .s5-slider .slick-dots {
    bottom: 19px;
    left: 42px;
  }
  #sec5 .blk1 .col-text {
    order: 1;
    width: 470px;
    margin-top: 95px;
  }
  #sec5 .blk1 .col-text .txt {
    margin-bottom: 37px;
  }
  #sec5 .blk2 {
    padding-bottom: 69px;
  }
  #sec5 .blk2 .img {
    height: 600px;
    margin: 0 0 34px;
  }
  #sec5 .blk2 h3 {
    margin-bottom: 30px;
  }
  #sec5 .blk2 .list {
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
  }
  #sec5 .blk2 .list .col {
    width: 443px;
  }
  #sec5 .blk2 .list dl {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

#sec6 {
  padding-bottom: 18vw;
}

#sec6 .box {
  padding: 8vw 5vw;
}

#sec6 .box h2 {
  margin-bottom: 4vw;
}

#sec6 .box .tel-box {
  padding: 6vw 0 0;
  margin-top: 6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 117px;
  }
  #sec6 .box {
    padding: 29px 30px 61px;
    text-align: center;
  }
  #sec6 .box h2 {
    padding-left: 11px;
    margin-bottom: 6px;
  }
  #sec6 .box .note {
    line-height: 45px;
  }
  #sec6 .box .tel-box {
    width: 900px;
    padding: 40px 0 0;
    margin: 38px auto 0;
    font-size: 26px;
  }
  #sec6 .box .tel-box span {
    margin-bottom: 4px;
  }
}

.remodal .col {
  border-top: 1px solid;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .remodal .col {
    padding-top: 12px;
  }
}
