@charset "UTF-8";

/* =========================
  base
========================= */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

body.is-menu-open {
  overflow: hidden;
}

.takamiyafair *,
.takamiyafair *::before,
.takamiyafair *::after {
  box-sizing: border-box;
}

.takamiyafair img,
.takamiyafair picture,
.takamiyafair svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.takamiyafair a {
  color: inherit;
  text-decoration: none;
}

.takamiyafair a:hover,
.takamiyafair a:focus,
.takamiyafair a:active {
  color: inherit;
  text-decoration: none;
}

.takamiyafair ul,
.takamiyafair ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.takamiyafair p,
.takamiyafair h1,
.takamiyafair h2,
.takamiyafair h3,
.takamiyafair h4,
.takamiyafair h5,
.takamiyafair h6 {
  margin: 0;
}

.takamiyafair button,
.takamiyafair input,
.takamiyafair textarea,
.takamiyafair select {
  font: inherit;
}

.takamiyafair button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.takamiyafair table {
  border-spacing: 0;
  border-collapse: collapse;
}

.takamiyafair iframe {
  max-width: 100%;
  vertical-align: bottom;
}

.takamiyafair .font-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.takamiyafair .c-head--01__en {
  display: block;
  color: #333333;
  font-size: clamp(30px, 2.78vw, 40px);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.takamiyafair .c-head--01__ja {
  display: block;
  color: #009de1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .takamiyafair .c-head--01__ja {
    margin: 6px 0 0;
  }
}

.takamiyafair .c-head_text {
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.takamiyafair .c-btn--01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(390px, 100%);
  min-height: 70px;
  padding: 10px 40px 10px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  background-color: #91b822;
  border: 1px solid #91b822;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.takamiyafair .c-btn--01::before {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transform: translateY(-50%);
}

.takamiyafair .c-btn--01::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

@media (hover: hover) {
  .takamiyafair .c-btn--01:hover {
    color: #91b822;
    background-color: #ffffff;
  }

  .takamiyafair .c-btn--01:hover::before,
  .takamiyafair .c-btn--01:hover::after {
    background-color: #91b822;
  }
}

@media screen and (max-width: 767px) {
  .takamiyafair .c-btn--01 {
    padding: 10px 40px 10px 15px;
    font-size: 18px;
  }

  .takamiyafair .c-btn--01::before {
    right: 15px;
    width: 18px;
  }

  .takamiyafair .c-btn--01::after {
    right: 15px;
    width: 6px;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .takamiyafair .c-btn--01:hover {
    opacity: 0.8;
  }
}

.takamiyafair .l-inner {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .takamiyafair .l-inner {
    width: calc(100% - 40px);
  }
}

.takamiyafair .l-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .takamiyafair .l-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.takamiyafair .main {
  overflow: hidden;
}

/* =========================
  header
========================= */
.takamiyafair .header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(62, 62, 62, 0.25);
}

.takamiyafair .header__inner {
  display: flex;
  align-items: center;
  min-height: 90px;
}

.takamiyafair .header__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  transition: opacity 0.3s ease;
}

.takamiyafair .header__logo img {
  display: block;
  width: 150px;
  height: auto;
}

@media (hover: hover) {
  .takamiyafair .header__logo:hover {
    opacity: 0.6;
  }
}

.takamiyafair .header__nav {
  margin-left: auto;
}

.takamiyafair .header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.takamiyafair .header__nav-item {
  margin: 0;
  padding: 0;
}

.takamiyafair .header__nav-link {
  position: relative;
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .takamiyafair .header__nav-link:hover {
    opacity: 0.6;
  }
}

.takamiyafair .header__entry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  background-color: #91b822;
  border: 1px solid #91b822;
  border-radius: 100px;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

@media (hover: hover) {
  .takamiyafair .header__entry-button:hover {
    color: #91b822;
    background-color: #ffffff;
  }
}

.takamiyafair .header__hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .takamiyafair .header__inner {
    min-height: 60px;
  }

  .takamiyafair .header__logo {
    position: relative;
    z-index: 5;
  }

  .takamiyafair .header__nav {
    position: fixed;
    z-index: 10;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 82px 20px 40px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #eaf5fc;
    opacity: 0;
    transform: translateX(100%);
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }

  .takamiyafair .header__nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .takamiyafair .header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
  }

  .takamiyafair .header__nav-item {
    width: 100%;
    text-align: center;
  }

  .takamiyafair .header__nav-link {
    display: inline-block;
    padding: 2px 10px;
    font-size: 16px;
  }

  .takamiyafair .header__entry-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(400px, 100%);
    min-height: 70px;
    padding: 10px 40px 10px 20px;
    color: #ffffff;
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    background-color: #91b822;
    border: 1px solid #91b822;
    border-radius: 100px;
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  .takamiyafair .header__entry-button::before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 23px;
    height: 1px;
    background-color: #ffffff;
    content: "";
    transform: translateY(-50%);
    transition: right 0.3s ease, background-color 0.3s ease;
  }

  .takamiyafair .header__entry-button::after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 1px;
    background-color: #ffffff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
    transition: right 0.3s ease, background-color 0.3s ease;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .takamiyafair .header__entry-button:hover {
    color: #91b822;
    background-color: #ffffff;
  }

  .takamiyafair .header__entry-button:hover::before,
  .takamiyafair .header__entry-button:hover::after {
    right: 20px;
    background-color: #91b822;
  }
}

@media screen and (max-width: 767px) {
  .takamiyafair .header__hamburger {
    position: relative;
    z-index: 20;
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }

  .takamiyafair .header__hamburger span {
    position: absolute;
    left: 50%;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #009de1;
    transform: translateX(-50%);
    transition: top 0.3s ease, width 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  }

  .takamiyafair .header__hamburger span:nth-child(1) {
    top: 14px;
  }

  .takamiyafair .header__hamburger span:nth-child(2) {
    top: 19px;
  }

  .takamiyafair .header__hamburger span:nth-child(3) {
    top: 24px;
  }

  .takamiyafair .header__hamburger.is-active span {
    top: 19px;
    width: 35px;
  }

  .takamiyafair .header__hamburger.is-active span:nth-child(1) {
    transform: translateX(-50%) rotate(45deg);
  }

  .takamiyafair .header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .takamiyafair .header__hamburger.is-active span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* =========================
footer
========================= */
.takamiyafair .footer {
  padding: 20px 0;
  background: #009de1;
  color: #ffffff;
}

.takamiyafair .footer__flex {
  display: flex;
  justify-content: space-between;
}

.takamiyafair .footer__privacy a {
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
  align-items: center;
}

.takamiyafair .footer__privacy a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.28px;
  text-decoration: underline;
}

.takamiyafair .footer__privacy a img {
  width: 1em;
  height: 1em;
}

@media (hover: hover) {
  .takamiyafair .footer__privacy a:hover {
    opacity: 0.6;
  }
}

.takamiyafair .footer__copy {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .takamiyafair .footer__flex {
    flex-direction: column;
    align-items: flex-end;
  }
}

.takamiyafair {
  /* =========================
    mv
  ========================= */
}

.takamiyafair .mv {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ffffff;
}

.takamiyafair .mv::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: max(50vw, 560px);
  background: #009de1;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  pointer-events: none;
}

.takamiyafair .mv__inner {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  width: 100%;
}

.takamiyafair .mv__visual {
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
  justify-self: end;
  width: 61%;
  min-height: 70vh;
  background-image: url("https://244588604.fs1.hubspotusercontent-na2.net/hubfs/244588604/lp/takamiyafair/img/mv.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.takamiyafair .mv__content {
  position: relative;
  grid-column: 1;
  grid-row: 1/-1;
  z-index: 3;
  align-self: center;
  box-sizing: border-box;
  width: max(50vw, 560px);
  padding: clamp(40px, 4vw, 60px) clamp(30px, 3vw, 60px) clamp(40px, 4vw, 60px) max(60px, (100vw - 1200px) / 2 - 80px);
  color: #ffffff;
}

.takamiyafair .mv__content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
}

.takamiyafair .mv__label,
.takamiyafair .mv__title,
.takamiyafair .mv__text,
.takamiyafair .mv__button {
  white-space: nowrap;
}

.takamiyafair .mv__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 6px 24px;
  background: #ffffff;
  color: #009de1;
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.25em;
}

.takamiyafair .mv__title {
  margin: 25px 0 0;
  font-size: clamp(29px, 5vw, 82px);
  font-weight: 700;
  line-height: 1.3;
}

.takamiyafair .mv__title-tight {
  display: inline-block;
  margin-left: -0.4em;
}

.takamiyafair .mv__title--sp {
  display: inline-block;
}

.takamiyafair .mv__text {
  margin: 25px 0 0;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.8;
  font-weight: 400;
}

.takamiyafair .mv__button {
  margin-top: 40px;
}

.takamiyafair .mv__summary {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.takamiyafair .mv__summary-item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(112px, 10.5vw, 150px);
  height: clamp(112px, 10.5vw, 150px);
  border-radius: 50%;
  background: #ffffff;
  color: #333333;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.takamiyafair .mv__summary-text {
  font-size: clamp(12px, 1.1vw, 16px);
}

.takamiyafair .mv__summary-big {
  margin: 0 0 2px;
  color: #009de1;
  font-size: clamp(28px, 2.8vw, 40px);
}

.takamiyafair .mv__summary-number {
  display: flex;
  align-items: flex-end;
  margin: 0;
}

.takamiyafair .mv__summary-number strong {
  color: #009de1;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1;
}

.takamiyafair .mv__summary-number span {
  margin: 0 0 6px 5px;
  font-size: clamp(12px, 1.1vw, 16px);
}

.takamiyafair .mv__information {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  box-sizing: border-box;
  width: 60%;
  min-height: 210px;
  padding: 40px max(20px, (100vw - 1200px) / 2) 40px 40px;
  background: #ffffff;
}

.takamiyafair .mv__information-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(100%, 760px);
  max-width: 100%;
  row-gap: clamp(14px, 1.4vw, 20px);
}

.takamiyafair .mv__information-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(8px, 1.2vw, 40px);
  width: 100%;
  min-width: 0;
}

.takamiyafair .mv__information-row--date,
.takamiyafair .mv__information-row--place {
  min-height: 0;
}

.takamiyafair .mv__information-label {
  display: flex;
  flex: 0 0 clamp(90px, 9vw, 180px);
  align-self: stretch;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: clamp(90px, 9vw, 180px);
  min-width: clamp(90px, 9vw, 180px);
  height: auto;
  margin: 0;
  border: 2px solid currentColor;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.takamiyafair .mv__information-label--date {
  color: #009de1;
}

.takamiyafair .mv__information-label--place {
  color: #91b822;
}

.takamiyafair .mv__date {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: flex-start;
  gap: clamp(2px, 0.4vw, 8px);
  min-width: 0;
  margin: 0;
  color: #009de1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.takamiyafair .mv__date> :nth-child(2) {
  margin-left: -0.6em;
}

.takamiyafair .mv__date-year {
  padding-bottom: 2px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(25px, 3.8vw, 43px);
  line-height: 0.9;
}

.takamiyafair .mv__date-day {
  display: flex;
  align-items: flex-end;
  gap: clamp(2px, 0.4vw, 8px);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.takamiyafair .mv__date-day strong {
  font-size: clamp(52px, 7.5vw, 88px);
  font-weight: 400;
  line-height: 0.9;
}

.takamiyafair .mv__date-week {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: clamp(20px, 2.1vw, 37px);
  height: clamp(20px, 2.1vw, 37px);
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-radius: 50%;
  background: #009de1;
  color: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.3em);
}

.takamiyafair .mv__date-arrow {
  position: relative;
  display: block;
  flex-shrink: 0;
  align-self: center;
  width: clamp(10px, 1.2vw, 20px);
  height: 12px;
  margin: 0;
  padding: 0;
  color: #009de1;
  font-size: 0;
  line-height: 1;
  margin: 0 10px;
}

.takamiyafair .mv__date-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.takamiyafair .mv__date-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(4px, 0.5vw, 8px);
  height: 1px;
  background: currentColor;
  transform: rotate(35deg);
  transform-origin: right center;
}

.takamiyafair .mv__place {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  margin: 0;
  color: #91b822;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: clamp(0.01em, 0.25vw, 0.08em);
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .takamiyafair .mv::before {
    display: none;
  }

  .takamiyafair .mv__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .takamiyafair .mv__visual {
    order: 1;
    width: 100%;
    min-height: clamp(260px, 55vw, 560px);
    background-image: url("https://244588604.fs1.hubspotusercontent-na2.net/hubfs/244588604/lp/takamiyafair/img/mv_sp.webp");
    background-position: center;
    background-size: cover;
  }

  .takamiyafair .mv__content {
    position: relative;
    order: 2;
    display: flex;
    justify-content: center;
    align-self: auto;
    width: 100%;
    padding: 20px;
    background: #009de1;
    color: #ffffff;
  }

  .takamiyafair .mv__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    text-align: left;
  }

  .takamiyafair .mv__label,
  .takamiyafair .mv__title,
  .takamiyafair .mv__text,
  .takamiyafair .mv__button {
    white-space: normal;
  }

  .takamiyafair .mv__label {
    padding: 4px 15px;
  }

  .takamiyafair .mv__title {
    margin: 15px 0 0;
    font-size: clamp(28px, 7vw, 50px);
  }

  .takamiyafair .mv__title-second {
    margin-left: -0.5em;
  }

  .takamiyafair .mv__title--sp {
    display: none;
  }

  .takamiyafair .mv__text {
    margin: 15px 0 0;
  }

  .takamiyafair .mv__button {
    margin-top: 20px;
  }

  .takamiyafair .mv__summary {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .takamiyafair .mv {
    /* =========================
      開催情報
    ========================= */
  }

  .takamiyafair .mv__information {
    position: relative;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
    background: #ffffff;
  }

  .takamiyafair .mv__information-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }

  .takamiyafair .mv__information-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: 100%;
    min-height: 0;
  }

  .takamiyafair .mv__information-row--date,
  .takamiyafair .mv__information-row--place {
    min-height: 0;
  }

  .takamiyafair .mv__information-label {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 10px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
  }

  .takamiyafair .mv__date {
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .takamiyafair .mv__date-arrow {
    margin: 5px 0;
  }

  .takamiyafair .mv__place {
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }
}

.takamiyafair {
  /* =========================
    concept
  ========================= */
}

.takamiyafair .concept {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #eaf5fc;
}

.takamiyafair .concept .l-inner {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(60px, (100vw - 1200px) / 2);
}

.takamiyafair .concept__content {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  min-width: 0;
}

.takamiyafair .concept__heading {
  margin-bottom: 24px;
}

.takamiyafair .concept__title {
  margin: 0;
  color: #333333;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.takamiyafair .concept__title .sp {
  display: none;
}

.takamiyafair .concept__text {
  margin-top: 20px;
}

.takamiyafair .concept__text p {
  margin: 0;
  color: #333333;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.takamiyafair .concept__visual {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.takamiyafair .concept__visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .takamiyafair .concept {
    padding: 50px 0 0;
  }

  .takamiyafair .concept .l-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    box-sizing: border-box;
    width: 100%;
    padding-inline: 20px;
  }

  .takamiyafair .concept__content {
    width: 100%;
    max-width: none;
  }

  .takamiyafair .concept__heading {
    margin-bottom: 20px;
  }

  .takamiyafair .concept__title {
    font-size: clamp(27px, 5vw, 40px);
    white-space: normal;
  }

  .takamiyafair .concept__text {
    margin-top: 20px;
  }

  .takamiyafair .concept__text p {
    font-size: clamp(16px, 2vw, 18px);
  }

  .takamiyafair .concept__visual {
    align-self: stretch;
    width: calc(100% + 60px);
    margin-inline: -30px;
    overflow: hidden;
  }

  .takamiyafair .concept__visual img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .takamiyafair .concept__title .sp {
    display: inline-block;
  }
}

.takamiyafair {
  /* =========================
    company
  ========================= */
}

.takamiyafair .company__list {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.takamiyafair .company__list-item {
  min-width: 0;
  background: #eaf5fc;
  padding: 20px 20px 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.takamiyafair .company__list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 373/200;
}

.takamiyafair .company__list-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.takamiyafair .company__list-name {
  font-size: 14px;
  font-weight: 400;
}

.takamiyafair .company__list-title {
  font-size: 20px;
  font-weight: 700;
}

.takamiyafair .company__list-text {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .takamiyafair .company__list {
    margin: 20px 0 0 0;
    grid-template-columns: 1fr;
  }

  .takamiyafair .company__list-item {
    gap: 15px;
  }

  .takamiyafair .company__list-title {
    font-size: 18px;
  }
}

.takamiyafair {
  /* =========================
    lecture
  ========================= */
}

.takamiyafair .lecture {
  background: #f5f5f5;
}

.takamiyafair .lecture__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "day01 day02" "lesson0101 lesson0201" "lesson0102 lesson0202";
  gap: 20px;
  margin-top: 40px;
}

.takamiyafair .lecture__days {
  display: flex;
  align-items: stretch;
  min-height: 66px;
  overflow: hidden;
  background: #ffffff;
}

.takamiyafair .lecture__days .lecture__day {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 15px 35px 15px 15px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}

.takamiyafair .lecture__days .lecture__date {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-left: 14px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.takamiyafair .lecture__days .lecture__date p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

.takamiyafair .lecture__days .lecture__date .week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.8em;
  height: 1.8em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
}

.takamiyafair .lecture__days--01 {
  grid-area: day01;
}

.takamiyafair .lecture__days--01 .lecture__day {
  background: #91b822;
}

.takamiyafair .lecture__days--01 .lecture__date .week {
  background: #91b822;
}

.takamiyafair .lecture__days--02 {
  grid-area: day02;
}

.takamiyafair .lecture__days--02 .lecture__day {
  background: #009de1;
}

.takamiyafair .lecture__days--02 .lecture__date .week {
  background: #009de1;
}

.takamiyafair .lecture__lesson {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.takamiyafair .lecture__lesson--01-01 {
  grid-area: lesson0101;
}

.takamiyafair .lecture__lesson--01-02 {
  grid-area: lesson0102;
}

.takamiyafair .lecture__lesson--02-01 {
  grid-area: lesson0201;
}

.takamiyafair .lecture__lesson--02-02 {
  grid-area: lesson0202;
}

.takamiyafair .lecture__lesson--01-01 .lecture__time,
.takamiyafair .lecture__lesson--01-02 .lecture__time {
  color: #91b822;
}

.takamiyafair .lecture__lesson--02-01 .lecture__time,
.takamiyafair .lecture__lesson--02-02 .lecture__time {
  color: #009de1;
}

.takamiyafair .lecture__lesson.comingsoon .lecture__box {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.takamiyafair .lecture__lesson.comingsoon .lecture__box::before {
  position: absolute;
  inset: 0;
  z-index: 10;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.takamiyafair .lecture__lesson.comingsoon .lecture__box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  width: calc(100% - 40px);
  color: #009de1;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  white-space: nowrap;
  content: "COMING SOON";
  transform: translate(-50%, -50%);
}

.takamiyafair .lecture__time {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

.takamiyafair .lecture__box {
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 25px 20px;
  background: #ffffff;
  margin-top: 5px;
}

.takamiyafair .lecture__image_area {
  flex: 0 0 35%;
  width: 35%;
  min-width: 0;
  margin-top: 5px;
}

.takamiyafair .lecture__image_area .img {
  overflow: hidden;
}

.takamiyafair .lecture__image_area img {
  display: block;
  width: 100%;
  height: auto;
}

.takamiyafair .lecture__contents_area {
  flex: 1;
  min-width: 0;
}

.takamiyafair .lecture__title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid #f5f5f5;
}

.takamiyafair .lecture__name {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.takamiyafair .lecture__name .sp {
  display: none;
}

.takamiyafair .lecture__text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .takamiyafair .lecture__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "day01" "lesson0101" "lesson0102" "day02" "lesson0201" "lesson0202";
    gap: 20px;
    margin-top: 30px;
  }

  .takamiyafair .lecture__days {
    min-height: 50px;
  }

  .takamiyafair .lecture__days .lecture__day {
    padding: 10px 20px 10px 10px;
    font-size: 18px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  }

  .takamiyafair .lecture__days .lecture__date {
    margin-left: 12px;
    font-size: 26px;
  }

  .takamiyafair .lecture__days .lecture__date p {
    gap: 6px;
  }

  .takamiyafair .lecture__days .lecture__date .week {
    font-size: 13px;
  }

  .takamiyafair .lecture__days--02 {
    margin-top: 20px;
  }

  .takamiyafair .lecture__lesson {
    height: auto;
  }

  .takamiyafair .lecture__lesson.comingsoon .lecture__box::after {
    font-size: 24px;
  }

  .takamiyafair .lecture__time {
    font-size: 20px;
  }

  .takamiyafair .lecture__box {
    flex: initial;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 15px;
  }

  .takamiyafair .lecture__image_area {
    flex: initial;
    width: 100%;
    margin-top: 0;
  }

  .takamiyafair .lecture__contents_area {
    flex: initial;
    width: 100%;
    min-width: 0;
  }

  .takamiyafair .lecture__title {
    font-size: 20px;
  }

  .takamiyafair .lecture__name {
    font-size: 15px;
  }

  .takamiyafair .lecture__name .sp {
    display: inline-block;
  }

  .takamiyafair .lecture__text {
    font-size: 16px;
    margin: 15px 0 0;
  }
}

.takamiyafair {
  /* =========================
    access
  ========================= */
}

.takamiyafair .access {
  background: #eaf5fc;
}

.takamiyafair .access__flex {
  margin: 40px 0 0 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.takamiyafair .access__item {
  background: #ffffff;
  padding: 20px;
  flex: 1;
  margin: 0;
}

.takamiyafair .access__title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #eaf5fc;
  padding-bottom: 10px;
}

.takamiyafair .access__text {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}

.takamiyafair .access__map {
  width: 100%;
  height: 430px;
  margin: 20px 0 0;
  overflow: hidden;
}

.takamiyafair .access__map .hs-responsive-embed-wrapper,
.takamiyafair .access__map .hs-responsive-embed {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.takamiyafair .access__map .hs-responsive-embed-inner-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.takamiyafair .access__map iframe {
  position: static !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 430px !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  transform: none !important;
}

.takamiyafair .access__bus {
  margin: 80px 0 0 0;
}

.takamiyafair .access__bus--label {
  display: flex;
  align-items: stretch;
  min-height: 66px;
  overflow: hidden;
  background: #ffffff;
}

.takamiyafair .access__bus--tag {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 15px 35px 15px 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: #009de1;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}

.takamiyafair .access__bus--title {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-left: 14px;
}

.takamiyafair .access__bus--title p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.takamiyafair .access__bus--text {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 0 0;
}

.takamiyafair .access__bus__maps {
  margin: 40px 0 0 0;
  display: flex;
  gap: 20px;
}

.takamiyafair .access__bus__box {
  background: #ffffff;
  padding: 20px;
}

.takamiyafair .access__bus__box .station {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #eaf5fc;
  padding-bottom: 10px;
}

.takamiyafair .access__bus__box .map {
  margin: 20px 0 0 0;
}

.takamiyafair .access__bus__box .driving {
  margin: 10px 0 0 0;
  text-align: right;
}

.takamiyafair .access__bus__timetables {
  margin: 20px 0 0 0;
  display: flex;
  gap: 20px;
}

.takamiyafair .access__bus__timetable .title {
  font-size: 20px;
  font-weight: 400;
}

.takamiyafair .access__bus__timetable img {
  margin: 10px 0 0 0;
}

.takamiyafair .access__bus__caution {
  width: fit-content;
  margin: 10px 0 0 auto;
  padding: 0;
  list-style: none;
}

.takamiyafair .access__bus__caution li {
  position: relative;
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  text-align: left;
}

.takamiyafair .access__bus__caution li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media screen and (max-width: 767px) {
  .takamiyafair .access__flex {
    margin: 20px 0 0 0;
    flex-direction: column;
    gap: 10px;
  }

  .takamiyafair .access__title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .takamiyafair .access__text {
    margin-top: 10px;
  }

  .takamiyafair .access__bus {
    margin: 40px 0 0 0;
  }

  .takamiyafair .access__bus--label {
    min-height: 50px;
  }

  .takamiyafair .access__bus--tag {
    padding: 10px 20px 10px 10px;
    font-size: 18px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  }

  .takamiyafair .access__bus--title {
    margin-left: 10px;
  }

  .takamiyafair .access__bus--title p {
    font-size: 17px;
  }

  .takamiyafair .access__bus__maps {
    margin: 20px 0 0 0;
    flex-direction: column;
  }

  .takamiyafair .access__bus__box .station {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .takamiyafair .access__bus__box .map {
    margin-top: 10px;
  }

  .takamiyafair .access__bus__timetables {
    flex-direction: column;
    align-items: center;
  }

  .takamiyafair .access__bus__timetable .title {
    font-size: 18px;
  }
}

.takamiyafair {
  /* =========================
    entry
  ========================= */
}

.takamiyafair .entry {
  --entry-overlap: 160px;
  position: relative;
  overflow: hidden;
  background: #eaf5fc;
}

.takamiyafair .entry .l-inner {
  position: relative;
  z-index: 2;
}

.takamiyafair .entry__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  background: #ffffff;
}

.takamiyafair .entry__label {
  border: 1px solid #91b822;
  padding: 4px 20px;
}

.takamiyafair .entry__label p {
  margin: 0;
  color: #91b822;
  font-size: clamp(19px, 1.6vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.25em;
  text-align: center;
}

.takamiyafair .entry__catch {
  margin-top: 20px;
}

.takamiyafair .entry__catch p {
  margin: 0;
  color: #333333;
  font-size: clamp(32px, 4.17vw, 50px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.takamiyafair .entry__catch p .sp {
  display: none;
}

.takamiyafair .entry__text {
  margin-top: 30px;
}

.takamiyafair .entry__text p {
  margin: 0;
  color: #333333;
  font-size: clamp(16px, 1.67vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.takamiyafair .entry__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.takamiyafair .entry {
  /* コンテンツの下に潜らせる画像 */
}

.takamiyafair .entry__visual {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: calc(-1 * var(--entry-overlap));
  overflow: hidden;
  line-height: 0;
}

.takamiyafair .entry__visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .takamiyafair .entry {
    --entry-overlap: 40px;
    padding-top: 30px;
  }

  .takamiyafair .entry__content {
    padding: 30px 20px;
  }

  .takamiyafair .entry__label {
    padding: 4px 10px;
  }

  .takamiyafair .entry__label p {
    font-size: 16px;
    letter-spacing: 0.15em;
  }

  .takamiyafair .entry__catch {
    margin-top: 15px;
  }

  .takamiyafair .entry__catch p .sp {
    display: inline-block;
  }

  .takamiyafair .entry__text {
    margin-top: 15px;
  }

  .takamiyafair .entry__text p {
    font-size: 16px;
  }

  .takamiyafair .entry__text p br {
    display: none;
  }

  .takamiyafair .entry__btn {
    margin-top: 20px;
  }

  .takamiyafair .entry__btn .c-btn--01 span {
    font-size: 17px;
  }

  .takamiyafair .entry__visual {
    width: 100%;
  }

  .takamiyafair .entry__visual img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */