@charset "UTF-8";

:root {
  --sp-margin: 2rem;
  --gap0: 2rem;
  --sec-margin-top: calc(var(--sp-margin) * 3);

  --color-white: #ffffff;
  --color-black: #000000;
  --color-apu: #aa003e;
}

body {
  overflow: hidden;
}

#contents {
  padding-top: 1px;
}

#contents_page {
  background: url(/home/entrance2025fall/img/bg_footer.png) no-repeat bottom;
  background-size: 100% auto;
  padding-bottom: 38vw;
}

#contents_page .inner {
  margin: 0 auto;
  padding: 0;
}

#contents_page .flex-indent {
  display: flex;
}

#contents_page .flex-indent> :first-child {
  flex-shrink: 0;
}

#contents_page .sec .mt12 {
  margin-top: 12px !important;
}

#contents_page .sec .mt5 {
  margin-top: 5px !important;
}

#contents_page .sec .ttl-box {
  padding: 15px 0 !important;
}

#contents_page .sec .ttl-box h3 {
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  #contents_page .sec .ttl-box h3 {
    font-size: 5.5vw;
  }
}

#contents_page .sec strong {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
}

#contents_page .sec .ttl-box h5 span,
#contents_page .sec .schedule .in-head p span {
  display: inline-block;
}

#contents_page .sec .ttl-box {
  text-align: center;
  color: #000;
  width: 100%;
  padding: 0;
}

#contents_page .sec .ttl-box p {
  font-size: 16px;
  color: #555;
}

#contents_page .row-orien .size-md {
  padding: 10px 0 15px;
}

#contents_page .links .size-md {
  padding: 10px 0 0;
}

#contents_page .sec .card .in-head {
  color: #000;
  width: 100%;
  padding: 0;
  text-align: center;
}

#contents_page .sec .card .in-head p {
  font-size: 16px;
  color: #555;
}

#contents_page .sec .card .in-foot {
  color: #000;
  width: 100%;
  padding: 0 20px;
  margin-top: 12px;
}

#contents_page .sec .card .in-foot p {
  font-size: 16px;
  color: #555;
}

#contents_page .sec .card .in.guide {
  color: #000;
  margin-top: 0;
  padding: 30px 20px;
  height: auto;
  min-height: auto;
}

#contents_page .sec .card .in.list {
  color: #000;
  padding: 30px 20px;
}

#contents_page .sec .card .in.list table {
  width: 100%;
}

#contents_page .sec .card .in.list table tr:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}

#contents_page .sec .card .in.list table td {
  padding: 5px;
  font-size: 16px;
}

#contents_page.page-en .sec .card .in.list table td {
  font-size: 15px;
}

#contents_page .sec .card .in.list table td>* {
  padding: 4.5px 2em 4.5px 0;
}

#contents_page .sec .card .in.list table td a:hover {
  background-color: #fffacd;
}


/*********************************
* #sec-intro
**********************************/

:root {
  --notes-body-gap: 20px;
}

#sec-intro {
  background: linear-gradient(135deg, rgb(255 127 127 / 50%) 33%, rgb(242 128 255 / 31%) 63%, rgb(203 249 155 / 56%) 100%);
  margin: 15px 0 30px;
  padding: 30px 0;
  margin-bottom: 0 !important;
}

#sec-intro .ttl-box {
  color: #333333;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  #contents_page.page-en #sec-intro .ttl-box h3 {
    font-size: 38px;
  }
}

#sec-intro .inner {
  margin: auto;
  padding: 0 20px;
}

#sec-intro .grad-notes {
  color: #333333;
  margin-top: 30px;
}

#sec-intro .grad-notes p span {
  display: inline-block;
}


#sec-intro .grad-notes .notes-body {
  display: flex;
  flex-direction: column;
  gap: var(--notes-body-gap);
}

#sec-intro .grad-notes .notes-body .notes-item,
#sec-intro .grad-notes .notes-foot {
  background-color: #ffffff55;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
}

#sec-intro .grad-notes .notes-body .notes-item h5 {
  font-weight: 600;
  margin: 1em 0 0.5em;
  position: relative;
  padding-left: 0.5em;
}

#sec-intro .grad-notes .notes-body .notes-item h5:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

#sec-intro .grad-notes .notes-foot {
  margin-top: var(--notes-body-gap);
  font-size: 18px;
}

#sec-intro .grad-notes .notes-foot p {
  margin: 0;
}




@media only screen and (min-width: 769px) {
  #sec-intro {
    margin: 45px 0;
    padding: 45px 0;
    margin-bottom: 0 !important;
  }

  #sec-intro .grad-notes {
    color: #333333;
    margin-top: 45px;
  }

  #sec-intro .grad-notes .notes-foot {
    font-size: 22px;
  }
}

@media only screen and (min-width: 800px) {
  #sec-intro .grad-notes .notes-body {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #sec-intro .grad-notes .notes-body .notes-item {
    padding: 30px;
  }

  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(1) {
    width: 100%;
  }

  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(2) {
    width: 100%;
  }

  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(3) {
    width: calc((100% - var(--notes-body-gap)) / 3 * 2);
  }

  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(4) {
    width: calc((100% - var(--notes-body-gap)) / 3 * 1);
  }

  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(5) {
    width: 100%;
  }

  /* 英語ページ */
  #contents_page.page-en #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(3) {
    width: calc((100% - var(--notes-body-gap)) / 3 * 1.8);
  }

  #contents_page.page-en #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(4) {
    width: calc((100% - var(--notes-body-gap)) / 3 * 1.2);
  }
}

@media only screen and (min-width: 1025px) {
  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(3) {
    width: calc((100% - var(--notes-body-gap)) / 2);
  }

  #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(4) {
    width: calc((100% - var(--notes-body-gap)) / 2);
  }

  /* 英語ページ */
  #contents_page.page-en #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(3) {
    width: calc((100% - var(--notes-body-gap)) / 3 * 1.8);
  }

  #contents_page.page-en #sec-intro .grad-notes .notes-body .notes-item:nth-of-type(4) {
    width: calc((100% - var(--notes-body-gap)) / 3 * 1.2);
  }
}

#sec-intro .grad-notes p {
  font-size: 16px;
}

@media only screen and (min-width: 769px) {
  #sec-intro .grad-notes p {
    font-size: 22px;
  }
}


#sec-intro .grad-notes dl {
  margin: 0;
  padding: 0;
}

#sec-intro .grad-notes dl+dl {
  margin-top: 20px;
}

#sec-intro .grad-notes dl dt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background-color: #aa003e82;
  padding: .2em .5em .1em;
  color: #fff;
}

#sec-intro .grad-notes dl dt span {
  display: inline-block;
}

#sec-intro .grad-notes dl dd {
  font-size: 16px;
  margin-top: 1em;
}


@media only screen and (min-width: 769px) {
  #sec-intro .grad-notes dl+dl {
    margin-top: 30px;
  }

  #sec-intro .grad-notes dl dt {
    font-size: 24px;
  }

  #sec-intro .grad-notes dl dd {
    font-size: 22px;
  }
}

#sec-intro .grad-notes .notes-item ul.notes-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

#sec-intro .grad-notes .notes-item ul.notes-list span {
  display: inline-block;
}

#sec-intro .grad-notes .notes-item ul.notes-list+ul.notes-list {
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  #sec-intro .grad-notes .notes-item ul.notes-list+ul.notes-list {
    margin-top: 30px;
  }
}

#sec-intro .grad-notes .notes-item ul.notes-list.disc {
  list-style-type: disc;
  padding-left: 1em;
}

#sec-intro .grad-notes .notes-item ul.notes-list li.flex-notes {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}

#sec-intro .grad-notes .notes-item ul.notes-list li.flex-notes h6 {
  font-weight: 600;
  padding: .3em .7em .2em;
  background-color: #eeeeee80;
  color: #333333;
  flex-shrink: 0;
  font-size: inherit;
  border-radius: 5px;
}

#sec-intro .grad-notes .notes-item ul.notes-list.schedule-list {}

#sec-intro .grad-notes .notes-item ul.notes-list.schedule-list em {
  font-style: normal;
  display: block;
  font-weight: 600;
}




#contents_page ul.disc {
  list-style-type: disc;
  padding-left: 1em;
  margin-left: 0.5em;
}

#contents_page .sec>.wrap {
  background-color: #dd0051;
  padding-top: 35px;
  padding-bottom: 35px;
}

#contents_page .sec .card-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

#contents_page .card-row-h {
  color: #000;
  text-align: center;
  padding: 20px 20px 20px !important;
}

#contents_page .card-row-h span {
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  #contents_page .card-row-h {
    text-align: left;
    padding: 20px 20px 20px !important;
  }
}

#sec-02 {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}

@media only screen and (min-width: 1025px) {
  #sec-02 {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
  }
}

#sec-02 .msg-row {
  justify-content: center;
}

#sec-02 .card.msg-item .in-txt {
  color: #000;
}

#sec-02 .card-row {
  justify-content: center !important;
}

#sec-02 h5 {
  text-align: center;
}

#sec-03 .card.links .in table tr td {
  padding: 12px 0px;
}

#sec-03 .card.links .in table tr:first-of-type td {
  padding-top: 0px;
}

#sec-03 .card.links .in table tr:last-of-type td {
  padding-bottom: 0px;
}

#sec-03 .card.links .in table tr td h6 {
  font-size: inherit !important;
  font-weight: 600;
}

#sec-04.sec {
  padding-top: 0 !important;
}

#contents_page .card .in.list {
  min-height: initial;
}

/* coming-soon */
#contents_page .card .in.coming-soon:before {
  content: 'Coming Soon';
  font-family: Roboto, sans-serif;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999;
}

#contents_page .card .in.coming-soon {
  opacity: 0.5;
}

#contents_page .card .in.coming-soon a {
  display: none;
}

#contents_page .card .in.hover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
}

#contents_page .card .in.coming-soon:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

@media only screen and (min-width: 769px) {
  #contents_page .links .size-md {
    padding: 0;
  }

  #contents_page .sec .card .in-head {
    text-align: left;
  }

  #contents_page .sec .card .in-foot {
    padding: 0 28px;
  }

  #contents_page .sec .card .in.guide {
    padding: 30px 28px;
  }

  #contents_page .sec .card .in {
    height: 100%;
  }

  #contents_page .sec .card .in.list {
    padding: 30px 28px;
  }

  #contents_page .sec .ttl-box .ent-notes {
    max-width: 80%;
    width: 100%;
  }

  #contents_page .sec .outer-head {
    padding: 12.5px 28px 0;
  }

  #sec-01 .row-orien .card.orien-txt {
    padding-left: 40px;
  }

  #sec-01 .row-orien>.card:nth-of-type(1) {
    order: 2;
  }

  #sec-01 .row-orien>.card:nth-of-type(2) {
    order: 1;
  }

  #sec-01 .card.msg-item .img-wrap img {
    left: 0;
    transform: translate(0%, -50%);
  }

  #contents_page .card.div-2 .in,
  #contents_page .card.div-3 .in {
    height: 200px;
  }

  #contents_page .sec .card.links .in {
    height: auto;
  }
}

@media only screen and (min-width: 1025px) {
  #contents_page {
    padding-bottom: 19.9vw;
  }

  #contents_page .sec>.wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #sec-01 .inner {
    padding: 0 20px;
  }

  #contents_page .sec .pc-none {
    display: none;
  }
}

#sec-live {
  background-color: #acc765;
  margin-top: 60px;
  padding: 20px 0;
  margin-top: 0 !important;
}

#sec-live .card-row {
  justify-content: center !important;
}

#sec-live .card .in {
  height: auto !important;
  min-height: auto !important;
  background: none;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: none;
}

#sec-live .card .in .movie-description {
  width: 100%;
}

#sec-live .card .in .movie-description h5 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#sec-live .card .in .movie-description h5::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0px;
}

#sec-live .card .in .movie-description h5+p {
  margin-top: 10px;
}

#sec-live .card .in>.movie-item {
  width: 100%;
}

#sec-live .card .in .movie-item .movie-in {
  border-radius: 4px;
  padding: 2rem;
  background-color: #ffffff44;
  height: 100%;
}

#sec-live .card .in .movie-item .movie-in .movie {
  position: relative;
  width: 100%;
}

#sec-live .card .in .movie-item .movie-in .movie-info {
  margin-top: 2rem;
  color: #000;
}

#sec-live .card .in>.movie-item.coming-soon {
  margin: 0;
}

#sec-live .card .in p span {
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  #sec-live {
    padding-top: 50px;
    padding: 40px 0;
    margin-top: 0 !important;
  }

  #sec-live .card .in {
    flex-direction: row;
    gap: 20px;
  }

  #sec-live .card .in>.movie-description {
    width: 40%;
    flex-shrink: 0;
  }

  #sec-live .card .in .movie-description p {
    font-size: 18px;
  }

  #sec-live .card .in .movie-item .movie-in .movie {
    overflow: hidden;
  }

  #sec-live .card .in .movie-item .movie-in {
    padding: 3rem;
  }
}

#sec-live .card .in>.movie-item.coming-soon .movie-in .movie a {
  background-image: none;
  background-color: #000000aa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  pointer-events: none;
  backdrop-filter: blur(5px);
}

#sec-live .card .in>.movie-item.coming-soon .movie-in .movie a::after {
  content: "Coming soon";
  display: block;
  text-align: center;
  font-size: 9vw;
  color: #fff;
  font-weight: bold;
  font-family: serif;
}

@media only screen and (min-width: 769px) {
  #sec-live .card .in>.movie-item.coming-soon .movie-in .movie a::after {
    font-size: clamp(40px, 5vw, 70px);
  }
}

#sec-event {
  color: var(--color-white);
  background-image: linear-gradient(to left, #f6d365 0%, #fda085 100%);
}

#sec-event .sec-inner:last-of-type {
  padding-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  #sec-event .sec-inner:last-of-type {
    padding-bottom: 50px;
  }
}

#sec-event .card-row-h {
  color: var(--color-black);
  text-align: center;
}

#sec-event .card-row-h .h-sub {
  font-size: 18px;
  color: #000000;
  padding: 0.2em 1em;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec-event .card-row-h .h-sub:before,
#sec-event .card-row-h .h-sub:after {
  content: '';
  width: 1em;
  height: 2px;
  background-color: #000;
}

#sec-event .card-row-h .h-sub:before {
  margin-right: 0.5em;
}

#sec-event .card-row-h .h-sub:after {
  margin-left: 0.5em;
}

@media only screen and (min-width: 1025px) {
  #sec-event .card-row-h .h-sub {
    font-size: 24px;
    margin-top: 40px;
  }
}

#sec-event .card-row-h h6 {
  margin-top: 20px;
}

#sec-event .sec-header h5 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: left;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5em;
}

#sec-event .sec-header h5 small {
  font-size: 0.8em;
  margin-top: 1em;
  color: #ffffff;
  font-weight: bold;
  padding-left: 0.5em;
}

#contents_page.page-en #sec-event .sec-header h5 {
  font-size: 32px;
}

#contents_page.page-en #sec-event .sec-header h5 small {
  padding-left: 0px;
}

@media only screen and (min-width: 769px) {
  #sec-event .sec-header h5 {
    font-size: 32px;
    padding-bottom: 0.3em;
  }

  #contents_page.page-en #sec-event .sec-header h5 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  #sec-event .sec-header h5 {
    font-size: 48px;
  }
}

#sec-event .sec-header h6 {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2rem 5rem;
  margin: 30px 0 0;
  text-align: left;
  position: relative;
}

#sec-event .sec-header h6:before {
  content: '';
  display: block;
  height: calc(100% - 40px);
  width: 5px;
  background: #a8003d63;
  position: absolute;
  top: 50%;
  border-radius: 50px;
  left: 22px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  #sec-event .sec-header h6 {
    margin: 60px 0 0;
  }
}

#sec-event .card {
  color: var(--color-black);
}

#sec-event .card-row {
  display: flex;
  justify-content: space-around !important;
  align-items: stretch !important;
}

#sec-event .card-row .card {
  flex-basis: 100%;
  align-items: stretch !important;
  position: relative;
  z-index: 10;
}

#sec-event .card-row .card .marker-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: clamp(11px, 1.6vw, 13px);
  line-height: 1.2em;
  width: clamp(70px, 11vw, 85px);
  height: clamp(70px, 11vw, 85px);
  background-color: #ffed58;
  color: #333333;
  transform: translate(-36%, 24%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);

  z-index: 15;
}

.page-en #sec-event .card-row .card .marker-icon {
  font-size: clamp(13px, 1.6vw, 15px);
}

@media only screen and (min-width: 769px) {
  #sec-event .card-row .card .marker-icon {
    transform: translate(10%, -13%);
  }
}

#sec-event .card-row .card .in {
  display: flex;
  flex-direction: column;
}

#sec-event .card-row .card .in figure {
  position: relative;
}

#sec-event .card-row .card .in figure span.img-hover {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: background-color 0s 0.5s;
  padding-bottom: 65%;
}

#sec-event .card-row .card .in figure span.img-hover>span {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sec-event .card-row .card .in figure span.img-hover>span>img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.7s, transform 1.2s cubic-bezier(0.14, 0, 0, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec-event .card-row .card .in .card-text {
  padding: 20px 8% calc(1% + 5px + 0.7em);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#sec-event .card-row .card .in p {
  margin: 0 !important;
}

#sec-event .card-row .card .in .detail-here-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to left, #f6d365 0%, #fda085 100%);
  padding: 0.8em 1em;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
  margin: 2em 0 1em;
  text-decoration: none;
  cursor: pointer;
  color: var(--color-black);
  transition: transform .3s;
  line-height: 1.2em;
}

#sec-event .card-row .card .in .detail-here-btn+.detail-here-btn {
  margin-top: 0 !important;
}

#sec-event .card-row .card .in .detail-here-btn:hover {
  transform: scale(1.05);
}

#sec-event .card-row .card .in .btn-wrap {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 1em 0;
}

#sec-event .card-row .card .in .btn-wrap .detail-here-btn {
  width: calc((100% - (5px * 2)) / 3);
  margin: 0;
}

#sec-event .card-row .card .in:hover figure span.img-hover {
  background-color: #000;
  transition-delay: 0s;
}

#sec-event .card-row .card .in:hover figure span.img-hover>span>img {
  opacity: 0.85;
  transform: scale(1.04);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.14, 0, 0, 1);
}

@media only screen and (min-width: 569px) {
  #sec-event .card-row .card {
    flex-basis: 100%;

    display: flex;
    flex-direction: column;
  }

  #sec-event .card-row .card .in {
    height: 100%;
  }

  #sec-event .card-row .card.onlyone {
    flex-basis: 100%;
  }

  #sec-event .card-row .card.onlyone .in figure img {
    object-fit: contain;
  }
}

@media only screen and (min-width: 769px) {
  #sec-event .card-row {
    justify-content: center !important;
    gap: 1px;
  }

  #sec-event .card-row .card {
    flex-basis: calc(50% - 1px);
  }

  #sec-event .card-row .card.onlyone .in {
    display: flex;
    flex-direction: row;
  }

  #sec-event .card-row .card.onlyone .in figure {
    display: flex;
    align-items: center;
    padding: 30px 0 30px 30px;
    width: 40%;
    flex-shrink: 0;
    max-height: none;
    overflow-y: auto;
  }

  #sec-event .card-row .card.onlyone .in .card-text {
    padding: 30px 30px 30px 4%;
  }
}

@media only screen and (min-width: 1025px) {
  #sec-event .card-row {
    gap: 0;
  }

  #sec-event .card-row .card {
    flex-basis: 33.33333%;
  }

  #sec-event .card-row.tow-row .card {
    flex-basis: 40%;
  }
}

.pupup-head h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.pf-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.pf-img img {
  max-width: 200px;
  width: calc((100% - 15px * 2) / 3);
}

/* Coming soon...文字設定 */
.cs-f {
  font-size: 16px !important;
  font-weight: bold !important;
}

/* 動画 */
#sec-live .card-row-h {
  color: #666 !important;
  text-align: left;
}

#sec-live .card-row {
  align-items: stretch !important;
}

#sec-live .card-row .card .in>p {
  margin-top: 10px;
}


@media only screen and (min-width: 769px) {
  .lity-container .lity-content .popup-msg.text-only {
    padding: 5vw 15vw !important;
  }
}

.lity-container .lity-content .popup-msg.text-only .msg-body p {
  margin: 1em 0 1em !important;
}

.lity-container .lity-content .popup-msg.text-only .msg-body p:first-child {
  margin: 1em 0 1em !important;
}


/**************
アニメーション
**************/
/* スライドアップ */
.slide-up {
  position: relative;
  opacity: 0;
  top: 50px;
  transition: opacity 1s, top 1s;
}

.slide-up.on {
  opacity: 1;
  top: 0;
}

/* フェードイン */
.fade-in {
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}

.fade-in.on {
  opacity: 1;
}

/* duration */
.duration-2s {
  transition-duration: 2s;
}

.duration-3s {
  transition-duration: 3s;
}


/**************
* #sec-main-view
**************/

#sec-main-view {
  padding-top: 0 !important;
}

#sec-main-view .main-img {
  margin: 1.5rem 2rem 0 2rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#sec-main-view .main-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-shadow: inset 0 0 9vw 2vw rgba(0, 0, 0, 0.15);
}

#sec-main-view .main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


:root {
  --pc-header-h: 116px;
}

@media only screen and (min-width: 900px) {
  #sec-main-view .main-img {
    height: calc(100vh - var(--pc-header-h) - 4.5rem);
    min-height: 400px;
    max-height: 43vw;
    background-color: #ffffff00;
    width: 80%;
    margin: 15px auto 0;
  }

  #sec-main-view .main-img>picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#contents {
  margin-top: 0;
  padding-top: 0;
}

#sec-main-view {
  margin: 0;
  padding: 0 !important;
}

#sec-main-view .main-img {
  width: 100%;
  border-radius: 0;
  margin: 0;
}

#sec-intro {
  margin-top: 0;
}
