@charset "UTF-8";
/* mv
------------------------------------------------------*/
#mv {
  height: clamp(57px, 48.2vw, 567px);
  background-image: radial-gradient(ellipse 50% 85% at center, #ff6374 0%, 30%, #ff5466 55%, 75%, #f0243f 100%);
}
@media (max-width: 768px) {
  #mv {
    height: auto;
    position: relative;
    background-image: radial-gradient(ellipse 80% 50% at center, #ff6374 0%, 30%, #ff5466 50%, 75%, #f0243f 100%);
  }
}
#mv .mv {
  max-width: 1176px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #mv .mv {
    height: auto;
  }
}
#mv .mv .text {
  margin-left: clamp(15px, 12.3vw, 145px);
  padding-bottom: clamp(1px, 0.9vw, 10px);
  display: grid;
  height: 100%;
  place-content: center;
  width: fit-content;
  text-align: center;
}
@media (max-width: 768px) {
  #mv .mv .text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 2rem 0 0 0;
  }
}
#mv .mv .text p {
  color: #fff;
}
#mv .mv .text p:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(5px, 3.9vw, 46px);
  font-weight: 600;
  margin-bottom: clamp(1px, 0.9vw, 10px);
}
@media (max-width: 768px) {
  #mv .mv .text p:nth-child(1) {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
#mv .mv .text p:nth-child(2) {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(13px, 11.2vw, 132px);
  font-weight: 600;
  line-height: 1.1;
}
#mv .mv .text p:nth-child(2) span {
  margin-left: clamp(2px, 1.7vw, 20px);
}
@media (max-width: 768px) {
  #mv .mv .text p:nth-child(2) {
    font-size: 8.8rem;
  }
  #mv .mv .text p:nth-child(2) span {
    margin-left: 1.3rem;
  }
}
#mv .mv .text p:nth-child(3) {
  margin-top: clamp(4px, 3.4vw, 40px);
}
#mv .mv .text p:nth-child(3) img {
  width: clamp(11px, 9.6vw, 113px);
}
#mv .mv .text p:nth-child(3) span {
  margin-top: clamp(1px, 0.4vw, 5px);
  display: block;
  font-size: clamp(2px, 2vw, 24px);
  font-weight: 700;
}
@media (max-width: 768px) {
  #mv .mv .text p:nth-child(3) {
    margin-top: 0;
    position: absolute;
    left: 2rem;
    bottom: 5rem;
    text-align: left;
  }
  #mv .mv .text p:nth-child(3) img {
    width: 12rem;
  }
  #mv .mv .text p:nth-child(3) span {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
}
#mv .mv .image {
  position: absolute;
  width: clamp(48px, 41vw, 482px);
  right: clamp(4px, 3.4vw, 40px);
  bottom: 0;
}
@media (max-width: 768px) {
  #mv .mv .image {
    position: relative;
    z-index: 1;
    right: 0;
    width: 21rem;
    margin: -2.5rem 0 0 auto;
  }
}

/* news-youtube
------------------------------------------------------*/
.news-youtube {
  max-width: 1176px;
  padding: 0 88px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .news-youtube {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .news-youtube {
    padding: 0;
  }
}
.news-youtube {
  margin-block: 70px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .news-youtube {
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .news-youtube {
    display: block;
    padding: 0 2rem;
  }
}
.news-youtube #news {
  flex-basis: 448px;
}
.news-youtube #news h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-youtube #news .news {
  border-top: solid 1px #cbcbcb;
}
.news-youtube #news .news li {
  border-bottom: solid 1px #cbcbcb;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .news-youtube #news .news li {
    gap: 1.5rem;
  }
}
.news-youtube #news .news li .date {
  padding-right: 20px;
  border-right: solid 1px #ff5466;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .news-youtube #news .news li .date {
    padding-right: 1.5rem;
  }
}
.news-youtube #news .news li .date span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}
.news-youtube #news ul.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .news-youtube #news ul.link {
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .news-youtube #news ul.link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.news-youtube #news ul.link li a {
  background: #F5F6F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 10px 20px;
  border-radius: 50vh;
  min-width: 180px;
  gap: 10px;
  color: #ff5466;
}
@media (max-width: 768px) {
  .news-youtube #news ul.link li a {
    min-width: 0;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.news-youtube #news ul.link li a::after {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_06.svg) no-repeat 0 0/contain;
}
.news-youtube #youtube {
  flex-basis: 492px;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "h2 latest" "thumb channels";
  gap: 28px 30px;
  align-content: start;
  position: relative;
  background: url(../images/top_v2/bg_youtube.png) no-repeat right bottom/70% auto;
}
@media (max-width: 768px) {
  .news-youtube #youtube {
    display: block;
    margin: 5rem -2rem 0;
    background: url(../images/top_v2/bg_youtube_sp.png) no-repeat right 0.5rem top 21rem/34.6rem auto;
  }
}
.news-youtube #youtube h2 {
  grid-area: h2;
}
.news-youtube #youtube h2 img {
  max-width: 180px;
}
@media (max-width: 768px) {
  .news-youtube #youtube h2 {
    margin: 0 2rem;
  }
}
.news-youtube #youtube .thumb {
  grid-area: thumb;
  aspect-ratio: 162/288;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-youtube #youtube .thumb {
    max-width: 180px;
    margin: 2rem auto 4.5rem;
  }
}
.news-youtube #youtube .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-youtube #youtube .latest {
  grid-area: latest;
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .news-youtube #youtube .latest {
    justify-content: center;
    margin: 0 3.5rem;
  }
}
.news-youtube #youtube .latest a {
  background: #F5F6F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 10px 20px;
  border-radius: 50vh;
  gap: 10px;
  color: #ff5466;
  width: 100%;
  max-width: 230px;
  font-weight: 500;
}
.news-youtube #youtube .latest a::after {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_06.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .news-youtube #youtube .latest a {
    max-width: none;
    padding: 1rem 3rem;
    height: 6.4rem;
    font-size: 1.8rem;
  }
  .news-youtube #youtube .latest a::after {
    width: 1.4rem;
  }
}
.news-youtube #youtube .channels {
  grid-area: channels;
  border-top: solid 1px #cbcbcb;
}
@media (max-width: 768px) {
  .news-youtube #youtube .channels {
    border: none;
    margin: 4rem 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.5rem;
  }
}
.news-youtube #youtube .channels li {
  border-bottom: solid 1px #cbcbcb;
}
@media (max-width: 768px) {
  .news-youtube #youtube .channels li:nth-child(1) {
    border-top: solid 1px #cbcbcb;
  }
  .news-youtube #youtube .channels li:nth-child(2) {
    order: 3;
  }
  .news-youtube #youtube .channels li:nth-child(3) {
    border-top: solid 1px #cbcbcb;
    order: 2;
  }
  .news-youtube #youtube .channels li:nth-child(4) {
    order: 4;
  }
}
.news-youtube #youtube .channels li a {
  padding: 5px 15px 5px 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  gap: 20px;
}
@media (max-width: 768px) {
  .news-youtube #youtube .channels li a {
    padding: 1rem 1.5rem 1rem 0;
    min-height: 0;
    gap: 1rem;
    line-height: 1.3;
  }
}
.news-youtube #youtube .channels li a::before {
  content: "";
  width: 43px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .news-youtube #youtube .channels li a::before {
    width: 3.6rem;
  }
}
.news-youtube #youtube .channels li a::after {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_06.svg) no-repeat 0 0/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .news-youtube #youtube .channels li a::after {
    width: 1.3rem;
  }
}
.news-youtube #youtube .channels li.tamutomo a::before {
  background-image: url(../images/top_v2/icon_tamutomo.png);
}
.news-youtube #youtube .channels li.koike a::before {
  background-image: url(../images/top_v2/icon_ytkoike.png);
}
.news-youtube #youtube .channels li.yukkuri a::before {
  background-image: url(../images/top_v2/icon_yukkuri.png);
}
@media (max-width: 768px) {
  .news-youtube #youtube .channels li.yukkuri a {
    letter-spacing: -0.05em;
  }
}
.news-youtube #youtube .channels li.giindan a::before {
  background-image: url(../images/top_v2/icon_giindan.png);
}

/* sns
------------------------------------------------------*/
#sns-official {
  background: #f5f6f8;
  padding-block: 50px;
}
@media (max-width: 768px) {
  #sns-official {
    padding: 2.5rem 2rem;
  }
}
#sns-official .sns-official {
  max-width: 1176px;
  padding: 0 88px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  #sns-official .sns-official {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  #sns-official .sns-official {
    padding: 0;
  }
}
#sns-official .sns-official {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
}
@media (max-width: 1024px) {
  #sns-official .sns-official {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #sns-official .sns-official {
    gap: 2rem;
  }
}
#sns-official .sns-official h2 {
  flex-shrink: 0;
  font-size: 3.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #sns-official .sns-official h2 {
    font-size: 3.2rem;
    line-height: 1;
  }
}
#sns-official .sns-official ul {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}
@media (max-width: 768px) {
  #sns-official .sns-official ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "insta youtube" "fb tiktok" "x line";
    gap: 0.7rem 1.8rem;
  }
}
#sns-official .sns-official ul li a {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li a {
    grid-template-columns: 2.8rem 1fr;
    gap: 0.6rem;
  }
}
#sns-official .sns-official ul li a::before {
  content: "";
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
#sns-official .sns-official ul li a span {
  background: #fff;
  border-radius: 50vh;
  display: grid;
  place-content: center;
  min-height: 48px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li a span {
    min-height: 3.8rem;
  }
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li.insta {
    grid-area: insta;
  }
}
#sns-official .sns-official ul li.insta a::before {
  background-image: url(../images/top_v2/icon_insta.png);
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li.fb {
    grid-area: fb;
  }
}
#sns-official .sns-official ul li.fb a::before {
  background-image: url(../images/top_v2/icon_fb.png);
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li.x {
    grid-area: x;
  }
}
#sns-official .sns-official ul li.x a::before {
  background-image: url(../images/top_v2/icon_x.png);
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li.youtube {
    grid-area: youtube;
  }
}
#sns-official .sns-official ul li.youtube a::before {
  background-image: url(../images/top_v2/icon_youtube.png);
  aspect-ratio: 64/46;
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li.tiktok {
    grid-area: tiktok;
  }
}
#sns-official .sns-official ul li.tiktok a::before {
  background-image: url(../images/top_v2/icon_tiktok.png);
}
@media (max-width: 768px) {
  #sns-official .sns-official ul li.line {
    grid-area: line;
  }
}
#sns-official .sns-official ul li.line a::before {
  background-image: url(../images/top_v2/icon_line.png);
}

/* title-box
------------------------------------------------------*/
.title-box {
  border-radius: 30px;
  display: grid;
  color: #fff;
}
.title-box p {
  font-weight: 700;
  line-height: 1.4;
}
.title-box h2 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-box {
    border-radius: 1.5rem;
    display: block;
    padding: 20rem 2rem 2.5rem !important;
    min-height: 0 !important;
  }
}

/* policy
------------------------------------------------------*/
#policy {
  max-width: 1176px;
  padding: 0 88px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  #policy {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  #policy {
    padding: 0;
  }
}
#policy {
  margin-top: 80px;
}
@media (max-width: 768px) {
  #policy {
    padding: 0 2rem;
  }
}
#policy .title-box {
  min-height: 300px;
  align-content: center;
  justify-content: end;
  background: url(../images/top_v2/policy_jcp.png) no-repeat right clamp(5px, 3.8vw, 45px) top/43% auto, #ff5466 url(../images/top_v2/policy_bg.webp) no-repeat 0 0/auto 100%;
  padding-right: clamp(4px, 3.4vw, 40px);
  margin-bottom: 40px;
}
#policy .title-box p {
  font-size: clamp(0.5rem, 4.1vw, 4.8rem);
}
#policy .title-box h2 {
  font-size: 2.8rem;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #policy .title-box {
    padding-top: 21rem !important;
    background: #ff5466 url(../images/top_v2/policy_bg_sp.webp) no-repeat 0 0/100% auto;
    margin-bottom: 2rem;
  }
  #policy .title-box p {
    font-size: 3.8rem;
  }
  #policy .title-box h2 {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
#policy .policy {
  display: grid;
  gap: 20px;
}
#policy .policy section {
  background: #ff5466;
  border-radius: 20px;
  display: flow-root;
}
@media (max-width: 768px) {
  #policy .policy section {
    border-radius: 1.5rem;
  }
}
#policy .policy section hgroup {
  color: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-areas: "num h3" "num sub";
  gap: 3px 40px;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
  min-height: 120px;
  padding: 10px 90px 10px 50px;
}
@media (max-width: 768px) {
  #policy .policy section hgroup {
    gap: 0 1.8rem;
    align-items: stretch;
    align-content: stretch;
    padding: 2rem 0 2rem 2rem;
    min-height: 13rem;
    grid-template-rows: max-content 1fr;
  }
}
#policy .policy section hgroup .num {
  grid-area: num;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  border-right: solid 2px #fff;
  padding: 3px 45px 3px 0;
}
@media (max-width: 768px) {
  #policy .policy section hgroup .num {
    font-size: 2rem;
    padding: 0 1.8rem 0 0;
    border-width: 1px;
  }
}
#policy .policy section hgroup h3 {
  grid-area: h3;
  font-size: clamp(2.4rem, 2.9vw, 3.4rem);
  font-weight: 700;
  line-height: 1.3;
}
#policy .policy section hgroup .sub {
  grid-area: sub;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #policy .policy section hgroup .sub {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
#policy .policy section hgroup::after {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_plus.svg) no-repeat 0 0/contain;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  #policy .policy section hgroup::after {
    width: 2rem;
    right: 2rem;
    top: auto;
    bottom: 2rem;
    transform: none;
  }
}
#policy .policy section hgroup.open::after {
  transform: translateY(-50%) rotate(225deg);
}
@media (max-width: 768px) {
  #policy .policy section hgroup.open::after {
    transform: rotate(225deg);
  }
}
#policy .policy section .detail {
  background: #fff;
  margin: 25px 25px 35px;
  padding: 40px clamp(10px, 8.1vw, 95px);
  border-radius: 15px;
  display: none;
}
#policy .policy section .detail p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}
#policy .policy section .detail .image {
  max-width: 470px;
  text-align: center;
  margin: 35px auto 0;
}
@media (max-width: 768px) {
  #policy .policy section .detail {
    margin: 1rem;
    padding: 3rem 2.5rem;
    border-radius: 0;
  }
  #policy .policy section .detail p {
    font-size: 1.7rem;
  }
}
#policy .search {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "h3 btn" "form form";
  gap: 20px;
}
@media (max-width: 768px) {
  #policy .search {
    margin-top: 4rem;
    grid-template-columns: 1fr 16.5rem;
  }
}
#policy .search h3 {
  grid-area: h3;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #policy .search h3 {
    font-size: 2.8rem;
  }
}
#policy .search .btn {
  grid-area: btn;
}
#policy .search .btn a {
  background: #F5F6F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 30px;
  border-radius: 50vh;
  gap: 10px;
  color: #ff5466;
  width: 100%;
  min-width: 240px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #policy .search .btn a {
    width: auto;
    min-width: 0;
    padding: 1rem 1.5rem 1rem 2rem;
  }
}
#policy .search .btn a::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/top_v2/icon_arrow_06.svg) no-repeat 0 0/contain;
}
#policy .search form {
  grid-area: form;
}
#policy .search form .searchBox {
  border: solid 2px #344a8b;
  border-radius: 20px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  #policy .search form .searchBox {
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    grid-template-columns: 4.8rem 1fr;
    gap: 1rem;
  }
}
#policy .search form .searchBox button[type=submit] {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #344a8b;
  display: grid;
  place-content: center;
  border: none;
}
#policy .search form .searchBox button[type=submit]::before {
  content: "";
  width: 38px;
  aspect-ratio: 38/40;
  background: url(../images/top_v2/icon_search_02.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  #policy .search form .searchBox button[type=submit]::before {
    width: 2.5rem;
  }
}
#policy .search form .searchBox input[type=search] {
  font-size: 1.8rem;
  padding: 10px;
  border: none;
  min-width: 0;
}
#policy .search form .searchBox input[type=search]::placeholder {
  color: #868686;
}

/* diet
------------------------------------------------------*/
#diet {
  max-width: 1176px;
  padding: 0 88px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  #diet {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  #diet {
    padding: 0;
  }
}
#diet {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  #diet {
    margin-top: 10rem;
    padding: 0 2rem;
  }
}
#diet .title-box {
  min-height: 260px;
  align-content: center;
  gap: 10px;
  background: url(../images/top_v2/diet_jcp.png) no-repeat right 5px top/43% auto, #fa5839 url(../images/top_v2/diet_bg.webp) no-repeat 0 0/auto 100%;
  padding: 20px 0 0 clamp(7px, 5.5vw, 65px);
  margin-bottom: 30px;
}
#diet .title-box p {
  font-size: clamp(0.4rem, 3.4vw, 4rem);
  line-height: 1.3;
}
#diet .title-box h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #diet .title-box {
    background: #fa5839 url(../images/top_v2/diet_bg_sp.webp) no-repeat 0 0/100% auto;
    padding-block: 22rem 3rem !important;
    margin-bottom: 2rem;
  }
  #diet .title-box p {
    font-size: 3.8rem;
    line-height: 1.4;
  }
  #diet .title-box h2 {
    font-size: 2.4rem;
    margin-top: 2.5rem;
    text-align: right;
  }
}
#diet .latest {
  width: clamp(32px, 27.2vw, 320px);
  aspect-ratio: 1;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  right: clamp(13px, 10.9vw, 128px);
  top: clamp(10px, 8.5vw, 100px);
}
@media (max-width: 768px) {
  #diet .latest {
    position: static;
    width: auto;
    margin: 0 1.5rem;
  }
}
#diet .link {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 500px;
}
@media (max-width: 768px) {
  #diet .link {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 1rem;
    margin: 3rem 1.5rem 0;
  }
}
#diet .link li a {
  background: #F5F6F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  border-radius: 50vh;
  gap: 10px;
  color: #ff5466;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 5.6rem;
}
#diet .link li a::after {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_06.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  #diet .link li a {
    min-height: 6.4rem;
    padding: 0 3rem;
  }
  #diet .link li a::after {
    width: 1.4rem;
  }
}

/* ----------------------------------------------------
member
---------------------------------------------------- */
.member {
  margin-top: 90px;
  position: relative;
}
.member .c_wrap {
  width: calc((100% - 1000px) / 2 + 1000px);
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .member .c_wrap {
    width: auto;
  }
}
.memberContainer {
  display: flex;
  flex-wrap: wrap;
}
.member .read {
  width: 180px;
  margin-right: clamp(9px, 7.7vw, 90px);
}
.member .read h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.member .read p {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
}
.member .btn_giin a {
  background: #fa5839;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 50vh;
  gap: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 5.6rem;
}
.member .btn_giin a::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/top_v2/icon_arrow_03.svg) no-repeat 0 0/contain;
}
.memberList {
  width: 65.972vw;
  width: calc(100% - 270px);
  background: url(../images/top_v2/bg_member.png) no-repeat 0 0/auto 90px;
}
.member .swiper-8 .swiper-slide.modal_open {
  cursor: pointer;
}
.member .swiper-8 .swiper-slide {
  width: 180px;
  text-align: center;
}
.member .swiper-8 .swiper-slide img {
  width: auto;
  height: 410px;
}
.member .swiper-8 .member_info {
  margin-top: 36px;
}
.member .swiper-8 .member_info .icon span {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fa5839;
  width: 22px;
  height: 22px;
  border-radius: 100vw;
  background: #F5F6F8;
}
.member .swiper-8 .member_info .name {
  color: #fa5839;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.member .planned_candidate {
  margin-top: 115px;
}
.member .planned_candidate > h3 {
  margin-bottom: 35px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #344A8B;
  line-height: 1.8;
  text-align: center;
}
.member .planned_candidate .pcbtn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.member .planned_candidate .pcbtn_box > .btn {
  margin: 0 47px;
  width: 219px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #344A8B;
}
.member .planned_candidate .pcbtn_box > .btn:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background: url(../images/top/icon_parliament.png) center center/100% no-repeat;
}
.member .planned_candidate .pcbtn_box > .btn > div {
  flex: 1;
}
.member .planned_candidate .pcbtn_box > .btn > div a {
  display: block;
  background: url(../images/common/icon_arrow_navy.png) top 12px right 1px/10px no-repeat;
  color: #344A8B;
}
.member .planned_candidate .pcbtn_box > .btn.local:before {
  background: url(../images/top/icon_local.png) center center/100% no-repeat;
}
.member .planned_candidate .pcbtn_box > .btn.parliament:before {
  background: url(../images/top/icon_parliament.png) center center/100% no-repeat;
}
.member #member-modaldata {
  --3color_gradation: linear-gradient(
    90deg,
    rgba(255, 82, 144, 1) 19%,
    rgba(255, 112, 191, 1) 64%,
    rgba(74, 162, 230, 1) 95%
  );
  max-width: 1000px;
  padding: 3vh 3vh;
}
.member #member-modaldata .swiper-8_detail {
  max-width: 950px;
  padding: 0 34px;
}
.member #member-modaldata .swiper-8_detail .swiper-button-prev,
.member #member-modaldata .swiper-8_detail .swiper-button-next {
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: block;
  width: 68px;
  height: 68px;
}
.member #member-modaldata .swiper-8_detail .swiper-button-prev::before,
.member #member-modaldata .swiper-8_detail .swiper-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50vh;
  padding: 2px;
  background: var(--3color_gradation);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.member #member-modaldata .swiper-8_detail .swiper-button-prev::after,
.member #member-modaldata .swiper-8_detail .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 37%;
  width: 26%;
  aspect-ratio: 1/1;
  background: url(/cms/wp-content/themes/jcp_v1/asset/images/common/icon_arrow_navy2.png) no-repeat 0 center/contain;
}
.member #member-modaldata .swiper-8_detail .swiper-button-prev {
  left: 0;
}
.member #member-modaldata .swiper-8_detail .swiper-button-prev::after {
  transform: rotate(180deg);
}
.member #member-modaldata .swiper-8_detail .swiper-button-next {
  right: 0;
}
.member #member-modaldata .swiper-8_detail .swiper-slide {
  position: relative;
  height: auto;
  max-height: 90vh;
}
.member #member-modaldata .swiper-8_detail .swiper-slide .card {
  max-width: 882px;
  padding: 6% calc(11% - 4rem) 6% 11%;
  background: #fff;
  border-radius: 5vh;
  height: 100%;
  display: grid;
  place-content: center;
}
.member #member-modaldata .swiper-8_detail .swiper-slide .scrollbox {
  overflow-y: auto;
  height: 100%;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .member #member-modaldata {
    padding: 12vw 0;
  }
  .member #member-modaldata .swiper-8_detail {
    padding: 0 4vw;
  }
  .member #member-modaldata .swiper-8_detail .swiper-button-prev,
  .member #member-modaldata .swiper-8_detail .swiper-button-next {
    width: 8vw;
    height: 8vw;
    aspect-ratio: 1/1;
  }
  .member #member-modaldata .swiper-8_detail .swiper-button-prev::after,
  .member #member-modaldata .swiper-8_detail .swiper-button-next::after {
    left: 30%;
    width: 40%;
    background: url(/cms/wp-content/themes/jcp_v1/asset/images/common/icon_arrow_navy2.png) no-repeat 0 center/contain;
  }
  .member #member-modaldata .swiper-8_detail .swiper-button-prev {
    left: 0;
  }
  .member #member-modaldata .swiper-8_detail .swiper-button-next {
    right: 0vw;
  }
  .member #member-modaldata .swiper-8_detail .swiper-slide {
    padding: 4% 0;
    position: relative;
    background: #fff;
    border-radius: 3vh;
    overflow: auto;
  }
  .member #member-modaldata .swiper-8_detail .swiper-slide .card {
    padding: 6% calc(6% - 1rem) 6% 6%;
    padding: 6% 0;
    background: #fff;
    border-radius: 5vh;
    height: 100%;
  }
  .member #member-modaldata .swiper-8_detail .swiper-slide .scrollbox {
    overflow-y: auto;
    height: 100%;
    padding-right: 1rem;
    padding: 0 6%;
  }
}
.member #member-modaldata {
  /* parts */
}
.member #member-modaldata .swiper-slide .memberdata {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.member #member-modaldata .swiper-slide .memberdata .photo {
  border-radius: 1.8rem;
  overflow: hidden;
  width: 42%;
  max-width: 240px;
}
.member #member-modaldata .swiper-slide .memberdata .data {
  width: 53%;
}
.member #member-modaldata .swiper-slide .housetype {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.member #member-modaldata .swiper-slide .housetype li.type {
  display: block;
  width: fit-content;
  padding: 0.5rem 2rem;
  position: relative;
  font-size: 1.4rem;
}
.member #member-modaldata .swiper-slide .housetype li.type::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50vh;
  padding: 2px;
  background: var(--3color_gradation);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.member #member-modaldata .swiper-slide .housetype .area {
  font-size: 2rem;
}
.member #member-modaldata .swiper-slide h2.name {
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.member #member-modaldata .swiper-slide .furigana {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.member #member-modaldata .swiper-slide .katagaki {
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.member #member-modaldata .swiper-slide .snslink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 2rem 0;
}
.member #member-modaldata .swiper-slide .snslink li a {
  display: flex;
  align-items: center;
  border-radius: 2em;
  border: solid 1px #CBCBCB;
  padding: 4px 10px;
}
.member #member-modaldata .swiper-slide .snslink li a::before {
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  flex-shrink: 0;
}
.member #member-modaldata .swiper-slide .snslink li a span {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  flex: 1;
  line-height: 1;
}
.member #member-modaldata .swiper-slide .snslink li.hp a::before {
  width: 0;
  height: 15px;
  aspect-ratio: auto;
}
.member #member-modaldata .swiper-slide .snslink li.x a {
  padding-right: 0;
}
.member #member-modaldata .swiper-slide .snslink li.x a::before {
  background-image: url(../images/common/icon_sns_x.png);
}
.member #member-modaldata .swiper-slide .snslink li.facebook a::before {
  background-image: url(../images/common/icon_sns_facebook.png);
}
.member #member-modaldata .swiper-slide .snslink li.youtube a::before {
  background-image: url(../images/common/icon_sns_youtube.png);
}
.member #member-modaldata .swiper-slide .snslink li.line a::before {
  background-image: url(../images/common/icon_sns_line.png);
}
.member #member-modaldata .swiper-slide .snslink li.instagram a::before {
  background-image: url(../images/common/icon_sns_instagram.png);
}
.member #member-modaldata .swiper-slide .snslink li.tiktok a::before {
  background-size: auto 15px;
  background-image: url(../images/common/icon_sns_tiktok.png);
}
.member #member-modaldata .swiper-slide .message h3 {
  display: block;
  width: fit-content;
  margin: 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  background-image: var(--3color_gradation);
  background-clip: text;
  color: transparent;
}
.member #member-modaldata .swiper-slide .message p {
  line-height: 2;
}
@media (max-width: 768px) {
  .member #member-modaldata .swiper-slide .memberdata {
    display: block;
  }
  .member #member-modaldata .swiper-slide .memberdata .photo {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 3rem;
  }
  .member #member-modaldata .swiper-slide .memberdata .data {
    width: 100%;
  }
  .member #member-modaldata .swiper-slide .housetype {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
  .member #member-modaldata .swiper-slide .housetype li.type {
    margin: 0 auto 0.5rem;
    padding: 0.5rem 3rem;
    font-size: 1.4rem;
  }
  .member #member-modaldata .swiper-slide .housetype .area {
    font-size: 1.4rem;
  }
  .member #member-modaldata .swiper-slide h2.name {
    font-size: 2.7rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .member #member-modaldata .swiper-slide .furigana {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .member #member-modaldata .swiper-slide .katagaki {
    text-align: center;
  }
  .member #member-modaldata .swiper-slide .snslink {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
  .member #member-modaldata .swiper-slide .snslink li a {
    padding: 0.5rem 1.5rem;
  }
  .member #member-modaldata .swiper-slide .snslink li a::before {
    width: 1.5rem;
  }
  .member #member-modaldata .swiper-slide .snslink li a span {
    font-size: 1.2rem;
  }
  .member #member-modaldata .swiper-slide .snslink li.hp a::before {
    height: 1.5rem;
  }
  .member #member-modaldata .swiper-slide .snslink li.tiktok a .icon {
    background-size: auto 1.5rem;
  }
  .member #member-modaldata .swiper-slide .address {
    font-size: 1.4rem;
  }
  .member #member-modaldata .swiper-slide .message {
    margin-top: 2rem;
  }
  .member #member-modaldata .swiper-slide .message h3 {
    display: block;
    width: fit-content;
    margin: 0 auto 0;
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    background-image: var(--3color_gradation);
    background-clip: text;
    color: transparent;
  }
  .member #member-modaldata .swiper-slide .message p {
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .member .c_wrap {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .member {
    margin-bottom: 8rem;
  }
  .member .c_wrap {
    padding: 0 0 0 2rem;
    margin-left: auto;
  }
  .memberContainer {
    display: block;
  }
  .member .read {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    width: auto;
    margin: 0 0 4rem;
  }
  .member .read h2,
  .member .read p {
    margin: 0;
  }
  .member .read .btn_giin {
    display: none;
  }
  .memberList {
    width: auto;
    margin: 0;
    background: url(../images/top_v2/bg_member_sp.png) no-repeat 0 35%/34rem auto;
  }
  .memberList + .btn_giin {
    margin: 0 3.5rem 0 1.5rem;
  }
  .memberList + .btn_giin a {
    padding-inline: 3rem;
    min-height: 6.4rem;
  }
  .memberList + .btn_giin a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .member .swiper-8 {
    margin-bottom: 4rem;
  }
  .member .swiper-8 .swiper-slide {
    width: 40vw;
    text-align: center;
  }
  .member .swiper-8 .swiper-slide img {
    width: auto;
    height: 45vh;
  }
  .member .list_btmbtn {
    padding-right: 20px;
  }
  .member .list_btmbtn .btnlink_small {
    width: 80%;
    margin: 0 auto;
  }
  .member .list_btmbtn .btnlink_small a {
    justify-content: center;
  }
  .member .planned_candidate {
    margin-top: 100px;
  }
  .member .planned_candidate > h3 {
    font-size: 2.7rem;
  }
  .member .planned_candidate .pcbtn_box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 2rem;
    gap: 4rem;
  }
  .member .planned_candidate .pcbtn_box > .btn {
    margin: 0;
    width: calc(50% - 2rem);
    width: 50%;
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 15px;
    display: block;
    align-items: center;
    color: #344A8B;
    border-bottom: 1px solid #344A8B;
  }
  .member .planned_candidate .pcbtn_box > .btn:before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
  }
  .member .planned_candidate .pcbtn_box > .btn > div a {
    background: none;
  }
  .member .planned_candidate .pcbtn_box > .btn.parliament {
    display: block;
    padding: 0 0 15px;
    position: relative;
  }
  .member .planned_candidate .pcbtn_box > .btn.parliament:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #344A8B;
    display: block;
    position: absolute;
    right: -2rem;
    top: 0;
  }
}

/* modal
------------------------------------------------------*/
.modal_open {
  display: block;
}

.modal_box {
  position: fixed;
  z-index: 8888;
  display: none;
  width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
  padding: 20px 2vw 30px;
  padding: 0;
  background: #fff;
  background: #E4E7F0;
  background: transparent;
  box-sizing: border-box;
  color: #000;
}

.modal_close {
  position: absolute;
  top: 34px;
  right: 80px;
  display: block;
  width: 42px;
  height: 42px;
  color: #000;
  cursor: pointer;
  z-index: 9999;
}
.modal_close::before {
  content: "";
  width: 80%;
  height: 1px;
  background: #344A8B;
  display: block;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: rotate(45deg);
  border-radius: 2px;
}
.modal_close::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #344A8B;
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(202, 208, 224, 0.7);
}

@media (max-width: 768px) {
  .modal_box {
    width: 92vw;
  }
  .modal_close {
    width: 6vw;
    height: 6vw;
    top: 14vw;
    right: 6vw;
  }
}
/* local
------------------------------------------------------*/
#local {
  background: #f5f6f8;
  margin-top: 100px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  #local {
    margin-top: 12rem;
    padding: 0 2rem 6rem;
  }
}
#local .local {
  max-width: 1176px;
  padding: 0 88px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  #local .local {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  #local .local {
    padding: 0;
  }
}
#local .local {
  position: relative;
}
#local .local .title-box {
  min-height: 260px;
  align-content: center;
  gap: 10px;
  background: url(../images/top_v2/local_jcp.png) no-repeat right 5px top/43% auto, #38abe5 url(../images/top_v2/local_bg.webp) no-repeat 0 0/auto 100%;
  padding: 20px 0 0 clamp(7px, 5.5vw, 65px);
  margin-bottom: 30px;
}
#local .local .title-box p {
  font-size: clamp(0.4rem, 3.4vw, 4rem);
  line-height: 1.3;
}
#local .local .title-box h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  #local .local .title-box {
    background: #38abe5 url(../images/top_v2/local_bg_sp.webp) no-repeat 0 0/100% auto;
    padding-bottom: 3rem !important;
    margin-bottom: 2rem;
  }
  #local .local .title-box p {
    font-size: 3.8rem;
    line-height: 1.4;
  }
  #local .local .title-box h2 {
    font-size: 2.4rem;
    margin-top: 2.5rem;
    text-align: right;
  }
}
#local .local > .data {
  width: clamp(32px, 27.2vw, 320px);
  aspect-ratio: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  right: clamp(13px, 10.9vw, 128px);
  top: clamp(10px, 8.5vw, 100px);
}
@media (max-width: 768px) {
  #local .local > .data {
    position: static;
    width: auto;
    margin: 0 1.5rem;
  }
}
#local .local .yourlocal {
  margin-top: 35px;
}
#local .local .yourlocal p {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #local .local .yourlocal {
    margin: 3.5rem 1.5rem 0;
  }
  #local .local .yourlocal p {
    font-size: 1.8rem;
    margin-right: -1rem;
  }
}
#local .local .yourlocal .btn {
  margin-top: 20px;
  max-width: 457px;
}
#local .local .yourlocal .btn a {
  background: #fff;
  border: solid 1px #38abe5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-radius: 50vh;
  gap: 10px;
  color: #38abe5;
  font-size: 2.4rem;
  font-weight: 500;
  min-height: 8.3rem;
}
#local .local .yourlocal .btn a::after {
  content: "";
  width: 22px;
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_02.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  #local .local .yourlocal .btn {
    max-width: none;
  }
  #local .local .yourlocal .btn a {
    border-width: 2px;
    padding: 0 3rem;
    font-size: 1.8rem;
    min-height: 6.4rem;
  }
  #local .local .yourlocal .btn a::after {
    width: 1.6rem;
  }
}
#local .local .tayoreru_negai {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-left: clamp(5px, 4.3vw, 50px);
  margin-top: 80px;
}
@media (max-width: 1024px) {
  #local .local .tayoreru_negai {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai {
    display: block;
    margin-top: 6rem;
  }
}
#local .local .tayoreru_negai #tayoreru {
  flex-basis: 340px;
}
#local .local .tayoreru_negai #tayoreru h2 {
  margin-bottom: 10px;
}
#local .local .tayoreru_negai #tayoreru .latest {
  background: #fff;
  border: 1px solid #344a8b;
  border-radius: 12px;
}
#local .local .tayoreru_negai #tayoreru .latest a {
  padding: 21px 20px 19px 25px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  background: url(../images/top/ill_tayoreru.png) right 25px top 26px/47px no-repeat;
}
#local .local .tayoreru_negai #tayoreru .latest a .number {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 42px;
  background: url(../images/top/icon_bg_number.png) center center/100% no-repeat;
}
#local .local .tayoreru_negai #tayoreru .latest a .number span {
  margin-top: 6px;
  display: block;
  color: #FFFFFF;
  font-weight: 900;
}
#local .local .tayoreru_negai #tayoreru .latest a .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #344A8B;
}
#local .local .tayoreru_negai #tayoreru .latest a .author {
  margin-top: 20px;
  align-self: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#local .local .tayoreru_negai #tayoreru .latest a .author .l-name {
  text-align: right;
}
#local .local .tayoreru_negai #tayoreru .latest a .author .l-name p {
  font-size: 1.6rem;
  color: #344A8B;
}
#local .local .tayoreru_negai #tayoreru .latest a .author .r-prof {
  margin-left: 15px;
  line-height: 0;
}
#local .local .tayoreru_negai #tayoreru .latest a .author .r-prof img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100vw;
}
#local .local .tayoreru_negai #tayoreru .btn {
  margin-top: 20px;
}
#local .local .tayoreru_negai #tayoreru .btn a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 50vh;
  gap: 10px;
  color: #344a8b;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 5.6rem;
  max-width: 240px;
}
#local .local .tayoreru_negai #tayoreru .btn a::after {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  mask: url(../images/top_v2/icon_arrow_01.svg) no-repeat 0 0/contain;
  background: #344a8b;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #tayoreru .btn a {
    margin: 3rem 1rem 0;
    max-width: none;
    min-height: 6.4rem;
    padding: 0 3rem;
  }
  #local .local .tayoreru_negai #tayoreru .btn a::after {
    width: 1.6rem;
  }
}
#local .local .tayoreru_negai #negai {
  flex-basis: 505px;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #negai {
    margin-top: 6rem;
  }
}
#local .local .tayoreru_negai #negai h2 {
  font-size: clamp(0.3rem, 2.4vw, 2.8rem);
  font-weight: 700;
  color: #38abe5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #negai h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
#local .local .tayoreru_negai #negai ul li {
  border-bottom: solid 2px #38abe5;
}
#local .local .tayoreru_negai #negai ul li hgroup {
  padding: 25px 25px 25px 20px;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 20px;
  cursor: pointer;
  color: #38abe5;
  min-height: 9rem;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #negai ul li hgroup {
    padding: 1rem 2.5rem 1rem 1rem;
    gap: 2rem;
  }
}
#local .local .tayoreru_negai #negai ul li hgroup .num {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  border-right: solid 2px #38abe5;
  padding: 3px 20px 3px 0;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #negai ul li hgroup .num {
    font-size: 2rem;
    padding: 1rem 1.5rem 1rem 0;
    width: 1.5em;
  }
}
#local .local .tayoreru_negai #negai ul li hgroup h3 {
  font-size: clamp(0.3rem, 2.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #negai ul li hgroup h3 {
    font-size: 2.4rem;
  }
}
#local .local .tayoreru_negai #negai ul li hgroup::after {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  mask: url(../images/top_v2/icon_plus.svg) no-repeat 0 0/contain;
  background: #38abe5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  #local .local .tayoreru_negai #negai ul li hgroup::after {
    width: 2rem;
  }
}
#local .local .tayoreru_negai #negai ul li hgroup.open::after {
  transform: translateY(-50%) rotate(225deg);
}
#local .local .tayoreru_negai #negai ul li .detail {
  display: none;
  padding: 25px 0;
  line-height: 1.6;
  border-top: solid 2px #38abe5;
}
#local .local .tayoreru_negai #negai ul li .detail p {
  font-size: clamp(1.7rem, 1.5vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
}
#local .local .tayoreru_negai #negai ul li .detail p + * {
  margin-top: 20px;
}
#local .local .tayoreru_negai #negai ul li .detail p.wp-caption-text, #local .local .tayoreru_negai #negai ul li .detail p.caption {
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 5px;
}
#local .local .tayoreru_negai #negai ul li .detail a.link_arrow01,
#local .local .tayoreru_negai #negai ul li .detail .link01 a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
#local .local .tayoreru_negai #negai ul li .detail a.link_arrow01::before,
#local .local .tayoreru_negai #negai ul li .detail .link01 a::before {
  content: "";
  width: 7px;
  aspect-ratio: 14/32;
  background: url(../images/common/icon_arrow_pink_4.png) no-repeat 0 0/100% auto;
  position: absolute;
  left: 0;
  top: 0.6em;
}
#local .local .tayoreru_negai #negai ul li .detail .wp-caption {
  width: 100% !important;
}
#local .local .tayoreru_negai #negai ul li .detail img {
  width: 100%;
}
#local .local .btn_candidate {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #local .local .btn_candidate {
    margin-top: 4rem;
  }
}
#local .local .btn_candidate a {
  min-height: 120px;
  background: #38abe5;
  color: #fff;
  display: grid;
  grid-template-columns: 72px 1fr 24px;
  align-items: center;
  padding: 10px 60px 10px 40px;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #local .local .btn_candidate a {
    min-height: 8rem;
    grid-template-columns: 4.8rem 1fr 1.6rem;
    font-size: 1.8rem;
    border-radius: 1.5rem;
    padding: 1rem 2rem;
    gap: 1rem;
  }
}
#local .local .btn_candidate a::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_candidate.svg) no-repeat 0 0/contain;
}
#local .local .btn_candidate a span {
  padding-left: clamp(7px, 5.5vw, 65px);
}
@media (max-width: 768px) {
  #local .local .btn_candidate a span {
    padding-left: 0;
  }
}
#local .local .btn_candidate a::after {
  content: "";
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_03.svg) no-repeat 0 0/contain;
}

/* top_banner
------------------------------------------------------*/
#top_banner .swiper-button-prev,
#top_banner .swiper-button-next {
  width: 42px;
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0.4);
  display: grid;
  place-content: center;
}
#top_banner .swiper-button-prev::after,
#top_banner .swiper-button-next::after {
  display: none;
}
#top_banner .swiper-button-prev::before,
#top_banner .swiper-button-next::before {
  font-size: 1.8rem;
  color: #fff;
}
#top_banner .swiper-button-prev::before {
  content: "❮";
}
#top_banner .swiper-button-next::before {
  content: "❯";
}
#top_banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.6);
}
#top_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* others
------------------------------------------------------*/
#others {
  margin-top: 80px;
  background: url(../images/top_v2/others_bg.svg) repeat-x center center/auto clamp(32px, 26.9vw, 316px);
}
@media (max-width: 768px) {
  #others {
    margin-top: 8rem;
    background: none;
    padding-inline: 2rem;
  }
}
#others .others {
  max-width: 1176px;
  padding: 0 88px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  #others .others {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  #others .others {
    padding: 0;
  }
}
#others .others {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "faq movie" "faq join";
  grid-template-rows: max-content 1fr;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  #others .others {
    display: block;
  }
}
#others .others > * {
  background: #fff;
}
#others .others .faq {
  grid-area: faq;
}
#others .others .movie {
  grid-area: movie;
}
@media (max-width: 768px) {
  #others .others .movie {
    margin-top: 2rem;
  }
}
#others .others .join {
  grid-area: join;
}
@media (max-width: 768px) {
  #others .others .join {
    margin-top: 1rem;
  }
}
#others .others .join a {
  height: 100%;
  background: #ff5466;
  color: #fff;
  display: grid;
  grid-template-columns: clamp(7px, 6.1vw, 72px) 1fr clamp(4px, 3.4vw, 40px);
  align-items: center;
  padding: 10px clamp(4px, 3vw, 35px) 10px clamp(5px, 4.3vw, 50px);
  font-size: clamp(0.3rem, 2.4vw, 2.8rem);
  font-weight: 700;
}
@media (max-width: 768px) {
  #others .others .join a {
    height: 11.5rem;
    grid-template-columns: 5.2rem 1fr 3.2rem;
    font-size: 2.1rem;
    padding: 1rem 2.5rem 1rem 3.5rem;
  }
}
#others .others .join a::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_join.svg) no-repeat 0 0/contain;
}
#others .others .join a span {
  padding-left: clamp(4px, 3vw, 35px);
}
@media (max-width: 768px) {
  #others .others .join a span {
    padding-left: 2rem;
  }
}
#others .others .join a::after {
  content: "";
  aspect-ratio: 1;
  background: url(../images/top_v2/icon_arrow_04.svg) no-repeat 0 0/contain;
}