@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: #3d3935;
}

.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: 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 {
  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.8em;
  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;
          user-select: none !important;
}

@media print {
  .no-print {
    display: none !important;
  }
}
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-unit {
  position: relative;
  padding: 8vw 20px;
  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: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
.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--stream,
.page-wrap .c-unit--cast {
  color: #000000;
  background-color: #03d1d9;
}
.page-wrap .c-unit--about,
.page-wrap .c-unit--back2top,
.page-wrap .c-unit--sns {
  color: #fff;
  background-color: #e50068;
}

.page-wrap .c-heading {
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  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(1.95rem, 0.76vw + 1.76rem, 2.37rem);
  }
}
.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 {
  z-index: 1;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.page-wrap .c-mv img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.page-wrap .c-date {
  z-index: 1;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 10px auto 0;
  padding: 12px 3%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ffeb38;
  /* border-top: 5px solid; */
  /* border-bottom: 5px solid; */
  border-radius: 10px;
}
.page-wrap .c-date-body {
  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;
  color: #000;
}
.page-wrap .c-date-body span {
  font-size: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
  color: #ff0074;
}
@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(1.95rem, 0.76vw + 1.76rem, 2.37rem);
  }
}
@media screen and (max-width: 520px) {
  .page-wrap .c-date-body {
    font-size: clamp(1rem, 0vw + 1rem, 1rem);
  }
  .page-wrap .c-date-body span {
    font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
  }
}
.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;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.page-wrap .c-menu-list {
  display: flex;
  gap: 16px 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-wrap .c-menu-item {
  line-height: 1;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 1.5em;
  display: flex;
  gap: 0 8px;
  align-items: center;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  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);
  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;
  box-sizing: border-box;
  background-color: #5CB153;
  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: #3d3935;
}

.page-wrap .c-button {
  line-height: 1;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 100vmax;
  display: inline-block;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  font-weight: bold;
  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);
  transition: all 0.4s;
}
.page-wrap .c-button span {
  display: inline-block;
  padding-bottom: 0.1em;
  color: #000;
  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;
  box-sizing: border-box;
  background-color: #e50068;
  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;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about {
    padding: 40px 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: 720px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  grid-auto-flow: row;
  grid-template-areas: "c-about-body";
}
.page-wrap .c-about-body {
  grid-area: c-about-body;
}
.page-wrap .c-about-body__head {
  font-size: clamp(1.95rem, 0.76vw + 1.76rem, 2.37rem);
  line-height: 1.5;
  margin-bottom: 16px;
  color: #eede00;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-body__head {
    font-size: 23px;
  }
}
.page-wrap .c-about-body__head span {
  display: inline-block;
}
.page-wrap .c-about-body__text {
  font-weight: 400;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
.page-wrap .c-about-body__text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-body__text span {
    display: unset;
  }
}
.page-wrap .c-about-media {
  padding: 0 0 25px;
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
}
.page-wrap .c-about-media img {
  width: 100%;
  height: auto;
}

.page-wrap .c-cast {
  padding: 60px 0 40px;
}
.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: flex;
    flex-direction: column;
    gap: 40px 0px;
  }
}
.page-wrap .c-cast-text__item {
  display: grid;
  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: 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: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-text__list {
    flex-direction: column;
    gap: 16px 0px;
  }
}
.page-wrap .c-cast-text__list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-text__list li {
    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: flex;
  flex-direction: column;
  gap: 40px;
}
.page-wrap .c-cast-image__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-wrap .c-cast-image__head {
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
  margin-top: 20px;
}
.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;
  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: flex;
  flex-direction: column;
  gap: 16px;
}
.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.8;
}
.page-wrap .c-content-media img {
  width: 100%;
}
.page-wrap .c-stream {
  max-width: 500px;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-stream {
    max-width: 300px;
    padding: 50px 0 20px;
  }
}
.page-wrap .c-stream-block {
  display: grid;
  grid-template-columns: max-content 1fr;
  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;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-stream-block__head {
    display: block;
    text-align: center;
  }
}
.page-wrap .c-stream-platform {
  grid-area: c-stream-platform;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-stream-platform {
    gap: 15px;
  }
}
.page-wrap .c-stream-platform__item {
  flex-grow: 1;
}
.page-wrap .c-stream-platform__item a {
  line-height: 1;
  padding: 0.5em 2em;
  background-color: #fff;
  border-radius: 100vmax;
  display: flex;
  gap: 0 8px;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  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);
  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;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-stream-platform__item a {
    padding: 0.5em 0.9em;
  }
}
.page-wrap .c-stream-platform__item a::after {
  content: "";
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: #e50068;
  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: 3rem;
  width: auto;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-stream-platform__item a img {
    height: 2.5rem;
  }
}
@media screen and (max-width: 330px) {
  .page-wrap .c-stream-platform__item a img {
    height: 2.2rem;
  }
}
.page-wrap .c-stream-period {
  margin-top: 8px;
  grid-area: c-stream-period;
  display: flex;
  flex-direction: column;
  gap: 8px;
  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: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.page-wrap .c-sns-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  background-color: #000000;
  border-radius: 100vmax;
  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);
  transition: all 0.4s;
}
@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;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-sns-item__icon {
    width: 3rem;
  }
}
.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: #3d3935;
  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-swiper {
  position: relative;
  padding: 0 0 25px;
  padding-top: 0 !important;
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-swiper {
    max-width: 600px;
    padding: 0 0 15px;
  }
}
.page-wrap .c-swiper .c-swiper-item {
  line-height: 0;
  width: 100%;
  font-size: 16px;
}
.page-wrap .c-swiper .c-swiper-item img {
  width: 100%;
}

.page-wrap .swiper-button-next,
.page-wrap .swiper-button-prev {
  top: unset;
  bottom: 0;
  position: relative;
}
.page-wrap .swiper-button-prev::after,
.page-wrap .swiper-button-next::after {
  content: "";
  width: 50px !important;
  height: 50px !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.page-wrap .swiper-button-prev::after {
  background-image: url(../images/swiper-btn01.png);
}
.page-wrap .swiper-button-next::after {
  background-image: url(../images/swiper-btn01.png);
  transform: rotateY(180deg);
}
.page-wrap .swiper-slide {
  transition: 0.3s;
}
.page-wrap .swiper-pagination {
  color: #fff;
  pointer-events: none;
  bottom: 13px;
}
@media screen and (max-width: 768px) {
  .page-wrap .swiper-pagination {
    bottom: 15px;
    font-size: 14px;
  }
}
.page-wrap .c-swiper-bottom-area {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-swiper-bottom-area {
    margin-top: 15px;
  }
}

.page-wrap .c-hidden {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print {
  .page-wrap .c-hidden {
    display: none;
  }
}

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

.page-wrap .p-index-head {
  overflow: hidden;
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px 40px 0px;
}
@media screen and (max-width: 768px) {
  .page-wrap .p-index-head {
    padding: 20px 0px 30px 0px;
  }
}
.page-wrap .p-index-bg {
  width: 100%;
  /* 共通のキーフレームを定義（1つでOK） */
}
@media screen and (max-width: 1200px) {
  .page-wrap .p-index-bg {
    scale: 1.1;
  }
}
.page-wrap .p-index-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
}
@keyframes bg-kirakira {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.page-wrap .p-index-bg__img {
  /* ベース設定 */
  animation-name: bg-kirakira;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  /* ループ処理 */
}
.page-wrap .p-index-bg__img:nth-child(1) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -4s;
}
.page-wrap .p-index-bg__img:nth-child(2) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -3.3s;
}
.page-wrap .p-index-bg__img:nth-child(3) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -2.8s;
}
.page-wrap .p-index-bg__img:nth-child(4) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -0.2s;
}
.page-wrap .p-index-bg__img:nth-child(5) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -0.6s;
}
.page-wrap .p-index-bg__img:nth-child(6) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -1s;
}
.page-wrap .p-index-bg__img:nth-child(7) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -1.8s;
}
.page-wrap .p-index-bg__img:nth-child(8) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -1.4s;
}
.page-wrap .p-index-bg__img:nth-child(9) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -3.3s;
}
.page-wrap .p-index-bg__img:nth-child(10) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -1.8s;
}
.page-wrap .p-index-bg__img:nth-child(11) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -1.5s;
}
.page-wrap .p-index-bg__img:nth-child(12) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -3.6s;
}
.page-wrap .p-index-bg__img:nth-child(13) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -2.3s;
}
.page-wrap .p-index-bg__img:nth-child(14) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -3.3s;
}
.page-wrap .p-index-bg__img:nth-child(15) {
  /* ★ここがポイント
   duration（長さ）を先に決めて変数に入れます。
   例: 2s ~ 4s の間でランダム
  */
  animation-duration: 1s;
  /* ★マイナスの値を設定
   アニメーションの長さ($duration)の範囲内で、ランダムに時間を巻き戻します。
   これにより、「開始直後から拡大中のもの」や「縮小中のもの」が混在します。
  */
  animation-delay: -4s;
}
.page-wrap .p-index-bg2 {
  width: 100%;
}
.page-wrap .p-index-bg2::before {
  position: absolute;
  background-image: url(../images/bg-housha.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/*-------------------
 * utility
 *-------------------*/
@media screen and (max-width: 768px) {
  .page-wrap .pc_only {
    display: none;
  }
}

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