@charset "UTF-8";
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  text-align: center;
  color: #265f7a;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.more-link {
  text-align: right;
}

.more {
  display: inline-block;
  color: #6aa5c3;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .more {
    font-size: 14px;
  }
}
.more .fa-angle-right {
  margin-left: 10px;
}

.fa-circle-chevron-right {
  display: block;
  color: #6aa5c3;
  font-size: 24px;
}

.btn-wrap {
  text-align: center;
}

.btn {
  display: inline-block;
  background-color: #265f7a;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(26, 26, 29, 0.15);
}
.btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
}
@media screen and (max-width: 599px) {
  .btn span {
    font-size: 14px;
  }
}

.page-title {
  background-color: #265f7a;
  width: 100%;
  padding: 206px 0 120px;
}
@media screen and (max-width: 599px) {
  .page-title {
    padding: 88px 5% 32px;
  }
}
.page-title__headline {
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .page-title__headline {
    font-size: 32px;
    line-height: 1.25;
  }
}

.swiper-container {
  display: none;
  width: 100%;
  height: 118px;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .swiper-container {
    display: block;
  }
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  content: "";
}
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
  content: "\f137";
  color: #1a1a1d;
  text-shadow: 0px 3px 6px rgba(26, 26, 29, 0.15);
  position: absolute;
  left: -85%;
}
.swiper-container .swiper-button-next::before {
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
  content: "\f138";
  color: #1a1a1d;
  text-shadow: 0px 3px 6px rgba(26, 26, 29, 0.15);
  position: absolute;
  right: -85%;
}

html {
  scroll-behavior: smooth;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(26, 26, 29, 0.15);
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
}

a {
  display: block;
  text-decoration: none;
}

input {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0 8px;
}

textarea {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 8px;
}

.tax-in {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .tax-in {
    font-size: 10px;
  }
}

.contents-wrap {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .contents-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.content-wrap {
  width: 60%;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .content-wrap {
    width: 90%;
  }
}

.content-wrap--narrow {
  width: 50%;
  min-width: 684px;
}
@media screen and (max-width: 599px) {
  .content-wrap--narrow {
    width: 80%;
    min-width: initial;
  }
}

.content-wrap--large {
  width: 90%;
  max-width: 1230px;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .section {
    padding: 40px 0 60px 0;
  }
}

.section__headline {
  color: #265f7a;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .section__headline {
    font-size: 20px;
  }
}
.section__headline--middle {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .section__headline--middle {
    font-size: 20px;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 599px) {
  .pc-none {
    display: block;
  }
}

.header {
  background-color: #1a1a1d;
  width: 100%;
  height: 44px;
  display: flex;
  position: fixed;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .header {
    display: none;
  }
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.header .logo {
  width: 200px;
}
.header-nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header__menu {
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1d;
  width: 100%;
  height: 56px;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .logo {
  width: 120px;
}
.header-mobile .hum-menu {
  display: flex;
  flex-flow: column;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
}
.header-mobile .hum-menu__border {
  display: block;
  background-color: #ffffff;
  border-radius: 50px;
  height: 2px;
  width: 32px;
  transition: all 0.5s ease;
}
.header-mobile .hum-menu__border.active:nth-of-type(1) {
  position: relative;
  top: 7px;
  transform: rotate(45deg);
}
.header-mobile .hum-menu__border.active:nth-of-type(2) {
  position: relative;
  top: -7px;
  transform: rotate(-45deg);
}

.overlay {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(26, 26, 29, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 0.5s;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-navigation-container {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: scroll;
  z-index: 100;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .mobile-navigation-container {
    display: none;
  }
}

.mobile-navigation-container.active {
  visibility: visible;
  opacity: 1;
}

.mobile-navigation {
  margin-bottom: 32px;
}
.mobile-navigation__underList {
  display: flex;
  flex-flow: column;
  row-gap: 32px;
  color: #1a1a1d;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.mobile-sns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mobile-sns__link {
  font-size: 24px;
}

.copyrigts {
  background-color: #1a1a1d;
  width: 100%;
  height: 86px;
}
.copyrigts__text {
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 86px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .copyrigts__text {
    font-size: 14px;
  }
}

#home {
  padding-top: 44px;
}
@media screen and (max-width: 599px) {
  #home {
    padding-top: 56px;
  }
}
#home .main-visual__img {
  width: 100%;
}
#home #news {
  background-color: #f5f5f5;
}
#home #news .section__headline {
  text-align: center;
}
#home #news .news-list {
  display: flex;
  flex-flow: column;
  row-gap: 32px;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  #home #news .news-list {
    row-gap: 14px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
}
#home #news .news {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  #home #news .news {
    padding-bottom: 8px;
  }
}
#home #news .news__date {
  color: #6aa5c3;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #home #news .news__date {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
#home #news .news__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #home #news .news__title {
    font-size: 14px;
  }
}
#home #live {
  padding: 120px 0;
}
#home #live .section__headline {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #home #live {
    padding: 40px 0 60px 0;
  }
}
#home #live .live-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #home #live .live-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
#home #live .live-link {
  width: 246.6666666667px;
}
@media screen and (max-width: 599px) {
  #home #live .live-link {
    width: calc(50% - 10px);
  }
}
#home #live .live__img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 8px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #home #live .live__img {
    margin-bottom: 6px;
  }
}
#home #live .live__date {
  color: #6aa5c3;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 599px) {
  #home #live .live__date {
    font-size: 12px;
    margin-bottom: 3px;
    margin-left: 0;
  }
}
#home #live .live__title {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-left: 8px;
}
@media screen and (max-width: 599px) {
  #home #live .live__title {
    font-size: 14px;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#home #shop {
  background-color: #f5f5f5;
}
#home #shop .section__headline {
  text-align: center;
}
#home #shop .item-list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #home #shop .item-list {
    display: none;
  }
}
#home #shop .item {
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
}
#home #shop .item-link {
  width: 33%;
}
@media screen and (max-width: 599px) {
  #home #shop .item-link {
    width: 100%;
  }
}
#home #shop .item-flex {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
}
#home #shop .item-flex .fa-circle-chevron-right {
  text-align: right;
}
@media screen and (max-width: 599px) {
  #home #shop .item-flex .fa-circle-chevron-right {
    display: none;
  }
}
#home #shop .item__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 132px;
  width: 132px;
  border-radius: 4px 0px 0px 4px;
}
@media screen and (max-width: 599px) {
  #home #shop .item__img {
    height: 118px;
    width: 118px;
  }
}
#home #shop .item__name {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #home #shop .item__name {
    font-size: 14px;
  }
}
#home #contact {
  background-color: #ffffff;
  padding: 120px 0;
}
@media screen and (max-width: 599px) {
  #home #contact {
    padding: 40px 0 100px 0;
  }
}
#home #contact .section__headline {
  text-align: center;
}
#home #contact .wpcf7 {
  margin-top: 40px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #home #contact .wpcf7 {
    margin-top: 20px;
  }
}
#home #contact .wpcf7 .form-menu {
  margin-bottom: 48px;
}
@media screen and (max-width: 599px) {
  #home #contact .wpcf7 .form-menu {
    margin-bottom: 20px;
  }
}
#home #contact .wpcf7 .menu-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #home #contact .wpcf7 .menu-item {
    margin-bottom: 8px;
  }
}
#home #contact .wpcf7 .required {
  color: #265f7a;
}
@media screen and (max-width: 599px) {
  #home #contact .wpcf7 .btn-wrap {
    margin-top: 40px;
  }
}
#home #contact .wpcf7 .btn {
  width: 175px;
  border: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #home #contact .wpcf7 .btn {
    font-size: 14px;
  }
}
#home #contact .wpcf7 .wpcf7-not-valid-tip {
  color: #265f7a;
  margin-top: 10px;
}
#home #contact .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  margin: 16px 0 0 0;
  text-align: center;
}
#home #contact .wpcf7 form.invalid .wpcf7-response-output::before {
  color: #7a2626;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
  margin-right: 4px;
}
#home #contact .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  margin: 16px 0 0 0;
  text-align: center;
}
#home #contact .wpcf7 form.sent .wpcf7-response-output::before {
  color: #297a26;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 4px;
}

#profile .about {
  margin-bottom: 160px;
}
@media screen and (max-width: 599px) {
  #profile .about {
    margin-bottom: 40px;
  }
}
#profile .about .content-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 599px) {
  #profile .about .content-wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#profile .about__img {
  border-radius: 4px;
  width: 410px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #profile .about__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#profile .about__headline {
  color: #333333;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  #profile .about__headline {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#profile .about__text {
  text-align: justify;
}
#profile .about-member .content-wrap {
  display: flex;
  flex-flow: column;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  #profile .about-member .content-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
#profile .about-member .member {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 599px) {
  #profile .about-member .member {
    display: block;
  }
}
#profile .about-member .member__img {
  display: block;
  border-radius: 4px;
  width: 226px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #profile .about-member .member__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#profile .about-member .member__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #profile .about-member .member__name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#profile .about-member .member__text {
  text-align: justify;
}

#news-list .news-list {
  display: flex;
  flex-flow: column;
  row-gap: 32px;
}
@media screen and (max-width: 599px) {
  #news-list .news-list {
    row-gap: 14px;
  }
}
#news-list .news {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
}
@media screen and (max-width: 599px) {
  #news-list .news {
    padding-bottom: 8px;
  }
}
#news-list .news__date {
  color: #6aa5c3;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #news-list .news__date {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
#news-list .news__title {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #news-list .news__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  #news-list .section {
    padding-bottom: 100px;
  }
}

#photo .photo {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  #photo .photo {
    margin-bottom: 40px;
  }
}
#photo .photo:last-child {
  margin-bottom: 0;
}
#photo .photo-wrap {
  display: grid;
  grid-template-columns: calc((100% - 64px) / 3) calc((100% - 64px) / 3) calc((100% - 64px) / 3);
  gap: 32px;
}
@media screen and (max-width: 599px) {
  #photo .photo-wrap {
    grid-template-columns: calc((100% - 20px) / 2) calc((100% - 20px) / 2);
    gap: 20px;
  }
}
#photo .photo__img {
  border-radius: 4px;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#photo .section__headline {
  margin-bottom: 1em;
}
#photo .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(26, 26, 29, 0.8);
}
#photo .modal__img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #photo .modal__img {
    width: calc(100% - 40px);
  }
}

#discography .single {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  #discography .single {
    margin-bottom: 40px;
  }
}
#discography .single-wrap {
  display: grid;
  grid-template-columns: calc((100% - 96px) / 4) calc((100% - 96px) / 4) calc((100% - 96px) / 4) calc((100% - 96px) / 4);
  gap: 32px;
}
@media screen and (max-width: 599px) {
  #discography .single-wrap {
    grid-template-columns: calc((100% - 20px) / 2) calc((100% - 20px) / 2);
    gap: 20px;
  }
}
#discography .single-item__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s linear;
}
#discography .single-item__img:hover {
  opacity: 0.8;
}
#discography .single-item__title {
  font-weight: bold;
  margin-bottom: 4px;
}
#discography .album {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  #discography .album {
    margin-bottom: 40px;
  }
}
#discography .album-wrap {
  display: grid;
  grid-template-columns: calc((100% - 96px) / 4) calc((100% - 96px) / 4) calc((100% - 96px) / 4) calc((100% - 96px) / 4);
  gap: 32px;
}
@media screen and (max-width: 599px) {
  #discography .album-wrap {
    grid-template-columns: calc((100% - 20px) / 2) calc((100% - 20px) / 2);
    gap: 20px;
  }
}
#discography .album-item__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
}
#discography .album-item__title {
  font-weight: bold;
  margin-bottom: 4px;
}
#discography .video-wrap {
  display: grid;
  grid-template-columns: calc((100% - 64px) / 3) calc((100% - 64px) / 3) calc((100% - 64px) / 3);
  gap: 32px;
}
@media screen and (max-width: 599px) {
  #discography .video-wrap {
    grid-template-columns: calc((100% - 20px) / 2) calc((100% - 20px) / 2);
    gap: 20px;
  }
}
#discography .video-item__img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s linear;
}
#discography .video-item__img:hover {
  opacity: 0.8;
}
#discography .video-item__title {
  font-weight: bold;
  margin-bottom: 4px;
}
#discography .section__headline {
  margin-bottom: 1em;
}

#promotion {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #promotion {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}
#promotion .promotion__img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #promotion .promotion__img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  #promotion .promotion .content-wrap--narrow {
    width: 80%;
  }
}
#promotion .promotion__date {
  color: #265f7a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #promotion .promotion__date {
    font-size: 12px;
  }
}
#promotion .promotion__title {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 599px) {
  #promotion .promotion__title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
#promotion .promotion__content {
  line-height: 1.5;
}
#promotion .promotion-content h2 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  #promotion .promotion-content h2 {
    font-size: 14px;
  }
}
#promotion .promotion-content p {
  color: #333333;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #promotion .promotion-content p {
    font-size: 14px;
    line-height: 1.75;
  }
}
#promotion .promotion-content a {
  display: inline;
  color: #6aa5c3;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  #promotion .promotion-content a {
    font-size: 14px;
    line-height: 1.75;
  }
}
#promotion .promotion-content iframe {
  width: 100%;
  height: initial;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #promotion .promotion-content img {
    width: 100%;
  }
}
#promotion .promotion-content img, #promotion .promotion-content iframe {
  border-radius: 4px;
}

#live-info {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  #live-info {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}
#live-info .live-info__img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  #live-info .live-info .content-wrap--narrow {
    width: 80%;
  }
}
#live-info .live-info__date {
  color: #265f7a;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__date {
    font-size: 18px;
  }
}
#live-info .live-info__title {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
#live-info .live-info-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #live-info .live-info-flex {
    display: block;
  }
}
#live-info .live-info-flex iframe {
  aspect-ratio: 16/9;
  height: 200px;
  width: 356px;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info-flex iframe {
    width: 100%;
    height: initial;
    margin-bottom: 40px;
  }
}
#live-info .live-info__place {
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__place {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
#live-info .live-info__address {
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__address {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
#live-info .live-info__time {
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__time {
    font-size: 14px;
  }
}
#live-info .live-info__price {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #live-info .live-info__price {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

#not-found .not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#not-found .not-found-content {
  text-align: center;
}
#not-found .not-found__img {
  width: 60%;
}
#not-found .not-found__text {
  font-size: 14px;
  margin-bottom: 48px;
}
/*# sourceMappingURL=style.css.map */