@media screen and (min-width: 768px) {
  footer .row-1::after {
    content: "";
    background: #7a7a7a;
    width: 1200px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: 8;
  }
  footer .row-1::before {
    content: "";
    background: #c2b9b2;
    width: 600px;
    height: 1px;
    right: 50%;
    bottom: 0;
    position: absolute;
    z-index: 9;
  }
}
header h1 {
  position: fixed;
}

header .logo {
  opacity: 0;
  position: fixed;
}

.nav-h {
  position: fixed;
  z-index: 999;
}

.nav-h.menu-active {
  position: absolute;
}

header h1.hide,
header .logo.hide {
  position: absolute;
}

#head-key {
  position: relative;
}
#head-key h1 {
  position: absolute;
  left: 7px;
  top: 25px;
  z-index: 1;
  writing-mode: vertical-lr;
  line-height: 1.5;
}
#head-key .logo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 70px;
}
#head-key .logo img {
  height: auto;
}
#head-key .blog {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  width: 360px;
  text-shadow: 1px 1px 1px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  will-change: transform;
  z-index: 99;
}
#head-key .blog h2 {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
#head-key .blog #feed {
  margin-right: 10px;
}
#head-key .blog #feed a:hover {
  text-decoration: underline;
}
#head-key .blog .more a:hover {
  opacity: 0.7;
}

#key-box {
  top: 0;
  left: 0;
  width: 100%;
}
#key-box .keyvisual {
  height: 100vh;
}
#key-box .keyvisual li {
  height: 100vh;
}
#key-box .keyvisual li img {
  height: 100vh;
}
/* #key-box .keyvisual .slick-slide{
  height: 100vh;
} */
#key-box .keyvisual .slick-dots {
  bottom: 3%;
  z-index: 999;
}

#key-box .keyvisual .slick-dots li {
  height: 30px;
  width: 60px;
}

#key-box .keyvisual .slick-dots li button {
  width: 60px;
  height: 10px;
  padding: 15px 0;
}

#key-box .keyvisual .slick-dots li button::before {
  width: 60px;
  height: 3px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #head-key {
    position: absolute;
    width: 100%;
  }
}
.img-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.img-mask img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-view {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: url(../img/index/deco_first_view_sp1.png) no-repeat top
      center/100%,
    url(../img/shared/pt1.jpg);
}
.first-view .logo-fade {
  width: 30vw;
  height: 70vw;
  position: fixed;
  left: calc(50% + 5vw);
  top: 30vw;
  z-index: 2;
}
.first-view .logo-fade img {
  height: 70vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.first-view .mask-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.first-view .mask-bg img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.first-view .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

section {
  background: url(../img/shared/pt1.jpg);
}

@media screen and (min-width: 768px) {
  #head-key h1 {
    position: absolute;
    left: auto;
    top: 5px;
    z-index: 1;
    writing-mode: horizontal-tb;
    right: 30px;
  }
  .fixed-btn .nav-header {
    opacity: 0;
    visibility: hidden;
  }
  .fixed-btn .nav-header.menu-active {
    opacity: 1;
    visibility: visible;
  }
  #head-key .logo {
    width: -moz-max-content;
    width: max-content;
  }
  #head-key .logo img {
    height: auto;
  }
  #key-box {
    height: 100vh;
  }
  #key-box .keyvisual {
    height: 100vh;
  }
  #key-box .keyvisual li {
    height: 100vh;
  }
  #key-box .keyvisual li img {
    height: 100vh;
  }
  #key-box .keyvisual .slick-dots {
    bottom: 3%;
    width: -moz-max-content;
    width: max-content;
    right: 30px;
  }
  #key-box .keyvisual .slick-dots li {
    height: 110px;
    width: 2px;
  }
  #key-box .keyvisual .slick-dots li button {
    width: 2px;
    height: 110px;
  }
  #key-box .keyvisual .slick-dots li button::before {
    width: 2px;
    height: 110px;
  }
  #key-box .keyvisual .slick-dots li:first-child {
    top: -40px;
  }
  #key-box .keyvisual .slick-dots li:nth-child(2) {
    top: -20px;
  }
  .head-info .head-social {
    bottom: 60px;
  }
  .head-info .head-social img {
    width: auto !important;
    height: auto !important;
  }
  #head-key .blog {
    width: 400px;
    left: 65px;
    transform: translateX(0);
    bottom: 20px;
  }
  #head-key .blog h2 {
    line-height: 25px;
  }
  .img-mask img {
    width: 100%;
  }
  .first-view {
    height: 100vh;
    background: url(../img/index/first-view-deco1.png) no-repeat top left
        calc(50% - 22px) / auto,
      url(../img/index/first-view-deco2.png) no-repeat top 500px right 50px /
        auto,
      url(../img/index/first-view-deco3.png) no-repeat top 100px right/auto,
      url(../img/index/first-view-deco4.png) no-repeat top 625px left
        calc(50% + 15px) / auto,
      url(../img/shared/pt1.jpg);
  }
  .first-view .logo-fade {
    width: -moz-max-content;
    width: max-content;
    position: fixed;
    left: calc(50% + 65px);
    top: 200px;
    z-index: 2;
    height: auto;
  }
  .first-view .logo-fade img {
    height: auto !important;
    width: auto !important;
  }
  .first-view .mask-bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translate(0, 0) !important;
  }
  .first-view .mask-bg img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .first-view .scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10vh;
    z-index: 99;
  }
  .first-view .deco-circle::before {
    content: "";
    width: 1375px;
    height: 1375px;
    border: 1px solid #3b5066;
    left: calc(50% + 390px);
    transform: translateX(-50%);
    top: -525px;
    position: absolute;
    border-radius: 100vw;
  }
  .first-view .line-Ver::before {
    content: "";
    height: 120vh;
    width: 1px;
    border-right: 1px solid #3b5066;
    right: 62px;
    position: absolute;
  }
  .first-view .line-Ver::after {
    content: "";
    height: 120vh;
    width: 1px;
    border-right: 1px solid #3b5066;
    left: calc(50% - 78px);
    position: absolute;
  }
  .first-view .line-Hor::before {
    content: "";
    height: 1px;
    width: 100vw;
    border-top: 1px solid #3b5066;
    right: 62px;
    top: 25px;
    position: absolute;
  }
  .first-view .line-Hor::after {
    content: "";
    height: 1px;
    width: 100vw;
    border-top: 1px solid #3b5066;
    right: 0;
    top: 674px;
    position: absolute;
  }
}
#sec1 {
  padding: 45vw 0 30vw;
  position: relative;
  background: url(../img/index/sec1_deco1.png) no-repeat right 5px top/40px,
    url(../img/index/sec1_deco2.png) no-repeat left 10px bottom/40px;
}
#sec1::after {
  content: "";
  background: #2a425b;
  width: 1px;
  height: calc(100% + 150vw);
  right: 10px;
  top: 0;
  position: absolute;
}
#sec1::before {
  content: "";
  background: #2a425b;
  width: 1px;
  height: 92%;
  left: 10px;
  top: 0;
  position: absolute;
}
#sec1 .circle-deco::before {
  content: "";
  top: -5vw;
  left: -10%;
  bottom: 10vw;
  right: -10%;
  border: 1px solid #3f556c;
  position: absolute;
  border-radius: 100vw;
}
#sec1 .deco-line-1 {
  border-top: 1px solid #3f556c;
  width: 100%;
  position: absolute;
  top: 25vw;
  left: 0;
}
#sec1 .deco-line-2 {
  border-top: 1px solid #3f556c;
  width: 100%;
  position: absolute;
  bottom: 30vw;
  left: 0;
}
#sec1 .ttl {
  text-align: center;
}
#sec1 .ttl .desc {
  color: #927719;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#sec1 .ttl h2 {
  margin-bottom: 10vw;
}
#sec1 .txt {
  padding: 0 3%;
  margin-bottom: 20vw;
}
#sec1 .txt span {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 345px 0 420px;
    background: url(../img/index/sec1_deco1.png) no-repeat right
        calc(50% - 592px) top/auto,
      url(../img/index/sec1_deco2.png) no-repeat left calc(50% - 568px)
        bottom/auto;
  }
  #sec1::after {
    right: calc(50% - 622px);
    height: calc(100% + 400px);
  }
  #sec1::before {
    height: calc(100% - 170px);
    left: calc(50% - 620px);
  }
  #sec1 .circle-deco::before {
    top: -130px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
    width: 1380px;
    height: 1380px;
  }
  #sec1 .deco-line-1 {
    top: 135px;
  }
  #sec1 .deco-line-2 {
    bottom: 370px;
  }
  #sec1 .row {
    max-width: 855px;
    margin: 0 auto;
  }
  #sec1 .ttl {
    text-align: left;
    order: 2;
    margin-right: -10px;
  }
  #sec1 .ttl .desc {
    letter-spacing: 5px;
    margin-bottom: 20px;
    writing-mode: vertical-rl;
    order: 2;
    margin-right: -20px;
    margin-left: 20px;
  }
  #sec1 .ttl h2 {
    order: 1;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    letter-spacing: 9px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec1 .txt {
    order: 1;
    flex-direction: row-reverse;
  }
  #sec1 .txt span {
    margin-bottom: 20px;
    writing-mode: vertical-rl;
    height: -moz-max-content;
    height: max-content;
    letter-spacing: 5.6px;
    margin-right: 40px;
    height: max-content;
  }
}
#sec2 {
  padding: 60vw 0 20vw;
  position: relative;
}
#sec2::before {
  content: "";
  background: url(../img/index/sec2_bg1.png) no-repeat 0 0/100%;
  width: 150%;
  height: 120vw;
  left: 0;
  top: -45vw;
  position: absolute;
}
#sec2 .row .col-right {
  margin-bottom: 50px;
}
#sec2 .row .col-right .sec2-slide .slick-dots {
  bottom: -5vw;
}
#sec2 .row .col-right .sec2-slide .slick-dots li {
  width: 50px;
  height: 2px;
}
#sec2 .row .col-right .sec2-slide .slick-dots li button {
  width: 50px;
  height: 2px;
}
#sec2 .row .col-right .sec2-slide .slick-dots li button::before {
  width: 50px;
  height: 2px;
}
#sec2 .row .col-left .ttl .desc {
  color: #927719;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#sec2 .row .col-left .ttl h2 {
  font-size: 5vw;
  margin-bottom: 8vw;
}
#sec2 .row .col-left .txt {
  margin-bottom: 50px;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 215px 0 225px;
  }
  #sec2::before {
    width: 1139px;
    height: 951px;
    top: -350px;
  }
  #sec2 .wrap {
    max-width: 1200px;
  }
  #sec2 .row .col-right {
    margin-bottom: 50px;
    width: 660px;
    height: -moz-max-content;
    height: max-content;
    order: 2;
    margin-right: -60px;
  }
  #sec2 .row .col-right .sec2-slide .slick-dots {
    bottom: -60px;
    left: auto;
    right: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  #sec2 .row .col-right .sec2-slide .slick-dots li {
    width: 1px;
    height: 110px;
  }
  #sec2 .row .col-right .sec2-slide .slick-dots li:first-child {
    top: -10px;
  }
  #sec2 .row .col-right .sec2-slide .slick-dots li button {
    width: 1px;
    height: 110px;
  }
  #sec2 .row .col-right .sec2-slide .slick-dots li button::before {
    width: 1px;
    height: 110px;
  }
  #sec2 .row .col-left {
    width: 480px;
    order: 1;
    margin-bottom: -55px;
  }
  #sec2 .row .col-left .ttl .desc {
    letter-spacing: 4px;
    margin-bottom: 25px;
  }
  #sec2 .row .col-left .ttl h2 {
    font-size: 25px;
    margin-bottom: 55px;
  }
  #sec2 .row .col-left .txt {
    margin-bottom: 60px;
    letter-spacing: 4.6px;
  }
  #sec2 .row .col-left .btn-cus a {
    max-width: 480px;
  }
  #sec2 .row .col-left .btn-cus:hover::after {
    right: 60px;
  }
}
#sec3 {
  z-index: 0;
  padding: 0 0 15vw;
  position: relative;
  background: url(../img/index/sec1_deco2.png) no-repeat left -5px bottom 132vw/40px;
}
#sec3::after {
  content: "";
  background: #3f556d;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 140vw;
  position: absolute;
  z-index: -1;
}
#sec3::before {
  content: "";
  background: #3f556d;
  width: 1px;
  height: 80%;
  top: -10vw;
  left: 40px;
  position: absolute;
}
#sec3 .deco-line-top {
  border-bottom: 1px solid #3f556d;
  margin-bottom: 5vw;
  width: 95%;
  margin-left: auto;
}
#sec3 .deco-circle::before {
  content: "";
  width: 230vw;
  height: 230vw;
  left: -5vw;
  bottom: 115vw;
  position: absolute;
  border: 1px solid #3f556d;
  border-radius: 100vw;
  z-index: -1;
}
#sec3 .bg-parallax {
  width: 90%;
  margin: 0 auto 15vw;
}
#sec3 .row .col-right {
  margin-bottom: 20vw;
}
#sec3 .row .col-right .ttl {
  margin: 0 auto 15vw;
  width: -moz-max-content;
  width: max-content;
}
#sec3 .row .col-right .ttl .desc {
  color: #927719;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
}
#sec3 .row .col-right .ttl h2 {
  writing-mode: vertical-rl;
}
#sec3 .row .col-right .txt {
  padding-top: 50px;
  border-top: 1px solid #3a4858;
  writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 3px;
}
#sec3 .row .col-left .photo-1 {
  margin-bottom: 40px;
}
#sec3 .row .col-left .btn-cus a {
  width: 150px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 0 0 320px;
    background: url(../img/index/sec1_deco2.png) no-repeat left
      calc(50% - 640px) bottom 125px / auto;
    margin-bottom: -160px;
  }
  #sec3::after {
    bottom: 290px;
  }
  #sec3::before {
    left: calc(50% - 600px);
    top: 20px;
  }
  #sec3 .deco-line-top {
    margin-bottom: 20px;
    width: calc(100% - 50px);
    margin-left: auto;
    position: relative;
  }
  #sec3 .deco-line-top::before {
    content: "";
    width: 1px;
    height: 120px;
    background: #2a425b;
    left: 20px;
    top: -100px;
    position: absolute;
  }
  #sec3 .deco-circle::before {
    width: 1400px;
    height: 1400px;
    left: calc(50% - 100px);
    bottom: 70px;
    transform: translateX(-50%);
  }
  #sec3 .bg-parallax {
    width: calc(100% - 100px);
    height: 720px;
    margin: 0 auto;
  }
  #sec3 .row {
    gap: 0 105px;
  }
  #sec3 .row .col-right {
    margin-bottom: 30px;
    order: 2;
    margin-top: 100px;
  }
  #sec3 .row .col-right .ttl {
    margin: 0 auto 65px;
  }
  #sec3 .row .col-right .ttl .desc {
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  #sec3 .row .col-right .ttl h2 {
    letter-spacing: 9px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec3 .row .col-right .txt {
    letter-spacing: 5.5px;
    padding: 70px 25px 0;
    height: -moz-max-content;
    height: max-content;
  }
  #sec3 .row .col-left {
    order: 1;
    margin: -60px 0 0 0;
  }
  #sec3 .row .col-left .photo-1 {
    margin-bottom: 105px;
  }
  #sec3 .row .col-left .photo-2 {
    margin-left: -100px;
  }
  #sec3 .row .col-left .btn-cus {
    width: 320px;
  }
  #sec3 .row .col-left .btn-cus a {
    width: 320px;
    margin: 0 auto 10px;
  }
  #sec3 .row .col-left .btn-cus-1 {
    margin-left: 60px;
    margin-bottom: 35px;
  }
  #sec3 .row .col-left .btn-cus-2 {
    margin-left: 130px;
  }
  #sec3 .row .col-left .btn-cus:hover::after {
    right: -15px;
  }
  #sec3 .row .col-left .btn-cus.bg-none:before {
    width: calc(100% - 90px);
  }
}
#sec4 {
  padding: 10vw 0;
  background: url(../img/index/sec4_deco1.png) no-repeat right 17px top 65vw/50px,
    url(../img/shared/pt2.jpg);
  color: #333333;
  position: relative;
  z-index: 0;
}
#sec4::before {
  content: "";
  background: url(../img/shared/pt1.jpg);
  width: 100%;
  height: 80vw;
  left: 0;
  top: 0;
  position: absolute;
}
#sec4::after {
  content: "";
  background: #cbc0b7;
  width: 1px;
  height: 65%;
  right: 10px;
  top: 0;
  position: absolute;
  z-index: -1;
}
#sec4 .box-1 .photo-1 {
  width: 90%;
  margin-left: auto;
  height: 100vw;
  margin-bottom: 15vw;
}
#sec4 .box-1 .photo-1 img {
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30vw 0 0 0;
}
#sec4 .box-1 h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto 15vw;
  padding-right: 10vw;
}
#sec4 .box-1 h2 span {
  display: block;
  writing-mode: vertical-rl;
  position: relative;
}
#sec4 .box-1 h2 p {
  position: absolute;
  right: -5vw;
  top: 0;
  font-size: 4vw;
  color: #927719;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
}
#sec4 .deco-circle::before {
  content: "";
  width: 165vw;
  height: 165vw;
  left: 4vw;
  top: 60vw;
  position: absolute;
  border: 1px solid #cbc0b7;
  border-radius: 100vw;
  z-index: -1;
}
#sec4 .deco-line-1 {
  border-top: 1px solid #cbc0b7;
  position: absolute;
  left: 0;
  width: 100%;
  top: 52%;
}
#sec4 .deco-line-2 {
  border-top: 1px solid #cbc0b7;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30.5%;
}
#sec4 .deco-line-3 {
  border-left: 1px solid #cbc0b7;
  position: absolute;
  left: 15%;
  width: 1px;
  height: 17.5%;
  bottom: 30.5%;
}
#sec4 .row-1 .col-left {
  margin-bottom: 15vw;
}
#sec4 .row-1 .col-right h3 {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 8vw;
}
#sec4 .row-1 .col-right .txt {
  letter-spacing: 3px;
  margin-bottom: 25vw;
  padding: 0 3%;
}
#sec4 .row-2 .col-right {
  margin-bottom: 5vw;
}
#sec4 .row-2 .col-right .photo-2 {
  width: 50%;
}
#sec4 .row-2 .col-right .group-photo-1 {
  width: 80%;
  margin-left: auto;
  position: relative;
  margin-right: -5.5vw;
}
#sec4 .row-2 .col-right .group-photo-1 h3 {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  color: #fff;
  letter-spacing: 3px;
}
#sec4 .row-2 .col-left h3 {
  text-align: center;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 5vw;
  margin-top: 20vw;
}
#sec4 .row-2 .col-left .btn-cus {
  margin-bottom: 50px;
  max-width: 250px;
}
#sec4 .row-2 .col-left .btn-cus a span {
  background: transparent;
}
#sec4 .row-2 .col-left .btn-cus a span::before {
  background: url(../img/shared/btn_t1_on_br.png) no-repeat 0 0/100%;
  left: 55%;
}
#sec4 .row-2 .col-left .btn-cus a span::after {
  background: url(../img/shared/pt2.jpg);
}
#sec4 .row-2 .col-left .btn-cus a::before {
  background: #495563;
}
#sec4 .row-2 .col-left .photo-4 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 100px;
    background: url(../img/index/sec4_deco1.png) no-repeat left
        calc(50% - 600px) top 1325px / auto,
      url(../img/shared/pt2.jpg);
  }
  #sec4::before {
    height: 500px;
  }
  #sec4::after {
    height: 100%;
    right: calc(50% - 670px);
  }
  #sec4 .box-1 {
    position: relative;
    width: calc(100% - 250px);
    margin-left: auto;
  }
  #sec4 .box-1 .photo-1 {
    width: 100%;
    height: 805px;
    margin-bottom: 140px;
  }
  #sec4 .box-1 .photo-1 img {
    height: 805px;
    width: 100%;
    border-radius: 250px 0 0 0;
  }
  #sec4 .box-1 h2 {
    position: absolute;
    margin: 0;
    left: -120px;
    bottom: 0;
    z-index: 1;
  }
  #sec4 .box-1 h2 span:last-child {
    top: 5px;
    right: -50px;
    font-size: 16px;
    letter-spacing: 5px;
  }
  #sec4 .box-1 h2 p {
    position: absolute;
    right: 7vw;
    top: 0;
    font-size: 16px;
  }
  #sec4 .deco-circle::before {
    width: 1380px;
    height: 1380px;
    left: calc(50% + 385px);
    transform: translateX(-50%);
    top: 385px;
  }
  #sec4 .deco-line-1 {
    top: 1430px;
  }
  #sec4 .deco-line-2 {
    bottom: 250px;
  }
  #sec4 .deco-line-3 {
    left: calc(50% - 550px);
    height: 1450px;
    bottom: 250px;
  }
  #sec4 .row-1 {
    margin-bottom: 135px;
  }
  #sec4 .row-1 .col-left {
    margin-bottom: 0;
    margin-left: -115px;
  }
  #sec4 .row-1 .col-right {
    width: 440px;
    margin-bottom: -7px;
  }
  #sec4 .row-1 .col-right h3 {
    text-align: left;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
  #sec4 .row-1 .col-right .txt {
    letter-spacing: 4.5px;
    margin-bottom: 0;
  }
  #sec4 .row-2 {
    margin-bottom: 80px;
  }
  #sec4 .row-2 .col-right {
    margin-bottom: 0;
    order: 2;
  }
  #sec4 .row-2 .col-right .photo-2 {
    width: -moz-max-content;
    width: max-content;
    margin-left: -120px;
  }
  #sec4 .row-2 .col-right .group-photo-1 {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    position: relative;
    margin-right: -250px;
  }
  #sec4 .row-2 .col-right .group-photo-1 h3 {
    right: 35px;
    bottom: 20px;
    letter-spacing: 8px;
  }
  #sec4 .row-2 .col-left {
    order: 1;
    margin: 80px 0 0 -100px;
  }
  #sec4 .row-2 .col-left h3 {
    text-align: left;
    line-height: 60px;
    letter-spacing: 9px;
    writing-mode: vertical-rl;
    margin: 0 auto 70px;
  }
  #sec4 .row-2 .col-left .btn-cus {
    max-width: 350px;
  }
  #sec4 .row-2 .col-left .btn-cus:hover::after {
    right: 0;
  }
  #sec4 .row-2 .col-left .btn-cus.bg-none:before {
    width: calc(100% - 120px);
    background: #495563;
  }
  #sec4 .row-2 .col-left .photo-4 {
    margin-bottom: 40px;
    margin-left: -35px;
  }
  #sec4 .bnr-1 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
#shopinfo {
  padding: 40vw 0 30vw;
  background: url(../img/index/shop_info_bg_sp.png) no-repeat top right/70% 100%;
  position: relative;
  margin-top: -1px;
}
#shopinfo::before {
  content: "";
  background: url(../img/index/shop_info_bg_sp.png) no-repeat 0 0 / cover;
  width: 70%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#shopinfo::after {
  content: "";
  background: #495563;
  height: 30vw;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
}
#shopinfo .shopinfo-deco-top::before {
  content: "";
  background: url(../img/index/sec4_deco_bot.png) no-repeat center top/100%;
  width: 100%;
  height: 12vw;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 8;
}
#shopinfo .wrap {
  padding: 0 10%;
}
#shopinfo .deco-circle::before {
  content: "";
  width: 150vw;
  height: 150vw;
  left: 50%;
  transform: translateX(-50%);
  top: 20vw;
  position: absolute;
  border-top: 1px solid #334a61;
  border-radius: 100vw;
}
#shopinfo .deco-line-1 {
  border-top: 1px solid #334a61;
  position: absolute;
  width: 100%;
  left: 0;
  top: 75vw;
}
#shopinfo .deco-line-2 {
  position: absolute;
  border-right: 1px solid #334a61;
  height: 100%;
  right: 5%;
  top: 2vw;
}
#shopinfo .deco-line-3 {
  position: absolute;
  border-right: 1px solid #334a61;
  height: 100%;
  left: 5%;
  top: 2vw;
}
#shopinfo .ttl .desc {
  text-align: center;
  letter-spacing: 2px;
  color: #927719;
  margin-bottom: 15px;
}
#shopinfo .ttl h2 {
  text-align: center;
  margin-bottom: 25vw;
}
#shopinfo .row .col-left .logo {
  width: 250px;
  margin: 0 auto 30px;
}
#shopinfo .row .col-left .tel-t1 {
  margin-bottom: 15px;
}
#shopinfo .row .col-left .phone-desc {
  text-align: center;
  line-height: 24px;
  color: #9e9e9e;
  font-size: 12px;
  margin-bottom: 20px;
}
#shopinfo .row .col-left .btn-web a {
  margin: 0 auto 30px;
}
#shopinfo .row .col-right p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
#shopinfo .row .box {
  border: 1px solid #ece4d9;
  text-align: center;
  padding: 30px 0;
}
#shopinfo .row .box h3 {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  letter-spacing: 2px;
}
#shopinfo .row .box h3::after {
  content: "";
  background: #7e7873;
  width: 100px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
#shopinfo .row .box .txt {
  font-size: 13px;
  line-height: 25px;
}

#gmap {
  padding: 0 0 20vw;
}
#gmap .google-map {
  margin-bottom: 50px;
}
#gmap .google-map iframe {
  width: 100%;
  height: 350px;
  filter: grayscale(1);
}
#gmap .btn-cus a {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 380px 0 270px;
    background: url(../img/index/shop_info_bg.png) no-repeat top
      right/calc(50% + 150px) 100%;
  }
  #shopinfo::before {
    background: url(../img/index/shop_info_bg.png) no-repeat 0 0 / cover;
    width: calc(50% + 150px);
  }
  #shopinfo::after {
    height: 325px;
  }
  #shopinfo .shopinfo-deco-top::before {
    background: url(../img/index/sec4_deco_bot.png) no-repeat center top/100%;
    width: 100%;
    height: 300px;
  }
  #shopinfo .wrap {
    padding: 0;
  }
  #shopinfo .deco-circle::before {
    width: 1400px;
    height: 1800px;
    top: 300px;
    border: 1px solid #334a61;
    border-radius: 100vw 100vw 0 0;
  }
  #shopinfo .deco-line-1 {
    top: 565px;
  }
  #shopinfo .deco-line-2 {
    right: calc(50% - 620px);
    top: 0;
    z-index: -1;
  }
  #shopinfo .deco-line-3 {
    height: 100%;
    left: calc(50% - 620px);
    top: 0;
    z-index: -1;
  }
  #shopinfo .ttl .desc {
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  #shopinfo .ttl h2 {
    margin-bottom: 145px;
  }
  #shopinfo .row {
    position: relative;
  }
  #shopinfo .row .col-left {
    width: 235px;
  }
  #shopinfo .row .col-left .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 50px;
  }
  #shopinfo .row .col-left .tel-t1 {
    margin-bottom: 0;
  }
  #shopinfo .row .col-left .phone-desc {
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  #shopinfo .row .col-left .btn-web a {
    margin: 0 auto 30px;
  }
  #shopinfo .row .col-right {
    width: 535px;
    margin: 5px 25px 0 0;
  }
  #shopinfo .row .col-right p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }
  #shopinfo .row .box {
    padding: 30px 0 40px;
    position: absolute;
    left: -15px;
    bottom: 185px;
    width: 260px;
    box-sizing: border-box;
  }
  #shopinfo .row .box h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    letter-spacing: 2px;
  }
  #shopinfo .row .box h3::after {
    width: 80px;
    bottom: 0;
  }
  #shopinfo .row .box .txt {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1.8px;
  }
  #gmap {
    padding: 0 0 145px;
  }
  #gmap .wrap {
    max-width: 1400px;
  }
  #gmap .google-map {
    margin-bottom: 50px;
  }
  #gmap .google-map iframe {
    height: 660px;
  }
  #gmap .btn-cus {
    width: 470px;
    margin: 0 0 10px auto;
  }
  #gmap .btn-cus::after {
    right: 50px;
  }
  #gmap .btn-cus a {
    max-width: 470px;
    margin-left: auto;
  }
  #gmap .btn-cus.bg-none:before {
    width: calc(100% - 205px);
  }
  #gmap .btn-share a {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    display: block;
    text-decoration: underline;
    letter-spacing: 2px;
  }
  #gmap .btn-share a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec3 .bg-parallax {
    width: calc(100% - 60px);
  }
  #sec3 .deco-circle::before {
    bottom: 150px;
  }
  #sec4 .row-2 .col-right .group-photo-1 {
    width: 550px;
    margin-right: -140px;
  }
  #gmap .wrap {
    max-width: 1250px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec2 .row .col-right {
    width: 550px;
    margin-right: 0;
  }
  #sec2 .row {
    max-width: 1050px;
    margin: 0 auto;
  }
  #sec4 .row-1 .col-left {
    margin-left: 0;
    width: 535px;
  }
  #sec4 .row-2 .col-right .group-photo-1 {
    width: 500px;
    margin-right: -40px;
  }
  #shopinfo {
    padding: 380px 0 100px;
  }
  #gmap .wrap {
    max-width: 1050px;
  }
} /*# sourceMappingURL=index.css.map */
