@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 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  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 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.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;
      -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: #3d3935;
  padding: 8vw 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF3ED;
  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: 720px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-unit:nth-of-type(even) {
  color: #ffffff;
  background-color: #e66a2e;
}
.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-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;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  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;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  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;
  border-radius: 16px;
}

.page-wrap .c-date {
  max-width: 1080px;
  margin: 20px auto 0;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgb(255, 255, 255)), color-stop(90%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  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(1.95rem, 0.76vw + 1.76rem, 2.37rem);
  }
}
.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;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.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: #e66a2e;
  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;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  display: block;
  padding-bottom: 0.2em;
  color: #3d3935;
}

.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: #3d3935;
  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: #e66a2e;
  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-button--entry {
  padding: 1em 2em;
  background-color: #1E55B1;
  border-radius: 2em;
}
.page-wrap .c-button--entry span {
  color: #fff;
}
.page-wrap .c-button--disabled {
  background-color: #ccc;
  pointer-events: none;
}
.page-wrap .c-button--disabled span {
  color: #fff;
}

.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: 720px;
  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-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: #1E55B1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.page-wrap .c-about-body__head span {
  display: inline-block;
}
.page-wrap .c-about-body__text {
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.page-wrap .c-about-body__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrap .c-about-body__text ul li {
  font-size: 1.25em;
  font-weight: 600;
  background-color: #fff;
  padding: 4px 20px;
  border-radius: 12px;
  color: #e66a2e;
}
.page-wrap .c-about-body__text strong {
  font-size: 1.25em;
  font-weight: 600;
  color: #e66a2e;
}
.page-wrap .c-about-block__body--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-block__body--date {
    display: block;
  }
}
.page-wrap .c-about-media {
  grid-area: c-about-media;
}
.page-wrap .c-about-media img {
  width: 100%;
  height: auto;
}
.page-wrap .c-about-block {
  margin-top: 76px;
}
.page-wrap .c-about-block:first-child {
  margin-top: 0;
}
.page-wrap .c-about-block__head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  font-size: clamp(1.95rem, 0.76vw + 1.76rem, 2.37rem);
  color: #e66a2e;
  text-align: center;
  margin-bottom: 0.5em;
}
.page-wrap .c-about-venue {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
}
.page-wrap .c-about-date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
}
.page-wrap .c-about-date strong {
  font-size: clamp(2.44rem, 1.3vw + 2.12rem, 3.16rem);
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-date {
    text-align: center;
  }
}
.page-wrap .c-about-section {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-about-section {
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 360px) {
  .page-wrap .c-about-section {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }
}
.page-wrap .c-about-section dt {
  text-align: center;
  font-weight: bold;
  color: #1E55B1;
}
@media screen and (max-width: 360px) {
  .page-wrap .c-about-section dt {
    padding-top: 12px;
  }
  .page-wrap .c-about-section dt:first-child {
    padding-top: 0;
  }
}
.page-wrap .c-about-section dd {
  text-align: center;
  font-weight: bold;
  color: #3d3935;
}
.page-wrap .c-about-address {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.page-wrap .c-about-address span {
  display: inline-block;
}
.page-wrap .c-about-map {
  position: relative;
  margin-top: 16px;
}
.page-wrap .c-about-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/6;
}
.page-wrap .c-about-access {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrap .c-about-access dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-about-access dl {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    margin-top: 16px;
  }
  .page-wrap .c-about-access dl:first-child {
    margin-top: 0;
  }
}
.page-wrap .c-about-access dl dt {
  line-height: 1.5;
  font-weight: bold;
  color: #e66a2e;
}
.page-wrap .c-about-access dl dd {
  line-height: 1.5;
  color: #3d3935;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-about-access dl dd {
    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-about-access dl dd span {
  display: inline-block;
}
.page-wrap .c-about-access dl dd span::after {
  content: " / ";
}
.page-wrap .c-about-access dl dd span:last-child::after {
  content: "";
}
@media screen and (max-width: 640px) {
  .page-wrap .c-about-access dl dd span::after {
    content: "";
  }
}

.page-wrap .c-cast {
  padding: 60px 0;
}
.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;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  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(3, 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(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-image__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-cast-image__items {
    grid-template-columns: repeat(1, 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-cast-prof {
  display: grid;
  grid-template-columns: 1fr 35%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .page-wrap .c-cast-prof {
    display: block;
  }
}
.page-wrap .c-cast-prof__photo {
  grid-row: 1/2;
  grid-column: 2/3;
  text-align: center;
}
.page-wrap .c-cast-prof__photo img {
  width: 100%;
  max-width: 320px;
}
.page-wrap .c-cast-prof__detail {
  grid-row: 1/2;
  grid-column: 1/2;
}
.page-wrap .c-cast-prof__name {
  background-color: #fff;
  color: #1E55B1;
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  line-height: 1.2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 12px 6px;
  font-weight: 600;
}
.page-wrap .c-cast-prof__name small {
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
}
.page-wrap .c-cast-prof__sub {
  background-color: #fff;
  color: #3d3935;
  line-height: 1.2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px 6px;
}
.page-wrap .c-cast-desc {
  margin-top: 18px;
}

.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-head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  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-back2top {
  padding: 40px 0;
  text-align: center;
}
.page-wrap .c-back2top span {
  font-size: 18px;
}

.page-wrap .c-entry {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-entry {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.page-wrap .c-entry dt {
  background-color: #fbead5;
  padding: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #e66a2e;
}
.page-wrap .c-entry dd {
  padding: 16px;
  line-height: 1.4;
  background-color: #fff;
  color: #3d3935;
}
.page-wrap .c-entry-present {
  margin-top: 48px;
}
.page-wrap .c-entry-present img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 12px;
  margin: 0 auto;
}

.page-wrap .c-remarks {
  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-remarks > li {
  padding-left: 1.2em;
  line-height: 1.4;
  position: relative;
}
.page-wrap .c-remarks > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.page-wrap .c-remarks--dot > li::before {
  content: "・";
}

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

.page-wrap {
  background-color: #e66a2e;
}
.page-wrap .p-index-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa500), color-stop(80%, #e66a2e));
  background: linear-gradient(180deg, #ffa500 0%, #e66a2e 80%);
  padding: 20px 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .page-wrap .p-index-head {
    padding: 20px 10px 20px 10px;
  }
}

.footer-note {
  background-color: #e66a2e;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 8px;
}

.common-abg-wrap__footer {
  background-color: #000;
}

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