@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --font-fam: "noto sans JP";
  --theme-color: #fff;
  --font-color: #111;
}

img {
  width: 100%;
}

.br-sp {
  display: block;
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media (min-width: 900px) {
  .fv img {
    min-height: min(58.88vw, 669px);
    object-fit: cover;
    object-position: top center;
  }
}

.cp_txt {
  background-color: #F0F3F3;
  padding-block: 10.66vw;
  position: relative;
}
@media (min-width: 1024px) {
  .cp_txt {
    padding-block: clamp(6rem, 7.5vw, 8rem);
  }
}
.cp_txt::before {
  content: "";
  display: block;
  background: url(../img/index/cp_txt/txt_bg_sp.png) no-repeat;
  background-size: 100%;
  width: calc(100% - 6px);
  height: 2.13vw;
  position: absolute;
  top: 2.13vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .cp_txt::before {
    background: url(../img/index/cp_txt/txt_bg_pc.png) no-repeat;
    background-size: 100%;
    width: min(507.51vw, 1903px);
    height: 14px;
    top: 14px;
  }
}
.cp_txt::after {
  content: "";
  display: block;
  background: url(../img/index/cp_txt/txt_bg_sp.png) no-repeat;
  background-size: 100%;
  width: calc(100% - 6px);
  height: 2.13vw;
  position: absolute;
  bottom: 2.13vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .cp_txt::after {
    background: url(../img/index/cp_txt/txt_bg_pc.png) no-repeat;
    background-size: 100%;
    width: min(507.51vw, 1903px);
    height: 14px;
    bottom: 14px;
  }
}
.cp_txt p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #732A5E;
  text-align: center;
  font-size: 3.73vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cp_txt p {
    font-size: min(2.34vw, 2.4rem);
  }
}
.cp_txt p span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #D35834;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #F8F087;
  text-decoration-thickness: 1.86vw;
  text-underline-offset: -1.07vw;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
  .cp_txt p span {
    text-decoration-thickness: min(1.36vw, 14px);
    text-underline-offset: max(-0.79vw, -8px);
  }
}
.cp_txt p a {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #732A5E;
  font-weight: 500;
  transition: opacity 0.2s;
}
@media (min-width: 1024px) {
  .cp_txt p a:hover {
    opacity: 0.6;
  }
}

.anchor {
  padding-top: 15.73vw;
  width: min(100% - 62px, 1280px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .anchor {
    padding-top: 67px;
  }
}
.anchor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6.4vw 3.2vw;
}
@media (min-width: 768px) {
  .anchor ul {
    gap: clamp(1.6rem, 2.08vw, 2rem);
  }
}
.anchor ul li {
  width: 39.06vw;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .anchor ul li {
    width: min(15.86vw, 238px);
  }
}
.anchor ul li:nth-last-of-type(1) {
  width: 33.86vw;
}
@media (min-width: 768px) {
  .anchor ul li:nth-last-of-type(1) {
    width: min(13.73vw, 206px);
  }
}
@media (min-width: 1024px) {
  .anchor ul li:hover {
    opacity: 0.6;
  }
}

.contents {
  width: min(100% - 20px, 1055px);
  margin-inline: auto;
}
.contents ul li {
  padding-top: clamp(5rem, 6.25vw, 10rem);
  position: relative;
}
.contents ul li a {
  position: absolute;
  left: 50%;
  bottom: 20vw;
  transform: translateX(-50%);
  width: 81.2%;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .contents ul li a {
    transition: opacity 0.2s;
    width: min(32.03vw, 328px);
    bottom: min(8.69vw, 89px);
  }
}
@media (min-width: 1024px) {
  .contents ul li a:hover {
    opacity: 0.6;
  }
}
.contents > p {
  margin-inline: auto;
  padding-block: clamp(4rem, 5vw, 10rem);
  width: min(93.46%, 580px);
}