@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html.remodal-is-locked {
  overflow: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  zoom: 1;
}

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

body {
  font-size: 14px;
  margin: 0;
}

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

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

.page-wrap li {
  margin: 0;
}

.page-wrap p span {
  display: inline-block;
}

.page-wrap p small {
  font-size: smaller !important;
}

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

/*----------------------------*/
.page-wrap .sp_only {
  display: none;
}
@media (max-width: 768px) {
  .page-wrap .sp_only {
    display: block;
  }
}

.page-wrap .pc_only {
  display: block;
}
@media (max-width: 768px) {
  .page-wrap .pc_only {
    display: 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;
}

/* ------------------------------------------------------------------------------------------------------------ */
.bg-img {
  background-image: url(../images/bg_pc.jpg);
  position: fixed;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .bg-img {
    background-image: url(../images/bg_sp.jpg);
  }
}

.bg-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7098039216);
}

/* ヘッダーの高さ(約60px) + 余裕(20px) */
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

/* ------------------------------------------------------------------------------------------------------------ */
.protect, .protect img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

@media print {
  .protect, .protect img, .movie-spot.protect {
    display: none !important;
  }
}
@-moz-document url-prefix() {
  @media print {
    .protect, .protect img, .movie-spot.protect {
      display: none !important;
    }
  }
}
/* ------------------------------------------------------------------------------------------------------------ */
#mbsGlobalHeader {
  z-index: 10;
}

/* ------------------------------------------------------------------------------------------------------------ */
::-webkit-scrollbar {
  /* 横幅 */
}

::-webkit-scrollbar-thumb {
  /* ハンドルの色 */
}

::-webkit-scrollbar-track {
  /* 背景色 */
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
.page-wrap {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-family: YakuHanJPs_Narrow, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  text-decoration: none;
  list-style: none;
}
.page-wrap p {
  margin: 0;
}
.page-wrap a {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-wrap a:hover {
  text-decoration: none;
  cursor: pointer;
}
.page-wrap img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
.page-wrap a:hover img {
  opacity: 1;
}
.page-wrap .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;
}

.common-abg-wrap__footer {
  padding: 30px 0;
  background-color: white;
}

.common-abg-wrap__header {
  background-color: white;
}

/*-------------------
 * component
 *-------------------*/
.page-wrap .c-common-head {
  text-align: center;
}
.page-wrap .c-common-head h2 {
  color: #1B1564;
  font-size: 24px;
  padding: 20px 3em;
  position: relative;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: 500;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.page-wrap .c-common-head h2::before, .page-wrap .c-common-head h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 2em;
  background-color: #B29347;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-wrap .c-common-head h2::before {
  left: 0;
}
.page-wrap .c-common-head h2::after {
  right: 0;
}
@media (max-width: 768px) {
  .page-wrap .c-common-head h2 {
    font-size: 20px;
  }
}
.page-wrap .c-common-head::before {
  content: "";
  position: absolute;
}

.page-wrap .c-caution-annotation {
  padding: 0 0 0.5em 1em;
  line-height: 1.8;
  position: relative;
}
.page-wrap .c-caution-annotation__item {
  font-size: 14px;
  color: #ccc;
}
.page-wrap .c-caution-annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.page-wrap .c-caution-list__item {
  padding: 0 0 0.5em 1.2em;
  position: relative;
}
.page-wrap .c-caution-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
}
.page-wrap .c-caution-list__item--heading {
  font-weight: bold;
}

.page-wrap .c-movie-spot {
  position: relative;
  z-index: 2;
}
.page-wrap .c-movie-spot__con {
  margin: 0;
}
.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 {
  position: relative;
  z-index: 2;
}
.page-wrap .c-hero {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-wrap .c-hero__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 20px;
}
@media (max-width: 768px) {
  .page-wrap .c-hero__wrap {
    max-width: 550px;
    padding: 20px;
  }
}
.page-wrap .c-hero__description {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-wrap .c-hero__description {
    max-width: 450px;
    padding: 20px;
  }
}
.page-wrap .c-hero__description::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 20%;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #006595;
  clip-path: polygon(0 0, 4% 0, 4% 35%, 96% 35%, 96% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .page-wrap .c-hero__description::before {
    height: 50%;
    top: 25%;
    clip-path: polygon(0 0, 8% 0, 8% 100%, 92% 100%, 92% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.page-wrap .c-hero__description p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-wrap .c-hero__description p {
    max-width: 450px;
  }
}
.page-wrap .c-hero__visual {
  overflow: hidden;
}
.page-wrap .c-hero .program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px 30px;
  padding: 40px 27px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .page-wrap .c-hero .program-list {
    gap: 60px 5%;
    padding: 40px 15px;
  }
}
.page-wrap .c-hero .program-list__btn {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
}
.page-wrap .c-hero .program-list__btn::before {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 95/110;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}
.page-wrap .c-hero .program-list__btn::after {
  position: absolute;
  aspect-ratio: 400/225;
  width: 70%;
  bottom: -25%;
  right: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  height: auto;
  background-repeat: no-repeat;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}
.page-wrap .c-hero .program-list__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.page-wrap .c-hero .program-list__btn--pre {
  pointer-events: none;
}
.page-wrap .c-hero .program-list__btn--number::before {
  width: 20%;
  top: -12%;
  left: -7%;
  bottom: unset;
  right: unset;
}
@media (max-width: 480px) {
  .page-wrap .c-hero .program-list__btn--number::before {
    left: -10%;
  }
}
.page-wrap .c-hero .program-list__btn.saraba-spotlight::after {
  content: "";
  background-image: url(./../images/program/logo_saraba-spotlight.png);
}
.page-wrap .c-hero .program-list__btn.ahochau::after {
  content: "";
  background-image: url(./../images/program/logo_ahochau.png);
}
.page-wrap .c-hero .program-list__btn.nagispo::after {
  content: "";
  background-image: url(./../images/program/logo_nagisa-sports.png);
}
.page-wrap .c-hero .program-list__item {
  width: calc((100% - 90px) / 4);
  position: relative;
}
.page-wrap .c-hero .program-list__item::before {
  content: "";
  position: absolute;
  background-image: url(./../images/program/program-fire.svg);
  background-size: contain;
  background-position: center;
  height: auto;
  background-repeat: no-repeat;
  aspect-ratio: 82/93;
  width: 16%;
  bottom: -5%;
  right: -8%;
  z-index: -1;
}
.page-wrap .c-hero .program-list__item .program {
  border-radius: 16px;
  outline: 2px solid #006595;
  border: 5px solid white;
}
.page-wrap .c-hero .program-list__item .banner {
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #006595;
}
.page-wrap .c-hero .program-list__item .banner img {
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
  width: calc(100% + 40px);
  height: 100%;
  margin-left: -20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-wrap .c-hero .program-list__item:nth-child(1) .program-list__btn::before {
  background-image: url(./../images/number/number_01.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(1) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_01.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(2) .program-list__btn::before {
  background-image: url(./../images/number/number_02.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(2) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_02.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(3) .program-list__btn::before {
  background-image: url(./../images/number/number_03.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(3) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_03.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(4) .program-list__btn::before {
  background-image: url(./../images/number/number_04.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(4) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_04.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(5) .program-list__btn::before {
  background-image: url(./../images/number/number_05.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(5) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_05.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(6) .program-list__btn::before {
  background-image: url(./../images/number/number_06.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(6) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_06.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(7) .program-list__btn::before {
  background-image: url(./../images/number/number_07.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(7) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_07.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(8) .program-list__btn::before {
  background-image: url(./../images/number/number_08.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(8) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_08.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(9) .program-list__btn::before {
  background-image: url(./../images/number/number_09.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(9) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_09.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(10) .program-list__btn::before {
  background-image: url(./../images/number/number_10.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(10) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_10.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(11) .program-list__btn::before {
  background-image: url(./../images/number/number_11.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(11) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_11.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(12) .program-list__btn::before {
  background-image: url(./../images/number/number_12.svg);
}
.page-wrap .c-hero .program-list__item:nth-child(12) .program-list__btn--number::before {
  background-image: url(./../images/number/fire_12.svg);
}
.page-wrap .c-hero .program-list__andomore {
  width: calc((100% - 90px) / 4);
  position: relative;
}
@media (max-width: 1000px) {
  .page-wrap .c-hero .program-list__item, .page-wrap .c-hero .program-list__andomore {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 768px) {
  .page-wrap .c-hero .program-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-wrap .c-hero .program-list__item, .page-wrap .c-hero .program-list__andomore {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 480px) {
  .page-wrap .c-hero .program-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-wrap .c-hero .program-list__item, .page-wrap .c-hero .program-list__andomore {
    width: 88%;
  }
}
/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-next {
  padding: 48px 20px 0;
}
.page-wrap .p-index-next__head {
  text-align: center;
}
.page-wrap .p-index-next__head h2 {
  color: #B29347;
  font-size: 24px;
  padding: 20px 3em;
  position: relative;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: 500;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.page-wrap .p-index-next__head h2::before, .page-wrap .p-index-next__head h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 2em;
  background-color: #B29347;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-wrap .p-index-next__head h2::before {
  left: 0;
}
.page-wrap .p-index-next__head h2::after {
  right: 0;
}
.page-wrap .p-index-next__date {
  text-align: center;
}
.page-wrap .p-index-next__date h3 {
  font-family: "Kaisei Opti", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1B1564;
  padding: 8px 16px;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page-wrap .p-index-next__date h3 span {
  display: inline-block;
  font-size: 130%;
}
@media (max-width: 768px) {
  .page-wrap .p-index-next__date h3 {
    font-size: 28px;
  }
}
.page-wrap .p-index-next__text {
  max-width: 700px;
  margin: 32px auto 0;
  font-size: 20px;
  text-align: center;
}
.page-wrap .p-index-next__text strong {
  display: inline-block;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, rgba(195, 165, 84, 0.9019607843)), color-stop(50%, #c3a554), color-stop(85%, rgba(195, 165, 84, 0.9019607843)), to(transparent));
  background-image: linear-gradient(90deg, transparent, rgba(195, 165, 84, 0.9019607843) 15%, #c3a554 50%, rgba(195, 165, 84, 0.9019607843) 85%, transparent);
  padding: 1px 40px;
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (max-width: 768px) {
  .page-wrap .p-index-next__text {
    font-size: 16px;
  }
}
.page-wrap .p-index-next__spot {
  margin: 40px auto 0;
}
.page-wrap .p-index-next__inner {
  border: 5px solid white;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-shadow: 0px 10px 40px -6px rgba(151, 126, 65, 0.2);
          box-shadow: 0px 10px 40px -6px rgba(151, 126, 65, 0.2);
}
.page-wrap .p-index-about {
  padding: 80px 20px;
}
.page-wrap .p-index-about__description {
  text-align: center;
  font-size: 24px;
  color: #382e17;
  font-family: "Kaisei Opti", sans-serif;
  font-weight: 300;
}
.page-wrap .p-index-about__description span {
  display: inline-block;
}
.page-wrap .p-index-about__description strong {
  display: inline-block;
  font-size: 120%;
  color: #1B1564;
}
.page-wrap .p-index-about__description b {
  border-bottom: 2px dotted #B29347;
  color: #af8b00;
}
@media (max-width: 768px) {
  .page-wrap .p-index-about__description {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-index-about__description {
    font-size: 16px;
  }
}
.page-wrap .p-index-about__cast {
  margin-top: 64px;
  position: relative;
}
.page-wrap .p-index-about .cast-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-wrap .p-index-about .cast-wrap {
    gap: 40px 0;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .page-wrap .p-index-about .cast-wrap {
    max-width: 250px;
  }
}
.page-wrap .p-index-about .cast-wrap__item {
  height: 100%;
  width: calc(33.3% - 20px);
}
@media (max-width: 768px) {
  .page-wrap .p-index-about .cast-wrap__item {
    width: 100%;
    max-width: 300px;
  }
}
.page-wrap .p-index-about .cast-wrap__p {
  padding-top: 16px;
}
.page-wrap .p-index-about .cast-wrap__job {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-family: YakuHanJPs_Narrow, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #8b670d;
  padding: 5px 16px;
  background-color: rgba(241, 234, 180, 0.5);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 8px;
  border-radius: 30px;
}
.page-wrap .p-index-about .cast-wrap__name {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.page-wrap .p-index-about .cast-wrap__name small {
  font-size: 70% !important;
}
@media (max-width: 768px) {
  .page-wrap .p-index-about .cast-wrap__name {
    font-size: 18px;
  }
}
.page-wrap .p-index-about .cast-wrap .cast-photo {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.page-wrap .p-index-about .cast-wrap .cast-photo::before {
  position: absolute;
  content: "";
  height: 96%;
  width: 96%;
  border: 2px dotted #B29347;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.page-wrap .p-index-about .cast-wrap .cast-photo::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #B29347;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.page-wrap .p-index-contents {
  border-top: 1px solid #e7d8b2;
  padding: 80px 20px;
  /*
      background-color: #1f49a5;
  */
}
.page-wrap .p-index-link__text {
  max-width: 700px;
  margin: 0 auto 24px;
  text-align: center;
}
.page-wrap .p-index-link__text p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .page-wrap .p-index-link__text p {
    font-size: 16px;
  }
}
.page-wrap .p-index-link__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .page-wrap .p-index-link__con {
    gap: 32px 0;
  }
}
.page-wrap .p-index-link__item {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0 3px 10px rgba(198, 185, 158, 0.3);
          box-shadow: 0 3px 10px rgba(198, 185, 158, 0.3);
}
.page-wrap .p-index-link__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 3px 6px 10px rgba(198, 185, 158, 0.3);
          box-shadow: 3px 6px 10px rgba(198, 185, 158, 0.3);
}
.page-wrap .p-index-link__item--ondemand {
  max-width: 350px;
  border-radius: 50px;
  background-color: white;
}
@media (max-width: 480px) {
  .page-wrap .p-index-link__item--ondemand img {
    padding: 8px 0;
    max-width: 240px;
  }
}
.page-wrap .p-index-link__item--half {
  max-width: 500px;
  width: calc(50% - 10px);
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(90deg, #b0821c, #fcffca, #b2904a) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#b0821c), color-stop(#fcffca), to(#b2904a)) 1;
     border-image: linear-gradient(90deg, #b0821c, #fcffca, #b2904a) 1;
}
@media (max-width: 768px) {
  .page-wrap .p-index-link__item--half {
    width: 100%;
  }
}
.page-wrap .p-index-sns {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.page-wrap .p-index-sns__text {
  padding: 0 20px;
}
.page-wrap .p-index-sns__icon {
  display: block;
  max-width: 50px;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0 3px 10px rgba(198, 185, 158, 0.1);
          box-shadow: 0 3px 10px rgba(198, 185, 158, 0.1);
}
.page-wrap .p-index-sns__icon:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 3px 6px 10px rgba(198, 185, 158, 0.1);
          box-shadow: 3px 6px 10px rgba(198, 185, 158, 0.1);
}
.page-wrap .p-index-sns__icon--x {
  background-color: white;
}
.page-wrap .p-index-banner__link {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-wrap .p-index-banner__btn {
  display: block;
}/*# sourceMappingURL=style.css.map */