/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_top .mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top .mv {
    height: calc(100vh - 130px);
    min-height: 667px;
  }
}
.p_top .mv_slider {
  width: 100%;
  height: 100%;
}
.p_top .mv_slider__inner {
  height: 100%;
}
.p_top .mv_slider__inner:has(.index04.swiper-slide-active) + .mv_title {
  display: none;
}
.p_top .mv_slider__item {
  height: unset;
  position: relative;
}
.p_top .mv_slider__item .imagearea {
  height: 100%;
}
.p_top .mv_slider__item .imagearea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p_top .mv_title {
  position: absolute;
  bottom: 92px;
  left: 20px;
  font-weight: 700;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_top .mv_title {
    bottom: 32.7%;
    left: clamp(
      3.75rem,
      9.9759615385vw + -1.0384615385rem,
      8.9375rem
  );
    line-height: 1.4464285714;
    font-size: clamp(
      2.5rem,
      1.9230769231vw + 1.5769230769rem,
      3.5rem
  );
  }
}
.p_top .mv_event {
  background-color: #FFF;
}
.p_top .mv_event__inner {
  padding: 17px 20px 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event__inner {
    position: absolute;
    bottom: clamp(
      2.5625rem,
      2.7644230769vw + 1.2355769231rem,
      4rem
  );
    left: clamp(
      1.25rem,
      4.0865384615vw + -0.7115384615rem,
      3.375rem
  );
    width: calc(80% - 20px);
    max-width: 875px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 27px 18px 29px;
    background-color: #FFF;
  }
}
.p_top .mv_event .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFDE00;
}
.p_top .mv_event .contentarea {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .contentarea {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 0;
  }
}
.p_top .mv_event .time {
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #96927C;
  flex-shrink: 0;
}
.p_top .mv_event .link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 1px;
  padding-bottom: 1px;
  color: #000000;
  margin-top: 11px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .link {
    margin-top: 0;
    text-underline-offset: 2px;
  }
  .p_top .mv_event .link:hover {
    text-decoration: none;
  }
}
.p_top .mv_event .link span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .link span {
    padding-bottom: 2px;
  }
}
.p_top .mv_event .btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .btn {
    margin-top: 0;
  }
}
.p_top .mv_event .btn_link {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .btn_link {
    gap: 10px;
  }
}
.p_top .mv_event .btn_link__txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
.p_top .mv_event .btn_link__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #FFF;
  color: #FFDE00;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .btn_link__icon {
    background-color: #FFDE00;
    color: #000000;
  }
}
.p_top .mv_event .btn_link__icon::before {
  content: "";
  width: 9px;
  height: 8px;
  display: block;
  background-color: #FFDE00;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_top .mv_event .btn_link__icon::before {
    background-color: #000000;
  }
}
.p_top .mv_sns {
  display: none;
  position: absolute;
  right: 32px;
  bottom: 42px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_top .mv_sns {
    display: block;
  }
}
.p_top .mv_sns__title {
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-align: center;
}
.p_top .mv_sns__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}
.p_top .mv_sns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FFF;
}
.p_top .mv_sns__item .link {
  display: block;
  width: 40px;
  height: 40px;
}
.p_top .info {
  padding: 56px 0 60px 0;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p_top .info {
    padding: 122px 0 120px 0;
    background-color: #F8F8F4;
  }
}
.p_top .info_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p_top .info_title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .p_top .info_title {
    width: calc(100% - 166px);
    font-size: 2.5rem;
    line-height: 1.375;
    order: 1;
  }
}
.p_top .info_maincontent {
  margin: 22px -20px 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p_top .info_maincontent {
    order: 3;
    margin: 52px 0 0 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_top .info_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(
      1.25rem,
      2.4038461538vw + 0.0961538462rem,
      2.5rem
  );
  }
}
.p_top .info .swiper_scrollbar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #F8F8F4;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p_top .info .swiper_scrollbar {
    display: none;
  }
}
.p_top .info .swiper_scrollbar .swiper-scrollbar-drag {
  background-color: #FFDE00;
}
.p_top .info .c_btn01 {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p_top .info .c_btn01 {
    max-width: 146px;
    order: 2;
    margin: 0;
  }
}
.p_top .info02 {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p_top .info02 {
    padding: 80px 0;
    background-color: #FFF;
  }
}
.p_top .info02_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.p_top .info02_item {
  display: block;
  background-color: #FFEE99;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item {
    width: 400px;
    aspect-ratio: 400/300;
  }
  .p_top .info02_item:hover {
    opacity: 0.7;
  }
}
.p_top .info02_item__top {
  color: #000000;
  padding: 36px 30px 0 42px;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item__top {
    padding: 36px 65px 0;
  }
}
.p_top .info02_item__top .sub {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item__top .sub {
    font-size: 1.25rem;
  }
}
.p_top .info02_item__top .group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item__top .group {
    gap: 10px;
    margin-top: 10px;
  }
}
.p_top .info02_item__top .title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item__top .title {
    font-size: 2rem;
  }
}
.p_top .info02_item__top .icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item__top .icon {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #FFDE00;
  }
}
.p_top .info02_item__top .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-color: #000000;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
}
.p_top .info02_item__bottom {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p_top .info02_item__bottom {
    margin-top: 17px;
  }
}
.p_top .about {
  padding: 0 0 67px 0;
}
@media screen and (min-width: 768px) {
  .p_top .about {
    padding: 119px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p_top .about_top {
    width: calc(50% + 620px);
    padding-left: 40px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p_top .about_top__imgarea {
    width: 86.95%;
    margin-left: auto;
  }
}
.p_top .about_top__heading {
  position: relative;
  top: -40px;
  left: 19px;
}
@media screen and (min-width: 768px) {
  .p_top .about_top__heading {
    top: -203px;
    left: 0;
  }
}
.p_top .about_top__heading .title {
  font-family: "Alata", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.1166666667;
  color: #DBDBC7;
  opacity: 0.38;
}
@media screen and (min-width: 768px) {
  .p_top .about_top__heading .title {
    font-size: clamp(
      7.5rem,
      7.2115384615vw + 4.0384615385rem,
      11.25rem
  );
    opacity: 0.46;
    line-height: 1;
  }
}
.p_top .about_top__heading .sub {
  position: absolute;
  left: 1px;
  bottom: 3px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p_top .about_top__heading .sub {
    left: 0;
    bottom: 7px;
    font-size: clamp(
      2.5rem,
      1.9230769231vw + 1.5769230769rem,
      3.5rem
  );
  }
}
.p_top .about_top__heading .sub_number {
  font-family: "Alata", sans-serif;
  font-size: 2.6875rem;
  font-weight: 400;
  color: #FFDE00;
  padding: 0 1px 0 6px;
}
@media screen and (min-width: 768px) {
  .p_top .about_top__heading .sub_number {
    font-size: clamp(
      4.6875rem,
      3.0048076923vw + 3.2451923077rem,
      6.25rem
  );
    padding: 0;
  }
}
.p_top .about_main {
  margin-top: -23px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main {
    margin-top: -29px;
  }
}
.p_top .about_main__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__inner {
    gap: 182px;
  }
}
.p_top .about_main__headsp {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #FFF;
  padding: 15px 16px 15px 10px;
  min-height: 106px;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__headsp {
    display: none;
  }
}
.p_top .about_main__headsp .index {
  width: 50px;
  margin-right: 2px;
  flex-shrink: 0;
  font-size: 2rem;
  font-family: "Alata", sans-serif;
  line-height: 1;
  color: #FFDE00;
}
.p_top .about_main__headsp .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-right: 60px;
}
.p_top .about_main__headsp .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
.p_top .about_main__headsp .icon::after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #FFDE00;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  border-radius: 41px;
  transition: 0.3s ease-in;
}
.p_top .about_main__headsp .icon::before {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background-color: #FFDE00;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  border-radius: 41px;
}
.p_top .about_main__headsp.active .icon::after {
  opacity: 0;
}
.p_top .about_main__contentarea {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__contentarea {
    width: 50%;
    margin: -5px 0 0;
  }
}
.p_top .about_main__contentsp {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__contentsp {
    display: block;
  }
}
.p_top .about_main__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 24px;
  background-color: #FFF;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item {
    gap: 40px;
    flex-direction: row;
    background-color: #F8F8F4;
    border-radius: 0;
  }
}
.p_top .about_main__item__child {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__child {
    margin-bottom: 54px;
  }
}
.p_top .about_main__item__child .title {
  display: none;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__child .title {
    display: block;
  }
}
.p_top .about_main__item__child .title span {
  background-image: linear-gradient(#FFEE99 100%);
  background-position: 0 98%;
  background-size: 100% 11px;
  background-repeat: repeat-x;
  display: inline;
}
.p_top .about_main__item__child .sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__child .sub {
    margin-top: 32px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p_top .about_main__item__child .sub span {
  background-image: linear-gradient(#FFEE99 100%);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline;
  padding: 10px 20px 10px 20px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__child .sub span {
    background-position: 0 2px;
    padding: 4px 8px 4px 10px;
  }
}
.p_top .about_main__item__child .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__child .desc {
    margin-top: 25px;
  }
}
.p_top .about_main__item__child.group_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__child.group_btn {
    margin-bottom: 58px;
    margin-top: 57px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .about_main__item__reverse {
    flex-direction: row-reverse;
  }
}
.p_top .about_main__item__reverse .about_main__imgarea .index {
  right: unset;
  left: 0;
}
.p_top .about_main__imgarea {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__imgarea {
    width: 50%;
  }
}
.p_top .about_main__imgarea .img {
  width: 100%;
}
.p_top .about_main__imgarea .index {
  font-family: "Alata", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  color: #FFDE00;
  position: absolute;
  top: -110px;
  right: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top .about_main__imgarea .index {
    display: block;
  }
}
.p_top .library {
  padding-top: 47px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p_top .library {
    padding-top: 101px;
    background-color: #F8F8F4;
  }
}
.p_top .library_list.js_swipper02 {
  transform: rotateY(-180deg);
}
.p_top .library_list.js_swipper02 .library_item {
  transform: rotateY(180deg);
}
.p_top .library_title {
  color: #000000;
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top .library_title {
    padding: 0 40px;
  }
}
.p_top .library_contentarea {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p_top .library_contentarea {
    margin-top: 71px;
  }
}
.p_top .library_item {
  position: relative;
}
.p_top .library_item__title {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
  position: absolute;
  right: 10px;
  bottom: 15px;
  padding-left: 10px;
  text-align: right;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_top .library_item__title {
    font-size: clamp(
      0.75rem,
      0.7211538462vw + 0.4038461538rem,
      1.125rem
  );
    right: 20px;
    bottom: 20px;
    padding-left: 20px;
  }
}
.p_top .library_item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(102, 107, 121, 0.49);
  mix-blend-mode: multiply;
}
.p_top .library .swiper-wrapper {
  transition-timing-function: linear;
}
.p_top .library_groupbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_top .library_groupbtn {
    gap: 36px;
    margin-top: 85px;
    padding: 0 40px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.p_top .conside {
  padding: 70px 0 0 0;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .p_top .conside {
    padding: 120px 0 0 0;
    background-color: #F8F8F4;
  }
}
.p_top .conside_title {
  text-align: center;
}
.p_top .conside_list {
  margin-top: 11px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p_top .conside_list {
    margin-top: 85px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
  }
}
.p_top .conside_item__link .image {
  aspect-ratio: 260/180;
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top .conside_item__link .image {
    display: block;
  }
}
.p_top .conside_item__link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_top .conside_item__link .contentarea .heading {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.p_top .conside_item__link .contentarea .heading .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p_top .conside_item__link .contentarea .heading .title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p_top .conside_item__link .contentarea .heading .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #FFDE00;
  margin-top: 1px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_top .conside_item__link .contentarea .heading .icon {
    margin-top: 6px;
  }
}
.p_top .conside_item__link .contentarea .heading .icon::after {
  content: "";
  width: 8.47px;
  height: 7.26px;
  background-color: #FFF;
  mask: url(../../assets/images/common/icon_arrow_right_solid.svg) no-repeat center/contain;
}
.p_top .conside_item__link .contentarea .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p_top .conside_item__link .contentarea .desc {
    margin-top: 13px;
  }
}
.p_top .c_boxcontact {
  background-color: #FFF;
  padding-top: 56px;
  padding-bottom: 79px;
}
@media screen and (min-width: 768px) {
  .p_top .c_boxcontact {
    margin-top: 92px;
    margin-bottom: 180px;
    background-color: #F8F8F4;
    padding: 0;
  }
}
.p_top .c_boxcontact__inner {
  background-color: #F8F8F4;
}
@media screen and (min-width: 768px) {
  .p_top .c_boxcontact__inner {
    background-color: #FFF;
  }
}
/*# sourceMappingURL=top.css.map */
