@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Shippori+Mincho+B1&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");

#gheader {
  background: #fff;
}
main {
  margin-top: 70px;
  font-family: "Noto Sans JP", sans-serif;
}
footer {
  margin-top: 0;
  border-top: none;
  z-index: 9;
  position: relative;
}

/* --------------------------------------------
   common
-------------------------------------------- */
.l-section {
  padding-bottom: 100px;
}
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
.c-title {
  text-align: center;
}
.c-title__main {
  font-weight: 900;
  color: #fff;
}
.c-title__accent {
  display: block;
  color: #000;
}
.u-sp-block {
  display: none;
}

/* --------------------------------------------
   p-roots
-------------------------------------------- */
.p-roots {
  background: #aaeb00;
}
.p-roots .c-title__main {
  font-size: 82px;
}
.p-roots .c-title__accent {
  font-size: 129px;
  margin-top: -40px;
  letter-spacing: -1.9px;
}
.p-roots .c-title__sub {
  display: block;
  max-width: 438px;
  margin: 10px auto;
}
.p-roots__list {
  margin-top: 50px;
  text-align: center;
}
.p-roots__lists-item {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  position: relative;
}
.p-roots__lists-item.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-roots__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
.p-roots__year {
  font-size: 104px;
  color: #fff;
  position: absolute;
  font-family: "Akshar", sans-serif;
}
.p-roots__lists-item:nth-child(odd) .p-roots__year {
  left: 50px;
}
.p-roots__lists-item:nth-child(even) .p-roots__year {
  right: 30px;
}
.p-roots__title {
  font-size: clamp(27px, 6vw, 56px);
  font-weight: 900;
  margin: 5px 0 15px;
}
.p-roots__text {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-roots__lists-item {
  position: relative;
  margin: 20px 0;
}
.p-roots__image {
  height: 200px;
}
.p-roots__lists-item:not(:last-child)::after {
  content: "";
  background: url(../images/roots-arrow.svg) no-repeat;
  width: 10px;
  height: 130px;
  position: relative;
  bottom: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.p-roots__lists-item:last-child .p-roots__inner {
  max-width: none;
}
.p-roots__lists-item:last-child .p-roots__year {
  position: static;
  font-size: clamp(104px, 15vw + 1rem, 208px);
}
.p-roots__lists-item:last-child .p-roots__image {
  width: clamp(450px, 50vw + 1rem, 540px);
  height: auto;
}
.p-roots__lists-item:last-child .p-roots__title {
  margin-top: -110px;
  position: relative;
}
.p-roots__lists-item:last-child .p-roots__title img {
  max-width: 622px;
  width: 100%;
}
.p-roots__lists-item:last-child .p-roots__text {
  font-size: clamp(16px, 4vw, 28px);
  font-weight: 900;
  margin: 20px 0 0;
}

/* --------------------------------------------
   p-magazine
-------------------------------------------- */
.p-magazine {
  position: relative;
  padding-top: 420px;
}
.p-magazine-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 900px;
  width: 100%;
  object-fit: cover;
}
.p-magazine__list {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  justify-content: center;
}
.p-magazine__list-item {
  background: #aaeb00;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  text-align: center;
  padding: 34px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 25px;
}
.p-magazine__head {
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  margin-top: 10px;
}
.p-magazine__body {
  font-size: 20px;
  line-height: 1.4;
}
.p-magazine .c-title__main--lv3 {
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 900;
  color: #64d700;
  text-align: center;
  margin: 100px 0 20px;
  line-height: 1.4;
}
.p-magazine__text {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  color: #64d700;
  line-height: 1.5;
  max-width: 860px;
  margin: 0 auto;
}

/* --------------------------------------------
   p-category
-------------------------------------------- */
.p-category {
  padding-bottom: 0;
  z-index: 9;
  position: relative;
}
.p-category .c-title__main {
  font-size: 120px;
}
.p-category .c-title__accent {
  margin-top: -50px;
}
.p-category__magazine {
  background: #aaeb00;
  padding: 0 0 40px;
}
.p-category__penguin {
  background: #000;
  padding: 0 0 40px;
}
.p-category__penguin .c-title__accent {
  margin-top: 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.p-category__penguin .p-category__text {
  color: #969696;
}
.p-category__women {
  background: #c300ff;
  padding: 0 0 40px;
}
.p-category__women .c-title__main {
  color: #000;
  font-weight: 400;
  font-family: "Bitter", serif;
  font-size: 80px;
}
.p-category__women .c-title__accent {
  margin-top: -50px;
  font-size: 150px;
}
.p-category__women .c-title__accent,
.p-category__women .p-category__text {
  color: #fff;
}
.p-category__text {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  font-weight: 900;
  line-height: 1.5;
}

/* --------------------------------------------
   next-slide
-------------------------------------------- */
.next-slide {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 2%;
  right: 20px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #cbcbcb;
  border-radius: 100%;
  background: #000 url(/shared/images/icon_arw_TB.svg) no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  pointer-events: none;
  transition:
    background 0.5s ease,
    opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.next-slide a {
  display: block;
  height: 100%;
}
.next-slide:hover {
  background: #ce121b url(/shared/images/icon_arw_TB.svg) no-repeat;
  background-position: 50% 50%;
}
.next-slide.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* ===============================================
   SP
=============================================== */
@media (max-width: 767px) {
  /* --------------------------------------------
		common
	-------------------------------------------- */
  .l-section {
    padding-bottom: 50px;
  }
  .c-title__accent {
    margin-top: -20px;
  }
  .u-pc-block {
    display: none;
  }
  .u-sp-block {
    display: block;
  }

  /* --------------------------------------------
		p-roots
	-------------------------------------------- */
  .p-roots__inner {
    max-width: 375px;
  }
  .p-roots .c-title__main {
    font-size: 40px;
  }
  .p-roots .c-title__accent {
    font-size: 63px;
    margin-top: -20px;
  }
  .c-title__sub {
    width: 260px;
  }
  .p-roots__image {
    height: 150px;
  }
  .p-roots__lists-item:nth-child(odd) .p-roots__year {
    left: 0px;
  }
  .p-roots__lists-item:nth-child(even) .p-roots__year {
    right: 0px;
  }
  .p-roots__year {
    font-size: clamp(50px, 15vw, 69px);
  }
  .p-roots__lists-item:last-child .p-roots__inner {
    display: grid;
  }
  .p-roots__lists-item:last-child .p-roots__year {
    order: 2;
    margin-top: -50px;
  }
  .p-roots__lists-item:last-child .p-roots__title {
    margin-top: -10px;
  }
  .p-roots__lists-item:not(:last-child)::after {
    height: 80px;
  }

  /* --------------------------------------------
		p-magazine
	-------------------------------------------- */
  .p-magazine-bg {
    height: 450px;
  }
  .p-magazine {
    padding-top: 280px;
  }
  .p-magazine__list {
    margin: 20px 0 0;
    gap: 20px 3%;
  }
  .p-magazine__list-item {
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    gap: 15px;
  }
  .p-magazine__head {
    background: #aaeb00;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .p-magazine__body {
    font-size: 14px;
    text-align: left;
  }
  .p-magazine .c-title__main--lv3 {
    margin: 50px 0 10px;
  }

  /* --------------------------------------------
		p-magazine
	-------------------------------------------- */
  .p-category {
    padding-bottom: 0;
  }
  .p-category .c-title__main {
    font-size: 56px;
  }
  .p-category .c-title__accent {
    margin-top: -20px;
  }
  .p-category__women .c-title__main {
    font-size: 40px;
  }
  .p-category__women .c-title__accent {
    margin-top: -30px;
    font-size: 86px;
  }
  .p-category__text {
    font-size: 15px;
    margin: 10px 0;
  }
  .p-category__image {
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
