/* ↓↓↓ 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;
}

.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 .deco {
  position: absolute;
  width: 89px;
  top: -10px;
  left: 600px;
}

@media screen and (max-width: 768px) {
  .title-group .deco {
    width: 50px;
    top: -20px;
    left: 50px;
  }
}

.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;
    letter-spacing: 0.02em;
  }
}

.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;
}
/* ↑↑↑ 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 .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.04em;
  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 ↑↑↑ */

/* ↓↓↓ block ↓↓↓ */
.block-wrap {
  padding: 0 32px;
}

.block-wrap .block {
  position: relative;
}

.block-wrap .block + .block {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .block-wrap .block + .block {
    margin-top: 56px;
  }
}

.block-wrap .block-title {
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.block-wrap .block-title .deco01 {
  position: absolute;
  top: 20px;
  left: -170px;
  width: 134px;
}

@media (max-width: 768px) {
  .block-wrap .block-title .deco01 {
    top: 10px;
    left: -45px;
    width: 70px;
  }
}

.block-wrap .block-title .deco02 {
  position: absolute;
  top: -20px;
  left: -270px;
  width: 130px;
}

@media (max-width: 768px) {
  .block-wrap .block-title .deco02 {
    position: absolute;
    top: -20px;
    left: -60px;
    width: 77px;
  }
}

.block-wrap .deco04 {
  position: absolute;
  width: 130px;
  bottom: 0;
  right: 50px;
  scale: -1 1;
  z-index: 1;
}

@media (max-width: 768px) {
  .block-wrap .deco04 {
    position: absolute;
    width: 77px;
    bottom: unset;
    top: 0;
    right: -15px;
    z-index: 1;
  }
}

.block-wrap .deco05 {
  position: absolute;
  width: 67px;
  top: 240px;
  left: 130px;
}

@media (max-width: 768px) {
  .block-wrap .deco05 {
    display: none;
  }
}

.block-title .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 20px;
  margin: 0 auto 20px;
  background-color: #fff;
  z-index: 0;
}


.block-title .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;
}

.block-title .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;
}

.block-title .title {
  position: relative;
  width: fit-content;
  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 auto;
  overflow: hidden;
  opacity: 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .block-title .title {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
  }
}

.hakone,
.talk {
  display: block;
  max-width: 1080px;
  border-radius: 32px;
  border: 2px solid #000;
  box-shadow: 6px 6px 0 #000;
  margin: 24px auto 0;
  padding: 32px 34px 32px 35px;
  background-color: #fff;
  transition: translate 300ms ease, box-shadow 300ms ease;
}

@media screen and (min-width: 769px) {
  .hakone:hover,
  .talk:hover {
    translate: 6px 6px;
    box-shadow: 0 0 0 #000;
  }
}

@media (max-width: 768px) {
  .hakone,
  .talk {
    display: block;
    max-width: 100%;
    border-radius: 24px;
    margin: 24px auto 0;
    padding: 18px 22px 20px;
  }
}

.hakone .image,
.talk .image {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hakone .image,
  .talk .image {
    border-radius: 24px;
  }
}

.hakone .text-wrap,
.talk .text-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 32px auto 0;
}

@media (max-width: 768px) {
  .hakone .text-wrap,
  .talk .text-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 14px auto 0;
  }
}

.hakone .text-wrap .head,
.talk .text-wrap .head {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .hakone .text-wrap .head,
  .talk .text-wrap .head {
    width: 100%;
    font-size: 1.8rem;
    padding-right: 50px;
    text-align: center;
  }
}

.hakone .text-wrap .sub,
.talk .text-wrap .sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .hakone .text-wrap .sub,
  .talk .text-wrap .sub {
    font-size: 1.4rem;
    padding-right: 50px;
    text-align: center;
  }
}

.hakone .text-wrap .arrow,
.talk .text-wrap .arrow {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 56px;
  aspect-ratio: 1 / 1;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5E960;
  overflow: clip;
  margin: auto 0 0 auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .hakone .text-wrap .arrow,
  .talk .text-wrap .arrow {
    position: absolute;
    translate: 0 0;
    top: unset;
    bottom: 0;
    width: 36px;
  }
}

.hakone .text-wrap .arrow::after,
.talk .text-wrap .arrow::after {
  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) {
  .hakone:hover .text-wrap .arrow::after,
  .talk:hover .text-wrap .arrow::after {
    scale: 1;
  }
}

.hakone .text-wrap .arrow img,
.talk .text-wrap .arrow img {
  position: absolute;
  width: 11px;
  height: 7px;
  z-index: 1;
}

@media (max-width: 768px) {
  .hakone .text-wrap .arrow img,
  .talk .text-wrap .arrow img {
    width: 7px;
    height: 4px;
  }
}

.link-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  gap: 20px 16px;
  margin: 24px auto 0;
}

@media (max-width: 768px) {
  .link-box {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    gap: 16px;
    margin: 16px auto 0;
  }
}

.link-box .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;
  background-color: #F5E960;
  color: #231f20;
}

@media (min-width: 769px) {
  .link-box .page-btn:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px !important;
  }
}

@media (max-width: 768px) {
  .link-box .page-btn {
    display: flex;
    width: min(311px, 100%);
    border-radius: 24px;
  }
}

.link-box .page-btn .cr-black {
  position: relative;
}

@media (max-width: 768px) {
  .link-box .page-btn .cr-black {
    width: 142px;
  }
}

.link-box .page-btn .cr-black img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .link-box .page-btn .cr-black img {
    object-fit: cover;
    height: 100%;
  }
}

.link-box .page-btn .text-group {
  padding: 16px 20px 22px;
}

@media (max-width: 768px) {
  .link-box .page-btn .text-group {
    padding: 20px 10px 22px 14px;
  }
}

.link-box .page-btn .text-group .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-box .page-btn .text-group p {
  font-family: var(--zenKakuAntique);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.link-box .page-btn .text-group .title {
  font-size: 1.9rem;
  margin-top: 5px;
}

.link-box .page-btn .text-group .joined {
  margin-top: 22px;
}

.link-box .deco03 {
  position: absolute;
  width: 323px;
  bottom: -27px;
  right: 110px;
  z-index: -1;
}

@media (max-width: 768px) {
  .link-box .deco03 {
    display: none;
  }
}

.movie-btn {
  position: relative;
  display: block;
  max-width: 792px;
  margin: 24px auto 0;
  z-index: 1;
}

.wrap-img {
  display: block;
  position: relative;
  border: 4px solid #DFB2F4;
  border-radius: 32px;
  overflow: hidden;
  filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.51));
  transition: border 300ms ease;
}

@media (min-width: 769px) {
  .movie-btn:hover .wrap-img {
    border: 4px solid transparent;
  }
}

.wrap-img::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(0.84);
  -webkit-backdrop-filter: brightness(0.84);
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 0;
  transition: opacity 300ms ease;
}

@media (min-width: 769px) {
  .movie-btn:hover .wrap-img::before {
    opacity: 0;
  }
}

.wrap-img .start-btn {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 100px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.72);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 300ms ease;
}

@media (min-width: 769px) {
  .movie-btn:hover .wrap-img .start-btn {
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .wrap-img .start-btn {
    width: 70px;
  }
}

.wrap-img .start-btn::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 37px;
  height: 29px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #000;
  transition: background-color 300ms ease;
}

@media (min-width: 769px) {
  .movie-btn:hover .wrap-img .start-btn::before {
    background-color: #DFB2F4;
  }
}

@media (max-width: 768px) {
  .wrap-img .start-btn::before {
    width: 17px;
    height: 14px;
  }
}

.tech-btn {
  display: block;
  max-width: 643px;
  margin: 24px auto 0;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #000;
  transition: box-shadow ease .3s, translate ease .3s;
}

@media (min-width: 769px) {
  .tech-btn:hover {
    translate: 6px 6px;
    box-shadow: 0px 0px 0 #000;
  }
}

@media (max-width: 768px) {
  .tech-btn {
    display: block;
    max-width: 100%;
  }
}
/* ↑↑↑ block ↑↑↑ */