body {
  font-family: "Noto Serif JP", serif;
  line-height: 28px;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.2px;
  }
}
#key {
  background-image: url(../img/aniversary/kv01.jpg);
}

@media screen and (max-width: 767px) {
  #key {
    min-height: 125vw;
  }
  .key-ttl {
    bottom: 50%;
    width: 80%;
    margin: 0 auto;
  }
}
#lead {
  padding: 10vw 0;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}
#lead::before {
  content: "";
  background: url(../img/aniversary/lead_bg1.png) no-repeat center center/cover;
  height: 135vw;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#lead::after {
  content: "";
  background: url(../img/index/reco_pt.jpg);
  width: 60%;
  height: calc(100% - 135vw);
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
#lead h2 {
  text-align: center;
  margin-bottom: 40px;
}
#lead h2 span {
  display: block;
}
#lead h2 span:first-child {
  font-size: 16px;
  margin-bottom: 20px;
}
#lead h2 span:last-child {
  font-size: 25px;
}
#lead .txt {
  margin-bottom: 30px;
}
#lead .row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5vw;
}
#lead .row-1 .photo-1 {
  width: 30%;
}
#lead .row-1 .photo-2 {
  width: 65%;
  margin-top: 15vw;
}
#lead .row-2 .photo-3 {
  width: 80%;
  margin-bottom: 5vw;
}
#lead .row-2 .txt span {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #lead {
    padding: 130px 0 65px;
  }
  #lead::before {
    height: 790px;
  }
  #lead::after {
    width: calc(50% + 340px);
    height: calc(100% - 790px);
  }
  #lead .wrap {
    max-width: 1200px;
  }
  #lead h2 {
    margin-bottom: 60px;
  }
  #lead h2 span:first-child {
    margin-bottom: 30px;
  }
  #lead h2 span:last-child {
    font-size: 30px;
  }
  #lead .txt {
    margin-bottom: 55px;
    text-align: center;
  }
  #lead .row-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin: 0 -30px 100px -40px;
  }
  #lead .row-1 .photo-1 {
    width: -moz-max-content;
    width: max-content;
  }
  #lead .row-1 .photo-2 {
    width: -moz-max-content;
    width: max-content;
    margin-top: 140px;
  }
  #lead .row-2 {
    display: flex;
    gap: 0 125px;
  }
  #lead .row-2 .photo-3 {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    margin-left: -100px;
  }
  #lead .row-2 .txt {
    width: 415px;
    text-align: left;
    padding-top: 45px;
  }
  #lead .row-2 .txt span {
    margin-bottom: 35px;
  }
}
#course .set-1 {
  padding: 20vw 0 15vw;
  transition: 0.5s;
  position: relative;
  color: #fff;
}
#course .set-1::before {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  transition: 1s;
}
#course .set-1.change-bg {
  color: #333;
}
#course .set-1.change-bg::before {
  opacity: 0;
  transition: 1s;
}
#course .set-1 h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
#course .set-1 h2::before {
  content: "";
  background: #fff;
  width: 100px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -30px;
}
#course .set-1 h2 span {
  display: block;
}
#course .set-1 h2 span:first-child {
  font-size: 16px;
  margin-bottom: 20px;
}
#course .set-1 h2 span:last-child {
  font-size: 25px;
}
#course .set-1 .txt {
  margin-bottom: 30px;
}
#course .set-1 .desc-1 {
  text-align: center;
}
#course .set2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.5s;
  color: #fff;
}
#course .set2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  transition: 1s;
}
#course .set2.change-bg {
  color: #333;
}
#course .set2.change-bg::before {
  opacity: 0;
  transition: 1s;
}
#course .set3 {
  background: url(../img/shared/pt1.jpg);
  color: #333;
  transition: 0.5s;
}
#course .common-js .photo {
  position: relative;
  height: 325px;
  overflow: hidden;
}
#course .common-js .photo li {
  position: absolute;
  clip-path: inset(0% 0 0 0);
  width: 100%;
  height: 425px;
  top: 0;
  will-change: transform;
}
#course .common-js .photo li:nth-child(n + 2) {
  clip-path: inset(100% 0px 0% 0);
}
#course .common-js .photo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#course .common-js .content {
  box-sizing: border-box;
  padding: 15vw 5vw 15vw;
  text-align: center;
}
#course .common-js .content .desc-2 {
  margin-bottom: 10px;
}
#course .common-js .content .price {
  font-size: 18px;
  margin-bottom: 20px;
}
#course .common-js .content .desc-3 {
  font-size: 14px;
  margin-bottom: 15px;
}
#course .common-js .content .txt {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: left;
}
#course .common-js .content .inner {
  position: relative;
}
#course .common-js .content .inner h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  padding-right: 0;
}
#course .common-js .content .inner .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #course .set-1 {
    padding: 185px 0 170px;
    margin-bottom: -2px;
  }
  #course .set-1 h2 {
    margin-bottom: 50px;
  }
  #course .set-1 h2::before {
    top: -70px;
  }
  #course .set-1 h2 span:first-child {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #course .set-1 h2 span:last-child {
    font-size: 30px;
  }
  #course .set-1 .txt {
    margin-bottom: 50px;
    text-align: center;
  }
  #course .set-1 .desc-1 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  #course .set2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0 0 100px;
  }
  #course .set-2::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    transition: 1s;
  }
  #course .set-2.change-bg {
    color: #333;
  }
  #course .set-2.change-bg::before {
    opacity: 0;
    transition: 1s;
  }
  #course .common-js .photo {
    position: relative;
    height: 325px;
    overflow: hidden;
  }
  #course .common-js .photo li {
    position: absolute;
    clip-path: inset(0% 0 0 0);
    width: 100%;
    height: 425px;
    top: 0;
    will-change: transform;
  }
  #course .common-js .photo li:nth-child(n + 2) {
    clip-path: inset(100% 0px 0% 0);
  }
  #course .common-js .photo li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  #course .common-js .content {
    box-sizing: border-box;
    padding: 15vw 5vw 15vw;
    text-align: center;
  }
  #course .common-js .content .desc-2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #course .common-js .content .price {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #course .common-js .content .desc-3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #course .common-js {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #course .common-js .photo {
    position: relative;
    height: 100vh;
    width: calc(50% + 270px);
  }
  #course .common-js .photo li {
    height: calc(100vh + 100px);
    position: absolute;
    clip-path: inset(0% 0 0 0);
    width: 100%;
    top: 0;
    will-change: transform;
  }
  #course .common-js .photo li:nth-child(n + 2) {
    clip-path: inset(100% 0px 0% 0);
  }
  #course .common-js .photo li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  #course .common-js .content {
    width: 455px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
  }
  #course .common-js .content .inner h3 {
    font-size: 46px;
    margin-bottom: 46px;
    letter-spacing: 0.05em;
    padding-right: 15px;
  }
  #course .common-js .content .inner .txt {
    margin-bottom: 60px;
    font-size: 20px;
  }
}
#reserv {
  padding: 15vw 0 20vw;
  background: url(../img/index/reco_pt.jpg);
  color: #fff;
}
#reserv h2 {
  text-align: center;
  margin-bottom: 40px;
}
#reserv h2 span {
  display: block;
}
#reserv h2 span:first-child {
  font-size: 16px;
  margin-bottom: 20px;
}
#reserv h2 span:last-child {
  font-size: 25px;
}
#reserv ul {
  margin-bottom: 40px;
}
#reserv ul li {
  text-align: center;
  margin-bottom: 15px;
}
#reserv .tel-t1 {
  margin-bottom: 30px;
}
#reserv .btn-t1 a::after {
  display: none;
}

@media screen and (min-width: 768px) {
  #reserv {
    padding: 110px 0 135px;
  }
  #reserv h2 {
    margin-bottom: 65px;
  }
  #reserv h2 span:first-child {
    margin-bottom: 30px;
  }
  #reserv h2 span:last-child {
    font-size: 30px;
  }
  #reserv ul {
    margin-bottom: 40px;
  }
  #reserv ul li {
    margin-bottom: 8px;
  }
  #reserv .tel-t1 {
    margin-bottom: 40px;
  }
  #reserv .btn-t1 a {
    width: 515px;
  }
}
#bnr {
  padding: 10vw 0;
  background: url(../img/aniversary/bnr_bg1.jpg) no-repeat center center/cover;
  color: #fff;
}
#bnr h2 {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#bnr .desc {
  margin-bottom: 30px;
}
#bnr .row a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#bnr .row a::before {
  content: "";
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  position: absolute;
  border: 1px solid #fff;
  z-index: 1;
}
#bnr .row a .content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 25px;
}
#bnr .row a .content::after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
#bnr .row a .content h3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #bnr {
    padding: 120px 0 100px;
  }
  #bnr h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  #bnr .desc {
    margin-bottom: 85px;
    text-align: center;
  }
  #bnr .wrap {
    max-width: 1300px;
  }
  #bnr .row {
    display: flex;
    justify-content: space-between;
  }
  #bnr .row a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    height: 400px;
  }
  #bnr .row a::before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  #bnr .row a .bnr-img {
    height: 400px;
  }
  #bnr .row a .bnr-img img {
    height: 400px;
    width: 100%;
  }
  #bnr .row a .content {
    padding-bottom: 50px;
  }
  #bnr .row a .content::after {
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #bnr .row a .content h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  #bnr .row a .content .bnr-desc {
    font-size: 20px;
  }
}
.ttl {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.05em;
}

.ttl small {
  font-size: 20px;
  letter-spacing: 0.05em;
  display: block;
}

#floor {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 148px;
}

#floor .txt {
  margin-top: 60px;
}

#floor .fmap {
  margin: 64px 0 106px;
}

#floor h2 small {
  color: #585858;
  margin-top: 53px;
}

#floor .slide {
  margin: 0 -91px 0 -88px;
}

#floor .slide .slick-arrow {
  top: 50%;
  position: absolute;
  margin-top: -4vw;
  width: 9vw;
  height: 9vw;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  background: url(../../shared/img/concept/slide_arrow.png) no-repeat center/auto 100%;
}

#floor .slide .slick-arrow.slick-next {
  right: 0;
  background-position: center right;
}

#floor .slide .slick-arrow.slick-prev {
  left: 0;
  background-position: center left;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 6vw;
  }
  .ttl small {
    font-size: 4vw;
  }
  #floor {
    padding: 18% 0 20%;
  }
  #floor .txt {
    margin-top: 10%;
  }
  #floor .fmap {
    margin: 12% 0;
  }
  #floor h2 small {
    margin-top: 5%;
  }
  #floor .slide {
    margin: 0;
    padding: 0 8%;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #course .common-js .content {
    padding-top: 50px;
  }
} /*# sourceMappingURL=anniversary.css.map */
