@charset "UTF-8";
.sc-list, .sc-step__list {
  list-style: none;
  padding-left: 0;
}

.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

/*!
----------------------------------------------
 special contents base
----------------------------------------------
*/
/*----------------------------------------------*
	utilities
/*----------------------------------------------*/
.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

.outline * {
  outline: 1px dotted red;
}

.pj-contents {
  margin: 0;
}

.sc-lead > *:before, .sc-lead > *:after,
.sc-section:before,
.sc-section:after,
.sc-section__footer:before,
.sc-section__footer:after {
  content: "";
  display: table;
}

.sc-section > *:first-child,
.sc-section__body > *:first-child {
  margin-top: 0;
}
.sc-section > *:last-child,
.sc-section__body > *:last-child {
  margin-bottom: 0;
}

.sc-font_2XS {
  font-size: 66.667%;
}

.sc-font_XS {
  font-size: 75%;
}

.sc-font_S {
  font-size: 85.714%;
}

.sc-font_M {
  font-size: 120%;
}

.sc-font_L {
  font-size: 150%;
}

.sc-font_XL {
  font-size: 200%;
}

.sc-font_2XL {
  font-size: 300%;
}

.sc-font_3XL {
  font-size: 600%;
}

.sc-flex {
  display: flex;
  flex-wrap: wrap;
}
.sc-flex--between {
  justify-content: space-between;
}
.sc-flex--center {
  align-items: center;
}

.sc-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* js
/* ------------------------------------ */
.js-svg_hover {
  width: 200px;
  height: auto;
}

/*----------------------------------------------*
	layouts
/*----------------------------------------------*/
.sc-contents {
  color: #333;
  background-color: #cc2525;
  box-sizing: border-box;
}
.sc-contents *, .sc-contents *:before, .sc-contents *:after {
  box-sizing: inherit;
}
.sc-contents__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
@media (max-width: 667px) {
  .sc-contents__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sc-contents__block--S {
  margin-top: 1.75em;
}
.sc-contents__block--M {
  margin-top: 2.75em;
}
.sc-contents__block--L {
  margin-top: 3.75em;
}
.sc-contents__footer {
  padding-top: 2.75em;
}

.sc-contents h1, .sc-contents h2, .sc-contents h3, .sc-contents h4, .sc-contents h5 {
  margin: 0;
}
.sc-contents h2 {
  font-weight: 500;
}
@media (min-width: 668px) {
  .sc-contents h2 {
    font-size: 200%;
  }
  .sc-contents h3 {
    font-size: 150%;
  }
  .sc-contents h4 {
    font-size: 120%;
  }
}
@media (max-width: 667px) {
  .sc-contents h2 {
    font-size: 150%;
  }
  .sc-contents h3,
  .sc-contents h4 {
    font-size: 120%;
  }
}

.sc-lhCrop:before, .sc-lhCrop:after {
  content: "";
  display: block;
  position: relative;
}
.sc-lhCrop--h2:before {
  margin-top: -0.25em;
}
.sc-lhCrop--h2:after {
  margin-top: -0.5em;
}
.sc-lhCrop--h3:before {
  margin-top: -0.125em;
}
.sc-lhCrop--h3:after {
  margin-top: -0.25em;
}
.sc-lhCrop--body:before {
  margin-top: -0.5em;
}
.sc-lhCrop--body:after {
  margin-top: -0.5em;
}

/* section
/* ------------------------------------ */
.sc-section {
  padding: 3.75em 0;
}
.sc-section--bg {
  background-color: #000;
}
.sc-section + .sc-section--join {
  padding-top: 0;
}
.sc-section__header {
  text-align: center;
}
.sc-section__header h2 {
  position: relative;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  color: inherit;
}
.sc-section__header .sc-h_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__body {
  padding-top: calc(3.75em - 0.5em);
}
.sc-section__body--panel {
  padding: 2.75em;
  margin-top: 3.75em;
  background-color: #FFF;
  color: #111;
}
.sc-section__footer {
  padding-top: 3.75em;
}
@media (max-width: 800px) {
  .sc-section {
    padding: 2.75em 0;
  }
  .sc-section__body {
    padding-top: calc(2.75em - 0.75em);
  }
  .sc-section__footer {
    padding-top: calc(2.75em - 0.75em);
  }
}
/*----------------------------------------------*/
/* components
/*----------------------------------------------*/
/* list
/* ------------------------------------ */
.sc-step__list, .sc-list {
  list-style: none;
  padding-left: 0;
}

.sc-list {
  line-height: inherit;
  margin-bottom: 0.5em;
}
.sc-list li:after {
  margin-bottom: 0;
}

p + .sc-list {
  margin-top: 0;
}

li .sc-list {
  margin-top: 0;
}

.sc-list--table > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-list--flow {
  counter-reset: flow;
}
.sc-list--flow > li {
  display: flex;
  flex-wrap: wrap;
  counter-increment: flow;
}
.sc-list--flow > li:before {
  flex-shrink: 0;
  width: 2em;
  content: counter(flow);
}

/* step
/* ------------------------------------ */
.sc-step__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.sc-step .sc-panel {
  height: 100%;
}

/* panel
/* ------------------------------------ */
.sc-panel {
  padding: 2.75em;
  background-color: #FFF;
}
.sc-panel__body {
  padding-top: calc(1.75em - 0.5em);
}
.sc-panel__footer {
  padding-top: calc(1.75em - 0.5em);
}
@media (max-width: 667px) {
  .sc-panel {
    padding: 1.75em;
  }
}

.sc-panel--footerFix {
  position: relative;
  padding-bottom: 5em;
}
.sc-panel--footerFix .sc-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.75em 1.75em;
}

/* button
/* ------------------------------------ */
.sc-btn {
  text-decoration: none;
  display: inline-flex;
  border-radius: 3px;
  padding: 0.5em;
  line-height: 1.1;
  justify-content: center;
  align-items: center;
}
.sc-btn span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

/*!
----------------------------------------------
 special contents libraries
----------------------------------------------
*/
/*----------------------------------------------*/
/* lib accordion
/*----------------------------------------------*/
@media (max-width: 667px) {
  .sc-acc\@Sp {
    padding: 0;
    border: none;
    background-color: #CCC;
    /* js-open
    /* ------------------------------------ */
  }
  .sc-acc\@Sp__body {
    max-height: 0;
    margin-top: 0;
    padding: 0 1em;
  }
  .sc-acc\@Sp__body > *:first-child {
    padding-top: 1em;
  }
  .sc-acc\@Sp__body > *:last-child {
    padding-bottom: 1em;
  }
  .sc-acc\@Sp__body .sc-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-acc\@Sp__btn {
    position: relative;
    cursor: pointer;
    padding: 1em;
    color: #111;
    background-color: #CCC;
  }
  .sc-acc\@Sp__btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    content: "";
    display: block;
    width: 8.8888888889%;
    height: 0;
    padding-top: 8.8888888889%;
    margin: auto;
    background: url("../img/ico/ico-arrow_down.svg") no-repeat 0 0/cover;
    transition: transform 0.5s ease;
  }
  .sc-acc\@Sp__btn + * {
    overflow-y: hidden;
    max-height: 0;
    transition: max-height 1s ease;
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn {
    color: #CCC;
    background-color: #CCC;
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn:before {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn + * {
    height: auto;
    max-height: 1000px;
  }
  .sc-acc\@Sp.sc-acc\@Sp--l.js-open .sc-acc\@Sp__btn + * {
    max-height: 1900px;
  }
}

@media (max-width: 667px) {
  .sc-accGrid\@Sp__btn {
    position: relative;
    cursor: pointer;
  }
  .sc-accGrid\@Sp__btn:before, .sc-accGrid\@Sp__btn:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .sc-accGrid\@Sp__btn:before {
    background-color: #323232;
    width: 24px;
    height: 24px;
  }
  .sc-accGrid\@Sp__btn:after {
    background-color: #fff;
    clip-path: polygon(50% 80%, 90% 0, 100% 0, 50% 100%, 0 0, 10% 0);
    width: 18px;
    height: 10px;
    right: calc(0.5em + 3px);
    transform: translateY(10%);
    transition: transform 0.5s ease;
  }
  .sc-accGrid\@Sp__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease-out;
    padding: 0;
  }
  .sc-accGrid\@Sp__inner {
    overflow: hidden;
  }
  .sc-accGrid\@Sp__inner:before, .sc-accGrid\@Sp__inner:after {
    content: "";
    display: block;
    height: 1em;
  }
  .sc-accGrid\@Sp__footer {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .sc-accGrid\@Sp:not(.js-open) .sc-accGrid\@Sp__footer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 0;
  }
  .sc-accGrid\@Sp.js-open .sc-accGrid\@Sp__btn:after {
    transform: rotate(180deg);
  }
  .sc-accGrid\@Sp.js-open .sc-accGrid\@Sp__body {
    grid-template-rows: 1fr;
  }
  .sc-accGrid\@Sp.js-open .sc-accGrid\@Sp__footer {
    display: block;
  }
}
/*----------------------------------------------*/
/* lib swiper
/*----------------------------------------------*/
.sc-swiper {
  position: relative;
  overflow: hidden;
}
.sc-swiper .swiper-button-next,
.sc-swiper .swiper-button-prev {
  width: 32px;
}
.sc-swiper .swiper-button-next:after,
.sc-swiper .swiper-button-prev:after {
  content: "";
  width: 32px;
  height: 32px;
  background: 0 0/cover no-repeat;
}
.sc-swiper .swiper-button-next {
  right: 3%;
}
.sc-swiper .swiper-button-next:after {
  background-image: url("../img/ico/ico-arrow_left.svg");
}
.sc-swiper .swiper-button-prev {
  left: 3%;
}
.sc-swiper .swiper-button-prev:after {
  background-image: url("../img/ico/ico-arrow_right.svg");
}
.sc-swiper .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
}
.sc-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.sc-swiper .swiper-pagination-custom,
.sc-swiper .swiper-pagination-fraction {
  bottom: 5px;
}
.sc-swiper--pagination {
  padding-bottom: 3.75em;
}
.sc-swiper--pagination .swiper-pagination {
  bottom: 0 !important;
  line-height: 1;
  padding: 1em 0;
}
.sc-swiper--pagination .swiper-pagination span {
  vertical-align: middle;
}

.sc-youtube {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.sc-youtube:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 58.3333333333%;
}
.sc-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/**/
/*!
----------------------------------------------
 keyVisual
----------------------------------------------
*/
.sc-keyVisual {
  overflow: hidden;
  text-align: center;
  content: "test";
}
.sc-keyVisual img {
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
.sc-keyVisual__period {
  padding: 0.75em 1em;
  background-color: red;
  font-family: YakuHanJP, "Open Sans";
  color: #FFF;
}
.sc-keyVisual__period i {
  font-style: normal;
}
.sc-keyVisual__period i:after {
  content: ":";
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 668px) {
  .sc-keyVisual__period {
    font-size: 150%;
  }
}
@media (max-width: 667px) {
  .sc-keyVisual {
    font-size: 150%;
  }
  .sc-keyVisual__period i {
    display: block;
  }
  .sc-keyVisual__period i:after {
    display: none;
  }
}

/*!
----------------------------------------------
 access
----------------------------------------------
*/
.sc-access {
  padding: 0;
}
.sc-access__body {
  padding: 2em 0;
}
.sc-access__body img {
  display: block;
  margin: auto;
  width: 27.5520833333%;
  min-width: 290px;
}
@media (max-width: 667px) {
  .sc-access__body img {
    min-width: 90%;
  }
}

/*!
----------------------------------------------
 event
----------------------------------------------
*/
.sc-event {
  position: relative;
  padding: 0;
}
.sc-event__grid {
  position: relative;
}
.sc-event__body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 778px;
  margin-inline: auto;
  background-color: #1a4aac;
  color: #FFF;
}
.sc-event__body > * {
  max-width: 554px;
  margin-inline: auto !important;
  display: block;
}
.sc-event__body > h2 {
  max-width: 400px;
}
.sc-event__body:before, .sc-event__body:after {
  content: "";
  display: block;
  position: absolute;
  top: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 16.7095115681%;
  width: 13.4961439589%;
}
.sc-event__body:before {
  left: 1em;
  background-image: url("../img/bg-event_star-left.png");
}
.sc-event__body:after {
  right: 1em;
  background-image: url("../img/bg-event_star-right.png");
}
.sc-event__title {
  position: relative;
  text-align: center;
  font-weight: 700 !important;
  line-height: 1.35;
  z-index: 2;
  text-shadow: 2px 2px 0 #1a4aac, -2px 2px 0 #1a4aac, 2px -2px 0 #1a4aac, -2px -2px 0 #1a4aac;
}
.sc-event__title span {
  display: inline-block;
}
.sc-event__desc {
  margin-top: 2em;
  font-size: 120%;
  line-height: 1.6;
}
.sc-event__desc a, .sc-event__desc a:link, .sc-event__desc a:visited {
  color: inherit;
}
.sc-event__desc a:hover {
  color: #E0E0E0;
}
.sc-event__info {
  background-color: #fff;
  color: #1a4aac;
  padding: 2em 1em;
  margin-top: 2em;
}
.sc-event__info > * {
  max-width: calc(554px - 4em);
  margin-inline: auto;
}
.sc-event *[class*=-heading] {
  display: flex;
  align-items: center;
}
.sc-event *[class*=-heading] span {
  white-space: nowrap;
  padding: 0 0.5em;
}
.sc-event *[class*=-heading]:before, .sc-event *[class*=-heading]:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1a4aac;
}
.sc-event__day {
  display: flex;
  font-size: clamp(2rem, 1.723rem + 0.769vi, 3.2rem);
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
}
.sc-event__date {
  font-weight: inherit;
  width: 5.125em;
}
.sc-event__date small {
  font-size: 62.5%;
  font-weight: normal;
  transform: translateY(-10%);
  display: inline-block;
}
.sc-event__time {
  margin-bottom: 0;
}
.sc-event__location-name {
  font-size: clamp(1.8rem, 1.477rem + 0.897vi, 3.2rem);
  margin-block: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-weight: 700;
}
.sc-event__location-map-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 56.25%;
  text-decoration: none;
  padding: 0 0.5em 0 1em;
  margin-left: 1em;
  color: #fff;
  background-color: #1a4aac;
  border-radius: 999px;
  border: 1px solid #1a4aac;
}
.sc-event__location-map-link span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-event__location-map-link span:after {
  content: "→";
  width: 1em;
  transform: rotate(-55deg) translate(-2px, -2px);
}
.sc-event__location-map-link:hover {
  color: #1a4aac;
  background-color: #fff;
}
.sc-event__access-list {
  list-style: none;
}
.sc-event__access-item {
  line-height: 1.5;
}
.sc-event__access-item:before {
  content: "●";
  margin-left: -1em;
}
.sc-event__access-item + .sc-event__access-item {
  margin-top: 0.5em;
}
.sc-event__images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc-event__images-item {
  width: 50%;
  height: 50%;
}
.sc-event__images-item img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-event__images-item:nth-child(2n+2) img {
  margin-inline: auto 0;
}
@media (min-width: 668px) {
  .sc-event__body {
    padding: 4em 1em;
  }
  .sc-event__title {
    font-size: clamp(1.8rem, 1.477rem + 0.897vi, 3.2rem) !important;
  }
  .sc-event__images {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sc-event__images-item {
    width: 50%;
    height: 50%;
  }
  .sc-event__images-item img {
    width: calc(100% - 389px);
  }
}
@media (max-width: 667px) {
  .sc-event__body {
    padding: 2em 1em;
  }
  .sc-event__body:before {
    left: 0;
  }
  .sc-event__body:after {
    right: 0;
  }
  .sc-event__title {
    font-size: clamp(1.9rem, 0.6rem + 3.467vi, 3.2rem) !important;
  }
  .sc-event__images-item {
    width: 50%;
    height: 30%;
    aspect-ratio: 12/9;
  }
  .sc-event__images-item img {
    width: 100%;
    object-fit: contain;
  }
}

/*!
----------------------------------------------
 shop
----------------------------------------------
*/
.sc-shop {
  overflow: hidden;
  position: relative;
}
.sc-shop:before, .sc-shop:after {
  content: "";
  display: block;
  position: absolute;
  top: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9.7395833333%;
}
.sc-shop:before {
  left: 0;
  width: 21.1458333333%;
  background-image: url("../img/bg-bolloon-left.png");
}
.sc-shop:after {
  right: 0;
  width: 20%;
  background-image: url("../img/bg-bolloon-right.png");
}
.sc-shop__body {
  max-width: calc(1000px + 2em);
  padding-inline: 1em;
  margin-inline: auto;
  color: #FFF;
}
.sc-shop__title, .sc-shop__desc {
  max-width: 778px;
  margin-inline: auto !important;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 0 #cc2525, -2px 2px 0 #cc2525, 2px -2px 0 #cc2525, -2px -2px 0 #cc2525;
}
.sc-shop__title {
  font-weight: 700 !important;
  text-align: center;
}
.sc-shop__title span {
  display: inline-block;
}
.sc-shop__desc {
  letter-spacing: -0.05em;
}
.sc-shop__group {
  display: flex;
  justify-content: space-between;
}
.sc-shop__list {
  font-size: clamp(1.3rem, 1.092rem + 0.577vi, 2.2rem);
  font-weight: 700;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.sc-shop__list mark {
  background-color: #ebd4bf;
  font-size: 72.7272727273%;
  color: #cc2525;
  padding: 0 0.5em;
}
.sc-shop__list li {
  padding-block: 0.5em;
  border: 0 solid rgba(255, 255, 255, 0.5);
  border-top-width: 1px;
}
@media (min-width: 668px) {
  .sc-shop {
    padding-block: 2em;
  }
  .sc-shop__title {
    font-size: clamp(2.8rem, 2.587rem + 0.319vi, 3.2rem) !important;
  }
  .sc-shop__desc {
    font-size: clamp(1.3rem, 1.138rem + 0.449vi, 2rem);
  }
  .sc-shop__list {
    width: 48%;
  }
  .sc-shop__list li:last-child {
    border-bottom-width: 1px;
  }
  .sc-shop__note {
    text-align: right;
  }
}
@media (max-width: 667px) {
  .sc-shop {
    padding-block: 2em 1em;
  }
  .sc-shop:before, .sc-shop:after {
    top: -1em;
    padding-top: 24.9333333333%;
  }
  .sc-shop:before {
    width: 54.1333333333%;
    transform: translateX(-65%);
  }
  .sc-shop:after {
    width: 51.2%;
    transform: translateX(60%);
  }
  .sc-shop__group {
    flex-direction: column;
  }
  .sc-shop__title {
    font-size: clamp(1.6rem, 0rem + 4.267vi, 3.2rem) !important;
  }
  .sc-shop__desc {
    font-size: clamp(1.4rem, 0.8rem + 1.6vi, 2rem);
    line-height: 1.6;
    letter-spacing: unset;
  }
  .sc-shop__list {
    font-size: clamp(1.8rem, 0.2rem + 4.267vi, 3.4rem);
    line-height: 1.5;
  }
  .sc-shop__list:last-child li:last-child {
    border-bottom-width: 1px;
  }
  .sc-shop__list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sc-shop__note {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/*!
----------------------------------------------
 remarks
----------------------------------------------
*/
.sc-remarks {
  padding-block: 2em;
  background-color: #332f26;
  overflow: hidden;
}
.sc-remarks__body {
  max-width: calc(1000px + 2em);
  padding-inline: 1em;
  margin-inline: auto;
  color: #FFF;
}
@media (min-width: 668px) {
  .sc-remarks {
    padding-block: 2em;
  }
}
@media (max-width: 667px) {
  .sc-remarks {
    padding-block: 1em;
  }
}

/*!
----------------------------------------------
 footer
----------------------------------------------
*/
.sc-contents__footer {
  background-color: #fff;
}
@media (min-width: 668px) {
  .sc-contents__footer {
    padding-block: 2em;
  }
}
@media (max-width: 667px) {
  .sc-contents__footer {
    padding-block: 1.5em;
  }
}

/**/

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