#key {
  background: url("../img/course/key.jpg") no-repeat center top / cover;
}

@keyframes slidein {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2000vw 0;
  }
}

@media screen and (min-width: 768px) {
  section .wrap {
    max-width: 1000px;
    width: 100%;
  }

  .object-fit-cover-pc {
    position: relative;
  }

  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }

  .txt-ver-pc {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

#lead {
  padding: 0 0 10vw;
  color: #fff;
  background: url(../img/course/lead_bg1.jpg) no-repeat center top/cover;
}

#lead .box-1 {
  position: relative;
  margin-bottom: 5vw;
}

#lead .box-1 .photo-1 {
  width: 80%;
  margin-left: auto;
}

#lead .box-1 h2 {
  color: #6e5740;
  font-size: 15vw;
  font-weight: 300;
  left: 3vw;
  bottom: 8vw;
  position: absolute;
}

#lead .wrap {
  max-width: 1500px;
}

#lead .content h3 {
  margin-bottom: 5vw;
}

#lead .content h3 span {
  display: block;
  font-size: 6vw;
  line-height: 1.8em;
}

#lead .content h3 span:nth-child(n + 2) {
  margin-left: 5vw;
}

#lead .content .txt span {
  display: block;
  margin-bottom: 15px;
}

#lead .txt-latin {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
}

#lead .group-photo {
  display: flex;
  align-items: center;
}

#lead .group-photo .photo-2 {
  width: 40%;
}

#lead .group-photo .photo-3 {
  width: 60%;
  margin-left: -5vw;
}

@media screen and (min-width: 768px) {
  #lead {
    padding: 0 0 250px;
    background: url(../img/course/lead_bg1.jpg) no-repeat center top/cover;
  }

  #lead .box-1 {
    margin-bottom: 110px;
  }

  #lead .box-1 .photo-1 {
    width: calc(50% + 435px);
    height: 620px;
  }

  #lead .box-1 .photo-1 img {
    height: 620px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #lead .box-1 h2 {
    font-size: 280px;
    left: auto;
    right: calc(50% - 80px);
    bottom: 145px;
  }

  #lead .content {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0 60px;
    flex-direction: row-reverse;
    padding-left: 160px;
  }

  #lead .content h3 {
    margin-bottom: 5vw;
    display: flex;
    flex-direction: row-reverse;
  }

  #lead .content h3 span {
    font-size: 35px;
    line-height: 70px;
    writing-mode: vertical-rl;
  }

  #lead .content h3 span:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 35px;
  }

  #lead .content .txt {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 40px;
    padding-top: 115px;
  }

  #lead .content .txt span {
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    display: block;
    margin-bottom: 15px;
    line-height: 35px;
  }

  #lead .txt-latin {
    text-transform: uppercase;
    padding: 0;
    width: 410px;
    margin-left: auto;
    margin-right: 35px;
    margin-bottom: 30px;
    text-align: right;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
  }

  #lead .group-photo {
    display: flex;
    align-items: center;
  }

  #lead .group-photo .photo-2 {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 380px);
    height: 615px;
  }

  #lead .group-photo .photo-3 {
    width: auto;
    margin-left: 0;
    position: absolute;
    right: 125px;
    bottom: -135px;
    height: 180px;
    width: 100%;
    max-width: 270px;
  }
}

#course-zoom {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#course-zoom .bgi {
  width: 100%;
  height: 100vh;
}

#course-zoom .bgi .overlay {
  content: "";
  background: #131211;
  background-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  inset: 0;
}

#course-zoom .bgi .img {
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 40%, 75% 40%, 75% 60%, 25% 60%);
  transition: 0.5s ease-out;
}

#course-zoom .bgi .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

#course-zoom .bgi.show .overlay {
  opacity: 0.7;
  transition: 0.3s 0.3s;
}

#course-zoom .bgi.show .img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#course-zoom .blk {
  color: #fff;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.8s ease-out,
    opacity 0.8s ease-out;
}

#course-zoom .blk h2 {
  padding-bottom: 15vw;
}

#course-zoom .blk h2 span {
  display: block;
  text-align: center;
}

#course-zoom .blk h2 span:first-child {
  font-size: 7vw;
  line-height: 1.5;
}

#course-zoom .blk h2 span:last-child {
  text-transform: uppercase;
  font-size: 4vw;
  margin-top: 5vw;
}

#course-zoom.show .blk {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.5s;
}

#course {
  overflow-y: visible;
  overflow-x: clip;
  position: relative;
}

#course::before {
  content: "";
  background: url(../img/course/course_deco1.png) repeat 0 0/120px;
  width: 30%;
  height: 50vw;
  right: 0;
  bottom: -10vw;
  position: absolute;
}

#course .row {
  margin-top: 30px;
}

#course .row .photo-1 {
  margin-bottom: 20px;
}

#course .row .photo-1 span {
  display: block;
  text-align: right;
}

#course .row .content .txt-latin {
  text-transform: uppercase;
  color: #362311;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
}

#course .row .content .txt-latin::after {
  content: "";
  background: #362311;
  height: 1px;
  width: 100vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

#course .row .content h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

#course .row .content .price {
  font-size: 18px;
  margin-bottom: 20px;
}

#course .row .content .box-1 {
  border: 1px solid #6e5740;
  padding: 20px 25px 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#course .row .content .box-1 h4 {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#course .row .content .box-1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#course .row .content .box-1 ul li {
  width: 50%;
}

#course .box-contain {
  position: relative;
}

#course .box-contain::before {
  content: "";
  background: url(../img/course/course_bottle1.png) no-repeat 0 0/100%;
  width: 85px;
  height: 225px;
  position: absolute;
  right: -50px;
  bottom: 65px;
  z-index: 1;
}

#course .box-contain::after {
  content: "";
  background: url(../img/course/course_bottle2.png) no-repeat 0 0/100%;
  width: 65px;
  height: 180px;
  position: absolute;
  left: -50px;
  bottom: -40px;
  z-index: 1;
}

#course .box-2 {
  background: url(../img/course/course_pt1.png);
  padding: 25px 20px;
  color: #fff;
  position: relative;
}

#course .box-2::before {
  content: "";
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #c8bfb6;
  position: absolute;
}

#course .box-2 h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#course .box-2 .txt span {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #course-zoom .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    transition: 0.5s ease-out;
  }

  #course-zoom .bgi .img {
    clip-path: polygon(25% 20%, 75% 20%, 75% 60%, 25% 60%);
  }

  #course-zoom.show .overlay {
    opacity: 0.7;
  }

  #course-zoom .blk {
    bottom: 5px;
  }

  #course-zoom .blk h2 {
    padding-bottom: 100px;
  }

  #course-zoom .blk h2 span:last-child {
    font-size: 16px;
    margin-top: 10px;
  }

  #course-zoom .blk h2 span:first-child {
    font-size: 35px;
  }

  #course::before {
    background: url(../img/course/course_deco1.png) repeat 0 0 / auto;
    width: 278px;
    height: 766px;
    right: calc(50% - 670px);
    bottom: -250px;
  }

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

  #course .row {
    margin-top: 100px;
    margin-bottom: 140px;
    height: 640px;
  }

  #course .row .photo-1 {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    height: 650px;
    left: calc(50% - 45px);
    top: 0;
  }

  #course .row .photo-1 span {
    position: absolute;
    right: 150px;
    top: -40px;
  }

  #course .row .content {
    margin-left: auto;
    margin-right: calc(50% + 110px);
    width: 395px;
  }

  #course .row .content .txt-latin {
    margin-bottom: 75px;
    padding-top: 35px;
  }

  #course .row .content .txt-latin::after {
    width: 100vw;
  }

  #course .row .content h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
    letter-spacing: 4px;
  }

  #course .row .content .price {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 4px;
  }

  #course .row .content .box-1 {
    padding: 50px 45px 50px;
    margin-bottom: 30px;
  }

  #course .row .content .box-1 h4 {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  #course .row .content .box-1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #course .row .content .box-1 ul li {
    width: 50%;
  }

  #course .box-contain::before {
    width: 233px;
    height: 570px;
    right: calc(50% - 515px);
    bottom: -8px;
  }

  #course .box-contain::after {
    width: 192px;
    height: 545px;
    left: calc(50% - 525px);
    bottom: -180px;
  }

  #course .box-2 {
    padding: 80px 20px 45px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #course .box-2::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  #course .box-2 h3 {
    font-size: 40px;
    margin-bottom: 60px;
    letter-spacing: 4px;
  }

  #course .box-2 .txt {
    text-align: center;
  }

  #course .box-2 .txt span {
    margin-bottom: 30px;
  }
}

#other {
  padding: 20vw 0 10vw;
}

#other h2 {
  text-align: center;
  position: relative;
  margin-bottom: 8vw;
}

#other h2::before {
  content: "";
  background: #6e5740;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
}

#other h2::after {
  content: "";
  background: #6e5740;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
}

#other h2 span {
  font-size: 10vw;
  color: #6e5740;
  background: url(../img/shared/body-bg.jpg);
  position: relative;
  z-index: 2;
  padding: 0 2vw;
}

#other .row .col {
  border: 1px solid #6e5740;
  padding: 20px;
  margin-bottom: 25px;
}

#other .row .col h3 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

#other .row .col .price {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

#other .row .col .desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #816d58;
}

#other .row .col h4 {
  margin-bottom: 15px;
  text-decoration: underline;
  text-decoration-color: #a59c93;
  text-align: center;
}

#other .row .col ul {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}

#other .row .col ul li {
  width: 50%;
}

@media screen and (min-width: 768px) {
  #other {
    padding: 155px 0 100px;
  }

  #other .wrap {
    max-width: 1100px;
  }

  #other h2 {
    margin-bottom: 80px;
    letter-spacing: 0;
  }

  #other h2::before {
    top: calc(50% - 10px);
  }

  #other h2::after {
    top: calc(50% - 2px);
  }

  #other h2 span {
    font-size: 110px;
    padding: 0 35px;
  }

  #other .row {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #other .row .col {
    padding: 20px 45px 40px;
    margin-bottom: 25px;
    width: 395px;
    box-sizing: border-box;
  }

  #other .row .col h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #other .row .col .price {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #other .row .col .desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #other .row .col h4 {
    margin-bottom: 15px;
    text-decoration: underline;
    text-decoration-color: #a59c93;
    text-align: center;
  }

  #other .row .col ul {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
  }

  #other .row .col ul li {
    width: 50%;
  }
}

#reservation {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#reservation .bgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#reservation .bgi .overlay {
  content: "";
  background: #131211;
  background-blend-mode: multiply;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  inset: 0;
}

#reservation .bgi .img {
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 40%, 75% 40%, 75% 60%, 25% 60%);
  transition: 0.5s ease-out;
}

#reservation .bgi .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

#reservation .bgi.show .overlay {
  opacity: 0.7;
  transition: 0.3s 0.3s;
}

#reservation .bgi.show .img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#reservation .blk {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 100vh;
  padding-bottom: 100px;
}

#reservation .blk h2 {
  text-align: center;
  margin-bottom: 10vw;
}

#reservation .blk h2 span {
  display: block;
  line-height: 1.7em;
}

#reservation .blk h2 span:last-child {
  font-size: 10vw;
}

#reservation .blk h2 span:first-child {
  font-size: 4vw;
  text-transform: uppercase;
}

#reservation .blk .contact {
  background: url(../img/course/reservation_pt1.jpg);
  padding: 30px 15px;
  margin-bottom: 40px;
  position: relative;
}

#reservation .blk .contact .col {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#reservation .blk .contact .col:first-child {
  border-bottom: 1px dashed #a08f7e;
}

#reservation .blk .contact .col .icon-circle {
  width: 50px;
  margin: 0 auto 30px;
}

#reservation .blk .contact .col .tel {
  margin-bottom: 20px;
}

#reservation .blk .contact .col .tel .tel-desc {
  display: block;
}

#reservation .blk .contact .col .tel .number {
  font-family: "Forum", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 30px;
  background: transparent;
  padding-left: 0;
}

#reservation .blk .contact .col .desc {
  font-size: 12px;
  line-height: 22px;
}

#reservation .blk .contact .col .btn-web-t1 a {
  display: block;
  background: #14422b;
  padding: 12px 10px;
  text-align: center;
  box-sizing: border-box;
  width: 250px;
  margin: 0 auto;
}

#reservation .blk .contact .col .btn-web-t1 a img {
  width: 15px;
  margin: 0 5px 7px 0;
}

#reservation .blk .box-1 {
  margin-bottom: 40px;
}

#reservation .blk .box-1 h3 {
  font-size: 12vw;
  color: #a08f7e;
}

#reservation .blk .row {
  margin-bottom: 30px;
}

#reservation .blk .row h3 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #fff;
}

#reservation .blk .row .txt span {
  display: block;
  margin-bottom: 20px;
}

#reservation .blk .row .txt ul li {
  display: flex;
}

.reser-slide {
  position: relative;
  overflow: hidden;
  height: 60vw;
  margin-top: -30vw;
}

.reser-slide::after {
  content: "";
  width: 1000%;
  height: 60vw;
  background: url(../img/course/reservation_slide.png) repeat-x;
  background-size: 265vw;
  position: absolute;
  bottom: 0;
  animation: slidein 120s linear infinite;
}

@media screen and (min-width: 768px) {
  #reservation.show .overlay {
    opacity: 0.7;
  }

  #reservation .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
  }

  #reservation h2.ttl .jp {
    margin-top: 5px;
  }

  #reservation .bgi {
    height: 120vh;
  }

  #reservation .bgi .img {
    clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
  }

  #reservation .blk .wrap {
    max-width: 1200px;
  }

  #reservation .blk h2 {
    margin-bottom: 55px;
  }

  #reservation .blk h2 span {
    line-height: 1.7em;
  }

  #reservation .blk h2 span:first-child {
    font-size: 45px;
    margin-bottom: 25px;
  }

  #reservation .blk h2 span:last-child {
    font-size: 16px;
  }

  #reservation .blk .contact {
    background: url(../img/course/reservation_pt1.jpg);
    padding: 50px 15px 20px;
    width: 840px;
    margin: 0 auto 80px;
    display: flex;
    box-sizing: border-box;
  }

  #reservation .blk .contact:before {
    content: "";
    border-left: 1px dashed #a08f7e;
    position: absolute;
    top: 50px;
    bottom: 60px;
    left: 50%;
  }

  #reservation .blk .contact .col {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  #reservation .blk .contact .col:first-child {
    border-bottom: none;
  }

  #reservation .blk .contact .col .icon-circle {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 45px;
  }

  #reservation .blk .contact .col .tel {
    margin-bottom: 25px;
  }

  #reservation .blk .contact .col .tel .tel-desc {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #reservation .blk .contact .col .tel .number {
    letter-spacing: 4px;
    font-size: 43px;
  }

  #reservation .blk .contact .col .desc {
    font-size: 12px;
    line-height: 20px;
  }

  #reservation .blk .contact .col .btn-web-t1 a {
    display: block;
    background: #14422b;
    padding: 12px 10px;
    text-align: center;
    box-sizing: border-box;
    width: 250px;
    margin: 0 auto;
  }

  #reservation .blk .contact .col .btn-web-t1 a img {
    width: 15px;
    margin: 0 5px 7px 0;
  }

  #reservation .blk .box-1 {
    margin: 0 auto 90px;
    width: -moz-max-content;
    width: max-content;
  }

  #reservation .blk .box-1 h3 {
    font-size: 110px;
    line-height: 46px;
  }

  #reservation .blk .row {
    margin-bottom: 80px;
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: 30px;
  }

  #reservation .blk .row h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
    border-bottom: none;
    padding-right: 15px;
    margin-right: 45px;
    border-right: 1px dotted #fff;
    width: 280px;
  }

  #reservation .blk .row .txt {
    font-size: 16px;
    padding-top: 10px;
  }

  #reservation .blk .row .txt span {
    display: block;
    margin-bottom: 30px;
  }

  #reservation .blk .row .txt ul li {
    display: flex;
  }

  #reservation .spacer-top {
    padding-bottom: 300px;
  }

  .reser-slide {
    height: 660px;
    margin-top: -335px;
  }

  .reser-slide::after {
    width: 1000%;
    height: 660px;
    background: url(../img/course/reservation_slide.png) repeat-x;
    background-size: 3000px;
    animation: slidein 620s linear infinite;
  }
}

#floor {
  padding: 20vw 0;
  position: relative;
}

#floor::before {
  content: "";
  background: url(../img/course/course_deco1.png) repeat 0 0/100px;
  width: 20%;
  height: 120vw;
  right: 0;
  top: -30vw;
  position: absolute;
  z-index: -1;
}

#floor h2 {
  text-align: center;
  font-size: 18vw;
  color: #a08f7e;
  margin-bottom: 10vw;
  font-weight: 300;
}

#floor .row {
  margin-bottom: 50px;
}

#floor .row .content {
  margin-bottom: 20px;
}

#floor .row .content h3 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}

#floor .row .content .txt span {
  display: block;
  margin-bottom: 15px;
}

#floor .group-photo {
  margin-bottom: 30px;
  position: relative;
}

#floor .group-photo::before {
  content: "";
  background: url(../img/course/floor_deco1.png) no-repeat 0 0/100%;
  width: 50px;
  height: 50px;
  left: -20px;
  top: -62px;
  position: absolute;
}

#floor .group-photo::after {
  content: "";
  background: url(../img/course/floor_deco2.png) no-repeat 0 0/100%;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  position: absolute;
}

#floor .group-photo .photo-1 {
  margin-bottom: 10px;
}

#floor .group-photo .photo-2 {
  width: 60%;
}

#floor .box .ttl-latin {
  text-transform: uppercase;
  color: #6e5740;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

#floor .box .ttl-latin::after {
  content: "";
  background: #6e5740;
  width: 100vw;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#floor .box h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #floor {
    padding: 130px 0;
    overflow: hidden;
  }

  #floor::before {
    background: url(../img/course/course_deco1.png) repeat 0 0 / auto;
    width: 125px;
    height: 1500px;
    top: -300px;
  }

  #floor h2 {
    font-size: 260px;
    margin-bottom: 45px;
    font-weight: 300;
    padding-left: 135px;
    box-sizing: border-box;
  }

  #floor .row {
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
  }

  #floor .row .content {
    order: 2;
    margin-bottom: 20px;
    padding-top: 90px;
    margin-right: -35px;
  }

  #floor .row .content h3 {
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 55px;
    letter-spacing: 3px;
  }

  #floor .row .content .txt span {
    margin-bottom: 30px;
  }

  #floor .row .floor-map {
    order: 1;
    margin-left: 15px;
  }

  #floor .group-photo {
    margin-bottom: 30px;
  }

  #floor .group-photo::before {
    width: 104px;
    height: 103px;
    left: -60px;
    top: -25px;
  }

  #floor .group-photo::after {
    width: 102px;
    height: 106px;
    right: -50px;
    bottom: -125px;
  }

  #floor .group-photo .photo-1 {
    margin-bottom: 10px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: -170px;
  }

  #floor .group-photo .photo-2 {
    width: -moz-max-content;
    width: max-content;
    margin-top: -235px;
    margin-left: -60px;
    margin-bottom: 105px;
  }

  #floor .box {
    margin-left: 85px;
  }

  #floor .box .ttl-latin {
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
  }

  #floor .box .ttl-latin::after {
    width: 100vw;
  }

  #floor .box h3 {
    font-size: 35px;
    margin-bottom: 50px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  #lead .box-1 h2 {
    font-size: 250px;
    bottom: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #lead .box-1 h2 {
    right: auto;
    left: 30px;
  }
}
