@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
* {
  margin: 0;
  box-sizing: border-box;
}

.dir-under .wrap {
  position: relative;
  background: url(../images/main-under-bg.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap {
    background: url(../images/main-under-bg_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
}

.dir-under .wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  background: url(../images/deco-under-bg.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap::before {
    background: url(../images/deco-under-bg_sp.png) repeat-y;
    background-size: 100% auto;
  }
}

.title-group {
  position: relative;
}

.title-group .deco01 {
  position: absolute;
  top: 0;
  left: 450px;
  width: 85px;
}

@media screen and (max-width: 768px) {
  .title-group .deco01 {
    top: -15px;
    left: initial;
    right: 15px;
    width: 48px;
  }
}

.title-group .page-title {
  position: relative;
  font-size: clamp(5rem, calc(64/1280*100vw), 6.4rem);
  font-weight: 400;
  font-family: var(--rammetto);
  letter-spacing: 0.048em;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  filter: drop-shadow(8px 8px 0 #55D6C2);
  padding-bottom: 8px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .title-group .page-title {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
  }
}

.title-group .page-title span {
  translate: 0 200%;
  display: inline-block;
}

.title-group .sub-title {
  position: relative;
  display: block;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--zenKakuAntique);
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 11px 30px;
  margin: 0 0 20px;
  background-color: #fff;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .title-group .sub-title {
    margin: 0 auto 20px;
  }
}

.title-group .sub-title::before {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 0;
  left: 35px;
  width: 22px;
  height: 15px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #000;
}

.title-group .sub-title::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 38px;
  width: 18px;
  height: 12px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #fff;
}

a.category-0,
a.category-8  {
  background-color: #F5E960;
  color: #231f20;
}

a.category-1,
a.category-2,
a.category-3,
a.category-5,
a.category-7,
a.category-10,
a.category-14  {
  background-color: #577FFF;
  color: #fff;
}

a.category-4,
a.category-6 {
  background-color: #F49097;
  color: #fff;
}

a.category-9,
a.category-11 {
  background-color: #55D6C2;
}

.category-all,
a.category-all {
  background-color: #fff;
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv-area ↓↓↓ */
.fv-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 0 auto;
}

.fv-area .inner {
  padding: 42px 70px 0;
}

@media screen and (max-width: 768px) {
  .fv-area .inner {
    padding: 37px 15px 0;
  }
}
/* ↑↑↑ fv-area ↑↑↑ */

/* ↓↓↓ catch-area ↓↓↓ */
.catch-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 35px auto 0;
}

@media (max-width: 768px) {
  .catch-area {
    margin: 24px auto 0;
  }
}

.catch-area .deco01 {
  position: absolute;
  transform: rotateY(180deg);
  bottom: 145px;
  left: -15px;
  width: 100px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .catch-area .deco01 {
    left: 10px;
    width: 55px;
  }
}

.catch-area .deco02 {
  position: absolute;
  bottom: 25px;
  right: 45px;
  width: 51px;
}

@media screen and (max-width: 768px) {
  .catch-area .deco02 {
    right: 15px;
    width: 37px;
  }
}

.catch-area .inner {
  position: relative;
  padding: 0 70px 60px;
  z-index: 1;
}

@media (max-width: 768px) {
  .catch-area .inner {
    padding: 0 32px 35px;
  }
}

.catch-area .image {
  border-radius: 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .catch-area .image {
    border-radius: 50px;
  }
}

.catch-area .catch-textgroup {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .catch-area .catch-textgroup {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    margin-top: 24px;
  }
}

.catch-area .catch-text + .catch-text {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .catch-area .catch-text + .catch-text {
    margin-top: 40px;
  }
}

.catch-area .attention {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
/* ↑↑↑ catch-area ↑↑↑ */

/* ↓↓↓ category-area ↓↓↓ */
.category-area .inner {
  padding: 0 70px;
}

@media (max-width: 768px) {
  .category-area .inner {
    padding: 0 32px;
  }
}

.category-area .category-block {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1082px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .category-area .category-block {
    gap: 12px 10px;
    max-width: 500px;
  }
}

.category-area .category-btn {
  cursor: pointer;
  position: relative;
  width: calc((100% - 14px * 3) / 4);
  height: 68px;
  border: 2px solid #000;
  border-radius: 68px;
  text-align: center;
  display: grid;
  place-content: center;
  font-size: clamp(1.2rem, calc(16 / 1280* 100vw), 1.6rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  background-color: #fff;
  box-shadow: 6px 6px 0 #000;
  padding: 0 min(55px, calc(55 / 1280* 100vw)) 0 min(30px, calc(30 / 1280* 100vw));
  transition: box-shadow ease .3s, translate ease .3s;
}

@media screen and (min-width: 769px) {
  .category-area .category-btn:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px;
  }
}

@media (max-width: 1100px) {
  .category-area .category-btn {
    width: calc((100% - 14px * 2) / 3);
    font-size: clamp(1.2rem, calc(16 / 1280* 100vw), 1.6rem);
  }
}

@media (max-width: 768px) {
  .category-area .category-btn {
    width: calc((100% - 10px) / 2);
    height: 62px;
    font-size: 1.4rem;
    padding: 0 50px 0 3%;
  }
}

.category-area .category-btn .arrow {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 12px;
  width: min(40px, calc(40 / 1280* 100vw));
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: #F5E960;
  border: 1px solid #000;
  overflow: clip;
}

@media (max-width: 768px) {
  .category-area .category-btn .arrow {
    right: 10px;
    width: 38px;
  }
}

.category-area .category-all .arrow {
  background-color: #fff;
}

.category-area .category-btn .arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  translate: -50% -50%;
  scale: 0;
  top: 50%;
  left: 50%;
  z-index: 0;
  transition: scale ease .3s;
}

@media (min-width: 769px) {
  .category-area .category-btn:hover .arrow::before {
    scale: 1;
  }
}

.category-area .category-btn .arrow img {
  position: relative;
  width: 5px;
  height: 8px;
  z-index: 1;
}

.category-area .category-all .arrow img {
  width: 6px;
  height: 6px;
}
/* ↑↑↑ category-area ↑↑↑ */

/* ↓↓↓ link-area ↓↓↓ */
.link-area {
  position: relative;
  margin-top: 80px
}

.link-area .deco01 {
  position: absolute;
  top: -71px;
  left: -25px;
  width: 87px;
}

@media (max-width: 768px) {
  .link-area .deco01 {
    top: -60px;
    left: -20px;
    width: 70px;
  }
}

.link-area .deco02 {
  position: absolute;
  bottom: 100px;
  right: 120px;
  width: 175px;
}

@media (max-width: 768px) {
  .link-area .deco02 {
    bottom: 100px;
    right: 20px;
    width: 75px;
  }
}

.link-area .inner {
  padding: 0 70px;
}

@media (max-width: 768px) {
  .link-area .inner {
    padding: 0 32px;
  }
}

.link-area .link-block {
  position: relative;
  max-width: 1082px;
  margin: 0 auto;
  container-type: inline-size;
}

.link-area .link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}

@container (max-width: 1080px) {
  .link-area .link-box {
    max-width: 806px;
    margin: 0 auto;
  }
}

@container (max-width: 806px) {
  .link-area .link-box {
    max-width: 532px;
  }
}

@media (max-width: 768px) {
  .link-area .link-box {
    max-width: 638px;
  }

  @container (max-width: 638px) {
    .link-area .link-box {
      max-width: 311px;
    }
  }
}

.link-area .page-btn {
  display: block;
  width: 258px;
  border-radius: 32px;
  overflow: hidden;
  border: 2px solid #000;
  box-shadow: 6px 6px 0 #000;
  transition: box-shadow ease .3s, translate ease .3s;
}

@media (max-width: 768px) {
  .link-area .page-btn {
    display: flex;
    width: min(311px, 100%);
    border-radius: 24px;
  }

  .link-area .page-btn .cr-black,
  .link-area .page-btn .cr-white {
    width: 142px;
  }

  .link-area .page-btn .cr-black img,
  .link-area .page-btn .cr-white img {
    object-fit: cover;
    height: 100%;
  }
}

@media (min-width: 769px) {
  .link-area .page-btn:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px !important;
  }
}

.link-area .page-btn .text-group {
  padding: 16px 20px 22px;
}

@media (max-width: 768px) {
  .link-area .page-btn .text-group {
    padding: 20px 10px 22px 14px;
  }
}

.link-area .page-btn .category {
  width: max-content;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 25px;
  padding: 4px 8px;
  color: #000;
  background-color: #fff;
  margin-bottom: 14px;
}

.link-area .page-btn p {
  font-family: var(--zenKakuAntique);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.link-area .page-btn .title {
  font-size: 1.9rem;
  margin-top: 5px;
}

.link-area .page-btn .joined {
  margin-top: 22px;
}

.link-area .more-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .link-area .more-group {
    flex-direction: column;
    margin: 64px auto 0;
  }
}

.link-area .more-text {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 9px;
}

@media (max-width: 768px) {
  .link-area .more-text {
    font-size: 1.6rem;
    margin: 0 0 11px;
  }
}

.link-area .more-angle {
  width: 35px;
  height: 12px;
  margin-right: 23px;
}

@media (max-width: 768px) {
  .link-area .more-angle {
    width: 24px;
    height: 8px;
    margin: 0 0 16px;
    rotate: 90deg;
  }
}

.link-area .more-btn {
  position: relative;
  display: grid;
  place-content: center;
  width: 232px;
  height: 64px;
  border-radius: 64px;
  padding: 0 64px 0 20px;
  border: 2px solid #000;
  background-color: #fff;
  box-shadow: 6px 6px 0 #000;
  transition: box-shadow ease .3s, translate ease .3s;
}

@media (min-width: 769px) {
  .link-area .more-btn:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px;
  }
}

@media (max-width: 768px) {
  .link-area .more-btn {
    width: 263px;
    margin: 0 auto;
  }
}

.link-area .more-btn .link-txt {
  text-align: center;
  font-family: var(--zenKakuAntique);
  font-size: 1.4rem;
  font-weight: 700;
}

.link-area .more-btn .arrow {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #F5E960;
}

.link-area .more-btn .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  scale: 0;
  transition: scale ease .3s;
}

@media (min-width: 769px) {
  .link-area .more-btn:hover .arrow::before {
    scale: 1;
  }
}

.link-area .more-btn .arrow img {
  position: relative;
  width: 12px;
  height: 7px;
  z-index: 1;
}
/* ↑↑↑ link-area ↑↑↑ */