.blog {
  background: url(../img/shared/pt2.jpg);
  margin: 0 5%;
  padding: 20px 25px;
  position: relative;
  margin-top: 20px;
}
.blog h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.blog .row {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.blog .row .photo a {
  display: block;
}
.blog .row .photo a span {
  display: block;
  width: 120px !important;
  height: 80px !important;
}
.blog .row dl {
  font-size: 13px;
}
.blog .more-link a {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (min-width: 768px) {
  #head-key {
    position: relative;
  }
  .blog {
    margin: 0;
    position: absolute;
    bottom: -60px;
    left: 10px;
    width: 400px;
    box-sizing: border-box;
    z-index: 9;
  }
  .blog h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .blog .row {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .blog .row .photo a span {
    width: 115px !important;
    height: 75px !important;
  }
  .blog .row dl {
    font-size: 16px;
    line-height: 26px;
  }
  .blog .more-link a {
    top: 20px;
    right: 20px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .blog .more-link a:hover {
    text-decoration: none;
  }
}
#sec1 {
  padding: 20vw 0 5vw;
  background: url("../img/index/sec1_deco1_sp.png") no-repeat center top 10vw/100%, url(../img/index/sec1_deco2_sp.png) no-repeat right top 150vw/80%;
}
#sec1 h2 {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 2em;
  border-left: 1px solid #c7c1b3;
  border-right: 1px solid #c7c1b3;
  margin: 0 auto 10vw;
  letter-spacing: 0.2em;
}
#sec1 .photo-1 {
  margin: 0 -5.5% 40px;
}
#sec1 .txt {
  text-align: center;
}
#sec1 .txt span {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 165px 0 80px;
    background: url(../img/index/sec1_deco2.png) no-repeat right top 600px/auto, url("../img/index/sec1_deco1.png") no-repeat center top -80px/100%;
  }
  #sec1 h2 {
    line-height: 2em;
    margin: 0 auto 55px;
    letter-spacing: 0.2em;
    padding: 15px 0 5px;
    letter-spacing: 12px;
  }
  #sec1 .photo-1 {
    margin: 0 0 60px;
    position: relative;
  }
  #sec1 .photo-1::before {
    content: "";
    background: url(../img/index/sec1_deco_gold.png) no-repeat 0 0/100%;
    width: 168px;
    height: 309px;
    left: -120px;
    bottom: -140px;
    position: absolute;
  }
  #sec1 .photo-1::after {
    content: "";
    background: url(../img/index/sec1_deco_gold2.png) no-repeat 0 0/100%;
    width: 122px;
    height: 168px;
    right: -120px;
    bottom: 100px;
    position: absolute;
  }
  #sec1 .txt {
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 0 40px;
    flex-direction: row-reverse;
  }
  #sec1 .txt span {
    writing-mode: vertical-rl;
    margin-bottom: 0;
  }
}
#sec2 {
  padding: 10vw 0 20vw;
  position: relative;
}
#sec2::before {
  content: "";
  background: url(../img/index/sec2_deco_bg.png) no-repeat 0 0/100%;
  width: 100%;
  height: 100vw;
  left: 0;
  top: 0;
  position: absolute;
}
#sec2 .photo-1 {
  width: 60%;
  margin-left: -5.5%;
  margin-bottom: 30px;
}
#sec2 .content h2 {
  writing-mode: vertical-rl;
  position: absolute;
  right: 20%;
  top: 5vw;
  letter-spacing: 0.1em;
}
#sec2 .content .history {
  position: relative;
  margin-bottom: 30px;
  margin-left: 25px;
}
#sec2 .content .history::before {
  content: "";
  background: #d8cfb7;
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  top: 15px;
}
#sec2 .content .history dl {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
#sec2 .content .history dl::before {
  content: "";
  background: #a98156;
  height: 3px;
  width: 3px;
  border-radius: 50vw;
  left: -1px;
  top: 15px;
  position: absolute;
  box-shadow: 0px 0px 4px 4px #a98156;
}
#sec2 .content .history dl dt {
  font-size: 18px;
}
#sec2 .content .txt {
  margin-bottom: 30px;
}
#sec2 .group-photo {
  display: flex;
  align-items: flex-end;
}
#sec2 .group-photo .photo-3 {
  order: 1;
}
#sec2 .group-photo .photo-2 {
  order: 2;
  margin-right: -5.5%;
  margin-bottom: 15vw;
  margin-left: 10vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 65px 0 60px;
  }
  #sec2::before {
    background: url(../img/index/sec2_deco_bg_pc.png) no-repeat 0 0/100%;
    height: 50vw;
    top: -250px;
  }
  #sec2 .wrap {
    max-width: 1500px;
  }
  #sec2 .photo-1 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 100px;
    top: 0;
    right: calc(50% + 235px);
    height: 728px;
  }
  #sec2 .content {
    width: 530px;
    margin-left: calc(50% - 170px);
  }
  #sec2 .content h2 {
    writing-mode: horizontal-tb;
    position: static;
    letter-spacing: 7px;
    margin-bottom: 50px;
  }
  #sec2 .content .history {
    margin-bottom: 35px;
  }
  #sec2 .content .history::before {
    width: 2px;
    height: calc(100% - 10px);
    left: 35px;
    top: 20px;
  }
  #sec2 .content .history dl {
    padding-left: 65px;
    margin-bottom: 15px;
    line-height: 38px;
  }
  #sec2 .content .history dl::before {
    left: 35px;
    top: 20px;
    box-shadow: 0px 0px 5px 5px #a98156;
  }
  #sec2 .content .history dl dt {
    font-size: 24px;
  }
  #sec2 .content .history dl dd {
    font-size: 18px;
  }
  #sec2 .content .txt {
    margin-bottom: 30px;
    padding-left: 35px;
  }
  #sec2 .group-photo .photo-3 {
    position: absolute;
    right: 0;
    top: 340px;
    width: 210px;
    height: 160px;
  }
  #sec2 .group-photo .photo-2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 50px;
    top: -65px;
    height: 330px;
    width: 300px;
  }
}
#sec3 {
  padding: 0 0 10vw;
}
#sec3 .sec3-slide {
  margin: 0 -5.5%;
}
#sec3 .content {
  background: url(../img/shared/pt2.jpg);
  position: relative;
  padding: 60px 30px 50px;
  margin-top: -40px;
}
#sec3 .content::after {
  content: "";
  background: url(../img/index/sec3_deco1.png) no-repeat 0 0/100%;
  width: 100%;
  height: 65vw;
  right: -30vw;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#sec3 .content .content-desc {
  writing-mode: vertical-rl;
  color: #9d8f71;
  position: absolute;
  right: 15px;
  top: 20px;
  padding-top: 15px;
}
#sec3 .content .content-desc::before {
  content: "";
  background: #c9c1b0;
  width: 7px;
  height: 7px;
  border-radius: 50vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
#sec3 .content h2 {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 46px;
}
#sec3 .content h3 {
  border-top: 1px solid #d5d4d0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 40px;
  padding-top: 20px;
  letter-spacing: 2px;
}
#sec3 .content .txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 100px 0 30px;
  }
  #sec3 .wrap {
    max-width: 1500px;
  }
  #sec3 .sec3-slide {
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
    right: calc(50% - 85px);
    height: 700px;
  }
  #sec3 .sec3-slide .slick-slide {
    height: 700px;
  }
  #sec3 .sec3-slide .slick-dots {
    bottom: 5%;
    left: 3%;
  }
  #sec3 .desc {
    position: absolute;
    right: calc(50% + 290px);
    top: 35px;
  }
  #sec3 .content {
    padding: 110px 30px 100px;
    margin-top: -40px;
    width: 520px;
    margin-left: calc(50% + 85px);
    box-sizing: border-box;
  }
  #sec3 .content::after {
    width: 699px;
    height: 543px;
    right: -285px;
    bottom: -130px;
  }
  #sec3 .content .content-desc {
    font-size: 18px;
    top: 30px;
    letter-spacing: 3px;
  }
  #sec3 .content .content-desc::before {
    width: 8px;
    height: 8px;
  }
  #sec3 .content h2 {
    margin: 0 auto 35px;
    font-size: 35px;
    line-height: 68px;
    letter-spacing: 6px;
  }
  #sec3 .content h3 {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 50px;
    padding-top: 30px;
    letter-spacing: 5px;
  }
  #sec3 .content .txt {
    text-align: justify;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 195px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    letter-spacing: 0.5px;
  }
}
#sec4 {
  padding: 10vw 0;
}
#sec4 h2 {
  text-align: center;
  margin-bottom: 8vw;
}
#sec4 .sec4-slide {
  margin: 0 -5.5% 15px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 50px 0;
  }
  #sec4 .wrap {
    max-width: 1200px;
  }
  #sec4 .content {
    width: 440px;
    margin-left: calc(50% + 60px);
  }
  #sec4 h2 {
    text-align: left;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-top: 75px;
    margin-left: -20px;
    letter-spacing: 6px;
    position: relative;
  }
  #sec4 h2::after {
    content: "";
    background: #a8a49a;
    width: calc(100% + 30px);
    height: 1px;
    right: 0;
    position: absolute;
    bottom: -28px;
  }
  #sec4 .sec4-slide {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: calc(50% - 10px);
  }
  #sec4 .sec4-slide .slick-slide {
    height: 430px;
  }
  #sec4 .sec4-slide .slick-dots {
    left: auto;
    bottom: 30px;
    right: 30px;
  }
}
#sec5 {
  padding: 15vw 0 10vw;
  position: relative;
}
#sec5::before {
  content: "";
  background: url(../img/index/sec5_deco1_sp.png) no-repeat 0 0/100%;
  width: 50%;
  height: 195vw;
  right: 0;
  top: 0;
  position: absolute;
}
#sec5 .desc-top {
  position: absolute;
  right: 2%;
  top: 10px;
  font-size: 12px;
}
#sec5 h2 {
  margin-bottom: 5vw;
}
#sec5 h2 > span {
  display: block;
  text-align: center;
  line-height: 1.8em;
}
#sec5 .group-price {
  text-align: center;
  margin-bottom: 20px;
}
#sec5 .group-price .price {
  font-size: 20px;
  letter-spacing: 2px;
}
#sec5 .group-price .desc {
  letter-spacing: 2px;
}
#sec5 .slider-for-2 {
  margin: 0 -5.5% 20px;
}
#sec5 .slider-nav-2 {
  padding: 0 10vw;
  margin-bottom: 20px;
}
#sec5 .slider-nav-2 .slick-list {
  padding: 0 !important;
}
#sec5 .slider-nav-2 .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}
#sec5 .slider-nav-2 .slick-track .slick-slide {
  width: 32% !important;
  height: 18vw;
  margin-bottom: 2%;
  margin-right: 2%;
  position: relative;
}
#sec5 .slider-nav-2 .slick-track .slick-slide::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#sec5 .slider-nav-2 .slick-track .slick-slide:nth-child(3n) {
  margin-right: 0;
}
#sec5 .slider-nav-2 .slick-track .slick-slide img {
  height: 18vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec5 .slider-nav-2 .slick-track .slick-slide.slick-current::after {
  display: none;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 205px 0 0;
  }
  #sec5::before {
    background: url(../img/index/sec5_deco1.png) no-repeat 0 0/100%;
    width: 731px;
    height: 398px;
    right: auto;
    left: calc(50% + 15px);
    top: 140px;
  }
  #sec5::after {
    content: "";
    background: url(../img/index/sec5_deco2.png) no-repeat 0 0/100%;
    width: 949px;
    height: 972px;
    position: absolute;
    top: 415px;
    left: calc(50% + 375px);
    z-index: -1;
  }
  #sec5 .wrap {
    max-width: 1400px;
    padding: 0 10px;
  }
  #sec5 h2 {
    margin-bottom: 10px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: calc(50% + 110px);
  }
  #sec5 h2 > span {
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 8px;
  }
  #sec5 h2 > span:last-child {
    text-align: right;
    margin-right: -60px;
    position: relative;
  }
  #sec5 h2 > span:last-child::after {
    content: "";
    background: #746f66;
    height: 1px;
    width: 220px;
    right: -240px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  #sec5 .group-price {
    text-align: center;
    margin-bottom: 20px;
  }
  #sec5 .group-price .price {
    font-size: 30px;
    letter-spacing: 6px;
  }
  #sec5 .group-price .price small {
    font-size: 22px;
  }
  #sec5 .group-price .desc {
    letter-spacing: 4px;
    font-size: 22px;
  }
  #sec5 .slider-for-2 {
    margin: 0;
    position: absolute;
    top: 150px;
    left: 0;
    right: calc(50% - 180px);
    height: 500px;
  }
  #sec5 .slider-for-2 .slick-slide {
    height: 500px;
  }
  #sec5 .group-2 {
    max-width: 495px;
    width: calc(50% - 205px);
    margin-left: auto;
    margin-bottom: 40px;
  }
  #sec5 .slider-nav-2 {
    padding: 0;
    margin-bottom: 20px;
  }
  #sec5 .slider-nav-2 .slick-list {
    padding: 0 !important;
  }
  #sec5 .slider-nav-2 .slick-track .slick-slide {
    width: 32% !important;
    height: 125px;
    margin-bottom: 2%;
    margin-right: 2%;
    position: relative;
  }
  #sec5 .slider-nav-2 .slick-track .slick-slide:nth-child(3n) {
    margin-right: 0;
  }
  #sec5 .slider-nav-2 .slick-track .slick-slide img {
    height: 125px;
    width: 100%;
  }
  #sec5 .slider-nav-2 .slick-track .slick-slide.slick-current::after {
    display: none;
  }
  #sec5 .txt {
    text-align: center;
  }
}
#sec6 {
  padding: 15vw 0;
  position: relative;
}
#sec6::before {
  content: "";
  background: url(../img/shared/pt2.jpg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#sec6 h2 {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto 10vw;
}
#sec6 .photo-1 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 65px 0 220px;
    min-height: 380px;
  }
  #sec6::before {
    width: calc(50% + 600px);
    height: 395px;
    top: 165px;
  }
  #sec6 .wrap {
    max-width: 1080px;
  }
  #sec6 h2 {
    position: absolute;
    left: calc(50% + 65px);
    top: 45px;
    letter-spacing: 9px;
  }
  #sec6 .photo-1 {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
    right: 50%;
  }
  #sec6 .photo-1::before {
    content: "";
    background: url(../img/index/sec6_deco_gold.png) no-repeat 0 0/100%;
    width: 217px;
    height: 328px;
    left: -170px;
    top: -155px;
    position: absolute;
  }
  #sec6 .txt {
    width: 355px;
    margin-left: calc(50% + 150px);
    padding-top: 155px;
  }
}
#sec7 {
  padding: 20vw 0 10vw;
  position: relative;
}
#sec7::before {
  content: "";
  background: url(../img/index/sec7_deco1.png) no-repeat 0 0/100%;
  width: 70%;
  height: 75vw;
  right: -27vw;
  top: 130vw;
  position: absolute;
}
#sec7 .box-1 h2 {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto 10vw;
}
#sec7 .box-1 .sec7-slide {
  margin-right: -65%;
  margin-left: -20%;
  margin-bottom: 30px;
}
#sec7 .group-1 {
  margin-bottom: 35px;
  position: relative;
}
#sec7 .group-1::before {
  content: "";
  background: url(../img/index/sec7_deco_gold.png) no-repeat 0 0/100%;
  width: 50px;
  height: 200px;
  left: 50px;
  top: 200px;
  position: absolute;
}
#sec7 .group-1 .group-price {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2aa9d;
  position: relative;
}
#sec7 .group-1 .group-price::after {
  content: "";
  background: #b2aa9d;
  height: 1px;
  width: 100%;
  bottom: -3px;
  left: 0;
  position: absolute;
}
#sec7 .group-1 .group-price h3 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#sec7 .row .photo-1 {
  margin-bottom: 30px;
}
#sec7 .row .content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#sec7 .row .content dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 30px;
}
#sec7 .row .content .txt {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #a79f93;
  position: relative;
}
#sec7 .row .content .txt::before {
  content: "";
  background: #b2aa9d;
  height: 1px;
  width: 100%;
  top: 2px;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #sec7 {
    padding: 0 0 10px;
  }
  #sec7::before {
    width: 499px;
    height: 512px;
    right: -100px;
    top: 500px;
  }
  #sec7 .box-1 {
    position: relative;
  }
  #sec7 .box-1 h2 {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 250px;
    transform: translateY(-50%);
    z-index: 1;
  }
  #sec7 .box-1 .sec7-slide {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 75px;
    height: 680px;
  }
  #sec7 .box-1 .sec7-slide img {
    height: 680px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec7 .group-1 {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    gap: 0 130px;
    padding-left: 45px;
  }
  #sec7 .group-1::before {
    width: 85px;
    height: 97px;
    left: -40px;
    top: 85px;
  }
  #sec7 .group-1 .group-price {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #sec7 .group-1 .group-price::after {
    background: #b2aa9d;
    height: 165px;
    width: 1px;
    bottom: 50%;
    transform: translateY(50%);
    left: auto;
    right: -72px;
  }
  #sec7 .group-1 .group-price::before {
    content: "";
    position: absolute;
    background: #b2aa9d;
    height: 165px;
    width: 1px;
    bottom: 50%;
    transform: translateY(50%);
    left: auto;
    right: -74px;
  }
  #sec7 .group-1 .group-price h3 {
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: 6px;
  }
  #sec7 .group-1 .group-price .price {
    font-size: 20px;
    letter-spacing: 2px;
  }
  #sec7 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec7 .row .photo-1 {
    margin-bottom: 30px;
    order: 2;
    margin-right: -100px;
  }
  #sec7 .row .content {
    width: 360px;
    padding-bottom: 35px;
  }
  #sec7 .row .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
  #sec7 .row .content dl {
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
  }
  #sec7 .row .content .txt {
    padding-top: 0;
    margin-top: 30px;
    border-top: none;
  }
  #sec7 .row .content .txt::before {
    display: none;
  }
}
#sec8 {
  padding: 5vw 0 15vw;
  position: relative;
}
#sec8::before {
  content: "";
  background: url(../img/index/sec8_deco1.png) no-repeat 0 0/100%;
  width: 150%;
  height: 132vw;
  left: -85vw;
  bottom: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #sec8 {
    padding: 50px 0 100px;
  }
  #sec8::before {
    width: 804px;
    height: 708px;
    left: calc(50% - 1220px);
    bottom: -5px;
  }
  #sec8 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }
  #sec8 .desc {
    text-align: center;
    margin-bottom: 40px;
  }
  #sec8 .row .col {
    width: 32%;
  }
  #sec8 .row .col .item {
    margin-bottom: 45px;
  }
  #sec8 .row .col .item h3 {
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
    padding: 8px 0;
    margin-bottom: 5px;
    text-align: center;
  }
  #sec8 .row .col .item dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c0b8a6;
    padding: 5px 0;
  }
  #sec8 .row .col .item dl dt {
    text-align: left;
  }
  #sec8 .row .col .item dl dd {
    text-align: right;
  }
}
#sec9 {
  padding: 0 0 10vw;
  position: relative;
}
#sec9::before {
  content: "";
  background: url(../img/index/sec9_deco1.png) no-repeat 0 0/100%;
  width: 100%;
  height: 100vw;
  right: -30vw;
  bottom: -10vw;
  position: absolute;
}
#sec9 .box {
  position: relative;
  margin-bottom: 80px;
}
#sec9 .box .bg-parallax {
  height: 100vw;
}
#sec9 .box h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18vw;
  color: #fff;
}
#sec9 .box h2::after {
  content: "";
  background: #a6a5a3;
  height: 100px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #sec9 {
    padding: 0 0 100px;
  }
  #sec9::before {
    width: 690px;
    height: 670px;
    right: calc(50% - 600px);
    bottom: -260px;
  }
  #sec9 .box {
    position: relative;
    margin-bottom: 180px;
  }
  #sec9 .box .bg-parallax {
    height: 700px;
  }
  #sec9 .box h2 {
    bottom: 55px;
    letter-spacing: 6px;
  }
  #sec9 .box h2::after {
    height: 170px;
    bottom: -180px;
  }
}
#sec10 {
  padding: 10vw 0 15vw;
  background: url(../img/index/sec10_deco1_sp.png) no-repeat center bottom/100%;
}
#sec10 .group-photo {
  width: 90%;
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin-bottom: 50px;
}
#sec10 .group-photo .photo-2 {
  margin-left: -6%;
  margin-bottom: 10vw;
}
#sec10 .content .tel-t2 {
  margin-bottom: 20px;
}
  #sec10 .btn_web{
    margin-left: 55px;
    margin-bottom: 30px;
  }
#sec10 .content ul {
  margin-bottom: 30px;
}
#sec10 .content ul li {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
#sec10 .content ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50vw;
  left: 0;
  top: 11px;
  position: absolute;
  background: #000;
}
#sec10 iframe {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 2;
}
#sec10 .photo-3 {
  width: 60%;
  margin-left: auto;
  margin-right: -5%;
  margin-top: -8vw;
}

@media screen and (min-width: 768px) {
  #sec10 {
    padding: 190px 0 145px;
    background: url(../img/index/sec10_deco1.png) no-repeat center bottom/100%;
  }
  #sec10 .wrap {
    max-width: 1500px;
  }
  #sec10 .group-photo {
    width: auto;
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
    margin-bottom: 50px;
  }
  #sec10 .group-photo .photo-1 {
    position: absolute;
    left: 70px;
    right: calc(50% + 300px);
    top: 110px;
    max-width: 240px;
    height: 320px;
  }
  #sec10 .group-photo .photo-2 {
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 10px;
    height: 450px;
    width: calc(50% - 325px);
    max-width: 320px;
  }
  #sec10 .content {
    width: 615px;
    margin: 0 auto 60px;
  }
  #sec10 .content .tel-t2 {
    margin-bottom: 40px;
  }
  #sec10 .btn_web{
    margin-left: 180px;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  #sec10 .content ul {
    margin-bottom: 30px;
  }
  #sec10 .content ul li {
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 28px;
  }
  #sec10 .content ul li::before {
    top: 12px;
    left: 5px;
  }
  #sec10 iframe {
    max-width: 800px;
    height: 500px;
    margin: 0 auto;
    display: block;
  }
  #sec10 .photo-3 {
    width: -moz-max-content;
    width: max-content;
    margin-left: calc(50% + 160px);
    margin-right: auto;
    margin-top: -35px;
  }
}
#sec11 {
  padding: 0 0 5vw;
}
#sec11 .row .col-left {
  margin-bottom: 85px;
}
#sec11 .row .col-right {
  padding: 0 5%;
}
#sec11 .row .col-right .logo {
  width: 200px;
  margin: 0 auto 15px;
}
#sec11 .row .col-right .desc {
  text-align: center;
  margin-bottom: 30px;
}
#sec11 .row .col-right .tel-t2 {
  border-top: 1px solid #c2b9a5;
  border-bottom: 1px solid #c6bcaa;
  padding: 15px 0;
  margin-bottom: 40px;
}
#sec11 .row .col-right .info {
  margin-bottom: 30px;
}
#sec11 .row .col-right .info dl {
  border-bottom: 1px solid #c6bcaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#sec11 .row .col-right .info dl a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#sec11 .row .col-right .btn-t1 {
  margin-bottom: 35px;
}
#sec11 .row .col-right .btn-t1 a {
  width: 100%;
  padding: 15px;
}
#sec11 .row .col-right .box {
  position: relative;
  margin-bottom: 30px;
}
#sec11 .row .col-right .box .label {
  display: flex;
  gap: 0 3px;
  position: absolute;
  left: 5vw;
  top: 0;
}
#sec11 .row .col-right .box .label span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 0.8em;
  background: #fff;
  padding: 3vw 2vw;
  writing-mode: vertical-rl;
}
#sec11 .row .col-right .google-map {
  margin: 0 -5.5% 15px;
}
#sec11 .row .col-right .google-map iframe {
  width: 100%;
  filter: grayscale(1);
}

@media screen and (min-width: 768px) {
  section {
    overflow-y: visible;
    overflow-x: clip;
  }
  #sec11 {
    padding: 0;
    background: url(../img/shared/sec11_pt.jpg);
  }
  #sec11 .row {
    display: flex;
  }
  #sec11 .row .col-left {
    width: calc(50% - 100px);
    height: 100vh;
    margin-bottom: 0;
    position: sticky;
    top: 0;
  }
  #sec11 .row .col-left img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec11 .row .col-right {
    padding: 110px 0 0;
    width: calc(50% + 100px);
  }
  #sec11 .row .col-right .container {
    width: 550px;
    margin-left: 150px;
  }
  #sec11 .row .col-right .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 15px;
  }
  #sec11 .row .col-right .desc {
    margin-bottom: 70px;
    line-height: 26px;
  }
  #sec11 .row .col-right .tel-t2 {
    padding: 20px 0;
    width: 450px;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  #sec11 .row .col-right .tel-t2 dt {
    font-size: 18px;
    margin-bottom: 0;
  }
  #sec11 .row .col-right .tel-t2 dt > span {
    margin-bottom: -10px;
    font-size: 18px;
  }
  #sec11 .row .col-right .tel-t2 dt .tel-icon {
    font-size: 30px;
  }
  #sec11 .row .col-right .tel-t2 dt img {
    width: 18px;
    margin: 0 4px 4px 0;
  }
  #sec11 .row .col-right .tel-t2 dd {
    font-size: 12px;
  }
  #sec11 .row .col-right .info {
    margin-bottom: 70px;
  }
  #sec11 .row .col-right .info dl {
    border-bottom: 1px solid #c6bcaa;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    line-height: 26px;
    display: flex;
  }
  #sec11 .row .col-right .info dl dt {
    width: 135px;
  }
  #sec11 .row .col-right .info dl dd {
    width: calc(100% - 135px);
  }
  #sec11 .row .col-right .info dl a:hover {
    text-decoration: none;
  }
  #sec11 .row .col-right .btn-t1 a {
    font-size: 18px;
  }
  #sec11 .row .col-right .btn-t1a {
    margin-bottom: 70px;
  }
  #sec11 .row .col-right .box {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 120px;
  }
  #sec11 .row .col-right .box .label {
    gap: 0 3px;
    left: 15px;
  }
  #sec11 .row .col-right .box .label span {
    font-size: 18px;
    line-height: 46px;
    padding: 20px 3px;
  }
  #sec11 .row .col-right .google-map {
    margin: 0 auto 35px;
  }
  #sec11 .row .col-right .btn-t1b a {
    margin: 0 auto 100px;
    width: 400px;
  }
}
.remodal-qa {
  background: url(../img/shared/pt1.jpg);
}

#popup_qa {
  text-align: left;
}
#popup_qa h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#popup_qa dl {
  border-bottom: 1px solid #aca494;
  padding: 20px 10px;
  max-width: 700px;
  margin: 0 auto;
}
#popup_qa dl span {
  font-size: 20px;
  position: relative;
  top: -3px;
}
#popup_qa dl dt {
  display: flex;
  margin-bottom: 10px;
}
#popup_qa dl dd {
  display: flex;
  padding-left: 25px;
}

@media screen and (min-width: 768px) {
  #popup_qa h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #popup_qa dl {
    padding: 25px 20px;
    margin: 0 auto;
    line-height: 28px;
  }
  #popup_qa dl span {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    top: -12px;
  }
  #popup_qa dl dt {
    display: flex;
    margin-bottom: 10px;
    top: -15px;
  }
  #popup_qa dl dd {
    display: flex;
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec2 .group-photo .photo-2 {
    right: 0;
    width: 250px;
  }
  #sec2 .group-photo .photo-3 {
    top: 300px;
  }
  #sec3 .content {
    margin-left: calc(50% + 10px);
  }
  #sec10 .group-photo .photo-1 {
    left: 40px;
    right: calc(50% + 325px);
  }
  #sec11 .row .col-right .container {
    margin-left: 75px;
  }
}/*# sourceMappingURL=index.css.map */