@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.live
------------------------------ */
.live {
  padding: 8rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .live {
    padding: 6rem 0 8rem;
  }
}
.live .str_ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .live .str_ttl {
    margin-bottom: 4rem;
  }
}
.live .schedule_date {
  display: flex;
  align-items: flex-end;
}
.live .schedule_date .en {
  font-size: 5.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .live .schedule_date .en {
    font-size: 3.2rem;
  }
}
.live .schedule_date .week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-left: 0.8rem;
  border-radius: 50%;
  background: #B5B39D;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .live .schedule_date .week {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
.live .schedule_date .week.blue {
  background: #70C7DA;
}
.live .schedule_date .week.red {
  background: #E8465A;
}
.live .schedule {
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .live .schedule {
    padding-bottom: 8rem;
  }
}
.live .schedule .wrap {
  padding: 6.4rem 4rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .live .schedule .wrap {
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.live .schedule .str_ttl {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .live .schedule .str_ttl {
    margin-bottom: 4rem;
  }
}
.live .schedule .schedule_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .live .schedule .schedule_list .schedule_btn {
    width: 100%;
  }
}
.live .schedule .schedule_list .schedule_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28rem;
  padding: 3.2rem 1rem;
  background: #F5F5F5;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .live .schedule .schedule_list .schedule_btn a {
    width: 100%;
    padding: 2rem 4%;
    border-radius: 1.2rem;
  }
}
.live .schedule .schedule_list .schedule_btn .schedule_date {
  display: flex;
  align-items: flex-end;
}
.live .schedule .schedule_list .schedule_btn .schedule_txt {
  margin-top: 0.8rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .live .schedule .schedule_list .schedule_btn .schedule_txt {
    font-size: 1.8rem;
  }
}
.live .schedule .schedule_list .schedule_btn .ico {
  display: block;
  width: 1.6rem;
  height: 1rem;
  margin: 0.8rem auto 0;
  background: url(../img/live/schedule_arw01.svg) no-repeat center center;
  background-size: 100%;
}
.live .live_wrap + .live_wrap {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .live .live_wrap + .live_wrap {
    margin-top: 8rem;
  }
}
.live .live_wrap .ttl_box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .live .live_wrap .ttl_box {
    margin-bottom: 4rem;
  }
}
.live .live_wrap .ttl_box .str_ttl {
  margin-top: 1.6rem;
}
.live .live_wrap .live_box {
  display: flex;
  gap: 2.4rem;
  padding: 4rem 4%;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .live .live_wrap .live_box {
    flex-direction: column;
    padding: 2rem 4%;
    border-radius: 1.2rem;
  }
}
.live .live_wrap .live_box + .live_box {
  margin-top: 4rem;
}
.live .live_wrap .live_box .img {
  flex-shrink: 0;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .live .live_wrap .live_box .img {
    width: 100%;
  }
}
.live .live_wrap .live_box .txt_box {
  width: 100%;
}
.live .live_wrap .live_box .str_ttl {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .live .live_wrap .live_box .str_ttl {
    margin-bottom: 0.8rem;
  }
}
.live .live_wrap .live_box .str_ttl .ttl_txt {
  line-height: 1.5;
}
.live .live_wrap .live_box .str_ttl .ttl_txt::before {
  top: 0.7rem;
  bottom: auto;
}
.live .live_wrap .live_box .live_ttl {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .live .live_wrap .live_box .live_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.live .live_wrap .live_box .btn {
  margin-top: 1.6rem;
}
.live .live_wrap .live_box .btn a .ico {
  background: #fff url(../img/common/ico_arw08.svg) no-repeat center 55%;
  background-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .live .live_wrap .live_box .btn a:hover .ico {
    background: #E8465A url(../img/common/ico_arw07.svg) no-repeat 55% center;
    background-size: 0.7rem;
    transform: rotate(90deg);
  }
}

/* ------------------------------
	.modal
------------------------------ */
.mfp-container {
  padding: 0;
}

.mfp-bg {
  position: fixed !important;
  z-index: 20000 !important;
  background: rgba(51, 45, 31, 0.7);
}

.mfp-wrap {
  z-index: 20001 !important;
  overflow: auto;
}

.mfp-close {
  display: none !important;
}

.mfp-arrow {
  display: none !important;
}

.mfp-wrap .modal_close_btn {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .mfp-wrap .modal_close_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .mfp-wrap .modal_close_btn {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.mfp-wrap .modal_close_btn .line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #898989;
}
@media screen and (max-width: 768px) {
  .mfp-wrap .modal_close_btn .line {
    height: 0.2rem;
  }
}

.mfp-wrap .modal_close_btn .line:nth-child(1) {
  transform: rotate(45deg);
}

.mfp-wrap .modal_close_btn .line:nth-child(2) {
  transform: rotate(-45deg);
}

.modal_wrap {
  display: none;
}

.mfp-content {
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .mfp-content {
    padding: 1rem 0;
  }
}

.modal {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 112rem;
  max-height: calc(100vh - 4rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal {
    max-width: initial;
    width: 92%;
    max-height: calc(100vh - 2rem);
  }
}
.modal .os-content {
  padding: 0 !important;
}
.modal .wrap {
  max-width: initial;
  width: 100%;
  padding: 4rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal .wrap {
    flex-direction: column;
    padding: 6rem 4% 4rem;
    border-radius: 1.2rem;
  }
}
.modal .modal_box {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .modal .modal_box {
    flex-direction: column;
  }
}
.modal .img_box {
  flex-shrink: 0;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .modal .img_box {
    width: 100%;
  }
}
.modal .txt_box {
  width: 100%;
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .modal .txt_box {
    padding-top: 0;
  }
}
.modal .txt_box .str_ttl {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .modal .txt_box .str_ttl {
    margin-bottom: 0.8rem;
  }
}
.modal .txt_box .str_ttl .ttl_txt {
  line-height: 1.5;
}
.modal .txt_box .str_ttl .ttl_txt::before {
  top: 0.7rem;
  bottom: auto;
}
.modal .txt_box .live_ttl {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modal .txt_box .live_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.modal .txt_box .line {
  width: 100%;
  margin: 2.4rem 0;
  border-top: 1px solid #898989;
}