@charset "UTF-8";
/* setting */
:root {
  --navy: #222850;
  --black: #222850;
  --cream: #f0eee3;
}

/* 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: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #222850;
}
@media (max-width: 768px) {
  html {
    letter-spacing: 0.5px;
  }
}

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: 641px) {
  .pc-only {
    display: inherit;
  }
}
@media (max-width: 640px) {
  .sp-only {
    display: inherit;
  }
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  line-height: 1.6;
  font-size: 1rem;
  padding-top: 3.75rem;
  scroll-padding: 3.75rem;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
    padding-top: 3.125rem;
    scroll-padding: 3.125rem;
  }
}
@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;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 555;
  padding: 0.3125rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    padding: 0.3125rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .header-logo {
    width: min(100%, 250px);
  }
}
.header-logo img {
  vertical-align: middle;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.header-sns {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .header-sns {
    display: none;
  }
}
.header-toggle {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3125rem;
  cursor: pointer;
}
.header-toggle span {
  width: 30px;
  height: 4px;
  background: #1f1f1f;
  transition: 0.3s all;
}
.header-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -9px;
}

.l-header-nav.is-active {
  background: #f6f6f2;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 140px 0 0;
  z-index: 199;
}

.l-header-nav__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 90px;
}

.l-header-nav__item {
  text-align: center;
}

.l-header-nav__item a {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 5px;
  font-weight: 700;
}

.l-header-sns {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.l-header-sns__item {
  width: 40px;
}
.l-header-sns__item img {
  width: 100%;
}

.menu {
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 3.125rem 1.25rem;
  z-index: 55;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  transition: 0.3s all;
  height: 0;
}
.menu.is-active {
  opacity: 1;
  pointer-events: inherit;
  visibility: visible;
  height: 100%;
}
.menu__lists {
  width: min(100%, 500px);
  margin: 0 auto;
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .menu__lists {
    padding-top: 2.5rem;
  }
}
.menu__list a {
  padding: 0.9375rem 0.625rem;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 0.9375rem;
}
.menu__list a::before {
  content: "";
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
  width: 4px;
  height: 6px;
  background: var(--navy);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.mv {
  background: transparent url("../img/bg_mv.jpg") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 60px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mv {
    background: transparent url("../img/bg_mv_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 150vw;
    overflow: hidden;
  }
}
.mv__logo {
  width: min(100%, 288px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mv__logo {
    width: min(100%, 300px);
  }
}

.first {
  overflow: hidden;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .first {
    padding-bottom: 3.125rem;
  }
}
.first .inner {
  display: grid;
  grid-template-columns: calc(50% + 50px) calc(50% - 50px);
  padding: 0;
}
@media (max-width: 768px) {
  .first .inner {
    grid-template-columns: 1fr;
  }
}
.first__images {
  width: 53vw;
  margin-left: auto;
  overflow: visible;
  order: 1;
  margin-right: 3.75rem;
  max-width: 630px;
  left: -3vw;
}
@media (max-width: 1100px) {
  .first__images {
    left: 0;
    width: 55vw;
  }
}
@media (max-width: 768px) {
  .first__images {
    left: 0;
    order: 2;
    width: 100%;
  }
  .first__images img {
    width: 60vw;
    display: block;
  }
  .first__images img:nth-child(2) {
    margin: 0 auto;
  }
  .first__images img:nth-child(3) {
    margin: 0 0 0 auto;
  }
}
.first__detail {
  order: 2;
  padding: 8.75rem 1.25rem 0;
}
@media (max-width: 768px) {
  .first__detail {
    order: 1;
    padding: 3.125rem 0.625rem 2.5rem;
  }
}
.first__image {
  width: min(100%, 140px);
  margin: 0 auto 1.875rem;
}
.first__title {
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  margin-bottom: 3.75rem;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .first__title {
    letter-spacing: 1px;
    margin-bottom: 1.875rem;
  }
}
.first__text {
  line-height: 3;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .first__text {
    letter-spacing: 1px;
    line-height: 2.4;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .first__text {
    text-align: left;
  }
}

.topics {
  background: #f7f8fa;
  padding: 3.125rem 0;
}
@media (max-width: 768px) {
  .topics {
    padding: 2.5rem 0;
  }
}
.topics__title {
  text-align: center;
  margin-bottom: 1.875rem;
}
.topics__items {
  width: min(100%, 800px);
  margin: 0 auto;
}
.topics__item a {
  display: flex;
  padding: 1.875rem 0;
  border-bottom: 1px solid var(--navy);
  font-size: 0.875rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .topics__item a {
    padding: 1.25rem 0;
    display: block;
  }
}
.topics__item a.nolink {
  pointer-events: none;
}
.topics__data {
  padding-right: 1.875rem;
}
@media (max-width: 768px) {
  .topics__data {
    display: block;
    padding: 0 0 0.3125rem;
  }
}
@media (max-width: 768px) {
  .topics__label {
    display: block;
    text-align: left;
  }
}

.content {
  padding: 6.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .content {
    padding: 2.5rem 0 3.75rem;
  }
}
.content__title {
  text-align: center;
  margin-bottom: 1.875rem;
}
.content__wrap {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .content__wrap {
    margin-bottom: 2.5rem;
  }
}
.content__wrap:last-child {
  margin-bottom: 0;
}
.content__head {
  display: flex;
  padding: 0.625rem 1.875rem;
  gap: 2.5rem;
  align-items: center;
  border-radius: 1.875rem;
  background: var(--cream);
  border: 1px solid var(--navy);
  margin-bottom: 2.5rem;
}
@media (max-width: 1100px) {
  .content__head {
    padding: 1.875rem 1.875rem;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 768px) {
  .content__head {
    flex-direction: column;
    padding: 0.625rem 1.25rem 4.375rem;
    gap: 1.25rem;
  }
}
.content__head--02 {
  padding: 1.875rem;
}
@media (max-width: 768px) {
  .content__head--02 {
    padding: 1.25rem;
  }
}
.content__thum {
  width: min(100%, 366px);
}
.content__name {
  margin-bottom: 1.875rem;
}
@media (max-width: 1100px) {
  .content__name {
    margin-bottom: 1.25rem;
  }
}
.content__text {
  line-height: 2.4;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .content__text {
    line-height: 1.8;
  }
}
.content__coming {
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .content__coming {
    margin-bottom: 1.25rem;
  }
}
.content__btn {
  border: none;
  background: none;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 1.875rem;
  right: 3.125rem;
  padding: 0;
}
@media (max-width: 768px) {
  .content__btn {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
.content__btn img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.content__btn a:hover {
  opacity: 1;
}
.content-reason {
  background: var(--navy);
  padding: 2.5rem 1.875rem;
  color: #fff;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 1000px) {
  .content-reason {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }
}
.content-reason::before {
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 40px;
  height: 35px;
  background: var(--navy);
  display: block;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.content-reason__title {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .content-reason__title {
    font-size: 1.5rem;
  }
}
.content-reason__text {
  line-height: 2.4;
}
@media (max-width: 768px) {
  .content-reason__text {
    line-height: 2;
  }
}
.content-reason__detail {
  flex: 1;
}
.content-reason__image {
  width: min(50%, 510px);
}
.content-reason__figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(100%, 510px);
  gap: 1.875rem;
}
@media (max-width: 1000px) {
  .content-reason__figure {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .content-reason__figure {
    grid-template-columns: 1fr;
  }
}
.content-reason__box {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 238px);
  padding: 0.625rem 0.625rem 1.25rem;
}
@media (max-width: 1000px) {
  .content-reason__box {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .content-reason__box {
    width: min(100%, 400px);
    padding: 1.25rem 0.625rem 1.25rem;
  }
}
.content-reason__logo {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .content-reason__logo {
    width: min(100%, 240px);
    margin: 0 auto 0.625rem;
  }
}
.content-reason__lists {
  color: var(--navy);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content-reason__lists {
    margin-bottom: 0.625rem;
  }
}
.content-reason__list {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .content-reason__list {
    font-size: 1rem;
  }
}
.content-reason__list::before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url("../img/icon_check.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.content-reason__bottom {
  color: #328be5;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 5px;
}
.content-reason__bottom::before {
  content: "";
  width: -webkit-fill-available;
  height: 2px;
  background: #328be5;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.content-reason__bottom--second {
  color: #e64489;
}
.content-reason__bottom--second::before {
  background: #e64489;
}
.content-reason__figure2 {
  width: min(100%, 510px);
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
  margin: 0 auto;
}
.content__title2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1000px) {
  .content__title2 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.about {
  padding-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 1.875rem;
  }
}
.about__title {
  text-align: center;
  margin-bottom: 1.875rem;
}
.about__image {
  width: min(100%, 908px);
  margin: 0 auto 1.25rem;
}
.about__text {
  text-align: center;
  line-height: 2.6;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .about__text {
    line-height: 2;
  }
}

.company__title {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 1.125rem;
  }
}
.company__group {
  margin: 0 auto 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem 3.125rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .company__group {
    margin: 0 auto 2.5rem;
  }
}
.company__logo--02 {
  max-width: 280px;
}
@media (max-width: 768px) {
  .company__logo--02 {
    max-width: 40%;
  }
}
.company__logo--03 {
  max-width: 158px;
}
@media (max-width: 768px) {
  .company__logo--03 {
    max-width: 30%;
  }
}
.company__logo--04 {
  max-width: 321px;
}
@media (max-width: 768px) {
  .company__logo--04 {
    max-width: 40%;
  }
}
.company__logo--05 {
  max-width: 214px;
}
@media (max-width: 768px) {
  .company__logo--05 {
    max-width: 40%;
  }
}
.company__logo--06 {
  max-width: 358px;
}
@media (max-width: 768px) {
  .company__logo--06 {
    max-width: 40%;
  }
}
.company__logo--01 {
  max-width: 255px;
}
@media (max-width: 768px) {
  .company__logo--01 {
    max-width: 40%;
  }
}
.company__logo img {
  width: 100%;
}

.footer {
  font-size: 10px;
  padding: 1.5625rem 0;
  border-top: 1px solid var(--navy);
  text-align: center;
  font-weight: 500;
  z-index: 5;
  background: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 1.25rem 0;
  }
}

.event {
  background: #f0eee3;
}
.event-mv {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  margin-top: 3.75rem;
}
.event-mv .inner {
  width: min(100%, 1400px);
  position: relative;
  left: 10px;
}
.event-main {
  margin-bottom: 6.25rem;
  padding-top: 40.625rem;
  z-index: 5;
}
@media (max-width: 1200px) {
  .event-main {
    padding-top: 50vw;
  }
}
@media (max-width: 640px) {
  .event-main {
    padding-top: 98vw;
  }
}
.event-main__01 {
  background: transparent url("../img/event/bg_01-sub.png") repeat-y center center;
  background-size: 100%;
  margin: -1px 0;
  padding-top: 3.75rem;
  padding-left: 2.5rem;
}
@media (max-width: 1100px) {
  .event-main__01 {
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .event-main__01 {
    padding-left: 0;
  }
}
.event-main__02 {
  background: transparent url("../img/event/bg_02-sub.png") repeat-y center center;
  background-size: 100%;
  margin: -1px 0;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  padding-left: 0rem;
  padding-right: 1.25rem;
}
@media (max-width: 1000px) {
  .event-main__02 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 640px) {
  .event-main__02 {
    padding-left: 1.875rem;
    padding-right: 1.25rem;
    padding-top: 3.75rem;
  }
}
.event-main__03 {
  background: transparent url("../img/event/bg_03-sub.png") repeat-y center center;
  background-size: 100%;
  margin: -1px 0;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  padding-left: 0rem;
  padding-right: 1.25rem;
}
@media (max-width: 1000px) {
  .event-main__03 {
    padding-left: 3.75rem;
    padding-right: 4.375rem;
  }
}
@media (max-width: 640px) {
  .event-main__03 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.125rem;
  }
}
.event-main__04 {
  background: transparent url("../img/event/bg_04-sub.png") repeat-y center center;
  background-size: 100%;
  margin: -1px 0;
  padding-top: 4.375rem;
  padding-bottom: 1.25rem;
  padding-left: 0rem;
  padding-right: 0.625rem;
}
@media (max-width: 1000px) {
  .event-main__04 {
    padding-left: 3.75rem;
    padding-right: 5.625rem;
  }
}
@media (max-width: 640px) {
  .event-main__04 {
    padding-left: 1.875rem;
    padding-right: 3.125rem;
    padding-top: 2.5rem;
  }
}
.event-main__05 {
  background: transparent url("../img/event/bg_05-sub.png") repeat-y center center;
  background-size: 100%;
  margin: -1px 0;
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
}
@media (max-width: 1000px) {
  .event-main__05 {
    padding-left: 3.75rem;
    padding-right: 5.625rem;
  }
}
@media (max-width: 640px) {
  .event-main__05 {
    padding-left: 1.875rem;
    padding-right: 3.125rem;
    padding-top: 3.125rem;
  }
}
.event-main__background01 {
  width: min(100%, 278px);
  position: absolute;
  top: 0;
  left: 70px;
}
@media (max-width: 1100px) {
  .event-main__background01 {
    width: 23vw;
    left: 50px;
  }
}
@media (max-width: 768px) {
  .event-main__background01 {
    width: 20vw;
    left: 40px;
  }
}
@media (max-width: 520px) {
  .event-main__background01 {
    left: 20px;
  }
}
.event-main__background02 {
  width: min(100%, 278px);
  position: absolute;
  top: 0;
  right: 30px;
}
@media (max-width: 1100px) {
  .event-main__background02 {
    width: 23vw;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .event-main__background02 {
    width: 20vw;
    right: 15px;
  }
}
@media (max-width: 520px) {
  .event-main__background02 {
    right: 5px;
  }
}
.event-main__mv {
  width: min(100%, 550px);
  margin: 0 auto;
  text-align: center;
}
.event-main__logo {
  margin-bottom: 2.5rem;
}
@media (max-width: 1100px) {
  .event-main__logo {
    width: 35vw;
    margin: 0 auto 2.5rem;
  }
}
@media (max-width: 768px) {
  .event-main__logo {
    left: 10px;
  }
}
@media (max-width: 640px) {
  .event-main__logo {
    margin-bottom: 1.25rem;
  }
}
.event-main__first {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1100px) {
  .event-main__first {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 640px) {
  .event-main__first {
    font-size: 1rem;
    left: 10px;
  }
}
.event-main__first br {
  display: none;
}
@media (max-width: 1100px) {
  .event-main__first br {
    display: block;
  }
}
.event-main__text {
  font-weight: 700;
  line-height: 2.4;
  margin-bottom: 2.5rem;
}
@media (max-width: 1100px) {
  .event-main__text {
    left: 10px;
    letter-spacing: 0;
    padding-right: 1.875rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 768px) {
  .event-main__text {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.event-main__after {
  background: var(--navy);
  color: #fff;
  padding: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .event-main__after {
    margin: 0 20px 0 40px;
  }
}
.event-main__grid1 {
  display: grid;
  grid-template-columns: 472px 1fr;
  gap: 2.5rem;
  width: min(100%, 930px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .event-main__grid1 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.event-main__grid2 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .event-main__grid2 {
    gap: 1.25rem;
  }
}
.event-main__grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1875rem;
}
.event-main__grid4 {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .event-main__grid4 {
    gap: 1.25rem;
  }
}
.event-main__lead {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.event-main__sub {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.event-main__sub--03 {
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .event-main__sub--03 {
    margin-bottom: 1.25rem;
  }
}
.event-main__inner {
  width: min(100%, 930px);
  margin: 0 auto;
}
.event-main__title {
  background: #fff;
  width: min(80%, 400px);
  margin: 0 auto;
  font-size: clamp(1.25rem, 5vw, 1.875rem);
  text-align: center;
  font-weight: 700;
  padding: 0 0.625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .event-main__title {
    width: min(100%, 400px);
    margin-bottom: 1.875rem;
  }
}
.event-main__title::before {
  position: absolute;
  content: "";
  z-index: 6;
  display: block;
}
.event-main__title--02 {
  color: #d8843a;
}
.event-main__title--02::before {
  bottom: -20px;
  right: -33px;
  background: transparent url("../img/event/img_box_a_image.png") no-repeat center center;
  background-size: 100%;
  width: 79px;
  height: 89px;
}
@media (max-width: 768px) {
  .event-main__title--02::before {
    width: 53px;
    height: 60px;
    bottom: -10px;
    right: -20px;
  }
}
.event-main__title--03 {
  color: #71aad7;
  margin-bottom: 1.25rem;
}
.event-main__title--03::before {
  bottom: -20px;
  right: -70px;
  background: transparent url("../img/event/img_box_b_image.png") no-repeat center center;
  background-size: 100%;
  width: 94px;
  height: 100px;
}
@media (max-width: 768px) {
  .event-main__title--03::before {
    width: 53px;
    height: 60px;
    right: -20px;
    bottom: -10px;
  }
}
.event-main__title--04 {
  margin-bottom: 0.625rem;
}
.event-main__title--04::before {
  bottom: -20px;
  right: -58px;
  background: transparent url("../img/event/img_box_c_image.png") no-repeat center center;
  background-size: 100%;
  width: 118px;
  height: 82px;
}
@media (max-width: 768px) {
  .event-main__title--04::before {
    width: 63px;
    height: 60px;
    bottom: -10px;
    right: -28px;
  }
}
.event-main__title--05 {
  color: #57996b;
}
.event-main__title--05::before {
  bottom: -1px;
  right: -10px;
  background: transparent url("../img/event/img_box_d_image.png") no-repeat center center;
  background-size: 100%;
  width: 86px;
  height: 80px;
}
@media (max-width: 768px) {
  .event-main__title--05::before {
    width: 63px;
    height: 60px;
  }
}
.event-main__coming {
  width: min(100%, 650px);
  margin: 0 auto;
}
.event-main__movie {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  width: min(100%, 860px);
}
@media (max-width: 1000px) {
  .event-main__movie {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .event-main__movie {
    grid-template-columns: 1fr;
  }
}
.event-main__movie-box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.event-main__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}
@media (max-width: 768px) {
  .event-main__movie iframe {
    width: 90%;
    margin: 0 auto;
  }
}
.event-main__movie-title {
  font-size: 0.875rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #fff;
  border-radius: 60px;
  margin: 0 auto 0.9375rem;
  text-align: center;
}
.event-main__movie-title a {
  display: block;
  color: #fff;
  padding: 0.3125rem 2.1875rem;
}
.event-bottom {
  background: #fff;
  padding: 6.25rem;
  text-align: center;
  z-index: 5;
}
@media (max-width: 768px) {
  .event-bottom {
    padding: 3.125rem 1.25rem;
  }
}
.event-bottom__group {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .event-bottom__group {
    margin-bottom: 2.5rem;
  }
}
.event-bottom__group:last-child {
  margin-bottom: 0;
}
.event-bottom__title {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.3125rem;
  width: min(100%, 400px);
  margin: 0 auto 2.5rem;
}
@media (max-width: 768px) {
  .event-bottom__title {
    margin-bottom: 1.25rem;
  }
}
.event-bottom__text {
  margin-bottom: 1.875rem;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .event-bottom__text {
    margin-bottom: 1.25rem;
    line-height: 2;
  }
}
.event-bottom__text--last {
  margin-bottom: 0;
}
.event-bottom__text a {
  text-decoration: underline;
}
.event-bottom__logo {
  width: min(100%, 140px);
  margin: 0 auto;
}
.event-bottom__logo img {
  width: 100%;
}
/*# sourceMappingURL=layout.css.map */