@charset "UTF-8";
/* setting */
:root {
  --red: #f1615a;
  --black: #000;
}

/* base */
* {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}

html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05px;
  color: #000;
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.pc-only,
.sp-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit;
  }
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  line-height: 1.6;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.875rem;
  }
}

.inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .inner {
    padding: 0 20px;
  }
}
.header {
  background: #fff;
  padding: 0.625rem 0;
  z-index: 500;
}

.header-logo {
  max-width: 190px;
}

.mv {
  background: #f4f2e2;
  overflow: hidden;
}
.mv-wrap {
  width: min(100%, 730px);
  margin: 0 auto;
  padding-bottom: 5rem;
  text-align: center;
  z-index: 5;
}
.mv-data {
  width: min(400px, 100%);
  margin: 0 auto 1.25rem;
}
@media (max-width: 768px) {
  .mv-data {
    width: min(260px, 100%);
  }
}
.mv-title {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .mv-title {
    width: min(300px, 100%);
    margin: 0 auto 1.25rem;
  }
}
.mv-title2 {
  width: min(362px, 100%);
  margin: 0 auto 1.25rem;
}
@media (max-width: 768px) {
  .mv-title2 {
    width: min(210px, 100%);
    margin: 0 auto 0.625rem;
  }
}
.mv-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 1000px) {
  .mv-text {
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .mv-text {
    font-size: 0.75rem;
    text-align: left;
    width: 40%;
  }
}
@media (max-width: 640px) {
  .mv-text {
    width: 40%;
  }
}
.mv-image-01 {
  width: min(514px, 100%);
  position: absolute;
  top: 10px;
  left: 67%;
}
@media (max-width: 1000px) {
  .mv-image-01 {
    left: 60vw;
  }
}
@media (max-width: 768px) {
  .mv-image-01 {
    width: min(350px, 100%);
    left: 68vw;
  }
}
@media (max-width: 640px) {
  .mv-image-01 {
    top: 100px;
    width: min(292px, 100%);
    left: 60%;
  }
}
.mv-image-02 {
  width: min(312px, 100%);
  position: absolute;
  top: 10px;
  right: 76%;
}
@media (max-width: 1000px) {
  .mv-image-02 {
    right: 70vw;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .mv-image-02 {
    width: min(220px, 100%);
    right: 75vw;
  }
}
@media (max-width: 640px) {
  .mv-image-02 {
    top: 100px;
    width: min(184px, 100%);
    right: 70%;
  }
}
.mv-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 640px) {
  .mv-detail {
    grid-template-columns: 1fr;
  }
}
.mv-detail__box {
  text-align: center;
  padding: 0 3.125rem 3.125rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  .mv-detail__box {
    padding: 0 1.25rem 3.125rem;
  }
}
.mv-detail__box::before {
  content: "";
  width: 100%;
  height: 140px;
  border-radius: 80%;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (max-width: 768px) {
  .mv-detail__box::before {
    border-radius: 50%;
  }
}
.mv-detail__box--01 {
  color: #523105;
  background: #fcce86;
}
@media (max-width: 640px) {
  .mv-detail__box--01 {
    order: 2;
  }
}
.mv-detail__box--01::before {
  background: #fcce86;
  z-index: 5;
}
.mv-detail__box--02 {
  color: #004639;
  background: #a4edd3;
}
@media (max-width: 640px) {
  .mv-detail__box--02 {
    order: 1;
    padding-bottom: 6.875rem;
  }
}
.mv-detail__box--02::before {
  background: #a4edd3;
}
.mv-detail__inner {
  width: min(500px, 100%);
  margin: 0 auto;
  position: relative;
  top: -1.25rem;
  margin-bottom: -1.25rem;
}
.mv-detail__image {
  width: min(180px, 100%);
  margin: 0 auto 0.625rem;
  z-index: 8;
}
.mv-detail__name {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .mv-detail__name {
    font-size: 1.5rem;
  }
}
.mv-detail__sub {
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 640px) {
  .mv-detail__sub {
    margin-bottom: 1.25rem;
  }
}
.mv-detail__text {
  text-align: left;
  line-height: 2;
}

.first {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .first {
    padding: 5rem 0;
  }
}
.first-sub {
  color: #da3832;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .first-sub {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.first-sub br {
  display: none;
}
@media (max-width: 640px) {
  .first-sub br {
    display: block;
  }
}
.first-title {
  width: min(489px, 100%);
  margin: 0 auto 1.25rem;
}
@media (max-width: 768px) {
  .first-title {
    max-width: 270px;
  }
}
.first-text {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2.5rem;
}
.first-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .first-list {
    grid-template-columns: 1fr;
  }
}
.first-list-set {
  border-radius: 14px;
  padding: 1.875rem 1.875rem 1.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .first-list-set {
    padding: 1.875rem 0.9375rem 1.875rem;
  }
}
.first-list-set__01 {
  background: #f2983e;
}
.first-list-set__02 {
  background: #7ed57b;
}
.first-list__title {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  background: url("../img/bg_arrow.svg") center bottom no-repeat;
  padding: 0 0 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .first-list__title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
  }
}
.first-list__title br {
  display: none;
}
@media (max-width: 640px) {
  .first-list__title br {
    display: block;
  }
}
.first-list__wrap {
  display: flex;
  margin-top: -1.25rem;
}
@media (max-width: 640px) {
  .first-list__wrap {
    flex-direction: column;
  }
}
.first-list__image {
  width: min(230px, 50%);
}
@media (max-width: 640px) {
  .first-list__image {
    display: none;
  }
}
.first-list__detail {
  flex: 1;
  padding: 1.875rem 0 0;
}
.first-list__tag {
  margin: 0;
  width: min(100%, 270px);
  display: block;
}
@media (max-width: 768px) {
  .first-list__tag {
    width: min(100%, 400px);
    margin: 0 auto 0 0;
  }
}
@media (max-width: 640px) {
  .first-list__tag {
    margin: 0 auto;
  }
}
.first-list__note {
  font-size: 0.75rem;
  font-weight: 700;
}
.first-list__text {
  font-weight: 700;
}
.first-list__text2 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.first-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  align-items: end;
}
@media (max-width: 640px) {
  .first-list__list {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: 0 auto;
    gap: 1.25rem;
  }
}
.first-list__thum--01 {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .first-list__thum--01 {
    width: 80%;
  }
}
.first-list__thum--02 {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .first-list__thum--02 {
    width: 80%;
  }
}
.first-list__note {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 0.3125rem;
}
@media (max-width: 768px) {
  .first-list__note {
    text-align: left;
  }
}
.first-list__note2 {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 0.3125rem;
}
.first-timetalbe__note {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.3125rem 0 0;
  display: block;
}
@media (max-width: 768px) {
  .first-timetalbe__note {
    font-size: 0.875rem;
  }
}

.detail {
  background: #faf8ec;
  padding: 6.25rem 0 5rem;
}
.detail-title {
  background: var(--red);
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  padding: 0.9375rem 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .detail-title {
    margin-bottom: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}
.detail-list {
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .detail-list {
    padding: 0;
  }
}
.detail-list__label {
  color: var(--red);
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid var(--red);
}
.detail-list__text {
  margin-bottom: 1.875rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .detail-list__text {
    margin-bottom: 1.25rem;
  }
}
.detail-venue {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .detail-venue {
    margin-bottom: 3.75rem;
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
  }
}
.detail-venue__set {
  border-radius: 0.875rem;
  background: #6a9877;
  padding: 2.5rem 2.5rem 1.875rem;
  color: #fff;
}
@media (max-width: 768px) {
  .detail-venue__set {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
}
.detail-venue__date {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .detail-venue__date {
    font-size: 1rem;
  }
}
.detail-venue__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .detail-venue__title {
    margin-bottom: 0.625rem;
  }
}
.detail-venue__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  display: block;
}
@media (max-width: 768px) {
  .detail-venue__title::before {
    bottom: -20px;
  }
}
.detail-venue__title--tokyo::before {
  background: url("../img/txt_tokyo.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 66px;
  aspect-ratio: 314/66;
}
@media (max-width: 768px) {
  .detail-venue__title--tokyo::before {
    height: 47px;
  }
}
.detail-venue__title--fukuoka::before {
  background: url("../img/txt_fukuoka.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 66px;
  aspect-ratio: 449/66;
}
@media (max-width: 768px) {
  .detail-venue__title--fukuoka::before {
    height: 47px;
  }
}
.detail-venue__title-name {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .detail-venue__title-name {
    font-size: 1.5rem;
  }
}
.detail-venue__title-num {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .detail-venue__title-num {
    font-size: 1.5rem;
  }
}
.detail-venue__wrap {
  margin-bottom: 1.25rem;
}
.detail-venue__wrap:last-child {
  margin-bottom: 0;
}
.detail-venue__label {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .detail-venue__label {
    font-size: 1rem;
  }
}
.detail-venue__address {
  margin-bottom: 0.3125rem;
}
.detail-venue__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 460/210;
}
@media (max-width: 768px) {
  .detail-venue__map iframe {
    aspect-ratio: 334/152;
  }
}
.detail-venue__list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.detail-venue__item {
  padding-left: 1.1875rem;
  text-indent: -1.1875rem;
}
.detail-venue__item::before {
  content: "●";
  padding-right: 0.3125rem;
}
.detail-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  place-content: center;
  place-items: center;
  margin-bottom: 5rem;
  padding: 0 1.25rem;
}
@media (max-width: 1000px) {
  .detail-flow {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .detail-flow {
    grid-template-columns: 1fr;
    margin-bottom: 3.75rem;
    padding: 0 1.25rem;
  }
}
.detail-flow__item {
  border-radius: 10px;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
}
.detail-flow__item::before {
  content: "";
  width: 18px;
  height: 24px;
  display: inline-block;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  background: #ef8114;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
@media (max-width: 768px) {
  .detail-flow__item::before {
    right: auto;
    top: auto;
    width: 14px;
    height: 20px;
    transform: translateX(-50%) rotate(90deg);
    bottom: -22px;
    left: 50%;
  }
}
.detail-flow__item:last-child::before {
  display: none;
}
.detail-flow__label {
  background: #ef8114;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.9375rem;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 907px) {
  .detail-flow__label {
    font-size: 1rem;
    padding: 0.625rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .detail-flow__label {
    font-size: 1.25rem;
    padding: 0.9375rem 0.625rem;
  }
}
.detail-flow__text {
  padding: 0.9375rem 1.25rem;
  line-height: 2;
  font-weight: 700;
  height: 100%;
  border: 2px solid #ef8114;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: grid;
  align-items: center;
}

.detail-flow__text a {
  text-decoration: underline;  
}

.detail-note {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .detail-note {
    padding: 0;
  }
}
.detail-note__item {
  font-weight: 700;
  text-indent: -0.875rem;
  padding-left: 0.875rem;
}
.detail-note__item::before {
  content: "・";
  padding-right: 0.3125rem;
}

.bottom {
  padding: 5rem 0 3.125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .bottom {
    padding: 5rem 0 1.875rem;
  }
}
.bottom-movie {
  width: min(100%, 650px);
  margin: 0 auto 6.25rem;
}
@media (max-width: 768px) {
  .bottom-movie {
    margin-bottom: 5rem;
  }
}
.bottom-movie__iframe {
  display: none;
}
.bottom-movie__iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.bottom-contact {
  text-align: center;
}
.bottom-contact__title {
  color: var(--red);
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--red);
  padding-bottom: 0.3125rem;
  margin-bottom: 1.25rem;
}
.bottom-contact__lead {
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.bottom-contact__text {
  line-height: 2;
}

.fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  max-width: 300px;
  width: 100%;
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
}
.fixed.is-active {
  opacity: 1;
  pointer-events: inherit;
}
@media (max-width: 768px) {
  .fixed {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.footer {
  background: #f5f2e9;
  padding: 0.9375rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 10rem;
  }
}

.footer-copy {
  font-size: 0.625rem;
}
/*# sourceMappingURL=layout.css.map */