body.active #video-background::before {
  opacity: 1;
}

body.active #sec1 .group1 h2::before {
  height: 90vw;
}

@media screen and (min-width: 1000px) {
  body.active #sec1 .group1 h2::before {
    height: 650px;
  }
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#video-background::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s all linear;
}

#video-background #iframe_js-mainvisualVideo {
  height: 120vh !important;
  margin-left: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}

#header {
  height: 100vh;
}

@media screen and (min-width: 1000px) {
  #header h1 {
    inset: 140px auto 0 22px;
  }

  #header .hd-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

@media screen and (max-height: 768px) {
  #header h1 {
    height: 320px;
  }
}

#sec1 {
  color: #fff;
}

#sec1 h2 {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.15em;
}

#sec1 .group1 .lead {
  padding-top: 29.5vw;
}

#sec1 .group1 .lead h2 {
  position: relative;
  margin: 0 17% 0 auto;
}

#sec1 .group1 .lead h2::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 0;
  width: 1px;
  height: 0;
  left: 50%;
  top: 22vw;
  transform: translateX(-50%);
  transition: 1s all linear;
}

#sec1 .group1 .lead .photo {
  margin: 22.5vw 34.5% 0 0;
}

#sec1 .group1 .txt {
  margin: 42vw auto 0;
  font-size: 12.5px;
  line-height: 32.5px;
}

#sec1 .group2 {
  margin-top: 27vw;
}

#sec1 .group2 h2 {
  background: url("../img/index/sec1_deco_ttl.png") no-repeat left top/5.3vw
      auto,
    url("../img/index/sec1_deco_ttl2.png") no-repeat right bottom/5.3vw auto;
  text-align: center;
  width: 48vw;
  margin: 0 auto;
  padding: 5vw 0 6vw 3vw;
}

#sec1 .group2 .photo {
  margin: 9vw 2.5% 0;
}

#sec1 .group2 .txt {
  margin: 10.5vw 8.7% 0;
}

@media screen and (min-width: 1000px) {
  #sec1 h2 {
    font-size: 60px;
  }

  #sec1 .wrap {
    max-width: 1240px;
    padding: 0 20px;
  }

  #sec1 .group1 .lead {
    display: flex;
    justify-content: space-between;
    padding-top: 503px;
  }

  #sec1 .group1 .lead h2 {
    order: 2;
    margin: -225px 197px 0 auto;
  }

  #sec1 .group1 .lead h2::before {
    top: 160px;
  }

  #sec1 .group1 .lead .photo {
    order: 1;
    margin: 0 0 0 0;
  }

  #sec1 .group1 .txt {
    margin: 70px 0 0 -21px;
    height: 488px;
    font-size: 16px;
    line-height: 55px;
  }

  #sec1 .group1 .txt li + li {
    margin-right: 55px;
  }

  #sec1 .group2 {
    position: relative;
    margin-top: 215px;
    padding-bottom: 130px;
  }

  #sec1 .group2 h2 {
    background-size: auto;
    width: 362px;
    padding: 38px 0 44px 23px;
  }

  #sec1 .group2 .photo {
    top: 298px;
    left: calc(50% + 57px);
    right: calc(-50vw + 50%);
    height: 402px;
    margin: 0;
  }

  #sec1 .group2 .txt {
    margin: 388px 0 0 2px;
  }
}

#sec2 {
  color: #fff;
  padding: 23vw 0 17.5vw;
}

#sec2 h2 {
  text-align: center;
  font-size: 5.2vw;
  line-height: 2.6666666667;
  letter-spacing: 0.15em;
}

#sec2 .scroll-js {
  position: relative;
  z-index: 1;
  margin-top: 12vw;
}

#sec2 .scroll-js .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#sec2 .scroll-js .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec2 .scroll-js .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

#sec2 .scroll-js .group-txt {
  opacity: 0;
  padding: 24vw 0 20vw;
  transition: 1s all linear;
}

#sec2 .scroll-js .group-txt .txt {
  text-align: center;
}

#sec2 .scroll-js .group-txt .btn-shared {
  margin: 15.5vw 8.7% 0;
}

#sec2 .scroll-js .group-txt.show {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  #sec2 {
    padding: 121px 0 201px;
  }

  #sec2 h2 {
    font-size: 30px;
  }

  #sec2 .scroll-js {
    max-width: 900px;
    margin: 98px auto 0;
  }

  #sec2 .scroll-js .group-txt {
    padding: 160px 0 114px;
  }

  #sec2 .scroll-js .group-txt .btn-shared {
    margin: 119px auto 0;
  }
}

#sec3 {
  position: relative;
  z-index: 1;
  background: url("../img/shared/bg_bd.jpg") repeat center;
  padding: 64.5vw 0 19.5vw;
}

#sec3::before {
  content: "";
  position: absolute;
  background: url("../img/shared/bg01.jpg") repeat center;
  inset: 30vw 0 0;
  z-index: -2;
}

#sec3:after {
  content: "";
  position: absolute;
  background: url("../img/index/sec3_deco_sp.png") no-repeat right top 19vw/71%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#sec3 .group1 .ttl h2 {
  margin: 0 auto 16vw;
  font-size: 5.2vw;
  line-height: 2.3333333333;
  letter-spacing: 0.15em;
}

#sec3 .group2 {
  margin: 0 8.7% 0;
}

#sec3 .group2 .photo {
  margin: 14vw 0 0 31.5%;
}

#sec3 .group2 .txt {
  margin: 11vw 0 15.5vw;
}

@media screen and (min-width: 1000px) {
  #sec3 {
    padding: 170px 0 116px;
  }

  #sec3::before {
    top: 250px;
  }

  #sec3:after {
    background-position: right top 135px;
    background-size: auto;
  }

  #sec3 .wrap {
    max-width: 100%;
  }

  #sec3 .group1 {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  #sec3 .group1 .ttl {
    order: 2;
    width: 35.3333333333%;
    margin-top: 319px;
  }

  #sec3 .group1 .ttl h2 {
    margin: 0 auto 0;
    font-size: 30px;
  }

  #sec3 .group1 .photo {
    order: 1;
    flex: 1;
    height: 670px;
  }

  #sec3 .group2 {
    position: relative;
    display: flex;
    max-width: 858px;
    padding: 0 30px;
    margin: 0 auto;
  }

  #sec3 .group2 .photo {
    position: absolute;
    top: 160px;
    right: -251px;
    margin: 0;
  }

  #sec3 .group2 .txt {
    order: 2;
    height: 352px;
    margin: 100px 0 0 109px;
    line-height: 58px;
  }

  #sec3 .group2 .btn-shared {
    order: 1;
    width: 65px;
    height: 250px;
    margin: 269px 0 0 0;
  }

  #sec3 .group2 .btn-shared a {
    padding: 45px 0 0;
  }

  #sec3 .group2 .btn-shared a::before {
    inset: auto auto 20px 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1380px) {
  #sec3 .group2 .photo {
    right: calc(-50vw + 50%);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #sec3 .group2 .photo {
    left: calc(50% + 212px);
    height: 360px;
  }

  #sec3 .group2 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#sec4 {
  background: url("../img/shared/bg_bd.jpg") repeat center;
  position: relative;
  padding: 20vw 0;
}

#sec4::before {
  content: "";
  position: absolute;
  background: url("../img/shared/bg01.jpg") repeat center;
  top: 20vw;
  left: 0;
  width: 50%;
  bottom: 0;
}

#sec4 .box-parallax {
  z-index: 1;
  padding: 35vw 0 42vw;
}

#sec4 .box-parallax h2 {
  background: url("../img/shared/deco_ttl_w.png") no-repeat center top/5.6vw;
  color: #fff;
  padding: 9.5vw 0 0 2vw;
  text-align: center;
  font-size: 7.8vw;
  line-height: 1.5555555556;
  letter-spacing: 0.15em;
}

#sec4 .group {
  margin: 10.5vw 8.7% 0;
}

#sec4 .group .btn-shared {
  margin-top: 15.5vw;
}

@media screen and (min-width: 1000px) {
  #sec4 {
    padding: 150px 0 135px;
  }

  #sec4::before {
    top: 365px;
    width: calc(50% - 210px);
  }

  #sec4 .wrap {
    max-width: 1240px;
    padding: 0 20px;
    z-index: 2;
  }

  #sec4 .box-parallax {
    max-width: 1200px;
    margin: 0 auto;
    padding: 240px 0 285px;
  }

  #sec4 .box-parallax h2 {
    background-size: 31px auto;
    padding: 55px 0 0 13px;
    font-size: 45px;
  }

  #sec4 .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 93px auto 0;
  }

  #sec4 .group .btn-shared {
    margin: 11px 0 0;
  }
}

#sec5 {
  background: url("../img/shared/bg_bd.jpg") repeat center;
  position: relative;
  padding: 24vw 0;
}

#sec5::before {
  content: "";
  position: absolute;
  background: url("../img/index/sec5_deco.png") no-repeat right top/61.6%;
  top: -10vw;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec5 .group-link {
  margin: 0 8.7% 0;
}

#sec5 .group-link li a {
  position: relative;
  display: block;
}

#sec5 .group-link li a .txt {
  position: absolute;
  bottom: 6.5vw;
  width: 62%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  padding-bottom: 5.5vw;
  font-size: 4.13vw;
  line-height: 1;
}

#sec5 .group-link li a .txt::before {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}

#sec5 .group-link li a .txt:after {
  content: "";
  position: absolute;
  background: #000;
  height: 3vw;
  width: 1px;
  bottom: 1px;
  right: 0;
  transform: rotate(-55deg);
  transform-origin: bottom;
}

#sec5 .group-link li + li {
  margin-top: 6.5vw;
}

#sec5 .group-link li + li .txt img {
  width: 3.5vw;
  margin: -1vw 3vw 0 0;
}

@media screen and (min-width: 1000px) {
  #sec5 {
    padding: 159px 0px 150px;
  }

  #sec5::before {
    background-size: auto;
    top: -273px;
  }

  #sec5 .wrap {
    max-width: 1280px;
    padding: 0 20px;
  }

  #sec5 .group-link {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  #sec5 .group-link li {
    width: 47.5806451613%;
  }

  #sec5 .group-link li a {
    position: relative;
    display: block;
  }

  #sec5 .group-link li a .txt {
    bottom: 34px;
    width: 270px;
    left: auto;
    right: 33px;
    transform: none;
    padding-bottom: 34px;
    font-size: 24px;
  }

  #sec5 .group-link li a .txt::before {
    transition: 0.3s all linear;
  }

  #sec5 .group-link li a .txt:after {
    height: 17px;
    transition: 0.3s all linear;
  }

  #sec5 .group-link li + li {
    margin-top: 0;
  }

  #sec5 .group-link li + li .txt img {
    width: 21px;
    margin: -7px 14px 0px -8px;
  }

  #sec5 .group-link li:hover a .txt::before {
    right: -10px;
  }

  #sec5 .group-link li:hover a .txt:after {
    right: -10px;
  }
}

#shopinfo {
  position: relative;
  background: url("../img/index/shopinfo_deco_sp.jpg") no-repeat left top/100%
    #000;
  color: #fff;
  padding: 24vw 0 15vw;
}

#shopinfo::before {
  content: "";
  position: absolute;
  background: url("../img/index/shopinfo_deco2_sp.jpg") no-repeat right
    bottom/100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#shopinfo .row .col-l .logo {
  width: 52.4%;
  margin: 0 auto;
}

#shopinfo .row .col-l .btn-tel {
  text-align: center;
  margin-top: 11vw;
}

#shopinfo .row .col-l .btn-tel dl {
  line-height: 1;
}

#shopinfo .row .col-l .btn-tel dl dt {
  font-size: 15px;
}

#shopinfo .row .col-l .btn-tel dl dd {
  margin-top: 14px;
  font-size: 27px;
}

#shopinfo .row .col-l .btn-tel dl dd img {
  width: 14px;
  margin: -7px 7px 0 7px;
}

#shopinfo .row .col-l .btn-tel .note {
  margin: 11px 0 0 10px;
  line-height: 23px;
}

#shopinfo .row .col-l .btn-web {
  margin: 11.5vw 3% 0;
}

#shopinfo .row .col-l .btn-web a {
  background: #541316;
  color: #fff;
  padding-left: 0;
  line-height: 64px;
}

#shopinfo .row .col-l .btn-web span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 24px;
  font-size: 16px;
}

#shopinfo .row .col-l .btn-web span::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_web.png") no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20.5px;
  height: 19.5px;
  left: -6px;
}

#shopinfo .row .col-l .box-cancel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 15.5vw;
  padding: 12vw 0 10.5vw;
}

#shopinfo .row .col-l .box-cancel h4 {
  text-align: center;
  font-size: 18.5px;
}

#shopinfo .row .col-l .box-cancel .txt-1 {
  margin-top: 6.5vw;
  text-align: center;
}

#shopinfo .row .col-l .box-cancel .list {
  margin-top: 5.5vw;
  display: flex;
  justify-content: center;
  -moz-column-gap: 11vw;
  column-gap: 11vw;
}

#shopinfo .row .col-l .box-cancel .list li {
  line-height: 37.5px;
}

#shopinfo .row .col-l .box-cancel .txt-2 {
  text-align: center;
  margin-top: 5.5vw;
}

#shopinfo .row .col-r {
  margin-top: 9vw;
}

#shopinfo .row .col-r dl {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  font-size: 12px;
  line-height: 25px;
}

#shopinfo .row .col-r dl dt {
  width: 21vw;
}

#shopinfo .row .col-r dl dd {
  flex: 1;
}

#shopinfo .row .col-r dl dd a {
  text-decoration: underline;
}

#shopinfo .row .col-r dl dd a:hover {
  text-decoration: none;
}

#shopinfo .photo {
  margin-top: 13vw;
}

@media screen and (min-width: 1000px) {
  #shopinfo {
    background-size: auto;
    padding: 221px 0 73px;
  }

  #shopinfo::before {
    background: url("../img/index/shopinfo_deco2.jpg") no-repeat right
      bottom/auto;
    bottom: -540px;
  }

  #shopinfo h2 {
    text-align: center;
    font-size: 35px;
    line-height: 70px;
    letter-spacing: 0.15em;
  }

  #shopinfo .wrap {
    max-width: 1240px;
    padding: 0 20px;
  }

  #shopinfo .row {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  #shopinfo .row .col-l {
    width: 450px;
  }

  #shopinfo .row .col-l .logo {
    width: 217px;
    margin: 113px auto 0;
  }

  #shopinfo .row .col-l .btn-tel {
    margin-top: 58px;
  }

  #shopinfo .row .col-l .btn-tel dl dt {
    font-size: 16px;
  }

  #shopinfo .row .col-l .btn-tel dl dd {
    margin-top: 16px;
    font-size: 29px;
  }

  #shopinfo .row .col-l .btn-tel dl dd img {
    width: 15px;
    margin: -9px 9px 0 -6px;
  }

  #shopinfo .row .col-l .btn-tel .note {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 25px;
  }

  #shopinfo .row .col-l .btn-web {
    width: 330px;
    margin: 49px auto 0;
  }

  #shopinfo .row .col-l .btn-web a {
    line-height: 65px;
  }

  #shopinfo .row .col-l .btn-web span {
    padding-left: 24px;
  }

  #shopinfo .row .col-l .btn-web span::before {
    left: -7px;
  }

  #shopinfo .row .col-l .box-cancel {
    margin-top: 55px;
    padding: 40px 0 24px;
    font-size: 14px;
  }

  #shopinfo .row .col-l .box-cancel h4 {
    font-size: 20px;
  }

  #shopinfo .row .col-l .box-cancel .txt-1 {
    margin-top: 15px;
    line-height: 30px;
  }

  #shopinfo .row .col-l .box-cancel .list {
    margin-top: 13px;
    -moz-column-gap: 46px;
    column-gap: 46px;
  }

  #shopinfo .row .col-l .box-cancel .list li {
    line-height: 40px;
  }

  #shopinfo .row .col-l .box-cancel .txt-2 {
    margin-top: 9px;
  }

  #shopinfo .row .col-r {
    margin-top: 87px;
    max-width: 530px;
    width: 100%;
  }

  #shopinfo .row .col-r dl {
    padding: 13px 0 16px;
    font-size: 16px;
    line-height: 30px;
  }

  #shopinfo .row .col-r dl dt {
    width: 157px;
  }

  #shopinfo .row .col-r dl dd {
    margin-right: -15px;
  }

  #shopinfo .row .col-r dl dd span {
    display: block;
    margin-top: -1px;
    font-size: 14px;
  }

  #shopinfo .photo {
    margin-top: 131px;
  }
}

#gmap {
  background: #000;
  color: #fff;
  padding-bottom: 24vw;
}

#gmap .map {
  height: 55vw;
  filter: grayscale(100%);
}

@media screen and (min-width: 1000px) {
  #gmap {
    padding-bottom: 171px;
  }

  #gmap .wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1240px;
    padding: 0 20px;
  }

  #gmap .map {
    flex: 1;
    height: 370px;
  }

  #gmap .group-link {
    width: 300px;
    margin-bottom: -5px;
  }

  #gmap .group-link li:nth-child(1) {
    margin: 0 auto;
    width: 180px;
  }

  #gmap .group-link li:nth-child(1) a {
    display: block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 43px;
  }

  #gmap .group-link li:nth-child(1) a:hover {
    opacity: 0.7;
  }

  #gmap .group-link li:nth-child(2) {
    text-align: center;
    margin-top: 5px;
  }

  #gmap .group-link li:nth-child(2) a {
    display: inline-block;
    font-size: 14px;
  }

  #gmap .group-link li:nth-child(2) a:hover {
    text-decoration: underline;
  }
}
