@charset "UTF-8";
.bg-primary {
  background-color: var(--theme-color, #671f7d);
}

.btn-primary {
  --bs-btn-bg: var(--theme-color, #671f7d);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-secondary {
  background-color: #867439;
}

.btn-secondary {
  --bs-btn-bg: #867439;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-light {
  background-color: #f8f7f3;
}

.btn-light {
  --bs-btn-bg: #f8f7f3;
}

.bg-dark {
  background-color: #000;
}

.btn-dark {
  --bs-btn-bg: #000;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.btn-white {
  --bs-btn-bg: #fff;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-orange {
  background-color: #dd5e25;
}

.btn-orange {
  --bs-btn-bg: #dd5e25;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.bg-gold {
  background-color: #ad9a5c;
}

.btn-gold {
  --bs-btn-bg: #ad9a5c;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

h1 {
  font-size: 4.8rem;
}

.fs-1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 4.2rem;
}

.fs-2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.6rem;
}

.fs-3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 3.2rem;
}

.fs-4 {
  font-size: 3.2rem;
}

h5 {
  font-size: 2.8rem;
}

.fs-5 {
  font-size: 2.8rem;
}

h6 {
  font-size: 2.4rem;
}

.fs-6 {
  font-size: 2.4rem;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
}
body::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../../images/common/bg_pc.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  body::before {
    background-image: url(../../images/common/bg_sp.jpg);
  }
}
.dark {
  --btn-border-color: #fff;
  --btn-hover-bg-color: #fff;
  --btn-hover-text-color: #262017;
  --btn-text-color: #fff;
  --link-color: #fff;
  --text-color: #fff;
}
.dark * {
  color: var(--text-color, #262017);
}

@media (max-width: 1300px) {
  html {
    font-size: 0.7692307692vw;
  }
}
* {
  color: var(--text-color, #333);
}

em {
  font-style: normal;
}

p {
  line-height: 1.875;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

address {
  font-style: normal;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

dl, dt, dd {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

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

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-border {
  border: 1px solid #ccc;
}

.img-fluid {
  width: var(--width-pc) !important;
}
.img-fluid05 {
  margin-top: 2.8rem;
}

iframe {
  vertical-align: bottom;
}

.hr-01 {
  border-top: 5px solid #707070;
  border-bottom: none;
  opacity: 1;
}

a {
  color: var(--text-color, #0e1346);
  text-decoration: none;
}
a:hover {
  color: inherit;
}

[data-link]:hover {
  text-decoration: none;
}

[data-link=banner] {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.link-primary {
  display: inline-block;
  --bs-link-color-rgb: 140, 59, 59;
}
.link-underline {
  text-decoration: underline;
}
.link-external {
  gap: 0 0.36em;
  text-decoration: underline;
}
.link-external::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><g fill='%236B1B7E'><path d='M19.05 8.53c-.36 0-.65.29-.65.65v11.51H1.31V3.59h11.5c.36 0 .65-.29.65-.65 0-.36-.29-.65-.65-.66H.65c-.36 0-.65.29-.65.65v18.41c0 .36.29.65.65.65h18.4c.36 0 .65-.29.65-.65V9.18c0-.36-.29-.65-.65-.65'/><path d='M21.35 0h-5.98c-.36 0-.65.29-.65.65 0 .36.29.65.65.65h4.4L9.4 11.68c-.26.26-.26.67 0 .93s.67.26.92 0L20.69 2.23v4.4c0 .36.3.65.66.65.36 0 .65-.29.65-.65V.65c0-.36-.29-.66-.65-.66'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.list-dot {
  list-style-type: none;
}
.list-dot li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-dot li::before {
  content: "・";
}
.list-circle li {
  margin-left: 1em;
  text-indent: -1em;
}
.list-circle li::before {
  content: "●";
}
.list-note {
  list-style-type: none;
}
.list-note li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.list-note li::before {
  content: "※";
}
.list-note.sm {
  font-size: 1.4rem;
}
.list-note.msm {
  font-size: 1.3rem;
}
.list-note.xsm {
  font-size: 1.2rem;
}
.list-num {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list-num li {
  line-height: 1.875;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.video-wrap video {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

#pageTop {
  width: 5.4rem;
  height: 4rem;
  position: fixed;
  right: 2.2rem;
  bottom: 4.8rem;
  z-index: 9;
  display: block;
  background-color: #671f7d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#pageTop::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: calc(50% - 0.5rem);
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#pageTop.is-active {
  opacity: 1;
  visibility: visible;
}

.bg-primary {
  background-color: var(--theme-color, #671f7d) !important;
  --text-color: #fff;
}
.bg-01 {
  background-color: #f5f5f5;
}
.bg-02 {
  background-color: #333;
}
.bg-wh {
  background-color: #fff;
}
.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#671f7d), to(#34103f));
  background: linear-gradient(180deg, #671f7d 0%, #34103f 100%);
}

.bg-obj > * {
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}

.js-modal__trigger:hover {
  cursor: pointer;
}

.js-bg-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg-layer.is-show {
  opacity: 1;
  visibility: visible;
}

.wp-25 {
  width: 25%;
}
.wp-50 {
  width: 50%;
}

.mw-100 {
  max-width: 100% !important;
}

.container.w-sm {
  max-width: 86.4rem;
}
.container.w-md {
  max-width: 112rem;
}

.link-ext01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-ext01::after {
  content: "";
  width: 1em;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12"><path d="M2 0h12v10H2Zm11 1H3v8h10Z"/><path d="M9.5 12H0V4.5h1V11h8.5Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

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

.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-en {
  font-family: "Poppins", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.text-white {
  color: #fff !important;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --text-color: #fff;
}
.text-white .fill {
  fill: #fff;
}
.text-secondary {
  color: #8e7244;
}
.text-black {
  color: #000;
}
.text-primary {
  color: #671f7d;
}
.text-md {
  font-size: 1.8rem;
}
.text-sm {
  font-size: 1.4rem;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.ls-0 {
  letter-spacing: 0;
}
.ls-lg {
  letter-spacing: 0.2em;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags .date {
  display: block;
  color: var(--theme-color, #671f7d);
  font-size: 1.8rem;
}
.tags .tag {
  padding: 0.5rem 2rem;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .text-md-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6315789474vw;
  }
  body {
    font-size: 1.6rem;
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
  .img-fluid05 {
    margin-top: 1.3rem;
  }
  .mt-lg {
    margin-top: 6rem !important;
  }
  .mt-md {
    margin-top: 4rem !important;
  }
  .mt-sm {
    margin-top: 3rem !important;
  }
  .mb-lg {
    margin-bottom: 6rem !important;
  }
  .mb-md {
    margin-bottom: 4rem !important;
  }
  .mb-sm {
    margin-bottom: 3rem !important;
  }
  .mx-sp-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .text-sp-center {
    text-align: center;
  }
  .list-note.msm {
    font-size: 1.2rem;
  }
  .list-note.sm {
    font-size: 1.2rem;
  }
  #pageTop {
    right: 1.2rem;
    bottom: 4rem;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}
.header__inner {
  height: 14rem;
  padding: 2rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__title {
  margin: 0;
  position: relative;
  font-size: 1rem;
  line-height: 1;
}
.header__title--logo {
  width: 20.8rem;
  display: block;
}
.header__navi .has-child > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi .has-child > a::after {
  content: "";
  width: 0.6rem;
  display: inline-block;
  border-right: 2px solid #8f91a2;
  border-bottom: 2px solid #8f91a2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.header__buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
.header__button {
  width: 21rem;
  height: 4.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.25rem;
  background-color: #671f7d;
  font-weight: 700;
  font-size: 1.4rem;
}
.header__button.download {
  background-color: #eaeaea;
}
.header__button.contact {
  --text-color: #fff;
}
.header__hamburger {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  position: relative;
  z-index: 2;
  display: none;
  gap: 0.6rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}
.header__hamburger .inner {
  width: 100%;
  height: 2.6rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.header__hamburger .inner > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__hamburger .inner > span:nth-child(1) {
  top: 0;
}
.header__hamburger .inner > span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__hamburger .inner > span:nth-child(3) {
  top: calc(100% - 2px);
}
.header__hamburger.is-open .inner > span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.is-open .inner > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger.is-open .inner > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .header__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header__navi--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.4rem;
  }
  .header__navi--main > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__navi--menu01 {
    gap: 0 2.4rem;
  }
  .header__navi--menu02 li {
    position: relative;
  }
  .header__navi--menu02 li + li {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .header__navi--menu02 li + li::before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    background-color: #ccc;
  }
  .header__navi--child {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
  }
  .header__navi--child.is-show {
    display: block;
  }
  .header__navi--child .inner {
    display: grid;
    gap: 0 5rem;
    grid-template-columns: auto 66rem;
  }
  .header__navi--child .link-hl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__navi--child .link-list {
    margin-top: 8rem;
  }
  .header__navi--child .link-list li + li {
    margin-top: 1em;
  }
  .header__navi--child .heading__01 {
    margin-bottom: 0;
  }
  .header__navi--child .arrow__01 {
    margin-bottom: 0.3em;
  }
  .header__navi--child .navi-area {
    padding-top: 2rem;
  }
  .header__navi--child .child-navi {
    display: grid;
  }
  .header__navi--child .child-navi.col2 {
    gap: 4.5rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .header__navi--child .child-navi.col2 li {
    padding-bottom: 2rem;
    border-bottom: 1px solid #d3d3d3;
  }
  .header__navi--child .child-navi.col3 {
    gap: 4.5rem 6rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .header__navi--child .child-navi.col3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__navi--child .child-navi.col3 a::after {
    content: "";
    width: 0.6rem;
    display: inline-block;
    border-right: 2px solid #8f91a2;
    border-bottom: 2px solid #8f91a2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    aspect-ratio: 1;
  }
  .header__navi--child .child-navi-item {
    padding-right: 4rem;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 13.8rem auto;
  }
  .header__navi--child .child-navi .image {
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 1/0.652;
  }
  .header__navi--child .child-navi .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__navi--child .child-navi .text {
    margin: auto 0;
  }
  .header__navi--child .child-navi .title {
    font-size: 1.4rem;
  }
  .header__navi--child .child-navi .sentence {
    margin-top: 1em;
    font-size: 1.1rem;
    --text-color: #838383;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 6.8rem;
    padding: 0 1.6rem 0 1rem;
    gap: 0;
  }
  .header__title--logo {
    width: 28.4rem;
  }
  .header__navi {
    width: 100%;
    height: 100dvh;
    padding: 7.8rem 1.6rem 4.5rem;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: #fff;
  }
  .header__navi--main {
    font-size: 1.8rem;
  }
  .header__navi--main ul {
    border-top: 1px solid #ccc;
  }
  .header__navi--main li {
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #ccc;
  }
  .header__navi--sub .sub-menu {
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
  }
  .header__search {
    width: 29rem;
    margin: 3rem auto;
  }
  .header__search input[type=text] {
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .header__search button {
    width: 4rem;
  }
  .header__search button svg {
    width: 2.4rem;
    height: auto;
  }
  .header__buttons {
    gap: 2.5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__button {
    width: 22rem;
    height: 6.2rem;
    border-radius: 3.1rem;
    font-size: 1.8rem;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer__area01 {
  padding: 7.2rem 0;
  background-color: #0e1346;
  --text-color: #fff;
}
.footer__navi {
  display: grid;
  gap: 0 4rem;
  grid-template-columns: repeat(4, 1fr);
}
.footer__navi--block {
  padding-top: 1.6rem;
  border-top: 1px solid #8f91a2;
}
.footer__navi--block + .footer__navi--block {
  margin-top: 5.8rem;
}
.footer__navi dt {
  font-size: 1.6rem;
  line-height: 2;
}
.footer__navi dt a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__navi dt a::after {
  content: "";
  width: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.footer__navi dd {
  margin-top: 2rem;
}
.footer__navi li + li {
  margin-top: 0.75em;
}
.footer__navi .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.footer__area02 {
  padding: 2.5rem 0;
}
.footer__area02 .main__container {
  max-width: 120rem;
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__column.column02 {
  margin-top: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links li {
  line-height: 1;
}
.footer__links li + li {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid #8f91a2;
}
.footer__copyRight {
  padding: 2.4rem 2rem;
  background-color: #000;
  text-align: center;
}
.footer__copyRight p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__conversion {
    display: block;
  }
  .footer__conversion .cv-item {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
  .footer__grid {
    gap: 3rem 0;
    grid-template-columns: 1fr;
  }
  .footer__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__navi {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__copyRight {
    padding: 0.25em 1em;
  }
}
.main {
  position: relative;
}
.main__block {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.main__block[class*=bg-] {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.main__container {
  max-width: 113.4rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.main__container + .main__container {
  margin-top: 17rem;
}
.main__container.full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .main__block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .main__block[class*=bg-] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .main__container {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }
  .main__container + .main__container {
    margin-top: 6rem;
  }
}
.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}

.heading__01 {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heading__01::before, .heading__01::after {
  content: "";
  width: 2.2rem;
  height: 2.6rem;
  background-color: #671f7d;
}
.heading__01::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.heading__01::after {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.heading__01.white img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.heading__01.white::before, .heading__01.white::after {
  background-color: #fff;
}
.heading__02 {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1;
}
.heading__03 {
  margin-bottom: 5rem;
  text-align: center;
  line-height: 1;
}
.heading__03--inner {
  padding: 2.8rem 0;
  position: relative;
  display: inline-block;
}
.heading__03--inner::before, .heading__03--inner::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #671f7d;
}
.heading__03--inner::before {
  top: 0;
}
.heading__03--inner::after {
  bottom: 0;
}
.heading__04 {
  margin-bottom: 5.6rem;
  text-align: center;
}
.heading__04 span {
  color: #fff;
  line-height: 1;
}
.heading__04--sub {
  padding-bottom: 0.5rem;
  border-bottom: 0.3rem solid #fff;
  font-size: 2.4rem;
  line-height: 1.5;
}
.heading__04--main {
  margin-top: 1rem;
  display: block;
}
.heading__lead {
  margin-bottom: 4.8rem;
  text-align: center;
}
.heading__lead p {
  letter-spacing: 0.2em;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .heading__01 {
    margin-bottom: 3.6rem;
    gap: 1.5rem;
  }
  .heading__01::before, .heading__01::after {
    width: 1.6rem;
    height: 1.9rem;
  }
  .heading__02--main {
    font-size: 2rem;
  }
  .heading__02 .note {
    font-size: 1.4rem;
  }
  .heading__03--inner {
    padding: 1.8rem 0;
  }
  .heading__03--inner::before, .heading__03--inner::after {
    width: 12rem;
    left: calc(50% - 6rem);
  }
  .heading__04--sub {
    font-size: 2rem;
  }
}
.grid {
  display: grid;
}
.grid.col2 {
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.grid.col3 {
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.grid-card.col2 {
  gap: 4rem 4rem;
}
.grid-card.col3 {
  gap: 4rem 5rem;
}

.component__circleimg {
  width: 27.6rem;
  overflow: hidden;
  border: 0.3rem solid #671f7d;
  border-radius: 50%;
  aspect-ratio: 1;
}
.component__circleimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.component__circleimg + .component__label {
  margin-top: 2.7rem;
}
.component__label--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.component__label--main::before, .component__label--main::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-color: #671f7d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.component__label--sub {
  margin-top: 1.5rem;
  display: block;
  color: #8f8f8f;
  text-align: center;
  letter-spacing: -0.01em;
  font-size: 1.4rem;
  line-height: 1.0714285714;
}
.component__list {
  max-width: 75.9rem;
  margin: auto;
  font-size: 3rem;
}
.component__list li {
  padding: 1.5rem 1rem;
  border-radius: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(171, 69, 203)), to(rgb(104, 31, 126)));
  background: linear-gradient(180deg, rgb(171, 69, 203) 0%, rgb(104, 31, 126) 100%);
  color: #fff;
  text-align: center;
}
.component__list li + li {
  margin-top: 1.6rem;
}

.home__mv {
  height: 100vh;
  min-height: 88.4rem;
  padding-top: 8.8rem;
  position: relative;
}
.home__mv .main__container {
  height: 100%;
}
.home__mv--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__mv--logo {
  width: 5.2rem;
  position: absolute;
  top: 3.4rem;
  left: 2.8rem;
  display: block;
}
.home__mv--logo svg {
  width: 100%;
  height: auto;
}
.home__mv--text.text01.is-close {
  display: none;
}
.home__mv--text.text02 {
  margin-top: 7rem;
}
.home__mv--text.textsp {
  display: none;
  text-align: center;
}
.home__mv--text.textsp img {
  width: 100%;
}
.home__mv--text.textsp.is-open {
  display: block;
}
.home__mv--menu {
  margin-top: 5rem;
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  --text-color: #671f7d;
}
.home__mv--menu a {
  padding-bottom: 0.25em;
  display: block;
  border-bottom: 3px solid;
}
.home__hamburger {
  width: 4rem;
  height: 2.6rem;
  padding: 0;
  position: absolute;
  top: 1.4rem;
  right: 1.7rem;
  z-index: 2;
  display: none;
  gap: 0.8rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}
.home__hamburger .inner {
  width: 100%;
  height: 2.6rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.home__hamburger .inner > span {
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home__hamburger .inner > span:nth-child(1) {
  top: 0;
}
.home__hamburger .inner > span:nth-child(2) {
  top: calc(50% - 1px);
}
.home__hamburger .inner > span:nth-child(3) {
  top: calc(100% - 2px);
}
.home__hamburger.is-open .inner > span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home__hamburger.is-open .inner > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.home__hamburger.is-open .inner > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home__area01 {
  margin-top: 20rem;
  padding-top: 10rem;
  padding-bottom: 30rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.home__area01::before {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}
.home__container {
  padding-top: 6rem;
  position: relative;
}
.home__container::after {
  content: "";
  width: 103.4rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__badge {
  width: 17.9rem;
  height: 3.5rem;
  padding: 0.5rem;
  position: absolute;
  top: -3.5rem;
  left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 169, 169)), to(rgb(39, 39, 39)));
  background: linear-gradient(180deg, rgb(169, 169, 169) 0%, rgb(39, 39, 39) 100%);
  color: #fff;
  letter-spacing: 0;
  font-size: 2rem;
}
.home__announcer {
  padding-top: 3.5rem;
}
.home__announcer .heading__01 {
  margin-bottom: 7rem;
}
.home__announcer--list {
  margin-bottom: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__announcer--block {
  text-align: center;
}
.home__lead {
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.5625;
}
.home__dialoguer {
  margin-bottom: 17rem;
}
.home__dialoguer--list {
  margin: 7rem 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__dialoguer--list li {
  gap: 1.4rem;
}
.home__discussion .home__lead {
  margin-bottom: 3rem;
}
.home__discussion--img {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__discussion--img + .component__list {
  margin-top: 4rem;
}
.home__discussion--img.mt-0 {
  margin-top: 0;
}
.home__discussion--list {
  margin-top: 2.7rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__discussion--list.gap-wide {
  gap: 10rem;
}
.home__program {
  padding-top: 12rem !important;
  position: relative;
  background: #501861;
}
.home__program--obj {
  width: 256.4rem;
  min-width: 100vw;
  max-width: none;
  height: auto;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.home__program--note {
  margin-top: 2.5rem;
  color: #fff;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.875;
}
.home__program--lead {
  margin-top: 9rem;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3333333333;
}
.home__programEntry--contents {
  font-size: 2.3rem;
}
.home__programEntry--timeList {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: count;
  font-size: 3rem;
}
.home__programEntry--timeList li {
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fff;
}
.home__programEntry--timeList li::before {
  content: counter(count);
  width: 4.3rem;
  height: 4.3rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  background-color: #fff;
  color: #501861;
  counter-increment: count;
  text-align: center;
  font-weight: 700;
  line-height: 4.3rem;
}
.home__programEntry--price {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__programEntry--price span {
  line-height: 1;
}
.home__programEntry--price .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__programEntry--price .text01 {
  margin: auto 2rem auto 0;
}
.home__programEntry--price .text02 {
  font-weight: 700;
  font-size: 6.8rem;
}
.home__programEntry--price .text03 {
  font-size: 4.5rem;
}
.home__programEntry--price .text04 {
  margin-left: 1.2rem;
  font-size: 1.7rem;
}
.home__programEntry--btn {
  width: 83rem;
  max-width: 100%;
  height: 9.4rem;
  margin: 5rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4.7rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3cdf5));
  background: linear-gradient(#fff 0%, #d3cdf5 100%);
  color: #501861;
  letter-spacing: -0.01em;
  font-weight: 900;
  font-size: 4.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home__programEntry--btn:hover {
  color: #501861;
  opacity: 0.75;
}
.home__programEntry--btn .icon {
  width: 6rem;
  position: absolute;
  top: calc(50% - 3rem);
  right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #501861;
  aspect-ratio: 1;
}
.home__programEntry--btn .icon::before {
  content: "";
  width: 2.8rem;
  height: 3rem;
  margin-right: -0.5rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.home__event {
  background-color: #fff;
}
.home__event--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home__event--column figure {
  width: 55.8%;
  position: relative;
}
.home__event--column figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__event--column figure figcaption {
  position: absolute;
  right: 2.2rem;
  bottom: 1.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
}
.home__event--column figure figcaption.is-outline {
  -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
          filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}
.home__event--column h4 {
  margin-top: 7rem;
  margin-left: 5rem;
  font-size: 1rem;
}
.home__event--column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home__event--column.reverse h4 {
  margin-right: 5rem;
  margin-left: 0;
}
.home__event--column + .home__event--column {
  margin-top: 5rem;
}
.home__event--lead {
  margin: 5rem 0 10rem;
  font-size: 3rem;
  line-height: 1.3333333333;
}
.home__secret {
  width: 71.8rem;
  max-width: 100%;
  margin: auto;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 69, 201)), to(rgb(107, 33, 129)));
  background: linear-gradient(180deg, rgb(169, 69, 201) 0%, rgb(107, 33, 129) 100%);
  aspect-ratio: 718/380;
}
.home__secret--title, .home__secret--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home__secret--title {
  width: 26.8rem;
}
.home__secret--icon {
  width: 14rem;
}
.home__corner {
  margin-bottom: 0;
  padding: 24rem 0 89.3rem;
  position: relative;
  background: url(../../images/home/bg_corner.jpg) no-repeat center/cover;
}
.home__corner::before {
  content: "";
  width: 100%;
  height: 20.6rem;
  position: absolute;
  top: -5.5rem;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.home__corner--lead {
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  font-size: 2rem;
  line-height: 1.5;
}
.home__program--food {
  margin-bottom: -8rem !important;
  font-size: 2rem !important;
  color: #ffff00;
}
.home__discussion--list05 {
  margin-bottom: 0;	
}
.home__discussion--list10 {
  margin: 1rem auto 4rem auto;
  flex-direction: column;
  gap: 1rem;	
}

@media screen and (max-width: 768px) {
  .component__circleimg + .component__label {
    margin-top: 1.2rem;
  }
  .component__label--main {
    gap: 0.6rem;
  }
  .component__label--main::before, .component__label--main::after {
    width: 1rem;
    height: 1rem;
  }
  .component__list {
    font-size: 2rem;
  }
  .component__list li {
    border-radius: 1rem;
  }
  .home__mv {
    padding-top: 6rem;
  }
  .home__mv.is-open {
    width: 100%;
    min-height: unset;
    padding-top: 9rem;
    padding-bottom: 3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 71, 206)), to(rgb(103, 31, 125)));
    background: linear-gradient(180deg, rgb(174, 71, 206) 0%, rgb(103, 31, 125) 100%);
  }
  .home__mv.is-open .main__container {
    width: 100%;
  }
  .home__mv.is-open .home__mv--inner {
    width: 100%;
    display: block;
  }
  .home__mv.is-open .text02 {
    margin: 3.2rem auto 0;
    padding-bottom: 3.2rem;
    display: block;
  }
  .home__mv.is-open .text02 img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .home__mv--inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home__mv--logo {
    width: 3.4rem;
    top: 1.3rem;
    left: 1.7rem;
  }
  .home__mv--text.text02 {
    width: 14rem;
    margin-left: auto;
  }
  .home__mv--menu {
    margin-top: 6rem;
    margin-right: calc(-50vw + 50%);
    display: none;
    text-align: left;
    font-weight: 500;
    font-size: 3.2rem;
  }
  .home__mv--menu li + li {
    margin-top: 2.4rem;
  }
  .home__mv--menu a {
    color: #fff;
  }
  .home__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .home__area01 {
    margin-top: 10rem;
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
  .home__area01::before {
    height: 10rem;
  }
  .home__container {
    padding-top: 3rem;
  }
  .home__badge {
    left: 1.7rem;
  }
  .home__announcer .heading__01 {
    margin-bottom: 4rem;
  }
  .home__announcer--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home__announcer--list {
    gap: 0.9rem;
  }
  .home__announcer--list .component__circleimg {
    width: 100%;
  }
  .home__lead {
    text-align: left;
  }
  .home__dialoguer {
    margin-bottom: 10rem;
  }
  .home__dialoguer--wrap {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home__dialoguer--list {
    margin: 1em 0 0;
    gap: 0.9rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home__dialoguer--list li {
    width: 46%;
  }
  .home__dialoguer--list .component__circleimg {
    width: 100%;
  }
  .home__discussion .main__container + .main__container {
    margin-top: 10rem !important;
  }
  .home__discussion--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__discussion--wrap .component__list {
    width: 29.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home__discussion--wrap .home__discussion--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home__discussion--wrap .home__discussion--img + .component__list {
    margin-top: 0;
  }
  .home__discussion--wrap .home__discussion--list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .home__discussion--img {
    margin-top: 2rem;
  }
  .home__discussion--img .component__circleimg {
    width: 17rem;
  }
  .home__discussion .component__label--main img {
    width: auto;
    height: 1.7rem;
  }
  .home__discussion--list {
    margin-bottom: 0;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
  }
  .home__discussion--list05 {
    margin-top: 0;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .home__discussion--list10 {
    margin-top: 0rem;
    margin-bottom: 4rem;
    align-items: center;
    gap: 1rem;
  }
  .home__discussion--list.gap-wide {
    gap: 5rem;
  }
  .home__discussion--list.gap-wide > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home__discussion .component__list {
    width: 29.2rem;
  }
  .home__program {
    padding-top: 6rem !important;
  }
  .home__program--obj {
    width: 107rem;
  }
  .home__program--schedule {
    margin: 0 -1.7rem;
    padding: 0 1.7rem;
    overflow: scroll;
  }
  .home__program--schedule img {
    width: 58rem;
    max-width: none;
  }
  .home__program--note {
    margin-top: 1em;
    text-align: left;
  }
  .home__program--lead {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
  .home__programEntry--contents {
    font-size: 1.7rem;
  }
  .home__programEntry--timeList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__programEntry--price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__programEntry--price .text01 {
    margin-bottom: 0.25em;
    font-size: 3.3rem;
  }
  .home__programEntry--price .text04 {
    margin-top: 0.5em;
    margin-left: auto;
  }
  .home__programEntry--btn {
    padding-right: 6rem;
    font-size: 3.2rem;
    line-height: 1.125;
  }
  .home__programEntry--btn .icon {
    right: 2rem;
  }
  .home__event--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__event--column.reverse {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__event--column.reverse figure {
    margin-right: -1.7rem;
    margin-left: auto;
  }
  .home__event--column figure {
    width: 34.6rem;
    margin-left: -1.7rem;
  }
  .home__event--column h4 {
    margin: 1.4rem 0 0 !important;
  }
  .home__event--lead {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
  .home__secret--title {
    width: 17rem;
  }
  .home__secret--icon {
    width: 8.8rem;
  }
  .home__corner {
    padding-top: 10rem;
    padding-bottom: 42rem;
    background-image: url(../../images/home/bg_corner_sp.jpg);
    background-position: center bottom;
  }
  .home__corner::before {
    height: 10rem;
  }
  .home__corner--lead {
    font-size: 1.6rem;
  }
  .home__program--food {
	margin-bottom: 8rem ! important;
  }
}/*# sourceMappingURL=style.css.map */