@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  color: #222222;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: YakuHanJP, "Hiragino Sans", YakuHanJPs_Narrow, AdjustedYuGothic, Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.page-wrap .mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

.page-wrap p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

.sp_only {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 812px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
    font-size: 16px;
  }
  body {
    min-width: 100% !important;
  }
  .page-wrap {
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
}
/* ▲Smartphone▲ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.common-abg-wrap__footer {
  padding: 20px 0;
}

.no-print {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

@media print {
  .no-print {
    display: none !important;
  }
}
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-unit {
  position: relative;
  color: #222222;
  padding: 8vw 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fffefe;
  box-sizing: border-box;
  clip-path: polygon(0 8vw, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
  margin-top: -8vw;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-unit {
    clip-path: polygon(0 10vw, 100% 0%, 100% calc(100% - 10vw), 0% 100%);
    margin-top: -10vw;
    padding: 10vw 20px;
  }
}
.page-wrap .c-unit > * {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-unit:nth-of-type(even) {
  color: #ffffff;
  background-color: #e76a4b;
}
.page-wrap .c-unit:first-of-type {
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-unit:first-of-type {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 10vw), 0% 100%);
  }
}
.page-wrap .c-unit:last-of-type {
  clip-path: polygon(0 8vw, 100% 0%, 100% 100%, 0% 100%);
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-unit:last-of-type {
    clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% 100%);
  }
}
.page-wrap .c-unit--bg {
  background: #fff0d4;
  background: linear-gradient(69deg, rgb(255, 244, 222) 0%, rgb(255, 235, 230) 56%, rgb(255, 234, 219) 100%);
}

.page-wrap .c-heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-wrap .c-heading__main {
  display: block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
}
@media screen and (max-width: 520px) {
  .page-wrap .c-heading__main {
    font-size: clamp(2.25rem, 1.85rem + 2vw, 2.5rem);
  }
}
.page-wrap .c-heading__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5em;
  padding-left: 0.25em;
  line-height: 1;
}

.page-wrap .c-mv {
  max-width: 1080px;
  margin: 0 auto;
}
.page-wrap .c-mv img {
  width: 100%;
  overflow: hidden;
}

.page-wrap .c-date {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-date-body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
  line-height: 1;
}
.page-wrap .c-date-body span {
  font-size: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
}
@media screen and (max-width: 640px) {
  .page-wrap .c-date-body {
    font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
    line-height: 1;
  }
  .page-wrap .c-date-body span {
    font-size: clamp(2.25rem, 1.85rem + 2vw, 2.5rem);
  }
}
.page-wrap .c-date-note {
  margin-top: 8px;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.page-wrap .c-menu {
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0;
}
.page-wrap .c-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-wrap .c-menu-item {
  line-height: 1;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  .page-wrap .c-menu-item:where(:-moz-any-link, :enabled, summary):hover {
    scale: 1.1;
  }
  .page-wrap .c-menu-item:where(:any-link, :enabled, summary):hover {
    scale: 1.1;
  }
}
.page-wrap .c-menu-item::after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f94d27;
  clip-path: polygon(0 15%, 0 40%, 50% 75%, 100% 40%, 100% 15%, 50% 50%);
}
@media screen and (max-width: 640px) {
  .page-wrap .c-menu-item {
    font-size: clamp(1rem, 0vw + 1rem, 1rem);
    padding: 0.5em 1.6em;
  }
  .page-wrap .c-menu-item::after {
    width: 12px;
    height: 12px;
  }
}
.page-wrap .c-menu-item span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding-bottom: 0.2em;
  color: #222222;
}

.page-wrap .c-button {
  line-height: 1;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 1.5em;
  display: inline-block;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  font-weight: bold;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-wrap .c-button span {
  display: inline-block;
  padding-bottom: 0.1em;
  color: #222222;
  margin-right: 4px;
}
@media (hover: hover) {
  .page-wrap .c-button:where(:-moz-any-link, :enabled, summary):hover {
    scale: 1.05;
    letter-spacing: 0;
  }
  .page-wrap .c-button:where(:any-link, :enabled, summary):hover {
    scale: 1.05;
    letter-spacing: 0;
  }
}
.page-wrap .c-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f94d27;
  clip-path: polygon(0 15%, 0 40%, 50% 75%, 100% 40%, 100% 15%, 50% 50%);
  rotate: -90deg;
}
.page-wrap .c-button--up::after {
  rotate: -180deg;
}

.page-wrap .c-about {
  padding: 60px 0;
}
.page-wrap .c-about-wrap {
  display: grid;
  grid-template-columns: 1fr 520px;
  grid-template-rows: 1fr;
  gap: 16px 20px;
  grid-auto-flow: row;
  grid-template-areas: "c-about-body c-about-media";
}
@media screen and (max-width: 1280px) {
  .page-wrap .c-about-wrap {
    grid-template-columns: 1fr 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "c-about-media" "c-about-body";
  }
}
.page-wrap .c-about-wrap--nomedia {
  max-width: 800px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  grid-auto-flow: row;
  grid-template-areas: "c-about-body";
}
@media screen and (max-width: 1280px) {
  .page-wrap .c-about-wrap--nomedia {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-wrap--nomedia {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "c-about-media" "c-about-body";
  }
}
.page-wrap .c-about-wrap--nomedia .c-about-media {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 40px;
}
.page-wrap .c-about-wrap--nomedia .c-about-media img {
  width: 100%;
  height: auto;
}
.page-wrap .c-about-body {
  grid-area: c-about-body;
}
.page-wrap .c-about-body__head {
  font-size: clamp(1.563rem, 1.114rem + 2.24vw, 2.375rem);
  line-height: 1.5;
  margin-bottom: 16px;
  color: #ff5a7b;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.page-wrap .c-about-body__head span {
  display: inline-block;
}
.page-wrap .c-about-body__text {
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
.page-wrap .c-about-body__text span {
  display: inline-block;
}
.page-wrap .c-about-media {
  grid-area: c-about-media;
}
.page-wrap .c-about-media img {
  width: 100%;
  height: auto;
}

.page-wrap .c-cast {
  padding: 60px 0;
}
.page-wrap .c-cast.c-star::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
}
.page-wrap .c-cast-visual {
  margin: 40px 0;
}
.page-wrap .c-cast-visual img {
  width: 100%;
  height: auto;
}
.page-wrap .c-cast-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-cast-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0px;
  }
}
.page-wrap .c-cast-text__item {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-text__item {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    grid-column-gap: 0;
    grid-row-gap: 8px;
  }
}
.page-wrap .c-cast-text__head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  padding-top: 0.25em;
}
.page-wrap .c-cast-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-text__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0px;
  }
}
.page-wrap .c-cast-text__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-text__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-wrap .c-cast-text__name {
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
}
.page-wrap .c-cast-text__sub {
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
}
.page-wrap .c-cast-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.page-wrap .c-cast-image__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-wrap .c-cast-image__head {
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
}
.page-wrap .c-cast-image__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-cast-image__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-image__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-cast-image__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-wrap .c-cast-image__photo {
  line-height: 0;
}
.page-wrap .c-cast-image__photo img {
  width: 100%;
  height: auto;
}
.page-wrap .c-cast-image__name {
  margin-top: 8px;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  text-align: center;
  line-height: 1.2;
}
.page-wrap .c-cast-image__name span {
  display: inline-block;
}
.page-wrap .c-cast-image__sub {
  margin-top: 4px;
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
  text-align: center;
  line-height: 1.2;
}
.page-wrap .c-cast-image__sub span {
  display: inline-block;
}

.page-wrap .c-content {
  padding: 60px 0;
}
.page-wrap .c-content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-content-list {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }
}
.page-wrap .c-content-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.page-wrap .c-content-number {
  width: 5em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: 1.6;
  background: #ff9f71;
  color: white;
  padding: 2px 20px 2px 2px;
  position: relative;
  margin-bottom: 20px;
}
.page-wrap .c-content-number::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: #ff9f71;
  background-image: -webkit-gradient(linear, left top, right top, from(#e76a4b), to(#ff9f71));
  background-image: linear-gradient(90deg, #e76a4b, #ff9f71);
  left: -100px;
  top: 0;
}
.page-wrap .c-content-head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  line-height: 1.6;
  color: #db2e03;
}
.page-wrap .c-content-date {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page-wrap .c-content-guest {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}
.page-wrap .c-content-media img {
  width: 100%;
}
.page-wrap .c-content-box {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 32px;
}
.page-wrap .c-content-box:last-child {
  margin-bottom: 0px;
}
.page-wrap .c-content-inner {
  max-width: 900px;
  margin: 0 auto;
}
.page-wrap .c-content-text {
  padding: 20px 0;
}
.page-wrap .c-content-text span {
  display: inline-block;
}

.page-wrap .c-stream {
  padding: 60px 0;
}
.page-wrap .c-stream-block {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  gap: 8px 32px;
  grid-template-areas: "c-stream-block__head c-stream-platform" ". c-stream-period";
}
@media screen and (max-width: 896px) {
  .page-wrap .c-stream-block {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 16px 0;
    grid-template-areas: "c-stream-block__head" "c-stream-platform" "c-stream-period";
  }
}
.page-wrap .c-stream-block__head {
  grid-area: c-stream-block__head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-stream-block__head {
    display: block;
  }
}
.page-wrap .c-stream-block__head--center {
  width: 100%;
}
.page-wrap .c-stream-block__head--h3 {
  line-height: 1.1;
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
}
@media screen and (max-width: 768px) {
  .page-wrap .c-stream-block__head--h3 {
    font-size: clamp(1.375rem, 1.175rem + 1vw, 1.5rem);
  }
}
.page-wrap .c-stream-platform {
  grid-area: c-stream-platform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-stream-platform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-wrap .c-stream-platform__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-wrap .c-stream-platform__item a {
  line-height: 1;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  .page-wrap .c-stream-platform__item a:where(:-moz-any-link, :enabled, summary):hover {
    scale: 1.05;
  }
  .page-wrap .c-stream-platform__item a:where(:any-link, :enabled, summary):hover {
    scale: 1.05;
  }
}
.page-wrap .c-stream-platform__item a::after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f94d27;
  clip-path: polygon(0 15%, 0 40%, 50% 75%, 100% 40%, 100% 15%, 50% 50%);
  rotate: -90deg;
}
.page-wrap .c-stream-platform__item a img {
  height: 4rem;
  width: auto;
}
.page-wrap .c-stream-period {
  margin-top: 8px;
  grid-area: c-stream-period;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrap .c-stream-period__date {
  line-height: 1;
  font-weight: bold;
}
.page-wrap .c-stream-period__note {
  line-height: 1.2;
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
}

.page-wrap .c-sns {
  padding: 60px 0;
}
.page-wrap .c-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-wrap .c-sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-sns-item {
    border-radius: 1.5rem;
  }
}
@media (hover: hover) {
  .page-wrap .c-sns-item:where(:-moz-any-link, :enabled, summary):hover {
    scale: 1.1;
  }
  .page-wrap .c-sns-item:where(:any-link, :enabled, summary):hover {
    scale: 1.1;
  }
}
.page-wrap .c-sns-item__icon {
  width: 4rem;
  border-radius: 2rem;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-sns-item__icon {
    width: 3rem;
    border-radius: 1.5rem;
  }
}
.page-wrap .c-sns-item__icon img {
  width: 100%;
}
.page-wrap .c-sns-item__label {
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  font-weight: bold;
  color: #222222;
  padding: 0 1.5em 0 1em;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-sns-item__label {
    font-size: clamp(1rem, 0vw + 1rem, 1rem);
  }
}

.page-wrap .c-back2top {
  padding: 40px 0;
  text-align: center;
}
.page-wrap .c-back2top span {
  font-size: 18px;
}

.page-wrap .c-movie {
  max-width: 780px;
  margin: 20px auto 0;
  position: relative;
}
.page-wrap .c-youtube-spot {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-wrap .c-youtube-spot iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-wrap .c-brightcove-spot {
  margin: 0 auto;
  position: relative;
}

/*-------------------
 * project
 *-------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

.page-wrap .p-index-head {
  background-image: url(../images/bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .page-wrap .p-index-head {
    padding: 20px 10px 40px 10px;
  }
}

/*-------------------
 * object
 *-------------------*//*# sourceMappingURL=style.css.map */