#header {
  background: url(../img/index/hd_bg_sp.jpg) no-repeat center top/100% auto;
}
#header .logo {
  top: 15vw;
}
#header #key {
  position: relative;
  padding-top: 56vw;
}
#header #key .infiniteslide {
  display: flex;
}
#header #key .infiniteslide li {
  height: 350px;
  margin: 0 5px;
}
#header #key .infiniteslide li img {
  width: auto;
  height: 100%;
}
#header #key h1 {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--white-color);
  opacity: 0.6;
  line-height: 25px;
  position: absolute;
  top: auto;
  left: 5%;
  right: 5%;
  bottom: 3vw;
  margin: 0;
  z-index: 2;
}
#sec1 {
  background: url(../img/index/sec1_bg_sp.png) no-repeat center top/100% auto
    #000;
  padding: 21vw 0 0;
}
#sec1 h2 {
  text-align: center;
}
#sec1 h2 span {
  font-size: 4.8vw;
  line-height: 2;
  letter-spacing: 0.2em;
  color: var(--white-color);
  display: inline-block;
  position: relative;
}
#sec1 h2 span::before {
  content: "";
  background: url(../img/index/sec1_ttl_deco.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: -15vw;
  left: -16vw;
  width: 35vw;
  height: 35vw;
}
#sec1 .content .txt {
  margin: 12vw 0 9vw;
}
#sec1 .content .txt p:not(:last-child) {
  margin-bottom: 5vw;
}
#sec2 {
  padding: 14vw 0 22vw;
  position: relative;
}
#sec2::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 26vw;
  z-index: -1;
}
#sec2 h2 {
  position: relative;
  z-index: 2;
  margin-right: 5%;
}
#sec2 .content .photo {
  margin: -7.5vw -2% 8vw;
  padding: 0 3vw 3vw 0;
}
#sec2 .content .gr-txt .ttls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7vw;
}
#sec2 .content .gr-txt .ttls dt {
  width: 27%;
  margin: 0 3% -1vw 0;
}
#sec2 .content .gr-txt .ttls dd {
  font-size: 4.5vw;
  letter-spacing: 0.18em;
  line-height: 1.7;
  color: var(--white-color);
}
#sec3 {
  background: #000;
  position: relative;
}
#sec3 .zoom-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/index/sec3_img_sp.jpg') no-repeat center center;
  background-size: cover;
  clip-path: circle(20% at center);
}
.zoom-inner{
  height: 100vh;
}

#sec3 .gr-txt {
  margin: 20vw 5% 0;
}
#sec3 .gr-txt h2 {
  color: var(--white-color);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8vw;
}
#sec3 .gr-txt h2 span {
  letter-spacing: 0;
}
#sec3 .gr-txt h2 .ttl-eng {
  font-size: 16vw;
  display: block;
}
#sec3 .gr-txt h2 .ttl-eng .border {
  font-size: 22vw;
  position: relative;
}
#sec3 .gr-txt h2 .ttl-eng .border::before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 2vw;
  right: 1vw;
  bottom: 6.1vw;
  left: -4vw;
}
#sec3 .gr-txt h2 .ttl-jp {
  font-size: 3.3vw;
  letter-spacing: 0.18em;
  text-align: right;
  display: block;
  margin: 2vw -2%;
}
#sec3 .gr-txt .btn-s1 {
  margin: 15vw 10% 0;
}
#sec4 {
  background: #000;
  padding: 20vw 0 27vw;
}
#sec4 h2 {
  font-size: 3.5vw;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
  color: var(--white-color);
  padding: 22vw 0 28vw;
  margin-bottom: -13vw;
  position: relative;
  z-index: 2;
}
#sec4 h2::before {
  content: "";
  background: url(../img/index/sec4_ttl_deco_sp.png) no-repeat center top/100%
    auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sec4 h2 span {
  font-size: 11vw;
  letter-spacing: 0;
}
#sec4 .content .gr-txt {
  margin-top: 11vw;
}
#sec4 .content .gr-txt h3 {
  font-size: 6vw;
  letter-spacing: 0.18em;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 9vw;
}
#sec4 .content .gr-txt .btn-s1 {
  margin: 15vw 10% 0;
}
#sec5 {
  padding: 17vw 0 17vw;
}
#sec5 h2 {
  font-size: 9vw;
  line-height: 1.5;
  text-align: center;
  color: var(--white-color);
  letter-spacing: 0.02em;
}
#sec5 .txt {
  margin: 8vw 0 10vw;
}
#sec5 .feed .rss-item {
  letter-spacing: 0.15em;
}
#sec5 .feed .rss-item:not(:last-child) {
  margin-bottom: 16px;
}
#sec5 .btn-more {
  text-align: right;
  margin-top: 4vw;
}
#sec5 .btn-more a {
  padding-right: 19%;
  font-family: "Cormorant Garamond";
  position: relative;
  display: inline-block;
}
#sec5 .btn-more a::before {
  content: "";
  width: 12vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  right: 6%;
  z-index: 1;
}
#sec5 .btn-more a .text {
  font-size: 5.5vw;
  letter-spacing: 0.02em;
  color: var(--white-color);
}
#sec5 .btn-more a .arrow {
  width: 4vw;
  height: 4vw;
  background: #a99885;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#sec5 .sns {
  margin-top: 7vw;
  padding-top: 13vw;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#sec5 .sns li:not(:last-child) {
  margin-right: 13%;
}
#sec5 .sns li img {
  height: 35px;
  width: auto;
}
#sec6 {
  padding: 15vw 0 0;
  background: url(../img/index/sec6_bg_sp.jpg) no-repeat center top/100% auto
    #000;
}
#sec6 h2 {
  font-size: 9.5vw;
  line-height: 1.5;
  text-align: center;
  color: var(--white-color);
  letter-spacing: 0;
  margin-bottom: 10vw;
}
#sec6 h2 span {
  font-size: 14vw;
  letter-spacing: 0;
}
#sec6 .content .col-r dl {
  line-height: 25px;
  display: flex;
  letter-spacing: 0.1em;
}
#sec6 .content .col-r dl:not(:last-child) {
  margin-bottom: 20px;
}
#sec6 .content .col-r dl dt {
  width: 27%;
}
#sec6 .content .col-r dl dd {
  flex: 1;
}
#sec6 .content .col-r dl dd .map-link {
  width: 75%;
  display: block;
  border: 1px solid #fff;
  padding: 2vw 5% 2.5vw;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#sec6 .content .col-r dl dd .map-link img {
  width: 13px;
  height: auto;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
#sec6 .content .col-l {
  margin-top: 17vw;
  text-align: center;
}
#sec6 .content .col-l .logo img {
  width: 50%;
}
#sec6 .content .col-l .tel {
  margin: 10vw 0 10vw;
  color: var(--white-color);
  line-height: 1.3;
}
#sec6 .content .col-l .tel dt {
  font-size: 13px;
  letter-spacing: 0.1em;
}
#sec6 .content .col-l .tel dd {
  font-size: 20px;
  letter-spacing: 0.04em;
}
#sec6 .content .col-l .tel dd span {
  font-size: 35px;
  letter-spacing: 0.03em;
}
#sec6 .content .col-l .sns {
  justify-content: center;
}
#sec6 .content .col-l .sns li:not(:last-child) {
  margin-right: 13%;
}
#sec6 .content .col-l .sns li img {
  height: 35px;
  width: auto;
}
#gmap {
  background: #000;
  padding: 20vw 0 23vw;
}
#gmap h2 {
  font-size: 8vw;
  letter-spacing: 0;
  color: var(--white-color);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3vw;
}
#gmap .map {
  height: 480px;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
#gmap .gr-btn .btn-map {
  margin: 11vw 10% 0;
}
#gmap .gr-btn .btn-map a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 4vw 5%;
}
#gmap .gr-btn .btn-map a img {
  width: 15px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
#gmap .gr-btn .btn-map a .text {
  font-size: 4.8vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #header {
    background: none;
  }
  #header::before {
    content: "";
    background: url(../img/index/hd_bg.jpg) no-repeat center bottom/cover;
    height: 1292px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  #header .logo {
    top: 62px;
    left: 80px;
  }
  #header #key {
    padding: 0;
    height: 480px;
  }
  #header #key .infiniteslide li {
    height: 480px;
    margin: 0 10px;
  }
  #header #key h1 {
    line-height: 30px;
    left: 35px;
    right: 20px;
    bottom: 7px;
  }
  #footer .set3 {
    padding: 28px 0 50px;
  }
  #sec1 {
    background: none;
    padding: 136px 0 0;
    position: relative;
  }
  #sec1::before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 136px;
    left: 0;
    z-index: -2;
  }
  #sec1 h2 {
    position: relative;
    z-index: 2;
  }
  #sec1 h2 span {
    font-size: 28px;
    line-height: 55px;
  }
  #sec1 h2 span::before {
    background: url(../img/index/sec1_ttl_deco.png) no-repeat;
    top: -64px;
    left: -105px;
    width: 183px;
    height: 167px;
  }
  #sec1 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: -51px;
  }
  #sec1 .content .txt {
    margin: 183px -39px 0 0;
    width: 515px;
  }
  #sec1 .content .txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  #sec1 .content .photo {
    margin-left: -72px;
  }
  #sec2 {
    padding: 0 0 114px;
    margin-top: -67px;
  }
  #sec2::before {
    content: none;
  }
  #sec2 .wrap {
    max-width: 1144px;
  }
  #sec2 h2 {
    margin: 0 -54px 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2;
  }
  #sec2 .content {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -91px;
  }
  #sec2 .content .photo {
    margin: 0 -49px 0 78px;
    padding: 0;
    flex: 1;
    height: 510px;
  }
  #sec2 .content .photo::before {
    right: -20px;
    bottom: -20px;
  }
  #sec2 .content .gr-txt {
    width: 325px;
    margin-top: 7px;
  }
  #sec2 .content .gr-txt .ttls {
    display: flex;
    margin-bottom: 37px;
  }
  #sec2 .content .gr-txt .ttls dt {
    width: 114px;
    margin: 0 20px 0 0;
  }
  #sec2 .content .gr-txt .ttls dt img {
    width: 100%;
    height: auto;
  }
  #sec2 .content .gr-txt .ttls dd {
    flex: 1;
    font-size: 26px;
    line-height: 45px;
  }
  #sec2 .content .gr-txt .txt {
    margin-right: 14px;
  }
  #sec3 .zoom-inner .bg {

    background: url(../img/index/sec3_img.jpg) no-repeat center center/cover;
    clip-path: circle(12% at center);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #sec3 .gr-txt {
    margin: 0;
    width: 380px;
    position: absolute;
    top: 35%;
    right: 156px;
       opacity: 0;
    transform: translate(0px, 50px);
  }
  #sec3 .gr-txt h2 {
    text-align: left;
    margin: 0 0 43px;
  }
  #sec3 .gr-txt h2 .ttl-eng {
    font-size: 100px;
    display: inline-block;
  }
  #sec3 .gr-txt h2 .ttl-eng .border {
    font-size: 134px;
  }
  #sec3 .gr-txt h2 .ttl-eng .border::before {
    top: 12px;
    right: 8px;
    bottom: 36px;
    left: -29px;
  }
  #sec3 .gr-txt h2 .ttl-jp {
    font-size: 20px;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 28px;
  }
  #sec3 .gr-txt .txt {
    margin-left: 5px;
  }
  #sec3 .gr-txt .btn-s1 {
    width: 370px;
    margin: 36px 0 0 5px;
  }
  #sec3 .gr-txt .btn-s1 a::before {
    width: 276px;
  }

  #sec4 {
    padding: 67px 0 129px;
  }
  #sec4 h2 {
    font-size: 15px;
    line-height: 38px;
    padding: 148px 0 156px;
    margin-bottom: 66px;
  }
  #sec4 h2::before {
    content: "";
    background: url(../img/index/sec4_ttl_deco.png) no-repeat;
    width: 441px;
    height: 390px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec4 h2 span {
    font-size: 50px;
    letter-spacing: 0;
  }
  #sec4 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #sec4 .content .gr-txt {
    margin: 29px 0 0 -22px;
    width: 295px;
  }
  #sec4 .content .gr-txt h3 {
    font-size: 26px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 36px;
  }
  #sec4 .content .gr-txt .btn-s1 {
    margin: 78px 0 0 0;
    width: 285px;
  }
  #sec4 .content .gr-txt .btn-s1 a::before {
    width: 115px;
  }
  #sec4 .content .photo {
    margin-right: -16px;
  }
  #sec5 {
    padding: 146px 0 123px;
  }
  #sec5 .wrap::before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 138px;
    left: 23px;
    width: 289px;
  }
  #sec5 h2 {
    font-size: 44px;
    line-height: 45px;
    text-align: left;
    position: absolute;
    top: 9px;
    left: 23px;
  }
  #sec5 .txt {
    margin: 0 0 53px;
  }
  #sec5 .content {
    margin-left: 312px;
    padding-left: 53px;
    min-height: 398px;
    position: relative;
  }
  #sec5 .content::before {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 13px;
    left: 0;
    bottom: 10px;
  }
  #sec5 .feed .rss-item {
    display: flex;
  }
  #sec5 .feed .rss-item:not(:last-child) {
    margin-bottom: 25px;
  }
  #sec5 .feed .rss-item dt {
    width: 134px;
  }
  #sec5 .feed .rss-item dd {
    flex: 1;
  }
  #sec5 .feed .rss-item dd a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  #sec5 .feed .rss-item dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #sec5 .btn-more {
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 81px;
    left: 155px;
    width: 103px;
  }
  #sec5 .btn-more a {
    display: block;
    padding-right: 0;
    overflow: hidden;
  }
  #sec5 .btn-more a:hover::before {
    animation: lineAni 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #sec5 .btn-more a:hover .text {
    animation: textAni 0.6s linear;
  }
  #sec5 .btn-more a:hover .text .on {
    animation: fadeIn 0.3s linear 0.3s forwards;
  }
  #sec5 .btn-more a:hover .text .off {
    animation: fadeOut 0.6s linear forwards;
  }
  #sec5 .btn-more a:hover .arrow {
    border-color: #a99885;
  }
  #sec5 .btn-more a:hover .arrow::after {
    transform: scale(2);
  }
  #sec5 .btn-more a::before {
    width: 29px;
    right: 8px;
  }
  #sec5 .btn-more a .text {
    font-size: 18px;
    display: inline-block;
  }
  #sec5 .btn-more a .text .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    font-family: "Noto Serif JP";
    white-space: nowrap;
  }
  #sec5 .btn-more a .arrow {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #b2b2b2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
  }
  #sec5 .btn-more a .arrow::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a99885;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #sec5 .sns {
    margin-top: 0;
    padding-top: 0;
    justify-content: flex-start;
    flex-direction: column;
    border-top: 0;
    position: absolute;
    bottom: 13px;
    left: 225px;
  }
  #sec5 .sns li:not(:last-child) {
    margin: 0 0 14px;
  }
  #sec5 .sns li img {
    height: 30px;
  }
  #sec6 {
    padding: 120px 0 0;
    background: #000;
    position: relative;
  }
  #sec6::before {
    content: "";
    background: url(../img/index/sec6_bg.jpg) no-repeat right top;
    width: 1060px;
    height: 1168px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #sec6 h2 {
    font-size: 39px;
    line-height: 35px;
    margin-bottom: 90px;
  }
  #sec6 h2 span {
    font-size: 56px;
  }
  #sec6 .content {
    display: flex;
    flex-direction: row-reverse;
  }
  #sec6 .content .col-r {
    flex: 1;
  }
  #sec6 .content .col-r dl {
    letter-spacing: 0.15em;
  }
  #sec6 .content .col-r dl.mb-50 {
    margin-bottom: 50px !important;
  }
  #sec6 .content .col-r dl:not(:last-child) {
    margin-bottom: 25px;
  }
  #sec6 .content .col-r dl dt {
    width: 119px;
  }
  #sec6 .content .col-r dl dd .map-link {
    width: auto;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0px 0 0 26px;
    text-align: left;
    font-size: 15px;
  }
  #sec6 .content .col-r dl dd .map-link:hover span::before {
    content: none;
  }
  #sec6 .content .col-r dl dd .map-link img {
    width: 11px;
    margin-right: 5px;
    top: -1px;
  }
  #sec6 .content .col-r dl dd .map-link span {
    display: inline-block;
    position: relative;
  }
  #sec6 .content .col-r dl dd .map-link span::before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
  }
  #sec6 .content .col-l {
    margin: 4px 123px 0 0;
    width: 235px;
  }
  #sec6 .content .col-l .logo img {
    width: 160px;
    height: auto;
  }
  #sec6 .content .col-l .tel {
    margin: 55px 0 50px;
    line-height: 27px;
  }
  #sec6 .content .col-l .tel dt {
    font-size: 12px;
  }
  #sec6 .content .col-l .tel dd {
    font-size: 18px;
  }
  #sec6 .content .col-l .tel dd span {
    font-size: 32px;
  }
  #sec6 .content .col-l .sns {
    flex-direction: column;
  }
  #sec6 .content .col-l .sns li:not(:last-child) {
    margin: 0 0 14px;
  }
  #sec6 .content .col-l .sns li img {
    height: 30px;
  }
  #gmap {
    padding: 46px 0 12px;
  }
  #gmap .wrap {
    max-width: 950px;
  }
  #gmap h2 {
    font-size: 30px;
    text-align: left;
    line-height: 35px;
    margin-bottom: 13px;
  }
  #gmap .gr-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
  #gmap .gr-btn .btn-map {
    margin: 0 0 0 32px;
    width: 130px;
  }
  #gmap .gr-btn .btn-map a {
    border: 0;
    text-align: left;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  #gmap .gr-btn .btn-map a:hover::before {
    animation: lineAni 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #gmap .gr-btn .btn-map a:hover .text {
    animation: textAni 0.6s linear;
  }
  #gmap .gr-btn .btn-map a:hover .arrow {
    border-color: #a99885;
  }
  #gmap .gr-btn .btn-map a:hover .arrow::after {
    transform: scale(2);
  }
  #gmap .gr-btn .btn-map a::before {
    content: "";
    width: 29px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 1;
  }
  #gmap .gr-btn .btn-map a img {
    display: none;
  }
  #gmap .gr-btn .btn-map a .text {
    font-size: 15px;
    letter-spacing: 0.15em;
    display: inline-block;
  }
  #gmap .gr-btn .btn-map a .arrow {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
  }
  #gmap .gr-btn .btn-map a .arrow::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a99885;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #gmap .gr-btn .print_map a {
    font-size: 12px;
    display: inline-block;
    position: relative;
  }
  #gmap .gr-btn .print_map a::after {
    content: "";
    background: url(../img/shared/icon_print.png) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 14px;
    right: -9px;
  }
  #gmap .gr-btn .print_map a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #sec2 h2 {
    margin-right: calc(-50vw + 50% + 20px);
  }
  #sec3 .gr-txt {
    right: 70px;
  }
  #sec3 .gr-txt {
    top: 35%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #sec2 .content .gr-txt {
    margin-left: calc(-50vw + 50% + 30px);
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  #sec1 .content .txt {
    margin-right: calc(-50vw + 50% + 30px);
  }
  #sec4 .content .gr-txt {
    margin-left: calc(-50vw + 50% + 30px);
  }
}
