@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@media (min-width: 781px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #333333;
  text-decoration: none;
  transition: 0.6s;
}
a:hover {
  color: #666;
  /* transform: translateY(-3px); */
}

li {
  list-style: none;
}

.wrapper {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 940px;
}

.inner {
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
}
@media (min-width: 781px) {
  .inner {
    padding: 0;
  }
}

button {
  color: #333333;
}

@media (min-width: 781px) {
  .sp {
    display: none;
  }
}

.sec-bottom {
  margin-bottom: 60px;
}

.sec-title {
  padding: 10px 0;
  background: #123084;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
.sec-title h2 {
  font-size: clamp(10px, 1rem + 1.806vw, 2.6rem);
}

.title-label {
  margin-top: 16px;
  text-align: center;
  background: #e94a3c;
  color: #fff;
  font-size: clamp(18px, 4vw, 31px);
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.6;
}
.title-label span {
  font-size: clamp(14px, 3.5vw, 26px);
}

.l-footer {
  margin-top: 20px;
}
.l-footer .sekisui-logo {
  background: rgba(171, 183, 198, 0.36);
  padding: 70px 10px;
}
.l-footer .sekisui-logo .img {
  max-width: 140px;
  margin: 0 auto;
}
.l-footer .footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 781px) {
  .l-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer .footer-bottom .nav-referer {
  display: flex;
  margin-bottom: 10px;
}
.l-footer .footer-bottom .nav-referer li {
  position: relative;
}
.l-footer .footer-bottom .nav-referer li:not(:last-child)::after {
  content: " /";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .footer-bottom .nav-referer a {
  display: block;
  position: relative;
  padding: 0 20px;
}

.bg {
  background: linear-gradient(to bottom, #71cdf3 0%, #71cdf3 100px, #ffffff 100%);
}

.bg-02 {
  width: 100%;
  max-width: 100%;
  /* aspect-ratio: 16 / 10; */
  background-image: url("../images/bg-02.png");
  background-size: cover;
  z-index: -1;
}

.mv-bg {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/10;
  background-image: url("../images/bg-01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mv-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv-container .mv {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-image: url(../images/mv.png);
  background-size: 100%;
  background-position: top center;
  aspect-ratio: 1927/1702;
  padding-top: min(83vw, 800px);
}
.mv-container .mv img {
  width: 100%;
  height: 100%;
}
.mv-container .mv .nav {
  width: 100%;
}
.mv-container .mv .nav .nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 18px;
  background: #fff;
  width: 94%;
  margin: 0 auto;
  padding: 14px;
}
@media (min-width: 781px) {
  .mv-container .mv .nav .nav-list {
    background: none;
    padding: 0px;
  }
}
.mv-container .mv .nav .nav-list li {
  border-right: 2px solid #123084;
  font-size: clamp(14px, 1.611vw, 1.6rem);
}
.mv-container .mv .nav .nav-list li:last-child {
  border-right: none;
}
.mv-container .mv .nav .nav-list li a {
  display: block;
  padding: 0 min(20px, 3vw);
  font-weight: bold;
  color: #123084;
}

.s-details {
  margin-top: 40px;
  position: relative;
}
.s-details .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 781px) {
  .s-details .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    top: -39px;
    width: 100%;
    height: 200vh;
    z-index: -1;
    background: rgba(171, 183, 198, 0.36);
    transform: skewX(321deg);
    transform-origin: top;
  }
}
.s-details .inner-second {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-bottom: 20px;
}
.s-details .title-sub {
  text-align: center;
  font-size: clamp(12px, 1.806vw, 1.9rem);
  padding: 5px 2px;
  margin-top: 20px;
  background: #e94a3c;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 781px) {
  .s-details .title-sub {
    padding: 0 10px;
  }
}
.s-details .img-content_title-01 {
  margin: 40px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 781px) {
  .s-details .img-content_title-01 {
    margin: 60px 0;
  }
}
.s-details .img-content_title-01::before, .s-details .img-content_title-01::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 118px;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.s-details .img-content_title-01::before {
  left: 21px;
  background-image: url(../images/icon-01.png);
  width: 40px;
  top: 41vw;
}
@media (min-width: 781px) {
  .s-details .img-content_title-01::before {
    left: 40px;
    top: 50%;
  }
}
.s-details .img-content_title-01::after {
  background-image: url("../images/icon-02.png");
  right: -18px;
  width: 92px;
  top: 40vw;
}
@media (min-width: 781px) {
  .s-details .img-content_title-01::after {
    top: 50%;
    right: 10px;
    width: 93px;
  }
}
.s-details .img-content_title-01 picture img {
  max-width: 80%;
}
.s-details .schedule-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 5px;
}
@media (min-width: 781px) {
  .s-details .schedule-block {
    padding: 0 20px;
    gap: 20px;
  }
}
.s-details .schedule-block li {
  text-align: center;
  flex-basis: 48%;
  max-width: 233px;
}
.s-details .schedule-block li.break {
  flex-basis: 100%;
  height: 1px;
}
@media (min-width: 781px) {
  .s-details .schedule-block li.break {
    display: none;
  }
}
.s-details .img-content_title-02 {
  margin: 0 0 20px;
  width: 77%;
}
@media (min-width: 781px) {
  .s-details .img-content_title-02 {
    width: clamp(150px, 72vw, 648px);
  }
}
.s-details .text-block {
  max-width: 770px;
  margin: 0 auto 40px;
  padding-bottom: 34px;
  border-bottom: 8px solid #e94a3c;
  position: relative;
}
.s-details .text-block::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 142px;
  background-image: url("../images/icon-03.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.s-details .text-block .text-desc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2px;
  z-index: 2;
  position: relative;
}
@media (min-width: 781px) {
  .s-details .text-block .text-desc {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.s-details .text-block .text-desc:last-child {
  margin-bottom: 0px;
}
.s-details .text-block .text-desc .text-tag {
  width: 90px;
  padding: 4px 4px;
  background: #e94a3c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
}
.s-details .text-block .text-desc .text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  padding-right: 90px;
}
@media (min-width: 781px) {
  .s-details .text-block .text-desc .text {
    font-size: 17px;
    padding-right: 0;
  }
}

.s-info {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.75;
  margin-top: 120px;
}
.s-info .inner {
  border-radius: 160px 160px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 80px 20px 10px;
}
@media (min-width: 781px) {
  .s-info .inner {
    border-radius: 50% 50% 0 0;
  }
}
.s-info .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 96px;
  background-image: url("../images/icon-map.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (min-width: 781px) {
  .s-info .inner::before {
    width: 464px;
    height: 133px;
  }
}
.s-info .inner .title-img {
  position: relative;
}
@media (min-width: 781px) {
  .s-info .inner .title-img::before, .s-info .inner .title-img::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 127px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .s-info .inner .title-img::before {
    left: 50px;
    height: 152px;
    background-image: url("../images/icon-06.png");
  }
  .s-info .inner .title-img::after {
    right: 50px;
    height: 187px;
    background-image: url("../images/icon-05.png");
  }
}
.s-info .inner p {
  margin: 10px 0;
  color: #123084;
  font-weight: 500;
}
.s-info .inner .text {
  font-weight: bold;
  font-size: 10px;
}
@media (min-width: 781px) {
  .s-info .inner .text {
    font-size: 14px;
  }
}
.s-info .inner .cont-img {
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 781px) {
  .s-info .inner .cont-img {
    width: 90%;
  }
}

.s-shoplist {
  text-align: center;
}
.s-shoplist .inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 781px) {
  .s-shoplist .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    top: -59px;
    width: 100%;
    height: 200vh;
    z-index: -1;
    background: rgba(171, 183, 198, 0.36);
    transform: skewX(321deg);
    transform-origin: top;
  }
}
.s-shoplist .inner-second {
  background: #fff;
  position: relative;
  z-index: 2;
}
.s-shoplist .shoplist-head {
  text-align: center;
}
.s-shoplist .shoplist-head .list-img_01 {
  width: 90%;
  margin: 20px auto;
}
.s-shoplist .shoplist-head .list-img_02 {
  width: 70%;
  margin: 0 auto;
}
.s-shoplist .grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px 0 10px;
}
@media (min-width: 781px) {
  .s-shoplist .grid-cards {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 48px 10px;
  }
}
.s-shoplist .note {
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 11px;
}
.s-shoplist .note span {
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 781px) {
  .s-shoplist .note {
    width: 530px;
    position: absolute;
    text-align: left;
    font-size: 14px;
  }
  .s-shoplist .note span {
    max-width: 357px;
    margin: 20px auto;
  }
}

.s-map {
  margin-top: 60px;
  position: relative;
}
.s-map .has-shadow {
  position: relative;
}
@media (min-width: 781px) {
  .s-map .has-shadow::before {
    content: "";
    position: absolute;
    top: 915px;
    left: 0;
    width: 100%;
    height: 200vh;
    z-index: -1;
    background: rgba(171, 183, 198, 0.36);
    transform: skewX(321deg);
    transform-origin: top;
  }
}
.s-map .inner {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  padding: 10px;
  overflow: hidden;
}
@media (min-width: 781px) {
  .s-map .inner {
    padding: 0 0 10px;
  }
}
.s-map .inner .img {
  margin: 26px auto 20px;
  width: 98%;
}
@media (min-width: 781px) {
  .s-map .inner .img {
    width: 90%;
    margin: 56px auto 20px;
  }
}

.s-program {
  color: #123084;
}
.s-program .inner {
  padding-bottom: 10px;
}
.s-program .program-body {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  max-width: 840px;
  margin: 60px auto;
}
.s-program .program-body .program-top {
  gap: 20px;
  padding: 10px;
  align-items: center;
  background: #9fd9f6;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media (min-width: 781px) {
  .s-program .program-body .program-top {
    display: flex;
    padding: 20px;
  }
  .s-program .program-body .program-top::before {
    content: "";
    width: 169px;
    height: 200px;
    position: absolute;
    right: 6px;
    top: -30px;
    background-image: url("../images/program-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.s-program .program-body .program-top .date {
  font-size: clamp(40px, 6vw, 52px);
  font-weight: bold;
  letter-spacing: -0.06em;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 781px) {
  .s-program .program-body .program-top .date {
    width: 159px;
  }
}
.s-program .program-body .program-top .date span {
  font-size: 20px;
  letter-spacing: 0;
  margin-left: 5px;
}
.s-program .program-body .program-top .text {
  line-height: 1.75;
  font-weight: bold;
  color: #123084;
}
@media (min-width: 781px) {
  .s-program .program-body .program-top .text {
    width: 470px;
  }
}
.s-program .program-body .program-top .text .title {
  width: 86%;
  margin: 0 auto 10px;
}
@media (min-width: 781px) {
  .s-program .program-body .program-top .text .title {
    margin: 10px 0;
  }
}
.s-program .program-body .thema-block.__second {
  background: #9fd9f6;
}
.s-program .program-body .thema-block h2 {
  font-size: clamp(16px, 1vw + 12px, 20px);
  line-height: 1.4;
  background: #123084;
  text-align: left;
  color: #fff;
  padding: 6px 20px 6px;
}
.s-program .program-body .thema-block .thema-content {
  padding: 0 10px 20px;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content {
    display: flex;
    padding: 0 20px;
    align-items: center;
  }
}
.s-program .program-body .thema-block .thema-content .thema_time {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_time {
    font-size: 24px;
    padding: 46px 20px 46px 0;
    border-right: 2px solid #123084;
  }
}
.s-program .program-body .thema-block .thema-content .thema_time span {
  text-align: center;
  display: inline-block;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_time span {
    display: block;
  }
}
.s-program .program-body .thema-block .thema-content .thema_time .time-separator {
  width: 3px;
  height: 15px;
  background: #123084;
  margin: 8px auto;
  vertical-align: middle;
  transform: rotate(90deg);
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_time .time-separator {
    transform: rotate(0);
  }
}
.s-program .program-body .thema-block .thema-content .thema_detail {
  flex: 1;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_detail {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_detail .detail-flex {
    display: flex;
    gap: 4px;
    align-items: flex-start;
  }
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*
  &.__has-space {
    @include min-tab {
      padding-top: 40px;
    }
  }
  */
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members li {
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 12px;
  flex-direction: column-reverse;
  display: flex;
  gap: 4px;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members li {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin: 10px 0;
  }
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members li .name {
  width: 120px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.2;
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members li .name span {
  font-size: 14px;
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members li .name-note {
  font-size: 12px;
  flex: 1;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .members li .name-note {
    font-size: 14px;
  }
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .grid-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .grid-card .img {
  background: #ffffff;
}
@media (min-width: 781px) {
  .s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .grid-card .img {
    width: 100px;
    height: 100%;
  }
  .s-program .program-body .thema-block .thema-content .thema_detail .detail-flex .grid-card .img img {
    aspect-ratio: 100/108;
  }
}
.s-program .program-body_pnk {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  max-width: 840px;
  margin: 80px auto;
  border-radius: 20px 20px;
}
.s-program .program-body_pnk .program-top {
  gap: 20px;
  padding: 10px;
  align-items: center;
  background: #f29fb6;
  border-radius: 20px 20px 0 0;
  text-align: center;
  position: relative;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top {
    text-align: left;
  }
}
.s-program .program-body_pnk .program-top.__icon02 {
  position: relative;
}
.s-program .program-body_pnk .program-top.__icon02::before {
  width: 120px;
  height: 186px;
  position: absolute;
  right: -16px;
  top: -88px;
  content: "";
  background-image: url("../images/program-icon_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top.__icon02 {
    display: flex;
    padding: 20px;
  }
  .s-program .program-body_pnk .program-top.__icon02::before {
    width: 223px;
    height: 186px;
    right: 18px;
    top: -63px;
  }
}
.s-program .program-body_pnk .program-top.__icon03 {
  position: relative;
}
.s-program .program-body_pnk .program-top.__icon03::before {
  content: "";
  width: 120px;
  height: 186px;
  position: absolute;
  right: -16px;
  top: -88px;
  background-image: url("../images/program-icon_04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top.__icon03 {
    display: flex;
    padding: 20px;
  }
  .s-program .program-body_pnk .program-top.__icon03::before {
    width: 230px;
    height: 159px;
    position: absolute;
    right: 18px;
    top: -18px;
  }
}
.s-program .program-body_pnk .program-top::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  transform: translateY(-50%);
  width: 245px;
  height: 72px;
  background: url(../images/program-icon_07.png) no-repeat center/contain;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top::after {
    top: -8%;
    left: 16%;
    width: 300px;
    height: 92px;
  }
}
.s-program .program-body_pnk .program-top .date {
  font-size: clamp(40px, 6vw, 52px);
  font-weight: bold;
  letter-spacing: -0.06em;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top .date {
    width: 159px;
    margin-bottom: 0;
  }
}
.s-program .program-body_pnk .program-top .date span {
  font-size: 20px;
  letter-spacing: 0;
  margin-left: 5px;
}
.s-program .program-body_pnk .program-top .text {
  line-height: 1.75;
  font-weight: bold;
  color: #123084;
  font-size: 18px;
  position: relative;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top .text {
    width: 470px;
  }
}
.s-program .program-body_pnk .program-top .text .title.__title_03 {
  width: 76%;
  margin: 0 auto;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top .text .title.__title_03 {
    margin: 0;
  }
}
.s-program .program-body_pnk .program-top .text p span {
  display: inline-block;
  padding: 2px 62px;
  background: #f8e4e9;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .program-top .text p span {
    margin-left: 10px;
  }
}
.s-program .program-body_pnk .schedule {
  background: #f29fb6;
  padding-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
  border-radius: 20px 20px;
}
.s-program .program-body_pnk .schedule .schedule-list:nth-child(odd) {
  background: #f8e4e9;
}
.s-program .program-body_pnk .schedule .schedule-list:nth-child(even) {
  background: #f29fb6;
}
.s-program .program-body_pnk .schedule .schedule-list .time {
  width: fit-content;
  padding: 10px 24px;
  font-size: clamp(18px, 1.5vw + 12px, 28px);
  background: #123084;
  color: #fff;
  font-weight: bold;
  border-bottom-right-radius: 20px;
  margin-bottom: 20px;
}
.s-program .program-body_pnk .schedule .schedule-list .schedule-details {
  padding: 0 10px 18px;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 50px;
    align-items: center;
  }
}
.s-program .program-body_pnk .schedule .schedule-list .schedule-details h2 {
  margin-bottom: 20px;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details h2 {
    margin-bottom: 0px;
  }
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .city {
  font-size: 17px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #123084;
  color: #FFF;
  font-weight: bold;
  margin: 10px 0;
  white-space: nowrap;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap {
    width: 395px;
  }
}
.s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap li {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 6px;
  }
}
.s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap li span {
  font-size: 15px;
}
.s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap li span:first-child {
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap li span {
    font-size: 14px;
  }
  .s-program .program-body_pnk .schedule .schedule-list .schedule-details .details-cont .name-wrap li span:first-child {
    font-weight: bold;
    font-size: 14px;
  }
}
.s-program .program-body_pnk .schedule .has-icon {
  position: relative;
}
.s-program .program-body_pnk .schedule .has-icon::after {
  content: "";
  position: absolute;
  bottom: -85px;
  right: 0%;
  transform: translateY(-50%);
  width: 237px;
  height: 86px;
  background: url(../images/program-icon_03.png) no-repeat center/contain;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .has-icon::after {
    top: 70%;
    right: 13%;
    transform: translateY(-50%);
    width: 325px;
    height: 86px;
  }
}
.s-program .program-body_pnk .schedule .has-icon2 {
  position: relative;
}
.s-program .program-body_pnk .schedule .has-icon2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 90px;
  height: 53px;
  background: url(../images/program-icon_05.png) no-repeat center/contain;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .has-icon2::after {
    left: 40%;
    right: inherit;
    transform: translateY(-50%);
    width: 132px;
    height: 71px;
  }
}
.s-program .program-body_pnk .schedule .has-icon3 {
  position: relative;
}
.s-program .program-body_pnk .schedule .has-icon3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 90px;
  height: 53px;
  background: url(../images/program-icon_06.png) no-repeat center/contain;
}
@media (min-width: 781px) {
  .s-program .program-body_pnk .schedule .has-icon3::after {
    top: 50%;
    left: 40%;
    right: inherit;
    transform: translateY(-50%);
    width: 132px;
    height: 71px;
  }
}

.s-eventphoto {
  font-weight: bold;
  color: #123084;
  line-height: 1.75;
  text-align: center;
  position: relative;
  z-index: 3;
}
.s-eventphoto .sec-title {
  background: #008e90;
  padding-left: 6px;
  padding-right: 6px;
}
.s-eventphoto .inner {
  background: #d6ecec;
  padding-bottom: 40px;
}
.s-eventphoto .title-img {
  max-width: 248px;
  margin: 20px auto 20px;
}
.s-eventphoto .has-book {
  position: relative;
}
@media (min-width: 781px) {
  .s-eventphoto .has-book::before {
    content: "";
    position: absolute;
    top: 34%;
    left: -7px;
    background-image: url("../images/icon-10.png");
    width: 214px;
    height: 313px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(-8deg);
  }
}
.s-eventphoto .content-photo {
  max-width: 800px;
  margin: 40px auto 0;
}
.s-eventphoto .content-photo .photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  column-gap: 24px;
}
.s-eventphoto .content-photo .photo-list .has-flag {
  position: relative;
}
.s-eventphoto .content-photo .photo-list .has-flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: clamp(42px, 10vw, 116px);
  height: clamp(102px, 26vw, 298px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 781px) {
  .s-eventphoto .content-photo .photo-list .has-flag::before {
    left: -16px;
  }
}
.s-eventphoto .content-photo .photo-list .has-flag.__pink::before {
  background-image: url("../images/flag-pink.png");
}
.s-eventphoto .content-photo .photo-list .has-flag.__red::before {
  background-image: url("../images/flag-red.png");
}
.s-eventphoto .content-photo .photo-list .has-flag.__yellow::before {
  background-image: url("../images/flag-yellow.png");
}
.s-eventphoto .content-photo .photo-list .has-comment_l {
  position: relative;
}
.s-eventphoto .content-photo .photo-list .has-comment_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: clamp(42px, 10vw, 116px);
  height: clamp(102px, 26vw, 298px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 781px) {
  .s-eventphoto .content-photo .photo-list .has-comment_l::before {
    left: -16px;
  }
}
.s-eventphoto .content-photo .photo-list .has-comment_l.__02::before {
  background-image: url("../images/comment-02.png");
}
.s-eventphoto .content-photo .photo-list .has-comment_l.__04::before {
  background-image: url("../images/comment-04.png");
}
.s-eventphoto .content-photo .photo-list .has-comment_r {
  position: relative;
}
.s-eventphoto .content-photo .photo-list .has-comment_r::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  left: auto;
  width: clamp(42px, 10vw, 116px);
  height: clamp(102px, 26vw, 298px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 781px) {
  .s-eventphoto .content-photo .photo-list .has-comment_r::after {
    right: -16px;
  }
}
.s-eventphoto .content-photo .photo-list .has-comment_r.__01::after {
  background-image: url("../images/comment-01.png");
}
.s-eventphoto .content-photo .photo-list .has-comment_r.__03::after {
  background-image: url("../images/comment-03.png");
}

.s-access {
  text-align: center;
  position: relative;
  z-index: 3;
}
.s-access .intro {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #123084;
  padding: 44px 0 34px;
  border-bottom: 8px solid #123084;
  position: relative;
}
@media (min-width: 781px) {
  .s-access .intro {
    font-size: 24px;
    padding: 44px 80px 24px;
  }
}
.s-access .intro h3,
.s-access .intro p {
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.s-access .intro::before, .s-access .intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
}
@media (min-width: 781px) {
  .s-access .intro::before, .s-access .intro::after {
    opacity: 1;
  }
}
.s-access .intro::before {
  left: 10px;
  background-image: url("../images/icon-04.png");
  width: 30px;
  aspect-ratio: 151/228;
}
@media (min-width: 781px) {
  .s-access .intro::before {
    left: 40px;
    width: 72px;
  }
}
.s-access .intro::after {
  right: 10px;
  background-image: url("../images/icon-09.png");
  width: 35px;
  aspect-ratio: 145/194;
  background-size: cover;
  bottom: 0;
}
@media (min-width: 781px) {
  .s-access .intro::after {
    width: 65px;
    right: 40px;
    bottom: 10px;
  }
}
.s-access .intro p {
  font-size: 14px;
  color: #333333;
}
@media (min-width: 781px) {
  .s-access .intro p {
    font-size: 18px;
  }
}
.s-access .access-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  padding: 20px 10px 40px;
  font-weight: bold;
}
@media (min-width: 1081px) {
  .s-access .access-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-access .access-cards .card-head {
  margin: 40px 0 30px;
}
.s-access .access-cards .card-head .img-icon {
  width: 32px;
  margin: 0 auto;
}
.s-access .access-cards .card-head .img-icon.__car {
  width: 49px;
}
.s-access .access-cards .card-head .tag {
  color: #fff;
  background: #123084;
  display: inline-block;
  padding: 4px 20px;
  margin: 10px 0;
}
.s-access .access-cards .card-desc .img {
  margin: 0 auto;
}
@media (min-width: 781px) {
  .s-access .access-cards .card-desc .img {
    width: 50%;
  }
}
@media (min-width: 1081px) {
  .s-access .access-cards .card-desc .img {
    width: 74%;
  }
}
.s-access .access-cards .card-desc p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.s-access iframe {
  aspect-ratio: 16/9;
  width: clamp(306px, 80vw, 390px);
  height: 180px;
}

.s-base {
  margin-bottom: 100px;
}
.s-base .flex-wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 781px) {
  .s-base .flex-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.s-base .flex-wrap .cont-l {
  width: 224px;
  margin: 0 auto 20px;
}
.s-base .flex-wrap .cont-r {
  flex: 1;
  color: #503824;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}

.s-fairfield {
  text-align: center;
  color: #5b7892;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}
.s-fairfield .img {
  max-width: 218px;
  margin: 48px auto;
}

.s-sponsors .sec-title {
  background: #ea2d28;
}
.s-sponsors .sec-title h2 {
  position: relative;
}
.s-sponsors .sec-title h2::after {
  content: "【順不同】";
  font-size: 14px;
}
@media (min-width: 781px) {
  .s-sponsors .sec-title h2::after {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.s-sponsors .sponsors-first {
  padding: 40px 0;
}
.s-sponsors .sponsors-first li {
  border-top: 2px solid #e94a3c;
  padding: 26px 10px;
}
.s-sponsors .sponsors-first li:nth-child(odd) {
  background: #fef0ea;
}
.s-sponsors .sponsors-first li:last-child {
  border-bottom: 2px solid #e94a3c;
}
@media (min-width: 781px) {
  .s-sponsors .sponsors-first li {
    padding: 40px;
  }
}
.s-sponsors .sponsors-first li a {
  display: block;
}
@media (min-width: 781px) {
  .s-sponsors .sponsors-first li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    gap: 20px;
  }
}
.s-sponsors .sponsors-first li a:hover {
  opacity: 0.5;
}
.s-sponsors .sponsors-first li div {
  width: 90%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 781px) {
  .s-sponsors .sponsors-first li div {
    width: 30%;
    padding-bottom: 10px;
  }
}
.s-sponsors .sponsors-first li div img {
  width: 100%;
  height: auto;
}
.s-sponsors .sponsors-first li p {
  line-height: 1.7;
  font-size: 14px;
}
@media (min-width: 781px) {
  .s-sponsors .sponsors-first li p {
    width: 100%;
  }
}
.s-sponsors .sponsors-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.s-sponsors .sponsors-second li:nth-child(1) {
  order: 1;
}
.s-sponsors .sponsors-second li:nth-child(2) {
  order: 2;
}
.s-sponsors .sponsors-second li:nth-child(3) {
  order: 4;
}
.s-sponsors .sponsors-second li:nth-child(4) {
  order: 3;
}
.s-sponsors .sponsors-second li:nth-child(5) {
  order: 6;
}
.s-sponsors .sponsors-second li:nth-child(6) {
  order: 5;
}
.s-sponsors .sponsors-second li:nth-child(7) {
  order: 7;
}
.s-sponsors .sponsors-second li:nth-child(8) {
  order: 8;
}
.s-sponsors .sponsors-second li:nth-child(9) {
  order: 9;
}
.s-sponsors .sponsors-second li:nth-child(10) {
  order: 10;
}
.s-sponsors .sponsors-second li:nth-child(11) {
  order: 12;
}
.s-sponsors .sponsors-second li:nth-child(12) {
  order: 11;
}
.s-sponsors .sponsors-second li:nth-child(1), .s-sponsors .sponsors-second li:nth-child(3), .s-sponsors .sponsors-second li:nth-child(6), .s-sponsors .sponsors-second li:nth-child(8), .s-sponsors .sponsors-second li:nth-child(9), .s-sponsors .sponsors-second li:nth-child(11) {
  background: #fef0ea;
}
@media (min-width: 781px) {
  .s-sponsors .sponsors-second {
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 20px;
  }
  .s-sponsors .sponsors-second li {
    border-left: 2px solid #e94a3c;
    border-right: none;
  }
  .s-sponsors .sponsors-second li:nth-child(1) {
    order: 1;
  }
  .s-sponsors .sponsors-second li:nth-child(2) {
    order: 2;
  }
  .s-sponsors .sponsors-second li:nth-child(3) {
    order: 3;
  }
  .s-sponsors .sponsors-second li:nth-child(4) {
    order: 4;
  }
  .s-sponsors .sponsors-second li:nth-child(5) {
    order: 5;
  }
  .s-sponsors .sponsors-second li:nth-child(6) {
    order: 6;
  }
  .s-sponsors .sponsors-second li:nth-child(7) {
    order: 7;
  }
  .s-sponsors .sponsors-second li:nth-child(8) {
    order: 8;
  }
  .s-sponsors .sponsors-second li:nth-child(9) {
    order: 9;
  }
  .s-sponsors .sponsors-second li:nth-child(10) {
    order: 10;
  }
  .s-sponsors .sponsors-second li:nth-child(11) {
    order: 11;
  }
  .s-sponsors .sponsors-second li:nth-child(12) {
    order: 12;
  }
  .s-sponsors .sponsors-second li:nth-child(2n) {
    border-right: none;
  }
  .s-sponsors .sponsors-second li:nth-child(4n) {
    border-right: 2px solid #e94a3c;
  }
}
.s-sponsors .sponsors-second a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 14px 0;
}
.s-sponsors .sponsors-second a:hover {
  opacity: 0.5;
}
.s-sponsors .sponsors-second a img {
  max-width: 80%;
}/*# sourceMappingURL=style.css.map */