@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
/* 游ゴシック Bold */
.u-font-JP_B, .p-exp .p-exp-point__card span, .p-exp .copy p em, .p-exp .sched .sched__ttl h2, .p-exp .sched .sched__timeline .timeline-ttl h3, .p-exp .sched .sched__timeline .timeline-item .desc h4 .ttl, .p-exp .info h2, .p-exp .info .info__detail .detail-txt h3, .p-exp .equip .equip__item .item-txt h3, .p-exp .access .access__txt-point, .p-exp .access .access__info p span em, .p-exp .access .access__info .ribbon-bnr em, .p-exp .access .access__detail h3 {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体 Pr6N", "Yu Gothic Pr6N", sans-serif;
  font-weight: bold;
}
@supports (-webkit-hyphens: none) {
  .u-font-JP_B, .p-exp .p-exp-point__card span, .p-exp .copy p em, .p-exp .sched .sched__ttl h2, .p-exp .sched .sched__timeline .timeline-ttl h3, .p-exp .sched .sched__timeline .timeline-item .desc h4 .ttl, .p-exp .info h2, .p-exp .info .info__detail .detail-txt h3, .p-exp .equip .equip__item .item-txt h3, .p-exp .access .access__txt-point, .p-exp .access .access__info p span em, .p-exp .access .access__info .ribbon-bnr em, .p-exp .access .access__detail h3 {
    font-weight: 600;
  }
}

/* Prelude Pro */
.u-font-EN_L {
  font-family: "Prelude Pro Light", "Prelude Pro", sans-serif;
  font-weight: 100;
}

.u-font-EN_M {
  font-family: "Prelude Pro Medium", "Prelude Pro", sans-serif;
  font-weight: 500;
}

.u-font-EN_B {
  font-family: "Prelude Pro Bold", "Prelude Pro", sans-serif;
  font-weight: bold;
}

/* スライド（数字）用のフォント*/
.u-font-slideNum {
  font-family: Arial, sans-serif;
}

/* 游明朝体 */
.u-font-Yumincho_R, .p-exp .info .info__detail .c-caption {
  font-family: "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: normal;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_R, .p-exp .info .info__detail .c-caption {
    font-weight: 400;
  }
}

.u-font-Yumincho_M {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: 500;
}

.u-font-Yumincho_D {
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: bold;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_D {
    font-weight: 600;
  }
}

/* アンカーリンク上のヘッダー分padding */
.u-anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .u-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.u-grid-2, .p-exp .info .info__detail-wrap, .p-exp .info .info__detail, .p-exp .equip .equip__item, .p-exp .access .access__detail-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .u-grid-2, .p-exp .info .info__detail-wrap, .p-exp .info .info__detail, .p-exp .equip .equip__item, .p-exp .access .access__detail-wrap {
    display: flex;
    flex-direction: column;
  }
}

/* font-size */
.font-25-20, .p-exp .sched .sched__timeline .timeline-item .desc h4 .ttl, .p-exp .sched .sched__timeline .timeline-ttl h3, .p-exp .point .point__ttl h2 em {
  font-size: clamp(20px, 2.5vw, 25px);
}

.font-20-18, .p-exp .access .access__txt-point, .p-exp .access .access__detail h3, .p-exp .access .access__info p span em, .p-exp .info .info__detail .detail-txt h3, .p-exp .point .point__ttl h2 .u-font-Yumincho_M {
  font-size: clamp(18px, 2vw, 20px);
}

.font-18-16 {
  font-size: clamp(16px, 1.8vw, 18px);
}

.font-16-14 {
  font-size: clamp(14px, 1.6vw, 16px);
}

.font-14-13 {
  font-size: clamp(13px, 1.24vw, 14px);
}

/* contents */
.p-exp {
  font-size: clamp(14px, 1.6vw, 16px);
  /* common */
  /* mv */
  /* copy */
  /* point */
  /* sched */
  /* info */
  /* equip */
  /* access */
}
.p-exp .access .access__info .ribbon-bnr, .p-exp .info .info__detail .c-caption, .p-exp .info .info__detail .detail-txt h3, .p-exp .sched .sched__timeline .timeline-item .desc h4, .p-exp .sched .sched__ttl h2, .p-exp .point .point__ttl h2 em, .p-exp .p-exp-point__card span {
  letter-spacing: 0.1em;
}
.p-exp em {
  font-style: normal;
}
.p-exp .txt-center-PC {
  text-align: center;
}
@media (max-width: 768px) {
  .p-exp .txt-center-PC {
    text-align: left;
  }
}
.p-exp .p-exp-point__card {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #B8C3CD;
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: clamp(15px, 2.2vw, 22px) clamp(30px, 4vw, 40px) clamp(18px, 2.2vw, 22px);
}
.p-exp .p-exp-point__card span {
  z-index: 2;
  font-size: clamp(18px, 2.2vw, 22px);
}
.p-exp .p-exp-point__card span em {
  font-size: clamp(21px, 2.2vw, 25px);
  color: #72B1AF;
}
.p-exp .p-exp-point__card p {
  margin-top: 5px;
}
.p-exp .p-exp-point__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
.p-exp .p-exp-point__card .card__num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-22%, -22%);
  width: 55px;
  height: 55px;
}
.p-exp .p-exp-point__card .card__num--num01 {
  background: url("../../img/experience/point_num01.svg") no-repeat center/100%;
}
.p-exp .p-exp-point__card .card__num--num02 {
  background: url("../../img/experience/point_num02.svg") no-repeat center/100%;
}
.p-exp .p-exp-point__card .card__num--num03 {
  background: url("../../img/experience/point_num03.svg") no-repeat center/100%;
}
.p-exp .mv {
  display: flex;
  justify-content: center;
  height: clamp(300px, 70vw, 670px);
  background: no-repeat center/cover;
  background: url("../../img/experience/MV_bg_PC.jpg") no-repeat center/cover;
  background-image: -webkit-image-set("../../img/experience/MV_bg_PC.webp" type("image/webp"), "../../img/experience/MV_bg_PC.jpg" type("image/jpeg"));
  background-image: image-set("../../img/experience/MV_bg_PC.webp" type("image/webp"), "../../img/experience/MV_bg_PC.jpg" type("image/jpeg"));
}
.p-exp .mv picture {
  margin-top: 70px;
  max-width: 838px;
  width: 97%;
}
@media (max-width: 768px) {
  .p-exp .mv picture {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-exp .mv {
    height: clamp(300px, 92vw, 670px);
    margin-top: 0;
    background: url("../../img/experience/MV_bg_SP.jpg") no-repeat center/cover;
    background-image: -webkit-image-set("../../img/experience/MV_bg_PC.webp" type("image/webp"), "../../img/experience/MV_bg_PC.jpg" type("image/jpeg"));
    background-image: image-set("../../img/experience/MV_bg_PC.webp" type("image/webp"), "../../img/experience/MV_bg_PC.jpg" type("image/jpeg"));
  }
}
.p-exp .copy {
  padding: clamp(30px, 7vw, 70px) 0 70px;
  gap: clamp(30px, 7vw, 70px);
  display: grid;
  grid-template-columns: 4.3fr 5.7fr;
}
@media (max-width: 960px) {
  .p-exp .copy {
    display: flex;
    flex-direction: column;
  }
}
.p-exp .copy picture {
  align-self: center;
}
@media (max-width: 960px) {
  .p-exp .copy picture {
    width: 60%;
  }
}
.p-exp .copy p {
  line-height: 2.3;
}
@media (max-width: 960px) {
  .p-exp .copy p {
    order: -1;
    line-height: inherit;
    text-align: center;
  }
}
.p-exp .copy p em {
  font-size: 1.13em;
  color: #72B1AF;
}
.p-exp .point {
  padding: clamp(50px, 4vw, 60px) 0 clamp(30px, 5vw, 70px);
  background-color: #F7F6ED;
  position: relative;
}
.p-exp .point .u-inner::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: clamp(140px, 20vw, 211px);
  height: clamp(70px, 10vw, 104px);
  transform: translateX(-15%);
  background: url("../../img/experience/point_deco.png") no-repeat center/100%;
}
@media (max-width: 960px) {
  .p-exp .point .u-inner::before {
    transform: translateX(-10%) translateY(-115%);
  }
}
.p-exp .point .point__ttl {
  text-align: center;
}
.p-exp .point .point__ttl h2 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.p-exp .point .point__ttl h2 img {
  margin: 0 auto;
  width: clamp(290px, 40vw, 410px);
}
.p-exp .point .point__ttl h2 em {
  margin-top: 2px;
}
.p-exp .point .point__ttl h2 .c-main-ttl__line {
  display: none;
}
@media (max-width: 768px) {
  .p-exp .point .point__ttl h2 .c-main-ttl__line {
    display: block;
  }
}
.p-exp .point .point__list {
  margin-top: 45px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(5px, 2.4vw, 30px);
  position: relative;
}
.p-exp .point .point__list .p-exp-point__card {
  padding: 0;
}
@media (max-width: 768px) {
  .p-exp .point .point__list .p-exp-point__card {
    height: 125px;
  }
}
.p-exp .point .point__list .p-exp-point__card span {
  line-height: 1.3;
  margin-top: 8px;
}
.p-exp .point .point__list .p-exp-point__card .card__num {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .p-exp .point .point__list .p-exp-point__card .card__num {
    width: 40px;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -22%);
  }
}
.p-exp .point .point__list .p-exp-point__card::before {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .p-exp .point .point__list .p-exp-point__card::before {
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
}
.p-exp .sched {
  padding: clamp(30px, 4vw, 55px) 0 clamp(50px, 6vw, 80px);
}
.p-exp .sched-wrap {
  position: relative;
  transition: height 1s ease;
}
.p-exp .sched-wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 5px;
  background-color: #72B1AF;
}
.p-exp .sched .sched__ttl {
  background-color: #ffffff;
  height: 60px;
  border: 2px solid #72B1AF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-exp .sched .sched__ttl h2 {
  background-color: #ffffff;
  line-height: 1;
  color: #72B1AF;
  font-size: clamp(25px, 2.8vw, 28px);
}
.p-exp .sched .sched__timeline .timeline-ttl {
  width: clamp(200px, 30vw, 300px);
  height: clamp(33px, 5vw, 50px);
  background-color: #72B1AF;
  border-radius: 99px;
  margin: clamp(30px, 4vw, 50px) auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-exp .sched .sched__timeline .timeline-ttl h3 {
  color: #ffffff;
}
.p-exp .sched .sched__timeline .timeline-item {
  background-color: #F7F6ED;
  display: grid;
  grid-template-columns: 320px auto;
  padding: 30px 50px;
  gap: 40px;
  position: relative;
  margin: 0 auto 110px;
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item--withCard.item--SPmb {
    margin-bottom: 135px;
  }
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item--withCard {
    margin-bottom: 110px;
    padding-bottom: 60px;
  }
}
.p-exp .sched .sched__timeline .timeline-item--withCard .desc {
  align-self: normal;
}
.p-exp .sched .sched__timeline .timeline-item--withCard .desc p {
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 40px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-exp .sched .sched__timeline .timeline-item {
    margin: 0 auto 70px;
  }
}
.p-exp .sched .sched__timeline .timeline-item .desc {
  align-self: center;
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item .desc {
    align-self: normal;
  }
}
.p-exp .sched .sched__timeline .timeline-item .desc h4 {
  line-height: 1.1;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #75889B;
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item .desc h4 {
    margin-top: 10px;
    line-height: 1.3;
  }
}
.p-exp .sched .sched__timeline .timeline-item .desc h4 .time {
  font-size: clamp(18px, 2vw, 22px);
  margin-right: 20px;
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item .desc h4 .time {
    display: block;
    margin-bottom: 5px;
  }
}
.p-exp .sched .sched__timeline .timeline-item .desc h4 .ttl {
  color: #72B1AF;
}
.p-exp .sched .sched__timeline .timeline-item .desc p {
  line-height: 1.6;
}
.p-exp .sched .sched__timeline .timeline-item .timeline-point {
  position: absolute;
  z-index: 1;
  width: 340px;
  top: calc(100% - 70px);
  right: -60px;
}
.p-exp .sched .sched__timeline .timeline-item .timeline-point--day2 {
  top: unset;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item .timeline-point--day2 {
    bottom: unset;
    top: calc(100% - 40px);
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .p-exp .sched .sched__timeline .timeline-item .timeline-point {
    top: calc(100% - 50px);
    right: -2.5vw;
  }
}
@media (max-width: 960px) {
  .p-exp .sched .sched__timeline .timeline-item .timeline-point {
    right: unset;
    left: 50%;
    top: calc(100% - 40px);
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-exp .sched .sched__timeline .timeline-item .timeline-point {
    max-width: 340px;
    width: 85%;
  }
}
.p-exp .sched .sched__timeline .timeline-item .timeline-point .p-exp-point__card {
  height: auto;
}
.p-exp .sched .sched__timeline .timeline-item .timeline-point .p-exp-point__card .card__num {
  height: 50px;
  width: 50px;
}
.p-exp .sched .sched__timeline .timeline-item .timeline-point .p-exp-point__card::before {
  width: 50px;
  height: 50px;
}
.p-exp .sched .c-caption {
  line-height: 1.5;
  margin-top: -50px;
}
.p-exp .info {
  background-color: #F3F4F6;
  padding: clamp(50px, 5vw, 80px) 0 clamp(90px, 6vw, 110px);
}
.p-exp .info h2 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: clamp(24px, 3vw, 30px);
}
.p-exp .info .info__box {
  text-align: center;
  padding: clamp(18px, 2vw, 25px) 25px;
  background-color: #ffffff;
  margin-bottom: clamp(30px, 3vw, 50px);
}
.p-exp .info .info__box ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.p-exp .info .info__box ul span {
  color: #72B1AF;
}
@media (max-width: 768px) {
  .p-exp .info .info__box {
    line-height: 1.5;
  }
}
.p-exp .info .info__detail {
  position: relative;
  border: 1px solid #75889B;
  background-color: #ffffff;
  gap: 0;
}
.p-exp .info .info__detail-wrap {
  margin-top: clamp(30px, 3vw, 50px);
  gap: clamp(20px, 4vw, 60px);
}
@media (max-width: 960px) {
  .p-exp .info .info__detail {
    display: flex;
    flex-direction: column;
  }
}
.p-exp .info .info__detail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .p-exp .info .info__detail img {
    order: -1;
  }
}
.p-exp .info .info__detail .detail-txt {
  padding: clamp(13px, 2vw, 25px) 20px clamp(13px, 2vw, 23px) clamp(20px, 2vw, 30px);
}
.p-exp .info .info__detail .detail-txt h3 {
  color: #0F2E53;
  line-height: 1;
  margin-bottom: clamp(5px, 1.5vw, 15px);
}
.p-exp .info .info__detail .detail-txt p {
  line-height: 1.6;
  font-size: 16px;
}
.p-exp .info .info__detail .c-caption {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-exp .info .info__detail .c-caption {
    line-height: 1.7;
    top: calc(100% + 10px);
  }
}
.p-exp .equip {
  padding: 0 0 clamp(50px, 4vw, 60px);
}
.p-exp .equip .equip__item {
  gap: 0;
}
.p-exp .equip .equip__item-wrap {
  margin-top: clamp(30px, 6vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .p-exp .equip .equip__item {
    gap: 18px;
  }
}
.p-exp .equip .equip__item.order-reverse .item-txt {
  order: -1;
  padding-left: 0;
  padding-right: clamp(30px, 4vw, 50px);
}
@media (max-width: 768px) {
  .p-exp .equip .equip__item.order-reverse .item-txt {
    order: unset;
    padding: 0;
  }
}
.p-exp .equip .equip__item .item-txt {
  width: 100%;
  align-self: center;
  padding-left: clamp(30px, 4vw, 50px);
}
@media (max-width: 768px) {
  .p-exp .equip .equip__item .item-txt {
    padding: 0;
  }
}
.p-exp .equip .equip__item .item-txt h3 {
  line-height: 1.1;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #75889B;
}
@media (max-width: 960px) {
  .p-exp .equip .equip__item .item-txt h3 {
    line-height: 1.3;
  }
}
.p-exp .access {
  padding: 0 0 clamp(50px, 4vw, 60px);
  background-color: #F7F6ED;
}
.p-exp .access .access__txt-point, .p-exp .access .access__detail h3, .p-exp .access .access__info p span em {
  color: #72B1AF;
}
.p-exp .access .access__info {
  margin: clamp(30px, 4vw, 40px) auto clamp(30px, 4vw, 45px);
  padding: 30px 10px;
  background-color: #ffffff;
  text-align: center;
}
.p-exp .access .access__info p span {
  color: #72B1AF;
}
.p-exp .access .access__info .ribbon-bnr {
  background-color: #72B1AF;
  margin: 10px auto 0;
  max-width: 880px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  height: var(--height);
  --height: 60px;
}
@media (max-width: 768px) {
  .p-exp .access .access__info .ribbon-bnr {
    --height: 85px;
    letter-spacing: 0.015em;
  }
}
.p-exp .access .access__info .ribbon-bnr em {
  color: #FFE269;
  font-size: clamp(18px, 2vw, 20px);
}
.p-exp .access .access__info .ribbon-bnr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: calc(var(--height) / 2) solid transparent;
  border-bottom: calc(var(--height) / 2) solid transparent;
  border-left: calc(var(--height) / 2) solid #ffffff;
}
@media (max-width: 768px) {
  .p-exp .access .access__info .ribbon-bnr::before {
    border-left: calc(var(--height) / 4) solid #ffffff;
  }
}
.p-exp .access .access__info .ribbon-bnr::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-top: calc(var(--height) / 2) solid transparent;
  border-bottom: calc(var(--height) / 2) solid transparent;
  border-left: calc(var(--height) / 2) solid #ffffff;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .p-exp .access .access__info .ribbon-bnr::after {
    border-left: calc(var(--height) / 4) solid #ffffff;
  }
}
.p-exp .access .access__detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-exp .access .access__detail-wrap {
  gap: clamp(30px, 4vw, 60px);
}
.p-exp .access .access__detail h3 {
  flex-grow: 1;
  line-height: 1;
}
.p-exp .access .access__detail p {
  line-height: 1.3;
}
.p-exp .access .access__detail .detail-box {
  margin-top: 10px;
  border: 1px solid #75889B;
  background-color: #ffffff;
  aspect-ratio: 510/283;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-exp .access .access__detail .detail-box {
    margin-top: 0;
  }
}
.p-exp .access .access__detail .detail-box picture {
  width: 85%;
  margin: 0 auto;
}
.p-exp .c-main-ttl {
  padding-top: clamp(50px, 5vw, 75px);
  margin-bottom: clamp(18px, 2.5vw, 25px);
}
.p-exp .c-main-ttl .c-main-ttl__line {
  width: clamp(50px, 4vw, 70px);
}/*# sourceMappingURL=experience.css.map */