@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*------------------------------
BASE
-------------------------------*/
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  position: relative;
  background: #faf0ef;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
}

/* */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-wrap: wrap;
}

*:focus-visible {
  outline: 2px solid #008fcc;
  outline-offset: 0;
}

a {
  backface-visibility: hidden;
}

figure {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mt--7em {
  margin-top: -7em !important;
}

.mb--7em {
  margin-bottom: -7em !important;
}

.mt--6em {
  margin-top: -6em !important;
}

.mb--6em {
  margin-bottom: -6em !important;
}

.mt--5em {
  margin-top: -5em !important;
}

.mb--5em {
  margin-bottom: -5em !important;
}

.mt--4em {
  margin-top: -4em !important;
}

.mb--4em {
  margin-bottom: -4em !important;
}

.mt--3em {
  margin-top: -3em !important;
}

.mb--3em {
  margin-bottom: -3em !important;
}

.mt--2em {
  margin-top: -2em !important;
}

.mb--2em {
  margin-bottom: -2em !important;
}

.mt--1em {
  margin-top: -1em !important;
}

.mb--1em {
  margin-bottom: -1em !important;
}

.mt-0em {
  margin-top: 0em !important;
}

.mb-0em {
  margin-bottom: 0em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

.pt-10em {
  padding-top: 10em !important;
}

.pb-10em {
  padding-bottom: 10em !important;
}

/* text -------------*/
/* color */
.txt-color-red {
  color: #e05553;
}

.txt-color-ppl {
  color: #6c589d;
}

/* font size */
.txt-xsmall {
  font-size: 75%;
}

.txt-small {
  font-size: 87.5%;
}

.txt-middle {
  font-size: 93.75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 137.5%;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-center_forpc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center_forpc {
    text-align: left;
  }
}

figure.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure.center figcaption {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300 !important;
}

.txt-fwR {
  font-weight: 400 !important;
}

.txt-fwM {
  font-weight: 500 !important;
}

.txt-fwB {
  font-weight: 700 !important;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1em !important;
}

.ls-_1 {
  letter-spacing: 0.1em !important;
}

.ls-_5 {
  letter-spacing: 0.5em !important;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
.txt-asterisk {
  display: block;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

.l-wrapper {
  position: relative;
  width: 100%;
  overflow: clip;
  display: flex;
}
.l-wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: url("../img/header_fuji.webp") repeat-x center top;
  background-size: auto 220px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .l-wrapper:before {
    display: none;
  }
}

header {
  position: relative;
  flex: 1;
  margin: 0;
}

.header-container_pc {
  position: sticky;
  top: 0;
  height: 100dvh;
  padding: 5dvh 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-container_pc h1 {
  position: relative;
  margin: 0;
  width: 70%;
  max-width: 420px;
  line-height: 0;
}
.header-container_pc .nav-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  container-type: inline-size;
  container-name: nav-container;
}
.header-container_pc .nav-container .date {
  top: 0;
  right: 0;
  width: 50%;
  max-width: 150px;
  line-height: 0;
}
.header-container_pc .nav-container .img_1 {
  top: 0;
  left: 0;
  width: 50%;
  max-width: 150px;
  line-height: 0;
  text-align: center;
}
.header-container_pc .nav-container .img_1 img {
  width: 54%;
  max-width: 82px;
}
.header-container_pc .nav-container .page-nav {
  position: relative;
  width: 50%;
  max-width: 300px;
  margin: auto;
  padding: 20px 0;
}
.header-container_pc .img_2 {
  position: relative;
  width: 50%;
  max-width: 178px;
  min-height: 110px;
  max-height: 233px;
  line-height: 0;
  flex: 1;
}
.header-container_pc .img_2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .header-container_pc {
    display: none;
  }
}
@container nav-container (width < 550px) {
  .header-container_pc .page-nav ul {
    flex-direction: column;
    align-items: center;
  }
  .header-container_pc .page-nav li {
    width: 80%;
    max-width: 80px;
  }
}

.header-container_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header-container_sp h1 {
  margin: 0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .header-container_sp {
    display: none;
  }
}

.header-toggle {
  position: fixed;
  top: 0;
  right: 10px;
  width: 44px;
  height: 42px;
  line-height: 0;
  cursor: pointer;
  z-index: 51;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}
.header-toggle .header-toggle-btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-toggle .header-toggle-btn img {
  width: 100%;
  height: 100;
}

.header-toggle[aria-expanded=false] .header-toggle-open {
  display: block;
}
.header-toggle[aria-expanded=false] .header-toggle-close {
  display: none;
}

.header-toggle[aria-expanded=true] .header-toggle-open {
  display: none;
}
.header-toggle[aria-expanded=true] .header-toggle-close {
  display: block;
}

.header-menu {
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  pointer-events: auto;
  z-index: 50;
  width: 65%;
  min-width: 200px;
  height: 100vh;
  padding: 80px 0 0;
  background: rgba(250, 240, 239, 0.95);
}
.header-menu .header-menu-inner {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 10px 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow-y: auto;
}
.header-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
}
.header-menu li {
  color: #211815;
}
.header-menu a {
  color: currentColor;
  text-decoration: none;
}
.header-menu a:hover, .header-menu a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.header-menu img {
  width: 100%;
}

.header-menu[aria-hidden=true] {
  display: none;
}

.header-menu[aria-hidden=false] {
  display: block;
  display: flex;
}

footer {
  position: relative;
  width: calc((100% - 375px) * 0.5);
  max-width: 300px;
  margin: 0;
}

.footer-container {
  position: sticky;
  top: 0;
  height: 100dvh;
  padding: 9dvh 0 0;
  display: flex;
  flex-direction: column;
}
.footer-container .footer-img {
  flex: 1;
  position: relative;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container .footer-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer-container {
    display: none;
  }
}

/* pagetop -------------*/
.pagetop {
  position: relative;
  bottom: 0px;
  padding: 10px 0 25px;
  line-height: 1;
  font-size: 1.25rem;
  pointer-events: none;
  z-index: 30;
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 99px;
  margin: auto;
  background: #cdafd1;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  pointer-events: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}

.pagetop.is_hide {
  display: none;
}

/* common -------------*/
.l-main {
  width: 375px;
  position: relative;
  z-index: 0;
  background: #cdafd1;
  border-left: 10px solid #faf0ef;
  border-right: 10px solid #faf0ef;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    max-width: 375px;
    margin: auto;
  }
}

.section {
  position: relative;
}

/* page-nav -------------*/
.page-nav {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: auto;
}
.page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.page-nav li {
  position: relative;
  width: calc((100% - 30px) / 3);
  line-height: 0;
}
.page-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nav li a:hover {
  opacity: 0.7;
}

/* btn -------------*/
.btn-more {
  position: relative;
}
.btn-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25px;
  padding: 5px 10px;
  background: #e05553;
  border-radius: 100px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.btn-more.center {
  max-width: 130px;
  margin-inline: auto;
}

/* intro -------------*/
.sec-intro {
  position: relative;
}
.sec-intro h1 {
  position: relative;
  line-height: 0;
  text-align: center;
}
.sec-intro .intro-text {
  position: relative;
  width: 86%;
  margin: auto;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  text-wrap: balance;
}
.sec-intro .intro-text p {
  margin: 0 0 1.5em 0;
}
.sec-intro .intro-text p:last-child {
  margin-bottom: 0;
}
/* section nav -------------*/
.sec-nav {
  position: relative;
  margin: 40px auto;
}

/* splide -------------*/
.splide__container {
  position: relative;
}
.splide__container .splide__arrows .splide__arrow {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
.splide__container .splide__arrow:disabled {
  opacity: 0.5;
  cursor: default;
}
.splide__container .splide__arrow--prev {
  top: 50%;
  left: 40px;
  background: url("../img/slide_arrow_prev.svg") no-repeat center center;
  background-size: 25px auto;
  transform: translateY(-50%);
}
.splide__container .splide__arrow--next {
  top: 50%;
  right: 40px;
  background: url("../img/slide_arrow_next.svg") no-repeat center center;
  background-size: 25px auto;
  transform: translateY(-50%);
}

/* section header -------------*/
.section-header {
  position: relative;
  width: 90%;
  max-width: 1075px;
  margin: auto;
  border-top: 2px solid #211815;
  border-bottom: 2px solid #211815;
  background: #e05553;
  text-align: center;
  line-height: 0;
}
.section-header:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -2px;
  width: 5px;
  height: calc(100% + 8px);
  background: #211815;
  text-align: center;
  line-height: 0;
}
.section-header:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -2px;
  width: 5px;
  height: calc(100% + 8px);
  background: #211815;
}
.section-header img {
  max-width: 100%;
  margin: auto;
}

/* section stamp -------------*/
.sec-stamp {
  position: relative;
  margin: 20px auto;
}
.sec-stamp .stamp-title {
  line-height: 0;
}
.sec-stamp .stamp-map {
  position: relative;
  line-height: 0;
}
.sec-stamp .stamp-map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.sec-stamp .stamp-map a:hover .pin, .sec-stamp .stamp-map a:hover .area-shape {
  fill: rgba(255, 255, 255, 0.1882352941);
}
.sec-stamp .stamp-guide {
  line-height: 0;
}
.sec-stamp .stamp-info {
  position: relative;
  margin: 10px 10px;
  padding: 30px 15px;
  background: #fff;
  border-radius: 30px;
  color: #6c589d;
}
.sec-stamp .stamp-info h3 {
  margin: auto;
  line-height: 0;
  text-align: center;
}
.sec-stamp .stamp-info p.lead {
  margin: 1em 0 0;
  font-size: 0.875rem;
  text-wrap: balance;
  text-align: center;
}
.sec-stamp .stamp-info p.txt-asterisk {
  font-size: 0.8125rem;
}
.sec-stamp .stamp-slider {
  position: relative;
  margin: 20px -35px 15px;
}

/* coupon -------------*/
.sec-coupon {
  position: relative;
  margin: 20px auto;
}
.sec-coupon .coupon-title {
  position: relative;
  max-width: 303px;
  margin: 0 auto 20px;
  line-height: 0;
  text-align: center;
}
.sec-coupon .coupon-container {
  position: relative;
  margin: 0 10px;
  color: #fff;
}
.sec-coupon .coupon-container .lead {
  margin: 0 0 1em;
  font-size: 0.875rem;
  text-wrap: balance;
  text-align: center;
  font-weight: 700;
}
.sec-coupon .coupon-container .img-coupon {
  max-width: 200px;
  line-height: 0;
  margin: 0 auto 50px;
}
.sec-coupon .coupon-container .img {
  width: 90%;
  max-width: 290px;
  margin: auto;
  line-height: 0;
}

/* item -------------*/
.sec-item {
  position: relative;
  margin: 20px auto;
}
.sec-item .item-container {
  position: relative;
  margin: 10px 10px;
  padding: 30px 15px;
  background: #fff;
  border-radius: 30px;
  color: #6c589d;
}
.sec-item .item-container .item-title {
  line-height: 0;
}
.sec-item .item-slide-tab {
  position: relative;
  max-width: 286px;
  margin: 15px auto;
}
.sec-item .item-slide-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px 10px;
  grid-template-columns: repeat(2, 1fr);
}
.sec-item .item-slide-tab li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  border-radius: 20px;
}
.sec-item .item-slide-tab li button:focus-visible {
  outline: 3px solid #e05553;
  outline-offset: 3px;
}
.sec-item .item-slide-tab li button[role=tab][aria-selected=true] .rect {
  fill: #f8ed4d;
}
.sec-item .item-slide-tab li button[role=tab][aria-selected=true] .label {
  fill: #6c589d;
}
.sec-item .item-slide-tab li .rect {
  fill: #6c589d;
}
.sec-item .item-slide-tab li .label {
  fill: #fff;
}
.sec-item .item-slider-panel[aria-hidden=true] {
  display: none;
}
.sec-item .item-slider {
  position: relative;
  margin: 25px -35px 15px;
}

/* sns -------------*/
.sec-sns {
  position: relative;
  margin: 20px auto;
  padding: 20px 25px;
  background: #fff;
}
.sec-sns .sns-text {
  color: #6c589d;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.sec-sns .sns-text strong {
  color: #e05553;
  font-size: 0.9375rem;
}
.sec-sns .btn-sns {
  position: relative;
  max-width: 216px;
  margin: 15px auto 0;
}
.sec-sns .btn-sns a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  background: #6c589d;
  border-radius: 200px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.sec-sns .btn-sns a img {
  width: 49px;
}
.sec-sns .btn-sns a:hover {
  opacity: 0.7;
}

/* event -------------*/
.sec-event {
  position: relative;
  margin: 20px auto;
}
.sec-event .event-container {
  position: relative;
  min-height: 300px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 200px 200px 0 0;
}
.sec-event .event-title {
  margin: 0 auto 15px;
  line-height: 0;
}
.sec-event .event-lineup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 16px 0;
}
.sec-event .event-lineup .lineup-item {
  position: relative;
  width: calc((100% - 10px) / 2);
  background: #faf0ef;
  border-radius: 15px;
  color: #6c589d;
  font-weight: 700;
  text-align: center;
}
.sec-event .event-lineup .lineup-item a {
  display: block;
  padding: 10px 0;
  color: currentColor;
  text-decoration: none;
}
.sec-event .event-lineup .lineup-item a:hover, .sec-event .event-lineup .lineup-item a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.sec-event .event-lineup .img {
  margin: 0 10px;
}
.sec-event .event-lineup .mark {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  line-height: 0;
}
.sec-event .event-lineup .date {
  margin: 10px 5px 0.5em;
  font-size: 0.75rem;
}
.sec-event .event-lineup .caption {
  margin: 0 5px;
  font-size: 0.75rem;
}

/* news -------------*/
.sec-news {
  position: relative;
  margin: 30px auto 50px;
}
.sec-news .news-container {
  position: relative;
}
.sec-news .item-title {
  position: relative;
  max-width: 304px;
  margin: 0 auto 25px;
  line-height: 0;
}
.sec-news .item-title a:hover {
  opacity: 0.7;
}
.sec-news .news-slider {
  position: relative;
  margin: 25px -10px 15px;
}
.sec-news .splide__slide {
  color: #211815;
}
.sec-news .splide__slide a {
  display: block;
  padding: 10px;
  color: currentColor;
  background: #fff;
  text-decoration: none;
}
.sec-news .splide__slide a:hover, .sec-news .splide__slide a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.sec-news .splide__slide .img {
  margin: 0 auto 15px;
  line-height: 0;
}
.sec-news .splide__slide .img img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-news .splide__slide .text_1 {
  margin: 0 0 10px;
  font-family: serif;
}
.sec-news .splide__slide .text_2 {
  margin: 0 0 0.5em;
  font-size: 0.75rem;
}
.sec-news .splide__slide .date {
  margin: 0;
  font-size: 0.75rem;
}
.sec-news .splide__container .splide__arrow--prev {
  background: url(../img/slide_arrow_prev_wht.svg) no-repeat center center;
}
.sec-news .splide__container .splide__arrow--next {
  background: url(../img/slide_arrow_next_wht.svg) no-repeat center center;
}

/* profile -------------*/
.sec-profile {
  position: relative;
  margin: 50px 10px 25px;
}
.sec-profile .profile-container {
  position: relative;
  padding: 30px 20px;
  background: #faf0ef;
  border-radius: 30px;
}
.sec-profile .item-title {
  position: relative;
  line-height: 0;
}
.sec-profile .profile-img {
  position: relative;
  max-width: 95px;
  margin: 15px auto 25px;
  line-height: 0;
}
.sec-profile .profile-img img {
  border-radius: 100px;
}
.sec-profile .profile-text {
  margin: 1em 0;
  color: #6c589d;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}
.sec-profile .profile-link {
  position: relative;
  margin: 20px auto;
}
.sec-profile .profile-link a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
}
.sec-profile .profile-link a:hover, .sec-profile .profile-link a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.sec-profile .profile-link a .sns-icon {
  position: relative;
  width: 32px;
  line-height: 0;
}
.sec-profile .profile-link a .label {
  font-size: 0.9375rem;
  font-weight: 700;
}
.sec-profile .comment-container {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
}
.sec-profile .comment-container .comment-title {
  position: relative;
  margin: 0 auto 10px;
  line-height: 0;
}
.sec-profile .comment-container p {
  margin: 0;
  color: #6c589d;
  font-size: 0.815rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}

/* notice -------------*/
.sec-notice {
  position: relative;
  margin: 25px 30px;
}
.sec-notice .notice-container {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}

/* copyright -------------*/
.sec-copyright {
  position: relative;
  margin: 25px 30px 10px;
}
.sec-copyright .copyright {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 500;
}
/*# sourceMappingURL=map/style.css.map */
.finished {
    background: #D10000;
    width: min(100%, 320px);
    padding: 12px 0;
    margin: 10px auto 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    position: relative;
}
