#key {
  height: 133vw;
  background-image: url("../img/index/key.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #key {
    height: 800px;
  }
  #key:after {
    content: '';
    height: 10px;
    background-image: url("../img/shared/line.jpg");
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

#sec1 {
  padding: 14vw 0 22vw;
  position: relative;
  z-index: 0;
  background-image: url("../img/shared/bg4.jpg");
}

#sec1:after {
  content: '';
  width: 116vw;
  height: 39vw;
  background-image: url("../img/index/sec1_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -13.3vw;
  bottom: -8vw;
  z-index: -1;
}

#sec1 .img1 {
  width: 52.7vw;
  margin: 0 0 -5vw auto;
}

#sec1 .row {
  position: relative;
}

#sec1 .row .col-text {
  margin-bottom: 8vw;
}

#sec1 .row .col-text h2 {
  font-size: 8.5vw;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 6vw;
}

#sec1 .row .col-text h2 .eng {
  font-size: 10vw;
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  top: 0.7vw;
}

#sec1 .row .col-text h2 small {
  font-size: 8vw;
}

#sec1 .row .col-text h2 .m0 {
  margin: 0 -3vw;
}

#sec1 .row .col-img .img2 {
  width: 69.3vw;
}

#sec1 .row .col-img .img3 {
  position: relative;
  z-index: 1;
  width: 53.3vw;
  margin: -14.7vw 0 0 auto;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 137px 0 110px;
  }
  #sec1:after {
    width: 870px;
    height: 291px;
    left: calc(50% - 74px);
    bottom: -67px;
  }
  #sec1 .img1 {
    width: 392px;
    margin: 0;
    position: absolute;
    right: -200px;
    top: -87px;
  }
  #sec1 .row {
    flex-direction: row-reverse;
  }
  #sec1 .row .col-text {
    width: 550px;
    margin: 52px -50px 0 0;
  }
  #sec1 .row .col-text h2 {
    font-size: 52px;
    line-height: 1.25;
    margin: 0 0 183px -100px;
  }
  #sec1 .row .col-text h2 .eng {
    display: inline-block;
    font-size: 60px;
    top: 2px;
    margin: 0 6px 0 7px;
  }
  #sec1 .row .col-text h2 small {
    font-size: 48px;
  }
  #sec1 .row .col-text h2 .m0 {
    margin: 0 -22px;
  }
  #sec1 .row .col-img {
    width: 673px;
    margin-left: -260px;
  }
  #sec1 .row .col-img .img2 {
    width: 524px;
  }
  #sec1 .row .col-img .img3 {
    width: 392px;
    margin: -53px 0 0 auto;
  }
}

#sec2 {
  background-image: url("../img/index/sec2_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding: 33.3vw 0 22.7vw;
}

#sec2 h2 {
  font-size: 6.7vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 -4vw 6vw;
}

#sec2 h2 .udl {
  display: inline-block;
  font-size: 6vw;
  letter-spacing: 0;
  position: relative;
}

#sec2 h2 .udl:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec2 h2 .udl.l1 {
  margin-right: -1vw;
}

#sec2 h2 .udl.l1:after {
  right: 3vw;
}

#sec2 h2 .big {
  font-size: 8.3vw;
  letter-spacing: 0;
}

#sec2 h2 .m0 {
  display: inline-block;
  margin-right: -3vw;
}

#sec2 .catch {
  width: 36vw;
  height: 22vw;
  background-image: url("../img/index/sec2_catch.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 6vw;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 5vw;
  position: absolute;
  left: -1vw;
  top: -19vw;
}

#sec2 .beer {
  width: 29.3vw;
  position: absolute;
  top: -47vw;
  right: 4vw;
}

#sec2 .txt {
  font-size: 13px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 167px 0 147px;
  }
  #sec2 h2 {
    font-size: 42px;
    margin: 0 14px 42px 0px;
  }
  #sec2 h2 .udl {
    font-size: 38px;
  }
  #sec2 h2 .udl:after {
    height: 2px;
    bottom: 3px;
  }
  #sec2 h2 .udl.l1 {
    margin-right: -3px;
  }
  #sec2 h2 .udl.l1:after {
    right: 16px;
  }
  #sec2 h2 .db {
    margin: 4px 0 0 20px;
  }
  #sec2 h2 .big {
    font-size: 52px;
  }
  #sec2 h2 .m0 {
    margin-right: -19px;
  }
  #sec2 .catch {
    width: 227px;
    height: 139px;
    font-size: 38px;
    padding-top: 35px;
    left: 171px;
    top: -122px;
  }
  #sec2 .beer {
    width: 350px;
    top: -362px;
    right: -292px;
  }
  #sec2 .txt {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
  }
}

#sec3 {
  position: relative;
  z-index: 0;
  padding: 10px 0 20vw;
}

#sec3:before {
  content: '';
  height: 370px;
  background-image: url("../img/index/sec3_bg_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec3 .note {
  padding: 0 3% 5vw;
}

#sec3 .row1 .photo {
  margin: 0 -20vw;
  width: 65vw;
}

#sec3 .row1 .catch {
  width: 55vw;
  background-image: url("../img/index/sec3_catch.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 0 0 6vw 3vw;
  font-size: 6vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

#sec3 .row1 .catch .db {
  margin-left: 10vw;
}

#sec3 .row2 .col-text {
  margin-top: 8vw;
}

#sec3 .row2 .col-text h3 {
  font-size: 6.4vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.84;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 15px 0 72px;
  }
  #sec3:before {
    height: 523px;
  }
  #sec3 .note {
    max-width: 1195px;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 91px;
  }
  #sec3 .row1 {
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
  }
  #sec3 .row1 .photo {
    margin: 0;
    width: 737px;
    position: absolute;
    top: -100px;
    left: -200px;
  }
  #sec3 .row1 .catch {
    width: 509px;
    padding: 0 0 58px 21px;
    font-size: 50px;
    line-height: 1.25;
    margin: 0 -90px 0 537px;
  }
  #sec3 .row1 .catch .db {
    margin-left: 143px;
  }
  #sec3 .row2 {
    flex-direction: row-reverse;
  }
  #sec3 .row2 .col-text {
    width: 390px;
    margin: 172px 0 0 -50px;
  }
  #sec3 .row2 .col-text h3 {
    font-size: 38px;
    margin: 0 -30px 49px -20px;
  }
  #sec3 .row2 .s3-slider {
    width: 703px;
    margin-right: -100px;
  }
  #sec3 .row2 .s3-slider .slick-dots {
    position: absolute;
    left: -32px;
    bottom: 31px;
    z-index: 1;
  }
}

#sec4 {
  position: relative;
  z-index: 0;
  padding-bottom: 20vw;
}

#sec4:before {
  content: '';
  width: 23vw;
  height: 20vw;
  background-image: url("../img/index/sec4_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5vw;
  top: 12vw;
}

#sec4 h2 {
  font-size: 6.4vw;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 5vw 8vw;
}

#sec4 h2 .lg-jp {
  font-size: 9vw;
  letter-spacing: 0;
}

#sec4 h2 .eng {
  font-size: 10vw;
  font-weight: 400;
  letter-spacing: 0;
}

#sec4 h2 .big {
  font-size: 11vw;
  font-weight: 700;
  display: inline-block;
  margin-left: -1vw;
}

#sec4 .s4-slider {
  padding: 0 8vw;
}

#sec4 .s4-slider .slick-list {
  overflow: visible;
}

#sec4 .s4-slider .col-img .simg {
  width: 45vw;
  position: absolute;
  right: -5vw;
  top: 38vw;
  z-index: 2;
}

#sec4 .s4-slider .col-text {
  background-image: url("../img/shared/bg5.jpg");
  padding: 13vw 5vw 10vw;
  color: #000;
  margin: 0 -4vw;
}

#sec4 .s4-slider .col-text h3 {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 6vw;
}

#sec4 .s4-slider .col-text h3 .ttl-bg {
  display: block;
  background: #8a3011;
  color: #fff;
  padding: 1.5vw 0;
}

#sec4 .s4-slider .col-text h3 .icon {
  margin: 1vw 0;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 137px;
  }
  #sec4:before {
    width: 163px;
    height: 88px;
    right: calc(50% - 505px);
    top: 28px;
  }
  #sec4 h2 {
    font-size: 42px;
    margin: 0 0 44px 25px;
  }
  #sec4 h2 .lg-jp {
    font-size: 52px;
  }
  #sec4 h2 .eng {
    font-size: 58px;
    position: relative;
    top: 2px;
  }
  #sec4 h2 .big {
    font-size: 62px;
    margin-left: -12px;
    position: relative;
    top: 2px;
  }
  #sec4 .s4-slider {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    padding: 0 100px;
  }
  #sec4 .s4-slider .col-img {
    width: calc(100% - 511px);
  }
  #sec4 .s4-slider .col-img .simg {
    width: 3px;
    right: calc(50% + 221px);
    top: 325px;
  }
  #sec4 .s4-slider .col-img .img {
    height: 509px;
  }
  #sec4 .s4-slider .col-text {
    width: 542px;
    min-height: 490px;
    padding: 54px 0px 60px;
    margin: 41px 0 0 -31px;
    position: relative;
    z-index: 1;
  }
  #sec4 .s4-slider .col-text h3 {
    font-size: 28px;
    margin-bottom: 59px;
  }
  #sec4 .s4-slider .col-text h3 .ttl-bg {
    display: table;
    margin: 0 auto;
    min-width: 395px;
    padding: 6px 3px 10px;
  }
  #sec4 .s4-slider .col-text h3 .sm {
    font-size: 27px;
  }
  #sec4 .s4-slider .col-text h3 .sm.fz26 {
    font-size: 26px;
  }
  #sec4 .s4-slider .col-text h3 .icon {
    margin: 8px 0 7px;
  }
  #sec4 .s4-slider .col-text .txt {
    width: 392px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1390px) {
  #sec4 .s4-slider {
    padding: 0 60px;
  }
}

#sec5 {
  background-image: url("../img/shared/bg_line.png");
  padding: 2.7vw;
}

#sec5 .inner {
  background: #272827;
  position: relative;
  padding: 15vw 0vw;
}

#sec5 .inner:before {
  content: '';
  width: 11.3vw;
  height: 22vw;
  background-image: url(../img/index/frame_deco1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#sec5 .inner:after {
  content: '';
  width: 11.3vw;
  height: 22vw;
  background-image: url(../img/index/frame_deco2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#sec5 h2 {
  margin-bottom: 10vw;
}

#sec5 h2 img {
  width: 76vw;
  margin: 0 auto 2vw;
}

#sec5 h2 span {
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}

#sec5 h2 span:before {
  content: '';
  height: 10vw;
  background-image: url("../img/index/h2_deco.png");
  background-repeat: no-repeat;
  background-size: 17vw;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -10vw;
}

#sec5 h2 span small {
  font-size: 6vw;
}

#sec5 .row {
  margin-bottom: 10vw;
}

#sec5 .row .img {
  margin-bottom: 10vw;
}

#sec5 .row .col-text h3 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1.6875;
  font-weight: 500;
  margin-bottom: 5vw;
}

#sec5 .row .col-text h3 .ttl-bg {
  display: table;
  margin: 0 auto;
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 1.5;
  background: #8f7c02;
  padding: 0 10vw 0.5vw;
  margin-bottom: 2vw;
}

#sec5 .row .slick-dots {
  margin-bottom: 5vw;
}

#sec5 .photo {
  margin-bottom: 10vw;
}

#sec5 .btn-group {
  flex-direction: column;
  gap: 3vw;
}

#sec5 .btn-group li a {
  display: block;
  background: #641b02;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 30px 15px 0;
  position: relative;
  text-align: center;
}

#sec5 .btn-group li a:after {
  content: '';
  width: 15px;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  right: calc(50% - 80px);
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 20px;
  }
  #sec5 .inner {
    padding: 36px 0 117px;
  }
  #sec5 .inner:before {
    width: 85px;
    height: 90px;
  }
  #sec5 .inner:after {
    width: 85px;
    height: 90px;
  }
  #sec5 h2 {
    margin-bottom: 63px;
  }
  #sec5 h2 img {
    width: auto;
    margin: 0 auto -3px;
  }
  #sec5 h2 span {
    font-size: 52px;
  }
  #sec5 h2 span:before {
    height: 55px;
    background-size: 99px;
    top: -67px;
  }
  #sec5 h2 span small {
    font-size: 42px;
  }
  #sec5 .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 78px;
  }
  #sec5 .row .img {
    width: 668px;
    margin: 0 -100px 0 0;
  }
  #sec5 .row .s5-slider {
    width: 668px;
    margin-left: -99px;
  }
  #sec5 .row .col-text {
    width: 380px;
    margin: 67px -50px 0 0px;
  }
  #sec5 .row .col-text h3 {
    text-align: left;
    font-size: 32px;
    margin: 0 -20px 40px 0;
  }
  #sec5 .row .col-text h3 .ttl-bg {
    font-size: 28px;
    line-height: 1;
    padding: 4px 43px;
    margin-bottom: 10px;
  }
  #sec5 .row .slick-dots {
    margin-bottom: 0;
    position: absolute;
    right: -41px;
    bottom: 21px;
    z-index: 1;
  }
  #sec5 .row.img--right {
    flex-direction: row-reverse;
  }
  #sec5 .row.img--right .col-text {
    margin: 71px 0 0 -50px;
  }
  #sec5 .row.img--right .col-text h3 {
    margin: 0px -20px 43px -5px;
  }
  #sec5 .photo {
    margin: 86px 0 86px;
  }
  #sec5 .btn-group {
    flex-direction: row;
    gap: 31px;
    margin: 0px;
  }
  #sec5 .btn-group li {
    width: 426px;
  }
  #sec5 .btn-group li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 21px 22px 19px 0;
  }
  #sec5 .btn-group li a:after {
    width: 21px;
    right: 88px;
  }
  #sec5 .btn-group li a:hover {
    opacity: 0.8;
  }
}

#sec6 {
  padding-bottom: 20vw;
}

#sec6 .bg-para {
  height: 104vw;
}

#sec6 .bg-para h2 {
  font-size: 6.9vw;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#sec6 h3 {
  margin: 15vw 0 10vw;
}

#sec6 h3 img {
  width: 76vw;
  margin: 0 auto 2vw;
}

#sec6 h3 span {
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}

#sec6 h3 span:before {
  content: '';
  height: 10vw;
  background-image: url("../img/index/h2_deco.png");
  background-repeat: no-repeat;
  background-size: 17vw;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -10vw;
}

#sec6 .row {
  margin-bottom: 10vw;
}

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

#sec6 .row .col-text h4 {
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 4vw;
  margin-bottom: 5vw;
  background: url("../img/shared/dotted.png") repeat-x left bottom;
  background-size: 10px;
}

#sec6 .btn-link a {
  display: block;
  background: #641b02;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px 10px 0;
  position: relative;
}

#sec6 .btn-link a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0px 8px 10px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg) translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 119px;
  }
  #sec6 .bg-para {
    height: 600px;
  }
  #sec6 .bg-para h2 {
    max-width: 1243px;
    width: 100%;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-size: 32px;
  }
  #sec6 h3 {
    margin: 63px 0 46px;
  }
  #sec6 h3 img {
    width: 403px;
    margin: 0 auto 13px;
  }
  #sec6 h3 span {
    font-size: 52px;
  }
  #sec6 h3 span:before {
    height: 55px;
    background-size: 99px;
    top: -54px;
  }
  #sec6 .row {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec6 .row .img {
    width: 600px;
    margin: 0 0 0 -47px;
  }
  #sec6 .row .col-text {
    width: 430px;
    margin: 83px -56px 0 0;
  }
  #sec6 .row .col-text h4 {
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 27px;
    background-size: auto;
  }
  #sec6 .row.img--right {
    flex-direction: row-reverse;
  }
  #sec6 .row.img--right .img {
    width: 590px;
    margin-right: -43px;
  }
  #sec6 .row.img--right .col-text {
    margin: 79px 0 0 -45px;
  }
  #sec6 .btn-link {
    width: 550px;
    margin: 90px auto 0;
  }
  #sec6 .btn-link a {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 30px 20px 0;
  }
  #sec6 .btn-link a:after {
    border-width: 8px 0px 8px 10px;
    right: 52px;
  }
  #sec6 .btn-link a:hover {
    opacity: 0.8;
  }
}

#sec7 .row1 {
  position: relative;
}

#sec7 .row1 h2 {
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 500;
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  z-index: 1;
}

#sec7 .row1 .s7-bg {
  height: 70vw;
}

#sec7 .row2 {
  background-image: url("../img/shared/bg_line.png");
  padding: 2.7vw;
}

#sec7 .row2 .inner {
  background: #272827;
  position: relative;
  padding: 15vw 5vw;
}

#sec7 .row2 .inner:before {
  content: '';
  width: 11.3vw;
  height: 22vw;
  background-image: url(../img/index/frame_deco3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}

#sec7 .row2 .inner:after {
  content: '';
  width: 11.3vw;
  height: 22vw;
  background-image: url(../img/index/frame_deco4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec7 .row2 .inner .wrap {
  padding: 0;
}

#sec7 .row2 .row-text {
  position: relative;
  margin-bottom: 10vw;
}

#sec7 .row2 .row-text:after {
  content: '';
  width: 27vw;
  height: 30vw;
  background-image: url("../img/index/sec7_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -2vw;
  top: -6vw;
}

#sec7 .row2 .row-text .col-text {
  margin-bottom: 10vw;
}

#sec7 .row2 .row-text .col-text h3 {
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 2.46;
  font-weight: 500;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 5vw;
}

#sec7 .row2 .floormap {
  margin-bottom: 10vw;
}

#sec7 .row2 .infiniteslide_wrap {
  margin: 0 -7.7vw;
}

#sec7 .row2 .infiniteslide_wrap .s7-slider {
  gap: 5vw;
}

#sec7 .row2 .infiniteslide_wrap p {
  width: 60vw;
}

#sec7 .row2 .infiniteslide_wrap p:nth-child(even) {
  margin-top: 20vw;
}

@media screen and (min-width: 768px) {
  #sec7 .row1 h2 {
    max-width: 1200px;
    width: 92%;
    font-size: 52px;
    bottom: 41px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec7 .row1 .s7-bg {
    height: 600px;
  }
  #sec7 .row2 {
    padding: 20px;
  }
  #sec7 .row2 .inner {
    padding: 47px 0 75px;
  }
  #sec7 .row2 .inner:before, #sec7 .row2 .inner:after {
    width: 85px;
    height: 90px;
  }
  #sec7 .row2 .row-text {
    margin-bottom: 65px;
    flex-direction: row-reverse;
  }
  #sec7 .row2 .row-text:after {
    width: 155px;
    height: 167px;
    right: -176px;
    top: 92px;
  }
  #sec7 .row2 .row-text .col-text {
    width: 385px;
    margin: 26px -100px 0 0;
  }
  #sec7 .row2 .row-text .col-text h3 {
    left: 49%;
    font-size: 26px;
    margin-bottom: 28px;
  }
  #sec7 .row2 .row-text .img {
    width: 640px;
    margin-left: -1px;
  }
  #sec7 .row2 .floormap {
    margin-bottom: 84px;
  }
  #sec7 .row2 .infiniteslide_wrap {
    margin: 0 -20px;
  }
  #sec7 .row2 .infiniteslide_wrap .s7-slider {
    gap: 36px;
    align-items: flex-start !important;
  }
  #sec7 .row2 .infiniteslide_wrap p {
    width: 400px;
  }
  #sec7 .row2 .infiniteslide_wrap p:nth-child(even) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec7 .row2 .row-text .col-text {
    margin-right: -30px;
  }
  #sec7 .row2 .row-text .img {
    margin-left: -40px;
  }
}

.bg-1 {
  background-image: url("../img/shared/bg1.jpg");
  color: #000;
}

#sec8 {
  padding: 20vw 0;
}

#sec8 .shopinfo {
  padding-bottom: 15vw;
}

#sec8 h2 {
  position: relative;
  margin-bottom: 10vw;
}

#sec8 h2 img {
  width: 90vw;
  margin: 0 auto;
}

#sec8 h2 span {
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1vw;
  z-index: 1;
}

#sec8 .sticky-section {
  padding: 0 5vw;
}

#sec8 .sticky-section .img {
  margin-bottom: 10vw;
}

#sec8 .sticky-section .col-main .logo {
  width: 170px;
  margin: 0 auto 30px;
}

#sec8 .sticky-section .col-main .tel {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5px;
}

#sec8 .sticky-section .col-main .tel small {
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

#sec8 .sticky-section .col-main .tel span {
  font-size: 30px;
  letter-spacing: 0.075em;
}

#sec8 .sticky-section .col-main .tel span img {
  width: 25px;
  margin-right: 5px;
  filter: brightness(1) invert(1);
}

#sec8 .sticky-section .col-main .tel-txt {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}

#sec8 .sticky-section .col-main .insta {
  width: 30px;
  margin: 0 auto 30px;
}

#sec8 .sticky-section .col-main .insta img {
  filter: brightness(1) invert(1);
}

#sec8 .sticky-section .col-main .info {
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}

#sec8 .sticky-section .col-main .info dl {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 11px;
  position: relative;
}

#sec8 .sticky-section .col-main .info dl:after {
  content: '';
  height: 2px;
  background-image: url("../img/shared/dotted.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  filter: brightness(1) invert(1);
}

#sec8 .sticky-section .col-main .info dl dt {
  display: table-cell;
  width: 114px;
}

#sec8 .sticky-section .col-main .info dl dd {
  display: table-cell;
}

#sec8 .sticky-section .col-main .info dl dd img {
  width: 10px;
  margin: -2px 0 0 2px;
  filter: brightness(1) invert(1);
}

#sec8 #gmap {
  padding: 0 5vw;
}

#sec8 #gmap .gmap {
  height: 480px;
  position: relative;
  margin-bottom: 10px;
}

#sec8 #gmap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#sec8 #gmap .btn-group {
  gap: 10px;
  font-weight: bold;
}

#sec8 #gmap .btn-group .link-map a:after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("../img/shared/icon_arrow3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 6px;
  filter: brightness(1) invert(1);
  position: relative;
  top: 1px;
}

@media screen and (min-width: 768px) {
  #sec8 {
    padding: 113px 0 112px;
  }
  #sec8 .shopinfo {
    padding-bottom: 102px;
  }
  #sec8 h2 {
    margin: 0 18px 48px 0;
  }
  #sec8 h2 img {
    width: auto;
  }
  #sec8 h2 span {
    font-size: 38px;
    bottom: 13px;
    right: 19px;
  }
  #sec8 .sticky-section {
    padding: 0;
  }
  #sec8 .sticky-section .wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  #sec8 .sticky-section .img {
    width: 689px;
    margin: 0 0 0 -110px;
  }
  #sec8 .sticky-section .col-main {
    width: 640px;
    padding-top: 82px;
  }
  #sec8 .sticky-section .col-main .logo {
    width: 283px;
    margin: 0 auto 34px;
  }
  #sec8 .sticky-section .col-main .tel {
    margin-bottom: 6px;
  }
  #sec8 .sticky-section .col-main .tel small {
    font-size: 19px;
    padding-right: 40px;
    margin-bottom: 8px;
  }
  #sec8 .sticky-section .col-main .tel span {
    font-size: 37px;
    padding-right: 18px;
  }
  #sec8 .sticky-section .col-main .tel span img {
    width: 32px;
    height: auto;
    margin-right: 10px;
  }
  #sec8 .sticky-section .col-main .tel-txt {
    font-size: 15px;
    margin: 0 22px 14px 0;
  }
  #sec8 .sticky-section .col-main .insta {
    width: 63px;
    margin: 0 auto 46px;
  }
  #sec8 .sticky-section .col-main .info {
    line-height: 24px;
  }
  #sec8 .sticky-section .col-main .info dl {
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  #sec8 .sticky-section .col-main .info dl:after {
    background-size: auto;
    right: 37px;
  }
  #sec8 .sticky-section .col-main .info dl dt {
    width: 187px;
    padding-left: 36px;
  }
  #sec8 .sticky-section .col-main .info dl dd img {
    margin: -2px 0 0 2px;
  }
  #sec8 .sticky-section .col-main .info dl dd a:hover {
    text-decoration: underline;
  }
  #sec8 .sticky-section .col-main .info dl dd a:hover img {
    opacity: 1 !important;
  }
  #sec8 #gmap {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  #sec8 #gmap .gmap {
    height: 600px;
    margin-bottom: 10px;
  }
  #sec8 #gmap .btn-group {
    gap: 18px;
    font-size: 18px;
  }
  #sec8 #gmap .btn-group a:hover {
    text-decoration: underline;
  }
  #sec8 #gmap .btn-group a:hover img {
    opacity: 1 !important;
  }
  #sec8 #gmap .btn-group .link-map a:after {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    top: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec8 .sticky-section .col-main {
    width: 660px;
  }
  #sec8 .sticky-section .col-main .info dl dt {
    width: 145px;
    padding-left: 0;
  }
  #sec8 .sticky-section .img img {
    width: 100%;
    height: auto;
  }
}

#sec9 {
  padding-bottom: 20vw;
}

#sec9 .row {
  border-bottom: 1px solid;
  padding-bottom: 15vw;
}

#sec9 h2 {
  font-size: 10vw;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 8vw;
}

#sec9 #feed {
  margin-bottom: 10px;
}

#sec9 .more a {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

#sec9 .more a:after {
  content: '';
  width: 16px;
  height: 13px;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  filter: brightness(1) invert(1);
}

@media screen and (min-width: 768px) {
  #sec9 {
    padding-bottom: 103px;
  }
  #sec9 .row {
    padding: 0 47px 34px 62px;
    text-align: left;
  }
  #sec9 h2 {
    font-size: 42px;
    margin-bottom: 0;
  }
  #sec9 #feed {
    width: 585px;
    margin: 13px 0 0px;
  }
  #sec9 #feed .item dl {
    width: 100%;
    display: table;
  }
  #sec9 #feed .item dl dt {
    width: 122px;
    display: table-cell;
  }
  #sec9 #feed .item dl dd {
    display: table-cell;
  }
  #sec9 #feed .item dl dd a:hover {
    text-decoration: underline;
  }
  #sec9 .more {
    margin-top: 14px;
  }
  #sec9 .more a {
    padding-bottom: 3px;
    transition: 0s;
  }
  #sec9 .more a:after {
    width: 16px;
    height: 13px;
    margin-left: 10px;
  }
  #sec9 .more a:hover {
    border-color: transparent;
  }
}
