@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: 52vw;
  }
}
@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: flex-start;
}
@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 a {
  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 a {
    padding: 1.875rem 1.875rem;
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 768px) {
  .content__head a {
    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-logo {
  width: min(100%, 100px);
  margin: 2rem auto 0;
}
.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: 43.75rem;
  z-index: 5;
}
@media (max-width: 1200px) {
  .event-main {
    padding-top: 60vw;
  }
}
@media (max-width: 640px) {
  .event-main {
    padding-top: 115vw;
  }
}
@media (max-width: 428px) {
  .event-main {
    padding-top:123vw;
  }
}
.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: 1.25rem;
    padding-right: 1.25rem;
    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.375rem;
    padding-right: 2.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__table-grid {
  display: grid;
 grid-template-columns:1fr;
 
  
  gap: 30px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90%;
}
@media (max-width: 1000px) {
  .event-main__table-grid {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .event-main__table-grid {
     gap : 20px;
  }
}

.event-main__title.event-main__title--03 {
  color: #71aad7;
  margin-bottom: 0;
}
.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.event-main__title--07 {
  color: #71aad7;
  margin-bottom: 0;
}

.event-pamphlet {
  width: max-content;
  margin: 0 auto 60px;
}

.event-pamphlet {
  display: flex;
  flex-direction: column;
  gap : 10px;
}

.event-pamphlet a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}

.event-main__image--01 {
  width: min(100%, 400px);

  margin: 0 auto 10px;
}

@media (max-width: 1100px) {
 .event-main__image--01 {
  width: min(100%, 400px); 
   
  }
}

.event-main__table-grid .event-main__wrap {

  display: flex;
}


.event-main__image--02 {
  width: min(100%, 300px);
  border-radius: 10px;
  background: #EB2120;
  color: #fff;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 700;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  
}

.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: 1rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.event-main__sub br.only-520 {
  display: none;
}
@media (max-width: 520px) {
  .event-main__sub br.only-520 {
    display: block;
  }
}
.event-main__sub--03 {
  color: #fff;
  margin-bottom: 0;
}

.event-main__sub--03::after  {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 75px;
  height: 20px;
  background:#E8DA38;
  content: "";
  display: inline-block;
  position: absolute;
  bottom : -30px;
  left : 50%;
  transform: translateX(-50%);
  
  display: none;
}
@media (max-width: 768px) {
  .event-main__sub--03::after  {
   display: none;
  }
}

.event-main__sub--04 {
  color: #fff;
  margin-bottom: 0rem;
  display: none;
}
@media (max-width: 768px) {
  .event-main__sub--04 {
    display: block;
    margin-bottom: 40px;
  }
  .event-main__sub--04::after  {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 75px;
    height: 20px;
    background:#E8DA38;
    content: "";
    display: inline-block;
    position: absolute;
    bottom : -30px;
    left : 50%;
    transform: translateX(-50%);
  }
}
.event-main__inner {
  width: min(100%, 930px);
  margin: 0 auto;
}
.event-main__inner2 {
  width: max-content;
  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--04 {
  margin-bottom: 3rem;
}
.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__label {
  font-size: 110%;
  margin-bottom: 10px;
  background: #f4f4f4;
  padding: 4px 10px;
}

.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%;
}
.event-bottom__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.event-bottom__wrap--last {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .event-bottom__wrap--last {
    flex-direction: column;
  }
}
.event-bottom__item--01 {
  max-width: 320px;
}
.event-bottom__item--02 {
  max-width: 246px;
}
.event-bottom__item--03 {
  max-width: 192px;
}
.event-bottom__item--04 {
  max-width: 160px;
}
.event-bottom__item--05 {
  max-width: 100%;
}
@media (max-width: 520px) {
  .event-bottom__item--01 {
    width: 100%;
  }
  .event-bottom__item--02 {
    width: 76.875%;
  }
  .event-bottom__item--03 {
    width: 60%;
  }
  .event-bottom__item--04 {
    width: 50%;
  }
  .event-bottom__item--05 {
    width: 100%;
  }
}

.timetable {
  margin: 20px auto 0;
  padding: 30px 20px;
  background: #fff;
  width: 95%;
  border-radius: 20px;
  height: 1040px;
}
@media (max-width: 768px) {
  .timetable {
    border-radius: 10px;
    height: 1000px;
  }
}

@media (max-width: 980px) {
  .timetable {
    overflow-x: scroll;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  /*
  .time::after {
    background: transparent url("../../event/2024/assets/img/btn_next.svg") no-repeat center center;
    background-size: auto 100%;
    width: 87px;
    height: 8px;
    content: "";
    position: absolute;
    top: 160px;
    right: 0px;
    display: block;
  }
  .time::before {
    content: "Scroll";
    position: absolute;
    top: 130px;
    right: 20px;
    font-size: 18px;
  }
  */
}
.timetable-table {
  width: 100%;
  height: 1040px;
}

@media (max-width: 980px) {
  .timetable-table {
    width: 830px;
    height: 970px;
  }
}
.timetable-table__head {
  width: 25%;
  padding-bottom: 10px;
  text-align: center;
  height: 50px;
}

.timetable-table__venue {
  padding-bottom: 30px;
  text-align: center;
  height: 40px;
}

.timetable-table td {
  width: 25%;
  vertical-align: top;
}

.timetable-table td.test {
  background: transparent url("../../event/2024/assets/img/bg_grid.png") repeat left top;
  background-size: 19%;
}

.timetable-box {
  max-width: 213px;
  width: 100%;
  left: 14px;
  border: 2px solid #e60000;
  border-radius: 0 10px 0 0;
  margin-bottom: 30px;
  background: #fff;
  position: absolute;
}
@media (max-width: 1050px) {
  .timetable-box {
    max-width: 190px;
  }
}

.timetable-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.timetable-box a.modal-no {
  pointer-events: none;
}

.timetable-box-r {
  border-radius: 0 10px 0 10px;
}

.timetable-box-2 {
  margin-top: 50px;
}

.timetable-box:last-child {
  margin-bottom: 0;
}

.timetable-box__time {
  position: absolute;
  white-space: nowrap;
  width: 100%;
  text-align: right;
  top: -1px;
  right: -1px;
}

.timetable-box__time span {
  background: #e60000;
  color: #fff;
  font-size: 9px;
  border-radius: 30px;
  text-align: center;
  padding: 2px 10px 2px 10px;
  z-index: 50;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0;
}

.timetable-box__icon {
  background: #e60000;
  color: #fff;
  font-size: 9px;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  text-align: center;
  padding: 2px 0;
}

.timetable-box__title {
  font-size: 13px;
  text-align: center;
  padding: 20px 10px 10px;
  color: #e60000;
  line-height: 16px;
}

.timetable-box__title--last {
  padding: 80px 0;
}

.timetable-box__detail {
  background: transparent url("../img/border_green.png") repeat-x center top;
  padding: 7px 0;
  font-size: 10px;
  margin: 0 10px;
  color: #e60000;
  line-height: 12px;
}

.timetable-box-b .timetable-box__detail {
  background: transparent url("../img/border_red.png") repeat-x center top;
}

.timetable-box-c .timetable-box__detail {
  background: transparent url("../img/border_blue.png") repeat-x center top;
}

.timetable-box__detail--noheight {
  min-height: auto;
  padding: 2px 0;
}

.timetable-box a:hover {
  opacity: 1;
}

.timetable-box-b {
  border: 2px solid #009b63;
}

.timetable-box-c {
  border: 2px solid #0097e0;
}

.timetable-box__venue {
  color: #e60000;
  font-size: 9px;
  position: absolute;
  left: 5px;
  top: 5px;
  letter-spacing: 0px;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.timetable-box-b .timetable-box__time span,
.timetable-box-b .timetable-box__icon {
  background: #009b63;
  font-size: 9px;
  color: #fff;
  display: inline-block;
}

.timetable-box-c .timetable-box__time span,
.timetable-box-c .timetable-box__icon {
  background: #0097e0;
}

.timetable-box-c .timetable-box__title,
.timetable-box-c .timetable-box__venue,
.timetable-box-c .timetable-box__detail {
  color: #0097e0;
}

.timetable-detail {
  display: none;
}

.timetable-detail__inner {
  padding-bottom: 60px;
}

.timetable-detail-head {
  background: #e60000;
  padding: 20px 0 25px;
  border-radius: 0 30px 0 0;
}

@media (max-width: 1000px) {
  .timetable-detail-head {
    padding: 30px 20px;
  }
}
.timetable-detail-head__time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .timetable-detail-head__time {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.timetable-detail-head__time--min {
  font-size: 16px;
}

@media (max-width: 1000px) {
  .timetable-detail-head__time--min {
    padding-right: 40px;
  }
}
@media (max-width: 528px) {
  .timetable-detail-head__time--min {
    padding-right: 0px;
  }
}
.timetable-detail-head__title {
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 0 20px 0 80px;
  line-height: 32px;
}

.timetable-detail-head__title--height {
  line-height: 26px;
}

.timetable-detail-head__title--min {
  font-size: 19px;
  padding-left: 120px;
}

@media (max-width: 1000px) {
  .timetable-detail-head__title--min {
    padding: 0 20px;
  }
}
@me .timetable-detail-head__title br.sp-only {
  display: none;
}
@media (max-width: 1000px) {
  .timetable-detail-head__title {
    font-size: 22px;
    line-height: 30px;
    padding: 0 20px;
  }
  .timetable-detail-head__title--min {
    font-size: 20px;
  }
  .timetable-detail-head__title br.sp-only {
    display: block;
  }
}
.timetable-detail-main {
  padding: 60px 60px;
}

@media (max-width: 768px) {
  .timetable-detail-main {
    padding: 40px 10px;
  }
}
.timetable-detail-main__lead {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .timetable-detail-main__lead {
    font-size: 17px;
  }
}
.timetable-detail-main__sub {
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .timetable-detail-main__sub {
    font-size: 14px;
    line-height: 28px;
  }
}
.timetable-detail-main__sub--mb {
  margin-bottom: 20px;
}

.timetable-detail-main__top {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .timetable-detail-main__top {
    margin-bottom: 40px;
  }
}
.timetable-detail-main__list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.timetable-detail-main__item {
  max-width: 160px;
  width: 20%;
}

@media (max-width: 768px) {
  .timetable-detail-main__item {
    max-width: 100%;
    width: calc(50% - 10px);
    max-width: 150px;
  }
  .modaal-content-container {
    padding: 15px !important;
  }
}
.timetable-detail-main__item img {
  border: 2px solid #e60000;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .timetable-detail-main__item img {
    border-radius: 1em;
  }
}
@media (max-width: 520px) {
  .timetable-detail-main__item img {
    border-radius: 1em;
  }
}
.timetable-detail-main__name {
  text-align: center;
  font-size: 14px;
}

.timetable-detail-main__name--min {
  text-align: center;
  font-size: 11px;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}

.timetable-detail-main__btn {
  margin-bottom: 20px;
}

.timetable-detail-main__btn a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #e60000;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .timetable-detail-main__btn a {
    font-size: 16px;
  }
}
.timetable-detail-main__btn.is-disable a {
  pointer-events: none;
}

.timetable-detail-main__btn.is-end a {
  background: #ccc;
  border-color: #ccc !important;
  color: #fff;
}

.timetable-detail-action {
  border-top: 2px solid #e60000;
  border-bottom: 2px solid #e60000;
  margin: 0 60px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .timetable-detail-action {
    margin: 0 20px;
    padding: 20px 10px;
  }
}
.timetable-detail-action__item {
  max-width: 120px;
}

.timetable-detail-photo {
  margin: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 768px) {
  .timetable-detail-photo {
    margin: 40px 20px;
    gap: 30px;
  }
}
.timetable-detail-photo__set {
  display: flex;
  gap: 25px;
}

@media (max-width: 520px) {
  .timetable-detail-photo__set {
    flex-direction: column;
  }
}
.timetable-detail-photo__image {
  max-width: 153px;
  width: 100%;
}

@media (max-width: 520px) {
  .timetable-detail-photo__image {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.timetable-detail-photo__main {
  flex: 1;
}

.timetable-detail-photo__image img {
  border: 2px solid #e60000;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 520px) {
  .timetable-detail-photo__image img {
    max-width: 200px;
    width: 30%;
    border-radius: 1em;
  }
}
.timetable-detail-photo__image figcaption {
  display: none;
}

@media (max-width: 520px) {
  .timetable-detail-photo__image figcaption {
    display: block;
    text-align: center;
    font-size: 15px;
    width: 100%;
    flex: 1;
    line-height: 28px;
  }
  .timetable-detail-photo__image--min {
    font-size: 13px;
  }
}
.timetable-detail-photo__name {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 520px) {
  .timetable-detail-photo__name {
    display: none;
  }
}
.timetable-detail-photo__text {
  font-size: 12px;
  line-height: 23px;
}

.timetable-box-b .timetable-box__title,
.timetable-box-b .timetable-box__venue,
.timetable-box-b .timetable-box__detail {
  color: #009b63;
}

.timetable-detail-b .timetable-detail-head {
  background: #009b63;
}

.timetable-detail-b .timetable-detail-main__item img,
.timetable-detail-b .timetable-detail-photo__image img,
.timetable-detail-b .timetable-detail-main__btn a {
  border: 2px solid #009b63;
}

.timetable-detail-b .timetable-detail-action {
  border-top: 2px solid #009b63;
  border-bottom: 2px solid #009b63;
}

.timetable-box-c .timetable-box__title,
.timetable-box-c .timetable-box__venue,
.timetable-box-c .timetable-box__detail {
  color: #0097e0;
}

.timetable-detail-c .timetable-detail-head {
  background: #0097e0;
}

.timetable-detail-c .timetable-detail-main__item img,
.timetable-detail-c .timetable-detail-photo__image img,
.timetable-detail-c .timetable-detail-main__btn a {
  border: 2px solid #0097e0;
}

.timetable-detail-c .timetable-detail-action {
  border-top: 2px solid #0097e0;
  border-bottom: 2px solid #0097e0;
}

.timetable-table__venue--icon1 {
  background: #e60000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  padding: 4px 40px;
  line-height: 1;
}

.timetable-table__venue--icon2 {
  background: #009b63;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  padding: 4px 40px;
  line-height: 1;
}

.timetable-table__venue--icon3 {
  background: #0097e0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  padding: 4px 40px;
  line-height: 1;
}

.timetable-table__head {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.timetable-table__head--01 {
  color: #e60000;
}

.timetable-table__head--02 {
  color: #009b63;
}

.timetable-table__head--03 {
  color: #0097e0;
}


.feature-lead {
  line-height: 260%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
 .feature-lead {
   font-size: 12px;
   line-height: 260%;
   padding: 0 20px;
 }
}
.feature-lead-left {
  text-align: left;
  max-width: 400px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
 .feature-lead-left {
   max-width: 100%;
 }
}

.feature-lead__col01 {
  background : #b3e8ee;
}
.feature-lead__col02 {
  background : #e8a6bd;
}
.feature-lead__col03 {
  background : #ece5b5;
}
.feature-lead__col04 {
  background : #c2ecb5;
}
.feature-lead__col05 {
  background : #f1b1f0;
}

.feature-image {
  margin-bottom: 60px;
  text-align: center;
  display: block;
}

.feature-title {
  background: #EA5517;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .feature-title {
   margin: 0 10px 15px;
  }
}

.feature-title::before {
  content:"";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #fff;
  transform: translateY(-50%);
}

.feature-title::after {
  content: "＋";
  color: #EA5517;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500
}

.feature-title.is-active::after {
  content: "ー";
}

.feature-wrap {

}

.feature-list {
  display: flex;
  flex-wrap : wrap;
  gap : 10px;
}
@media (max-width: 768px) {
  .feature-list {
   flex-direction: column;
   padding: 10px;
  }

}

.feature-list__date {
  background : #EB2120;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.feature-list__item {
  width: calc(33% - 5px);
  background: #F7F1D4;
  padding: 15px;
}


@media (max-width: 768px) {
  .feature-list__item {
   width: 100%;
  }
  .feature-list__item.has-pad {
    padding-top: 25px;
  }
}

.feature-list__head {
  display: flex;
  gap : 10px;
  align-items: center;
   margin-bottom : 5px;
}

.feature-list__head--num {
  width: 36px;
  height: 36px;
 text-align: center;
 display: block;
 line-height: 36px;
 color: #fff; 
 font-family: "Barlow", sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 30px;
 font-weight: 700;
 background: #EA5517;
}

.feature-list__head--text {
  flex : 1;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.feature-list__lead {
color: #EA5517;
font-size: 14px;
margin-bottom: 5px;
letter-spacing: 0;
line-height: 130%;
min-height: 40px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.feature-list__lead--min3 {
  min-height: 60px;
}

@media (max-width: 768px) {
  .feature-list__lead {
    min-height: auto;
  }
}


.feature-list__main {
  display: flex;
  flex-direction: column;
  gap : 10px;
}

@media (max-width: 768px) {
  .feature-list__main {
  flex-direction: row;
  }
}

.feature-list__image {
  display: block;
}

@media (max-width: 768px) {
  .feature-list__image {
    width: 40%;
  }
}

.feature-list__text {
  font-size: 12px;
  line-height: 180%;
  font-weight: 600;
}

@media (max-width: 768px) {
  .feature-list__text {
    flex : 1;
  }
}

.feature-list__text .pc {
  display: inline-block;
}
.feature-list__text .sp {
  display: none;
}
@media (max-width: 768px) {
  .feature-list__text .pc {
    display: none;
  }
  .feature-list__text .sp {
    display: inline-block;
  }
}
/*# sourceMappingURL=layout.css.map */