/*==========================
2024-08-27 21th匠味
==========================*/
.l-seasonalselections02 {
  position: relative;
  z-index: 2;
  min-height: 100%;
  color: #fff;
  background: #020406;
}
.l-seasonalselections02::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 63.125vw;
  background: url(../img/page/seasonalselections01/seasonalselections_bg_top.png) no-repeat bottom center/100% auto;
  content: '';
}

.l-seasonalselections02 .anime {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.l-seasonalselections02 .anime.active {
  opacity: 1;
  transform: none;
}

.l-seasonalselections02 .wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.l-seasonalselections02 .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.l-seasonalselections02 .mv {
  position: relative;
  text-align: center;
  /* background: linear-gradient(to bottom, #A20324, rgba(162,3,36, 0.85), transparent); */
}
.l-seasonalselections02 .mv img {
  width: 100%;
}
.l-seasonalselecseasonalselections02tions .mv-img {
  transition-delay: 0.6s;
}
.l-seasonalselections02 .mv-logo {
  position: absolute;
  top: 7.0312vw;
  left: 0;
  width: 100%;
  transition-delay: 0.3s;
}
.l-seasonalselections02 .mv-logo img {
  width: 31.387vw;
}
.l-seasonalselections02 .mv-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 17.5521vw;
  left: 0;
  width: 100%;
}
.l-seasonalselections02 .mv-name {
  width: 43.6458vw;
  transition-delay: 0.9s;
}
.l-seasonalselections02 .mv-price {
  margin-top: 12vw;
  width: 52vw;
  transition-delay: 1.2s;
}

.l-seasonalselections02 .courseWrap {
  background: url(../img/page/seasonalselections01/seasonalselections_bg.jpg) no-repeat top center/cover;
}

.l-seasonalselections02.l-details .course {
  padding: 140px 0 0 0;
}

.l-seasonalselections02.l-details .course h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-weight: bold;
}

.l-seasonalselections02.l-details .course h2 .course-period {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.45;
}

.l-seasonalselections02.l-details .course h2 .course-name {
  margin-bottom: 38px;
  padding: 0 32px;
  height: 60px;
  font-size: 42px;
  line-height: 60px;
  background: linear-gradient(to right, #f0cb73, #fff, #eab6b1);
}

.l-seasonalselections02 .course .service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 46px;
  width: 500px;
  height: 43px;
  font-size: 16px;
  font-weight: bold;
  color: #bf1b0e;
  background: #fff;
}

.l-seasonalselections02 .course .sub-txt {
  margin: 0 auto 70px;
  max-width: 564px;
  font-size: 16px;
  line-height: 2;
}

.l-seasonalselections02 .course .main-img {
  text-align: center;
}

.l-seasonalselections02 .course .sub-head {
  margin-bottom: 80px;
  font-size: 22px;
  text-align: center;
  line-height: 2;
}

.l-seasonalselections02 .course .sub-head-text {
  margin: 10px 0 0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to right, #f0cb73, #fff, #eab6b1);
}

.l-seasonalselections02.l-details .course .img-box {
  flex-wrap: nowrap;
  margin-bottom: 70px;
}
.l-seasonalselections02.l-details .course .img-box img:nth-child(2) {
  transition-delay: 0.3s;
}
.l-seasonalselections02.l-details .course .img-box img:nth-child(3) {
  transition-delay: 0.6s;
}

.l-seasonalselections02.l-details .course .txt-box {
  margin: 0 auto;
  border: none;
  max-width: 1000px;
  font-family: 'メイリオ', sans-serif;
  background: #09345a;
}
.l-seasonalselections02.l-details .course .txt-box dl {
  margin-bottom: 25px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}
.l-seasonalselections02.l-details .course .txt-box dl dt {
  margin-bottom: 0;
  font-weight: normal;
}
.l-seasonalselections02.l-details .course .txt-box dl dd {
  margin-bottom: 15px;
}
.l-seasonalselections02.l-details .course .txt-box .notice {
  font-size: 12px;
  line-height: 1.2;
}

.l-seasonalselections02.l-details .price-container {
  padding: 195px 0 100px;
  text-align: center;
}

.l-seasonalselections02.l-details .price-container .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 53px;
}

.l-seasonalselections02.l-details .price-container .price-txt {
  margin-top: 17px;
  width: 490px;
  font-size: 26px;
  font-weight: 900;
  color: #063347;
  line-height: 50px;
  letter-spacing: 0.047em;
  background: #fff;
}

.l-seasonalselections02 .price-container .simple-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  width: 100%;
  background: url(../img/page/seasonalselections/seasonalselections_course_btn_bg.png) no-repeat center/cover;
}
.l-seasonalselections02 .price-container .simple-btn-box .btn-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-seasonalselections02 .btn-img {
  position: relative;
}
.l-seasonalselections02 .btn-img img:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.l-seasonalselections02 .btn-img a:hover,
.l-seasonalselections02 .btn-img a:hover img {
  opacity: 1;
}
.l-seasonalselections02 .btn-img a:hover,
.l-seasonalselections02 .btn-img a:hover img {
  opacity: 1;
}
.l-seasonalselections02 .btn-img a:hover img:first-child {
  opacity: 0;
}
