@charset "UTF-8";

:root {
  --bg-color: #D9E9F9;
}

#top {
  padding-bottom: 80px;
}

#top .head__number {
  background-color: var(--bg-color);
}

.top-fv {
  background-color: var(--bg-color);
}

.top-fv__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9%;
  margin-top: 40px;
  padding: 0 20px;
  height: 50px;
  background-color: #fff;
}

.top-fv__links li a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  padding-right: 16px;
}

.top-fv__links li a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center / contain;
}

.top-fv__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
}

.top-fv__wrap a {
  transition: opacity .3s;
}

.top-fv__wrap a:hover {
  opacity: .7;
}

.top-fv__left {
  flex: 1;
}

.top-fv__left .feature01 {
  padding-left: 9.231%;
}

.top-fv__left .feature01 p.title {
  font-size: min(5.2rem, 5.08vw);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.top-fv__left .feature02 {
  margin-top: 48px;
  padding-left: 7%;
}

.top-fv__left .feature02 .tag {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  width: fit-content;
  margin-left: 3%;
  margin-bottom: 20px;
  padding: 9px 22px;
  background-color: #5BCC83;
  border-radius: 16px;
}

.top-fv__left .feature02 .title {
  font-size: min(3.8rem, 3.71vw);
  font-weight: 600;
  letter-spacing: -0.05em;
  padding-left: 3%;
}

.top-fv__left .feature02 .title span {
  display: block;
  font-size: 0.7778em;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.top-fv__right {
  width: 37.5%;
  aspect-ratio: 390 / 580;
}

.top-fv__right a {
  transition: all .3s;
}

.top-fv__right a:hover {
  opacity: .7;
}

.top-fv__right .image {
  position: relative;
}

.top-fv__right .logo {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
}

.top-fv__right .main-title {
  position: absolute;
  width: 72%;
  top: 79%;
  left: 60%;
  transform: translateX(-50%);
}

.top-fv__right .sub-title {
  position: absolute;
  width: 64%;
  left: 5%;
  top: 21%;
}

.top-sec {
  padding: 64px 0 50px;
}

.top-sec__title {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 32px;
}

.top-sec__title::before,
.top-sec__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.top-sec__title .ja {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.top-sec__title .en {
  font-size: 1.4rem;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.top-sec.feature {
  background-color: var(--bg-color);
}

.top-sec.feature .flex {
  gap: 20px;
}

.top-sec .feature__title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.top-sec.series {
  background-color: rgba(165, 153, 90, 0.4);
}

.series-content__top {
  display: flex;
  gap: 40px;
}

.series-content__top .items {
  background-color: #fff;
  border-radius: 20px;
}

.series-content__top .items .image img {
  aspect-ratio: 500 / 310;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.series-content__top .items .desc {
  padding: 40px 30px 30px;
}

.series-content__top .items .cat {
  padding-bottom: 14px;
  border-bottom: 1px solid #6B6B6B;
}

.series-content__top .items .title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 20px 0 16px;
}

.series-content__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}


.series-content__top .items {
  width: calc((100% - 20px * 2) / 2);
}
.series-content__bottom .items {
  width: calc((100% - 20px * 2) / 3);
}

.series-content__bottom .items p {
  margin-top: 8px;
}

.series-content__bottom .items .image {
  border-radius: 6px;
}

.series-content__bottom .items .image img {
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.series-content__bottom .items .head p {
  margin: 0;
  padding: 10px 5px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.top-sec.info {
  padding-bottom: 0;
}

.info-content {
  display: flex;
  flex-wrap: wrap;
  gap: 62px 40px;
}

.hidden-contents {
  display: none;
  margin-top: 62px;
}

.info-content .items {
  width: calc((100% - 40px * 2) / 3);
}

.info-content .items .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 24px;
  padding: 0 10px;
  width: fit-content;
  border-left: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
}

.info-content .items .lead {
  margin-top: 16px;
}

.top-sec.info .banner {
  margin-top: 64px;
}

.top-sec.info .banner img {
  width: 80%;
  margin: auto;
  display: block;
}

.top-sec.info .banner a {
  transition: all .3s;
}

.top-sec.info .banner a:hover {
  filter: brightness(92%);
}

.info-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 64px;
}

.info-bottom .items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.info-bottom .items .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.info-bottom .items.backnum {
  border: 1px solid #B29881;
}

.info-bottom .items.backnum .title {
  display: grid;
  place-items: center;
  width: 100%;
  height: 56px;
  background-color: #B29881;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.info-bottom .items.backnum .title img {
  width: min(400px, 90%);
}

.info-bottom .items.backnum .desc {
  padding: 20px 10px;
}

.info-bottom .items.backnum .image {
  width: 100%;
  margin: 0 auto;
}


.info-bottom .items.backnum .more-btn {
  background-color: #B29881;
}

.info-bottom .items .notes {
  font-size: 1.4rem;
  font-weight: 400;
  margin: auto 0 12px;
}

.top-sec.pickup {
  padding: 94px 0 0;
}

.top-sec.pickup .top-sec__title .wrap {
  position: relative;
}

.top-sec.pickup .top-sec__title .wrap::before {
  position: absolute;
  content: '';
  top: -30px;
  left: 50%;
  width: 30px;
  height: 22px;
  transform: translateX(-50%);
  background: url(/assets/img/ico-crown.svg) no-repeat center / contain;
}

.pickup-rank__content {
  display: flex;
  justify-content: space-between;
}

.pickup-rank__content .items {
  position: relative;
  width: 31.346%;
  padding-left: 8px;
}

.pickup-rank__content .items a {
  display: flex;
  gap: 8px;
}

.pickup-rank__content .items .image {
  width: 46%;
  height: 100%;
  border-radius: 6px;
}

.pickup-rank__content .items::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.pickup-rank__content .items:nth-of-type(1)::before {
  background-image: url(/assets/img/ico-num01.png);
}

.pickup-rank__content .items:nth-of-type(2)::before {
  background-image: url(/assets/img/ico-num02.png);
}

.pickup-rank__content .items:nth-of-type(3)::before {
  background-image: url(/assets/img/ico-num03.png);
}

.pickup-rank__content .items .image img {
  border-radius: 6px;
}

.pickup-rank__content .items .desc {
  flex: 1;
}

.pickup-rank__content .items .cat {
  font-size: min(1.4rem, 1.16vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px;
  border-radius: 24px;
  border: 1px solid #6B6B6B;
}

.pickup-rank__content .items .title {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 8px;
}

.pickup__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 64px;
}

.pickup__content .items {
  width: calc((100% - 40px) / 2);
}

.pickup__content .items a {
  display: flex;
  align-items: stretch;
}

.pickup__content .items.pickup01 a {
  background-color: #8AE4DE;
}

.pickup__content .items.pickup02 a {
  background-color: #A4C1F1;
}

.pickup__content .items.pickup03 a {
  background-color: #FFA8B3;
}

.pickup__content .items .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 18px;
}

.pickup__content .items .title {
  font-size: min(3rem, 2.89vw);
  font-weight: 700;
  line-height: 1.4;
}

.pickup__content .items .lead {
  font-size: min(2rem, 1.8vw);
  line-height: 1.4;
  margin-top: 5px;
}

.pickup__content .items .image {
  width: 50%;
}

.pickup__content .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-sec .swiper-wrapper {
  display: flex;
  gap: 20px;
}

.top-sec .swiper-slide {
  flex-shrink: 1;
}


/* -------------------------------------
  responsive
------------------------------------- */

@media screen and (max-width: 768px) {
  .top-sec .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .top-sec .swiper-slide {
    flex-shrink: 0;
  }

  #top {
    padding-bottom: 40px;
  }

  .top-sec {
    padding: 40px 0;
  }

  .top-sec.feature .swiper-container {
    margin-bottom: 48px;
  }



  .top-fv__right {
    width: 100%;
    margin: 0 30px;
  }

  .top-fv__links {
    gap: 9%;
    height: 80px;
    margin-top: 20px;
  }

  .top-fv__links li a {
    display: flex;
    align-items: center;
    height: 56px;
    padding-right: 0;
    padding-bottom: 12px;
  }

  .top-fv__links li a::before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .top-sec__title .ja {
    font-size: 2.4rem;
  }

  .top-sec__title .en {
    font-size: 1.2rem;
  }

  .top-sec .feature__title {
    font-size: 3rem;
  }

  .series-content__top {
    flex-direction: column;
    gap: 16px;
  }

  .series-content__top .items {
    width: auto;
  }

  .series-content__top .items .desc {
    padding: 20px;
  }

  .series-content__top .items .title,
  .pickup__content .items .title {
    font-size: 2rem;
  }

  #top .series-content__top .fs-lead-l {
    font-size: 1.8rem;
  }

  .series-content__bottom,
  .info-content {
    gap: 20px 25px;
  }

  .series-content__bottom .items,
  .info-content .items {
    width: calc((100% - 25px) / 2);
  }

  .series-content__bottom .items .head p,
  .pickup-rank__content .items .cat,
  .pickup__content .items .lead {
    font-size: 1.4rem;
  }

  .info-content .items .title {
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }

  .info-content .items .lead {
    margin-top: 8px;
  }

  .top-sec.info .banner {
    margin-top: 40px;
  }

  .top-sec.info .banner img {
    width: 100%;
  }

  .info-bottom {
    flex-direction: column;
    margin-top: 40px;
  }

  .info-bottom .items .notes {
    margin-top: 15px;
  }

  .info-bottom .items,
  .pickup-rank__content .items,
  .pickup__content .items {
    width: 100%;
  }

  .top-sec.pickup {
    padding-top: 64px;
  }

  .pickup-rank__content {
    flex-wrap: wrap;
    gap: 20px;
  }

  .pickup-rank__content .items a {
    gap: 17px;
  }

  .pickup__content {
    gap: 20px;
    margin-top: 40px;
  }

  .pickup__content .items .desc {
    padding: 12px;
  }
}