.h2-tt {
  position: relative;
  text-align: center;
  font-size: 6vw;
  line-height: 1.4;
  padding-bottom: 5vw;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.h2-tt span {
  letter-spacing: 0.2em;
}
.h2-tt .fnt-Cormorant {
  color: #92845a;
  font-size: 3.5vw;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .h2-tt {
    padding-bottom: 22px;
    font-size: 40px;
    line-height: 60px;
  }
  .h2-tt .fnt-Cormorant {
    font-size: 19px;
  }
}
section {
  background: url("../img/course/sec1_bg.png") no-repeat 45% 0/330%;
}
@media screen and (min-width: 768px) {
  section {
    background-size: auto;
    background-position: center 0;
  }
}
#sec1 {
  position: relative;
  padding: 15vw 0px;
}
#sec1 .h2-tt {
  margin-bottom: 23vw;
  line-height: 2;
}
#sec1 .h2-tt:before {
  content: "";
  border-left: 1px solid #fff;
  left: 43.49%;
  height: 20vw;
  bottom: 5vw;
  transform: translateY(100%);
  position: absolute;
}
#sec1 .h2-tt .fnt-Cormorant {
  display: block;
  position: absolute;
  bottom: 18vw;
  right: 58vw;
}
#sec1 .h2-tt i {
  text-align: left;
}
#sec1 .h2-tt .t {
  font-size: 7vw;
  /* padding-top: 44vw; */
  padding-top: 15vw;
  display: inline-block;
}
#sec1 .h2-tt .t span {
  font-size: 6vw;
}
#sec1 .h2-tt img {
  width: 13vw;
  position: absolute;
  top: 19vw;
  right: 43vw;
}
#sec1 .video {
  position: relative;
  height: 140vw;
  margin-bottom: 5vw;
  background-color: #413730;
  position: relative;
  cursor: default;
  pointer-events: none;
  overflow: hidden;
}
#sec1 .video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.3);
  transform-origin: center;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 143px 20px 50px;
  }
  #sec1 .wrap {
    max-width: 1200px;
  }
  #sec1 .h2-tt {
    margin-bottom: 0;
    /* line-height: 102px; */
    line-height: 85px;
    position: absolute;
    top: -40px;
    /* left: 65px; */
    left: 90px;
    z-index: 2;
  }
  #sec1 .h2-tt:before {
    left: 44px;
    height: 550px;
    bottom: 19px;
  }
  #sec1 .h2-tt .fnt-Cormorant {
    bottom: 116px;
    right: 193px;
    line-height: 1;
  }
  #sec1 .h2-tt .t {
    font-size: 47px;
    /* padding-top: 338px; */
    padding-top: 170px;
  }
  #sec1 .h2-tt .t span {
    font-size: 40px;
  }
  #sec1 .h2-tt img {
    width: auto;
    top: 106px;
    right: 79px;
  }
  #sec1 .info {
    padding: 85px 0 0 220px;
  }
  #sec1 .video {
    height: 550px;
    margin-bottom: 58px;
  }
  #sec1 .video iframe {
  
    transform: scale(1.35);
  }
}
#sec2 {
  padding: 0 0 20vw;
}
#sec2 .point {
    position: relative;
    margin: 10vw 0 0;
    justify-content: center;
    gap: 8vw;
    display: flex;
    flex-wrap: wrap;
}
#sec2 .point .item {
     width: 80vw; height: 80vw;
    text-align: center;
    position: relative;
    /* width: 40vw; */
    z-index: 1;
    margin: 0;
    font-size: 3.5vw;
    line-height: 1.6;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
#sec2 .point .item:before {
  content: '';
  border: 1px solid;
  background: url("../img/course/bg.jpg") repeat 0 0;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
#sec2 .point .item dt {
  font-size: 5vw;
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #e0dace;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
#sec2 .point .item:nth-child(2) {

}
#sec2 .point .item:nth-child(3) {

}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 67px 0px 142px;
    position: relative;
    z-index: 4;
  }
  #sec2 .h2-tt {
    padding-bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #sec2 .h2-tt .fnt-Cormorant {
    display: inline-block;
  }
  #sec2 .wrap {
    max-width: 1060px;
  }
  #sec2 .point {
    padding: 40px 0 0;
    margin: 0 0;gap:0;
    justify-content: space-between;
    display: flex;
  }
  #sec2 .point .item {
    width: 275px;
    height: 495px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15em;
    padding: 0 0 11px 0;
  }
  #sec2 .point .item:before {
    width: 350px;
    height: 350px;
  }
  #sec2 .point .item dl {
    width: 100%;
  }
  #sec2 .point .item dd {
    margin: 0 -20px;
  }
  #sec2 .point .item dt {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
    margin: 0 -20px 34px;
    letter-spacing: 0.2em;
    border: none;
    position: relative;
  }
  #sec2 .point .item dt:before {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  #sec2 .point .item:nth-child(2) {
    position: relative;
    top: auto;
    right: auto;
    margin: 155px 0 0 0;
    padding: 25px 0 11px 0;
  }
  #sec2 .point .item:nth-child(3) {
    margin: 0;
  }
  #sec2 .point .item:nth-child(3) dl {
    padding: 34px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  #sec2 .point .item dt {
    font-size: 26px;
  }
  #sec2 .point .item dd {
    font-size: 15px;
  }
}
#sec3 {
  position: relative;
  padding: 15vw 0;
}
#sec3:before {
  background: url("../img/shared/line_bg.jpg") repeat center 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  top: 0;
}
#sec3:after {
  background: url("../img/course/sec3_deco.png") no-repeat right bottom/99%;
  content: "";
  position: absolute;
  right: -20vw;
  left: 0;
  bottom: -8vw;
  top: 0;
  z-index: 0;
}
#sec3 .wrap {
  z-index: 1;
}
#sec3 .h2-tt {
  font-size: 7vw;
}
#sec3 .note {
  font-size: 12px;
  padding-bottom: 20px;
}
#sec3 .photo {
  margin: 0 -5vw;
}
#sec3 .group {
  gap: 5vw;
  padding: 10vw 5%;
}
#sec3 .group .course {
  background: rgba(255, 255, 255, 0.3);
  padding: 10vw 8%;
  position: relative;
  width: 100%;
}
#sec3 .group .course:before {
  content: "";
  border: 10px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#sec3 .group .course .tag {
  letter-spacing: 0.2em;
  font-size: 6vw;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}
#sec3 .group .course .tag dd {
  font-size: 4vw;
}
#sec3 .group .course .tag dd span {
  font-size: 5vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 108px 20px 160px;
  }
  #sec3:before {
    height: 25px;
  }
  #sec3:after {
    background-size: auto;
    right: 0;
    bottom: 0;
  }
  #sec3 .h2-tt {
    font-size: 58px;
  }
  #sec3 .note {
    font-size: 16px;
    padding-bottom: 0px;
  }
  #sec3 .photo {
    margin: -74px auto 0;
    max-width: 1500px;
  }
  #sec3 .photo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .photo {
    margin-left: -7%;
    margin-right: -7%;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .wrap {
    max-width: 1100px;
  }
  #sec3 .group {
    gap: 20px;
    padding: 0px 0 20px;
  }
  #sec3 .group .course {
    text-align: center;
    padding: 81px 20px 71px;
    width: calc(50% - 22px);
  }
  #sec3 .group .course:before {
    content: "";
    border: 20px solid rgba(255, 255, 255, 0.3);
  }
  #sec3 .group .course .tag {
    font-size: 35px;
    width: 405px;
    margin: 0 auto 44px;
    padding-bottom: 66px;
    letter-spacing: 0.2em;
  }
  #sec3 .group .course .tag dd {
    font-size: 20px;
    padding-top: 25px;
    letter-spacing: 0.2em;
  }
  #sec3 .group .course .tag dd span {
    font-size: 25px;
  }
}
#sec4 {
  padding: 15vw 0 0;
  background: url("../img/course/sec4_bg.png") no-repeat center 0/180%,
    url("../img/course/sec4_deco.png") no-repeat right bottom/50%;
}
#sec4 h2.h2-tt {
  position: relative;
}
#sec4 h2.h2-tt .fnt-Cormorant {
  position: absolute;
  right: 54vw;
  top: 10vw;
}
#sec4 .price {
  text-align: center;
  padding: 20px 0 20px;
}
#sec4 .price span {
  font-size: 16px;
}
#sec4 .lead {
  padding-bottom: 10vw;
}
#sec4 .lead .tag dt {
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#sec4 .lead .tag dt span {
  font-size: 15px;
}
#sec4 .photo-list {
  margin: 0 -5vw;
  position: relative;
}
#sec4 .photo-list .txt {
  color: #c6c2c2;

text-align: center;width: 100%;
  padding-top: 10px;
}
#sec4 .photo-list ul {
  width: 50%;
}
#sec4 .photo-list ul:nth-child(1) {
  margin: 14vw 0 0;
}
#sec4 .photo-list ul li {
  position: relative;
}
#sec4 .photo-list ul li span {
  position: absolute;
  opacity: 0;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
}
#sec4 .group {
  padding: 0 0 15vw;
  position: relative;
  margin-top: 25vw;
}
#sec4 .group:before {
  content: "";
  position: absolute;
  top: -11vw;
  left: 50%;
  height: 18vw;
  border-left: 1px solid #fff;
}
#sec4 .group .box {
  border: 1px solid rgba(255, 255, 255, 0.73);
  padding: 10vw 5%;
  margin-bottom: 10vw;
  font-size: 13px;
}
#sec4 .group .box p:not(:last-child) {
  padding-bottom: 15px;
}
#sec4 .group .box.menu {
  border-top: none;
  padding-top: 1px;
  margin-top: 25vw;
}
#sec4 .group .box.menu h3 {
  margin-top: -23vw;
  padding-bottom: 0;
}
#sec4 .group .box.menu h3:before,
#sec4 .group .box.menu h3:after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.73);
  position: absolute;
  top: calc(22vw + 1px);
  width: 10vw;
}
#sec4 .group .box.menu h3:before {
  left: calc(-5vw + 1px);
}
#sec4 .group .box.menu h3:after {
  right: calc(-5vw + 1px);
}
#sec4 .group .box.menu .price {
  padding: 0px 0 10px;
}
#sec4 .group .box .menu-list {
  padding: 30px 0 0;
  text-align: center;
}
#sec4 .group .box .menu-list h4 {
  text-align: center;
  background: url("../img/course/h-menu.jpg") repeat 0 0;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 10px;
}
#sec4 .group .box .menu-list .list {
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    background: url("../img/course/sec4_bg2.png") no-repeat center 0,
      url("../img/course/sec4_bg.png") no-repeat center 2528px,
      url("../img/course/sec4_deco.png") no-repeat right bottom;
    padding: 213px 0 83px;
  }
  #sec4 .wrap {
    max-width: 100%;
  }
  #sec4 .info {
    width: 330px;
    text-align: center;
    position: absolute;
    top: 0;
    right: calc(50% + 171px);
  }
  #sec4 h2.h2-tt {
    margin: 0 auto;
    padding-bottom: 11px;
  }
  #sec4 h2.h2-tt .fnt-Cormorant {
    position: absolute;
    right: 261px;
    top: 62px;
  }
  #sec4 .price {
    padding: 20px 0 20px;
    font-size: 20px;
  }
  #sec4 .price span {
    font-size: 26px;
  }
  #sec4 .lead {
    padding: 120px 0 52px 50%;
  }
  #sec4 .lead .tag dd {
    padding-right: 20px;
  }
  #sec4 .lead .tag dt {
    font-size: 30px;
    padding-bottom: 24px;
    margin-bottom: 21px;
    letter-spacing: 0.2em;
  }
  #sec4 .lead .tag dt span {
    font-size: 20px;
  }
  #sec4 .photo-list {
    margin: 0 0 134px;
  }
  #sec4 .photo-list .txt {
    position: absolute;width: auto;text-align: left;
    padding: 0;
    font-size: 14px;
    bottom: 59px;
    right: calc(50% + 17px);
    letter-spacing: 0.075em;
  }
  #sec4 .photo-list ul:nth-child(1) {
    margin: 342px 0 0;
  }
  #sec4 .photo-list ul li {
    height: 664px;
    background: url("../img/course/sec4_img_bg.jpg") repeat 0 0;
  }
  #sec4 .photo-list ul li.ext {
    height: 342px;
  }
  #sec4 .photo-list ul li span {
    font-size: 20px;
    letter-spacing: 0.16em;
  }
  #sec4 .photo-list ul li:hover img {
    opacity: 0.4;
  }
  #sec4 .photo-list ul li:hover span {
    opacity: 1;
  }
  #sec4 .group {
    padding: 00px 20px 30px;
    max-width: 1040px;
    margin: 0px auto 0;
  }
  #sec4 .group:before {
    top: -60px;
    height: 108px;
  }
  #sec4 .group .box {
    text-align: center;
    padding: 114px 0 79px;
    max-width: 945px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 40px;
  }
  #sec4 .group .box p:not(:last-child) {
    padding-bottom: 40px;
  }
  #sec4 .group .box:nth-child(2) {
    padding: 26px 0 82px;
  }
  #sec4 .group .box.menu {
    max-width: 100%;
    margin-top: 198px;
    font-size: 15px;
    padding-bottom: 45px;
  }
  #sec4 .group .box.menu h3 {
    font-size: 37px;
    margin-top: -103px;
  }
  #sec4 .group .box.menu h3:before,
  #sec4 .group .box.menu h3:after {
    top: 102px;
    width: 286px;
  }
  #sec4 .group .box.menu h3:before {
    left: 0;
  }
  #sec4 .group .box.menu h3:after {
    right: 0;
  }
  #sec4 .group .box.menu .price {
    padding: 0px 0 18px;
  }
  #sec4 .group .box .menu-list {
    padding: 30px 0 0;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 30px;
  }
  #sec4 .group .box .menu-list .col {
    width: 264px;
  }
  #sec4 .group .box .menu-list h4 {
    font-size: 18px;
    line-height: 40px;
    padding: 5px 0;
    margin-bottom: 16px;
  }
  #sec4 .group .box .menu-list .list {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }
  #sec4 .group .box .menu-list .list p {
    padding-bottom: 30px;
  }
}
.box-parallax {
  z-index: 1;
  height: 65vw;
  margin-bottom: 20vw;
}
.box-parallax:after {
  content: "";
  background: url("../img/course/sec5_deco1.png") no-repeat 0 0/100%;
  height: 54vw;
  position: absolute;
  bottom: -39vw;
  right: 0;
  width: 80%;
  z-index: -5;
}
.box-parallax:before {
  content: "";
  background: url("../img/shared/line_bg.jpg") repeat 0 0;
  height: 3vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 3vw;
  transform: skewY(5deg);
  z-index: 1;
}
.box-parallax .img-parallax {
  clip-path: polygon(0 0%, 100% 13%, 100% 79%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .box-parallax {
    height: 944px;
    margin-bottom: 30px;
  }
  .box-parallax:after {
    position: absolute;
    bottom: -207px;
    width: 1072px;
    height: 465px;
  }
  .box-parallax:before {
    height: 25px;
    top: 3.8vw;
    transform: skewY(5deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
  .box-parallax:before {
    top: 4.6vw;
    transform: skewY(5.8deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .box-parallax:before {
    top: 5.2vw;
    transform: skewY(7.2deg);
  }
}
@media screen and (min-width: 768px) {
  .box-parallax .img-parallax {
    clip-path: polygon(0 0%, 100% 17%, 100% 79%, 0% 100%);
  }
}
#sec5 {
  padding: 0 0 15vw;
}
#sec5 .map {
  width: 75%;
  margin: 0 auto 10vw;
}
#sec5 .floor .photo {
  padding: 3%;
  position: relative;
}
#sec5 .floor .photo:before {
  content: "";
  background: url("../img/course/frame1.png") no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#sec5 .floor .photo span {
  display: block;
  height: 55vw;
}
#sec5 .floor .item dt {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-size: 5.2vw;
  line-height: 1.7;
  letter-spacing: 0.2em;
  padding: 15vw 0 5vw;
}
#sec5 .slick-dots {
  position: absolute;
  top: 64vw;
  left: 0;
  right: 0;
  padding: 0;
}
#sec5 .party {
  margin-top: 10vw;
  padding: 8vw 0;
  position: relative;
  text-align: center;
}
#sec5 .party:before,
#sec5 .party:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    white 20%,
    white 80%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
#sec5 .party:before {
  top: 0;
}
#sec5 .party:after {
  bottom: 0;
}
#sec5 .party .h2-tt {
  white-space: normal;
  font-size: 5.4vw;
  padding-bottom: 15vw;
}
#sec5 .party .h2-tt .t {
  font-size: 6vw;
}
#sec5 .party .h2-tt .fnt-Cormorant {
  display: block;
  line-height: 1;
  padding-bottom: 3vw;
}
#sec5 .party .contact {
  border: 1px solid #fff;
  padding: 8% 5%;
}
#sec5 .party .contact .note {
  color: #fffefe;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 25px;
  letter-spacing: 0.05em;
}
#sec5 .party .contact .tel {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-top: -12vw;
}
#sec5 .party .contact .tel .t {
  background: url("../img/shared/bd_bg.jpg") 0 0 no-repeat;
  display: inline-block;
  padding: 0 10px;
}
#sec5 .party .contact .tel .num {
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
}
#sec5 .party .contact .tel .num:before {
  content: "";
  background: url("../img/shared/ico1.png") no-repeat center/100%;
  width: 18px;
  height: 20px;
}
#sec5 .party .contact .btn-web {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 104px 20px 130px;
  }
  #sec5 .map {
    width: auto;
    margin: 0;
    position: absolute;
    top: 6px;
    right: calc(50% + -17px);
  }
  #sec5 .map:before {
    content: url("../img/course/floor_line.png");
    position: absolute;
    top: 100px;
    left: 95px;
    z-index: 1;
  }
  #sec5 .wrap {
    max-width: 1260px;
  }
  #sec5 .js-fade {
    padding: 0 20px;
  }
  #sec5 .floor {
    margin-left: calc(50% + 103px);
    padding-bottom: 86px;
  }
  #sec5 .floor .photo {
    padding: 0 !important;
    position: relative;
  }
  #sec5 .floor .photo:before {
    content: "";
    background: url("../img/course/frame.png") no-repeat 0 0;
    background-size: 100%;
    width: 678px;
    height: 537px;
    top: -108px;
    left: -80px;
    right: auto;
    bottom: auto;
  }
  #sec5 .floor .photo span {
    display: block;
    height: auto;
  }
  #sec5 .floor .item {
    margin-right: -20px;
  }
  #sec5 .floor .item dt {
    font-size: 25px;
    line-height: 45px;
    padding: 34px 0 20px;
  }
  #sec5 .floor:nth-child(2) .photo:before {
    background: url("../img/course/frame2.png") no-repeat 0 0;
    width: 554px;
    height: 426px;
    top: -52px;
    left: -97px;
  }
  #sec5 .floor:nth-child(3) {
    margin: -441px auto 0;
    width: 890px;
  }
  #sec5 .floor:nth-child(3) .photo:before {
    background: url("../img/course/frame3.png") no-repeat 0 0;
    width: 537px;
    height: 446px;
    top: -122px;
    left: -50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #sec5 .floor {
    margin-left: calc(50% + 73px);
  }
}
@media screen and (min-width: 768px) {
  #sec5 .party {
    max-width: 1000px;
    margin: 32px auto 0;
    padding: 53px 0 70px;
  }
  #sec5 .party .h2-tt {
    font-size: 30px;
    line-height: 54px;
    padding-bottom: 73px;
    letter-spacing: 0.2em;
  }
  #sec5 .party .h2-tt .t {
    font-size: 40px;
  }
  #sec5 .party .h2-tt .fnt-Cormorant {
    padding-bottom: 10px;
  }
  #sec5 .party .contact {
    padding: 20px 20px 40px;
    width: 646px;
    margin: 0 auto;
  }
  #sec5 .party .contact .note {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 31px;
  }
  #sec5 .party .contact .tel {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    margin-top: -38px;
  }
  #sec5 .party .contact .tel .num {
    font-size: 35px;
    gap: 8px;
  }
  #sec5 .party .contact .tel .num:before {
    width: 22px;
    height: 24px;
  }
  #sec5 .party .contact .btn-web {
    width: 272px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  #sec5 .map {
    right: 50%;
  }
  #sec5 .floor {
    margin-left: calc(50% + 45px);
  }
  #sec5 .floor:nth-child(1) {
    padding-bottom: 50px;
  }
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-overlay {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  opacity: 0.7;
}
.remodal {
  padding: 0 7%;
  background: none;
}
.remodal button {
  background: url("../img/course/close.png") no-repeat 0 0/100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 2vw;
  right: 10vw;
}
.remodal .arrow {
  position: absolute;
  top: 20vw;
  left: 3%;
  right: 3%;
  z-index: 9;
  justify-content: space-between;
  display: flex;
}
.remodal .arrow a {
  margin: 0;
  width: auto;
  position: static;
}
.remodal .arrow p {
  z-index: 9;
  cursor: pointer;
  width: 70px;
}
.remodal .arrow p.preview {
  order: -1;
}
.popup-photo {
  color: #fff;
  letter-spacing: 0.18em;
  font-size: 16px;
}
.popup-photo dt {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .remodal {
    padding: 0;
    max-width: 907px;
    position: relative;
  }
  .remodal button {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0;
    margin: 0;
  }
  .remodal .arrow {
    top: 290px;
    left: -37px;
    right: -37px;
  }
  .remodal .arrow a {
    margin: 0;
    width: auto;
    position: static;
  }
  .remodal .arrow p {
    width: 129px;
  }
  .popup-photo {
    position: relative;
    font-size: 18px;
  }
  .popup-photo dt {
    padding-bottom: 10px;
  }
}
