@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Vujahday+Script&display=swap");
/* RESET
------------------------------------------------------------*/
/* BASE
------------------------------------------------------------*/
/* OTHER SETTING
------------------------------------------------------------*/
/*----------------------------------------------
    setting
----------------------------------------------*/
/*----------------------------------------------
    common
----------------------------------------------*/
section {
  margin-top: 150px;
}
@media (max-width: 767px) {
  section {
    margin-top: 80px;
  }
}

h2 {
  color: #C58F21;
  font-size: clamp(46px, 3vw, 52px);
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h2 + p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 52px;
  letter-spacing: inherit;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h2 + p {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 3%;
  }
}

.max {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .max {
    padding: 0 3%;
  }
}

/*-- button --*/
.top_btn_box {
  text-align: center;
}
@media (max-width: 767px) {
  .top_btn_box {
    margin-top: 30px !important;
  }
}
.top_btn_box .top_button {
  background-color: #C58F21;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 82px;
  border: none;
  border-radius: 99px;
  position: relative;
}
@media (max-width: 767px) {
  .top_btn_box .top_button {
    font-size: 15px;
  }
}
.top_btn_box .top_button:after {
  content: url(../image/icon_arw_02.svg);
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-- br --*/
br.pc {
  display: block;
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/*-- common --*/
.pick_up_text_title {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .pick_up_text_title {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*----------------------------------------------
    firstview
----------------------------------------------*/
#top_eye {
  margin-top: 0;
}

/*----------------------------------------------
    sns
----------------------------------------------*/
@media (max-width: 767px) {
  #top_sns {
    margin-top: 30px;
  }
}
#top_sns .top_sns_inner_underfv {
  margin: 0 !important;
}
#top_sns .top_sns_list {
  gap: 62px;
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  #top_sns .top_sns_list {
    margin-bottom: 42px;
    gap: 15px;
  }
}
#top_sns .top_sns_list .top_sns_item {
  margin: 0;
}
#top_sns .top_sns_list .top_sns_item img {
  max-width: 63px;
  max-height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #top_sns.top_sns_sec {
    margin-top: 80px;
  }
}

/*----------------------------------------------
    event
----------------------------------------------*/
@media (max-width: 767px) {
  #top_event_info .top_btn_box {
    margin-top: 0 !important;
  }
}

#iemiru-cms-index-page .index-page__events-event.is-horizontal {
  width: 31% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}

#iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-name {
  line-height: 1.4 !important;
}
@media (max-width: 767px) {
  #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-name {
    height: auto !important;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-date {
    height: auto !important;
  }
}

/*----------------------------------------------
    work
----------------------------------------------*/
#top_work {
  overflow-x: hidden;
}
#top_work .workSwiper {
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  #top_work .workSwiper {
    margin-bottom: 0;
  }
}
#top_work .workSwiper .swiper-slide figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_work .workSwiper .swiper-slide p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: inherit;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #top_work .workSwiper .swiper-slide p {
    padding: 0 3%;
    font-size: 14px;
  }
}

/*----------------------------------------------
    basic
----------------------------------------------*/
#top_basic .top_basic_list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 20px;
}

/*----------------------------------------------
    concept
----------------------------------------------*/
#top_concept hgroup {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #top_concept hgroup {
    display: block;
    margin-bottom: 24px;
  }
}
#top_concept hgroup h2.top_concept__title {
  text-align: left;
  margin-bottom: 0;
}
#top_concept hgroup span.top_concept__en {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #C58F21;
  border-bottom: 1px solid #C58F21;
  text-align: right;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #top_concept hgroup span.top_concept__en {
    display: block;
    text-align: left;
    margin-top: 15px;
    font-size: clamp(14px, 1vw, 18px);
    padding-bottom: 8px;
  }
}
#top_concept .concept_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  #top_concept .concept_box {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #top_concept .concept_box {
    display: block;
  }
}
#top_concept .concept_box__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  #top_concept .concept_box__image {
    margin-left: 0;
  }
}
#top_concept .concept_box__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 44/23;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_concept .concept_box__main {
  width: 50%;
}
@media (max-width: 767px) {
  #top_concept .concept_box__main {
    width: 100%;
  }
}
#top_concept .concept_box__main strong {
  display: block;
  padding-top: 72px;
  font-size: clamp(22px, 1rem + 1vw, 30px);
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #top_concept .concept_box__main strong {
    padding-top: 8%;
  }
}
@media (max-width: 767px) {
  #top_concept .concept_box__main strong {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}
#top_concept .concept_box__main .detail {
  position: relative;
  padding: 60px 0;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1024px) {
  #top_concept .concept_box__main .detail {
    padding: 40px 40px 40px 0;
  }
}
@media (max-width: 767px) {
  #top_concept .concept_box__main .detail {
    padding: 25px 15px 25px 15px;
  }
}
#top_concept .concept_box__main .detail:after {
  content: "";
  background-color: #EFEFEF;
  width: 100%;
  height: 100%;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  #top_concept .concept_box__main .detail:after {
    min-width: 1600px;
  }
}
#top_concept .concept_box__main .detail p {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  letter-spacing: inherit;
}
#top_concept .concept_box__main .detail figure img {
  max-width: 100%;
  max-height: 102px;
}

/*----------------------------------------------
    information
----------------------------------------------*/
/*----------------------------------------------
    topic
----------------------------------------------*/
/*----------------------------------------------
    sugiori
----------------------------------------------*/
#top_sugiori .top_concept_inner {
  max-width: 1000px;
  margin: 150px auto 220px;
}
@media (max-width: 767px) {
  #top_sugiori .top_concept_inner {
    margin: 0 auto 40px;
  }
}/*# sourceMappingURL=top.css.map */