@charset "UTF-8";

:root {
  --bg-color: #F7D5CF;
  --sp0-primary-color: #26B6AC;
  --sp1-primary-color: #DDD4A4;
  --sp2-primary-color: #374EA2;
  --sp3-primary-color: #374EA2;
  --sp4-primary-color: #58908C;
  --sp4-primary-color2: #8AE4DE;
  --sp5-primary-color: #F4899B;
  --sp5-primary-color2: #55B57D;
  --sp6-primary-color: #E88E53;
  --sp7-primary-color: #B00000;
  --sp7-primary-color2: #4D8D4F;
  --posts-primary-color: #F0801A;
}


/* -------------------------------------
  style
------------------------------------- */

/* 見出し 50px → 52px */
.fs-title-7 {
  font-size: 5.2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

/* 見出し 40px → 42px */
.fs-title-6 {
  font-size: 4.2rem;
}

/* 見出し 36px → 38px */
.fs-title-5 {
  font-size: 3.8rem;
}

/* 見出し 28px → 30px */
.fs-title-4 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

/* 見出し特集 26px → 28px */
.fs-feature-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/* 見出し 24px → 26px */
.fs-title-3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* 見出し 20px → 22px */
.fs-title-2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* 見出し 16px → 18px */
.fs-title-1 {
  font-size: 1.8rem;
}

/* リード 18px */
.fs-lead-l {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* リード 16px → 17px */
.fs-lead-m {
  font-size: 1.7rem;
  line-height: 1.6;
}

/* Index 15px */
.fs-index-l {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* ゴシック本文 16px → 17px */
.fs-text-l {
  font-size: 1.7rem;
  line-height: 1.6;
}

/* ゴシック本文 15px */
.fs-text-m {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* ゴシック本文+CAP 14px → 15px */
.fs-text-s {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* コンテンツ P数 */
.fs-content {
  font-size: 2.4rem;
  line-height: 1.8;
}

.flex {
  gap: 40px;
  margin-top: 40px;
}

.more-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding-right: 20px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat top 9px right / 8px 13px;
}

.more-btn {
  display: grid;
  place-items: center;
  width: min(280px, 100%);
  height: 40px;
  border-radius: 24px;
}

.more-btn span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding-right: 14px;
  background: url(/assets/img/ico-arrow-white.png) no-repeat top 7px right / 8px 14px;
}

.more-contents-btn {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  margin: 30px auto 0;
  padding-right: 24px;
}

.more-contents-btn::before {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  background: url(/assets/img/ico-arrow-black.png) no-repeat center right / contain;
}

.more-contents-btn.open::before {
  transform: rotate(-90deg);
}

a .image {
  overflow: hidden;
}

a .image img {
  transition: transform .3s;
}

a:hover .image img {
  transform: scale(1.05);
}

.sub-main-title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 20px auto 32px;
  max-width: 770px;
}

.sub-main-title::before,
.sub-main-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.sub-main-title .ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.sub-main-title .en {
  font-size: 1.2rem;
  margin-top: 4px;
  letter-spacing: 0.05em;
}

.index {
  width: min(770px, 100%);
  margin: 40px auto 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.index>p {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.index>p::before,
.index>p::after {
  content: '';
  flex: 1;
  height: 1px;
  margin-top: 0.8em;
}

.index ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 30px;
}

.index ol li a {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
}

.index ol li a .num {
  display: inline-block;
  font-size: 2rem;
  width: 38px;
  margin-top: 2px;
}

.index ol li a .title {
  flex: 1;
  line-height: 1.6;
}

.sub-sec {
  margin-top: 64px;
}

.sub-fv__title {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}

.sub-fv__title span {
  font-size: 3rem;
}

.sub-fv .swiper-container {
  margin-bottom: 48px;
}

.swiper-container {
  position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -24px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #6B6B6B;
  border: 1px solid #6B6B6B;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: 40px;
  width: 40px;
}

.swiper-button-prev {
  left: 0 !important;
  transform: translateX(-50%);
}

.swiper-button-next {
  right: 0 !important;
  transform: translateX(50%);
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev::after {
  background-image: url(/assets/img/ico-slide-prev.png);
}

.swiper-button-next::after {
  background-image: url(/assets/img/ico-slide-next.png);
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.accordion-box {
  padding: 40px 35px;
}

.accordion-box h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.accordion-box h3 span {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.accordion-box .items {
  margin-top: 8px;
  border-bottom: none !important;
}

.accordion-box .items .head {
  display: flex;
  width: 100%;
}

.accordion-box .items .num {
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  min-width: 40px;
}

.accordion-box .items .title {
  position: relative;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 43px 10px 10px;
}

.accordion-box .items .title::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
  height: 16px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center / 100% 100%;
  transition: transform .3s;
}

.accordion-box .items .head.open .title::before {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion-box .items .text {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 13px 17px;
}

.member-only {
  margin-top: 40px;
  padding: 47px 30px 38px;
  border-top: 5px solid #FFDD00;
  border-bottom: 5px solid #FFDD00;
}

.member-only .top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.member-only .top-logo img {
  width: 128px;
}

.member-only .top-logo p {
  font-size: 1.8rem;
  font-weight: 500;
}

.member-only h4 {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  height: 40px;
  margin: 28px 0 20px;
  background-color: #FFDD00;
  border: 1px solid #6B6B6B;
}

.member-only__btn {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  width: fit-content;
  height: 40px;
  margin: 12px 0;
  padding: 0 35px;
  background-color: #FFDD00;
  border-radius: 24px;
}

.member-only__btn span {
  padding-right: 20px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center right / 10px 16px;
}

.member-only .bottom-logo {
  width: 248px;
  margin: 60px auto 0;
}

.member-only .bottom-logo.reform {
  width: min(490px, 100%);
}


/* -------------------------------------
  top
------------------------------------- */

#top {
  padding-bottom: 80px;
}

#top .head__number {
  background-color: var(--bg-color);
}

.top-fv {
  background-color: var(--bg-color);
}

.top-fv__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9%;
  margin-top: 40px;
  padding: 0 20px;
  height: 50px;
  background-color: #fff;
}

.top-fv__links li a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  padding-right: 16px;
}

.top-fv__links li a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center / contain;
}

.top-fv__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 18px;
}

.top-fv__wrap a {
  transition: opacity .3s;
}

.top-fv__wrap a:hover {
  opacity: .7;
}

.top-fv__left {
  flex: 1;
}

.top-fv__left .feature01 {
  padding-left: 9.231%;
}

.top-fv__left .feature01 p.title {
  font-size: min(5.2rem, 5.08vw);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.top-fv__left .feature02 {
  margin-top: 48px;
  padding-left: 10%;
}

.top-fv__left .feature02 .tag {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  width: fit-content;
  margin-bottom: 20px;
  padding: 9px 22px;
  background-color: #E43F3E;
  border-radius: 16px;
}

.top-fv__left .feature02 .title {
  font-size: min(3.8rem, 3.71vw);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.top-fv__left .feature02 .title span {
  display: block;
  font-size: 0.7778em;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.top-fv__right {
  width: 37.5%;
  aspect-ratio: 390 / 580;
}

.top-fv__right a {
  transition: all .3s;
}

.top-fv__right a:hover {
  opacity: .7;
}

.top-fv__right .image {
  position: relative;
}

.top-fv__right .logo {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
}

.top-fv__right .main-title {
  position: absolute;
  width: 90%;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
}

.top-fv__right .sub-title {
  position: absolute;
  width: 80%;
  left: 5%;
  bottom: 4%;
}

.top-sec {
  padding: 64px 0 50px;
}

.top-sec__title {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 32px;
}

.top-sec__title::before,
.top-sec__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.top-sec__title .ja {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.top-sec__title .en {
  font-size: 1.4rem;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.top-sec.feature {
  background-color: var(--bg-color);
}

.top-sec.feature .flex {
  gap: 20px;
}

.top-sec .feature__title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.top-sec.series {
  background-color: rgba(165, 153, 90, 0.4);
}

.series-content__top {
  display: flex;
  gap: 40px;
}

.series-content__top .items {
  background-color: #fff;
  border-radius: 20px;
}

.series-content__top .items .image img {
  aspect-ratio: 500 / 310;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.series-content__top .items .desc {
  padding: 40px 30px 30px;
}

.series-content__top .items .cat {
  padding-bottom: 14px;
  border-bottom: 1px solid #6B6B6B;
}

.series-content__top .items .title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 20px 0 16px;
}

.series-content__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.series-content__bottom .items {
  width: calc((100% - 40px * 2) / 3);
}

.series-content__bottom .items p {
  margin-top: 8px;
}

.series-content__bottom .items .image {
  border-radius: 6px;
}

.series-content__bottom .items .image img {
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.series-content__bottom .items .head p {
  margin: 0;
  padding: 10px 5px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.top-sec.info {
  padding-bottom: 0;
}

.info-content {
  display: flex;
  flex-wrap: wrap;
  gap: 62px 40px;
}

.hidden-contents {
  display: none;
  margin-top: 62px;
}

.info-content .items {
  width: calc((100% - 40px * 2) / 3);
}

.info-content .items .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 24px;
  padding: 0 10px;
  width: fit-content;
  border-left: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
}

.info-content .items .lead {
  margin-top: 16px;
}

.top-sec.info .banner {
  margin-top: 64px;
}

.top-sec.info .banner img {
  width: 80%;
  margin: auto;
  display: block;
}

.top-sec.info .banner a {
  transition: all .3s;
}

.top-sec.info .banner a:hover {
  filter: brightness(92%);
}

.info-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 64px;
}

.info-bottom .items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  border-radius: 10px;
}

.info-bottom .items .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.info-bottom .items.present .title {
  width: min(340px, 90%);
  margin: 0 auto;
}

.info-bottom .items.present .desc {
  margin-top: -24px;
  padding: 20px 10px;
  border: 1px solid #FF909E;
  border-radius: 10px;
  z-index: 2;
}

.info-bottom .items.present .desc a {
  z-index: 1;
}

.info-bottom .items.present .logo {
  width: min(280px, 90%);
  margin: 18px auto 0;
  padding-left: 4%;
}

.info-bottom .items.present .logo+p {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 8px;
}

.info-bottom .items.present .image {
  width: min(380px, 95%);
  margin: 16px auto 0;
}

.info-bottom .items.backnum {
  border: 1px solid #B29881;
}

.info-bottom .items.backnum .title {
  display: grid;
  place-items: center;
  width: 100%;
  height: 56px;
  background-color: #B29881;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.info-bottom .items.backnum .title img {
  width: min(400px, 90%);
}

.info-bottom .items.backnum .desc {
  padding: 20px 10px;
}

.info-bottom .items.backnum .image {
  width: 100%;
  margin: 0 auto;
  padding: 10% 0;
}

.info-bottom .items.present .more-btn {
  background-color: #FF909E;
}

.info-bottom .items.backnum .more-btn {
  background-color: #B29881;
}

.info-bottom .items .notes {
  font-size: 1.4rem;
  font-weight: 400;
  margin: auto 0 12px;
}

.top-sec.pickup {
  padding: 94px 0 0;
}

.top-sec.pickup .top-sec__title .wrap {
  position: relative;
}

.top-sec.pickup .top-sec__title .wrap::before {
  position: absolute;
  content: '';
  top: -30px;
  left: 50%;
  width: 30px;
  height: 22px;
  transform: translateX(-50%);
  background: url(/assets/img/ico-crown.svg) no-repeat center / contain;
}

.pickup-rank__content {
  display: flex;
  justify-content: space-between;
}

.pickup-rank__content .items {
  position: relative;
  width: 31.346%;
  padding-left: 8px;
}

.pickup-rank__content .items a {
  display: flex;
  gap: 8px;
}

.pickup-rank__content .items .image {
  width: 46%;
  height: 100%;
  border-radius: 6px;
}

.pickup-rank__content .items::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.pickup-rank__content .items:nth-of-type(1)::before {
  background-image: url(/assets/img/ico-num01.png);
}

.pickup-rank__content .items:nth-of-type(2)::before {
  background-image: url(/assets/img/ico-num02.png);
}

.pickup-rank__content .items:nth-of-type(3)::before {
  background-image: url(/assets/img/ico-num03.png);
}

.pickup-rank__content .items .image img {
  border-radius: 6px;
}

.pickup-rank__content .items .desc {
  flex: 1;
}

.pickup-rank__content .items .cat {
  font-size: min(1.4rem, 1.16vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px;
  border-radius: 24px;
  border: 1px solid #6B6B6B;
}

.pickup-rank__content .items .title {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 8px;
}

.pickup__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 64px;
}

.pickup__content .items {
  width: calc((100% - 40px) / 2);
}

.pickup__content .items a {
  display: flex;
  align-items: stretch;
}

.pickup__content .items.pickup01 a {
  background-color: #8AE4DE;
}

.pickup__content .items.pickup02 a {
  background-color: #A4C1F1;
}

.pickup__content .items.pickup03 a {
  background-color: #FFA8B3;
}

.pickup__content .items .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px 18px;
}

.pickup__content .items .title {
  font-size: min(3rem, 2.89vw);
  font-weight: 700;
  line-height: 1.4;
}

.pickup__content .items .lead {
  font-size: min(2rem, 1.8vw);
  line-height: 1.4;
  margin-top: 5px;
}

.pickup__content .items .image {
  width: 50%;
}

.pickup__content .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* -------------------------------------
  sp0（特集）
------------------------------------- */

#feature .primary-color {
  color: var(--sp0-primary-color);
}

#feature {
  background-color: var(--bg-color);
}

.feature-fv {
  display: flex;
}

.feature-fv__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.feature-fv__title {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.feature-fv__title span {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.feature-fv__title-num {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--sp0-primary-color);
  margin-top: 40px;
  padding: 0 48px;
}

.page2 .feature-fv__title-num {
  margin-top: 24px;
}

.feature-fv__title-num::before,
.feature-fv__title-num::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 18px;
  background: url(/129/assets/img/sp0/deco01.svg) no-repeat center / contain;
}

.feature-fv__title-num::before {
  left: 0;
}

.feature-fv__title-num::after {
  right: 0;
}

.feature-fv__sub-title {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.page2 .feature-fv__sub-title {
  margin-top: 0;
}

.feature-fv__sub-title span {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 1.6rem;
}

.feature-fv__lead {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 16px;
}

.feature-fv__images {
  width: 46.154%;
}

.feature-fv__images img {
  aspect-ratio: 460 / 540;
  object-fit: cover;
}

.feature__profile {
  position: relative;
  max-width: 770px;
  margin: 64px auto 0;
  padding: 42px 37px;
  background-color: rgba(255, 255, 255, 0.5);
}

.feature__profile .wrap {
  display: flex;
  gap: 12px;
}

.feature__profile::before,
.feature__profile::after,
.feature__profile .wrap::before,
.feature__profile .wrap::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #26B6AC;
  opacity: .5;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.feature__profile::before {
  top: 0;
  left: 0;
}

.feature__profile::after {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.feature__profile .wrap::before {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.feature__profile .wrap::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.feature__profile .desc {
  flex: 1;
}

.feature__profile .image {
  width: 37.35%;
}

#feature .index {
  border-bottom-color: var(--sp0-primary-color);
}

#feature .index>p::before,
#feature .index>p::after {
  background-color: var(--sp0-primary-color);
}

.page2 .feature-fv {
  position: relative;
}

.page2 .feature-fv .image {
  position: absolute;
  top: 8%;
  right: 5%;
  width: 15.4%;
}

.feature__sub-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: min(378px, 100%);
  height: 88px;
  margin: 0 auto 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.feature__sub-title span:nth-of-type(1) {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #FFF0CA;
  margin-top: -5px;
}

.feature__sub-title span:nth-of-type(2) {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}

.feature-box01 {
  text-align: center;
  width: min(480px, 100%);
  margin: auto;
  padding: 36px 15px;
}

.feature-box01 hgroup {
  position: relative;
}

.feature-box01 hgroup img {
  width: 122px;
}

.feature-box01 .items {
  margin-top: 24px;
}

.feature-box01 .items .num {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--sp0-primary-color);
  padding: 0 57px;
}

.feature-box01 .items p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
}

.pagination {
  margin: 64px 0 40px;
}

.pagination__btn {
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1.6;
  width: fit-content;
  min-width: 335px;
  margin: auto;
  min-height: 72px;
  padding: 12px;
  background-color: #fff;
  border-radius: 36px;
}

.pagination__btn span {
  padding-right: 12px;
  background: url(/assets/img/ico-arrow-black.png) no-repeat center right / 8px 14px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.pagination ul li a,
.pagination ul li span {
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #6B6B6B;
}

.pagination ul li .num {
  width: 28px;
  padding: 0;
}

.pagination ul li .current {
  color: #fff;
  background-color: #6B6B6B;
}


/* -------------------------------------
  sp1（グループ通信）
------------------------------------- */

#sp1 .primary-color {
  color: var(--sp1-primary-color);
}

#sp1 .index {
  border-bottom-color: var(--sp1-primary-color);
}

#sp1 .index>p::before,
#sp1 .index>p::after {
  background-color: var(--sp1-primary-color);
}

#sp1 .sub-fv .cat {
  width: 335px;
}

#sp1 .sub-fv {
  position: relative;
}

#sp1 .sub-fv p {
  padding-left: 115px;
}

#sp1 .sub-fv .deco {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 95px;
}

#sp1 .sub-sec img {
  border-radius: 6px;
}

#sp1 .sub-sec .frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  width: 280px;
  margin: 8px auto 16px;
  padding: 10px 0;
  background-color: var(--sp1-primary-color);
  border-radius: 4px;
}

#sp1 .sub-sec .frame::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 334px;
  height: 2px;
  background-color: var(--sp1-primary-color);
  z-index: -1;
}

#sp1 .sub-sec .frame span {
  font-size: 2.8rem;
  padding-left: 5px;
}

#sp1 .fs-feature-ttl span {
  font-size: 2.4rem;
}

.sp1-box01 {
  margin-bottom: 40px;
  padding: 37px 28px;
  background-color: var(--sp1-primary-color);
  border-radius: 8px;
}

.sp1-box01 h3 {
  text-align: center;
}

.sp1-wrap03 {
  position: relative;
  max-width: 560px;
  margin: 40px auto 0;
}

.sp1-wrap03 .image {
  margin-bottom: 40px;
}

.sp1-wrap03 p {
  padding-left: 140px;
}

.sp1-wrap03 .deco {
  position: absolute;
  width: 95px;
  top: 20px;
  left: 0;
}

.sp1-box02 {
  font-size: 1.6rem;
  color: #fff;
  margin: 60px 0 40px;
  padding: 50px 12%;
  background-color: #BCA848;
  border-radius: 8px;
}

.sp1-box02 .day {
  font-weight: 700;
  margin-bottom: 16px;
}

.sp1-box02 .items {
  display: flex;
  margin-bottom: 30px;
}

.sp1-box02 .items:last-of-type {
  margin-bottom: 0;
}

.sp1-box02 .items .wrap {
  display: flex;
}

.sp1-box02 .items .time {
  font-weight: 700;
  width: 55px;
}

.sp1-box02 .items .desc {
  flex: 1;
  margin-top: -4px;
}

.sp1-box02 .items .desc-wrap {
  display: flex;
  gap: 40px;
  margin-top: 16px;
}


/* -------------------------------------
  sp3（注文住宅）
------------------------------------- */

#sp3 .primary-color {
  color: var(--sp3-primary-color);
}

#sp3 .index {
  max-width: 580px;
  border-bottom-color: var(--sp3-primary-color);
}

#sp3 .index>p::before,
#sp3 .index>p::after {
  background-color: var(--sp3-primary-color);
}

#sp3 .sub-fv .cat {
  width: 335px;
}

#sp3 .sub-sec img {
  border-radius: 6px;
}

.sp3-box01 {
  padding: 35px 53px;
  background-color: #FFE3D1;
  border-radius: 8px;
}

.sp3-box01 .flex {
  gap: 24px;
  margin-top: 20px;
}

#sp3 .accordion-box {
  background-color: rgba(55, 78, 162, 0.1);
}

#sp3 .accordion-box .items {
  background-color: #fff;
  border: 1px solid var(--sp3-primary-color);
}

#sp3 .accordion-box .items .head,
#sp3 .accordion-box .items .text {
  border-bottom: 1px solid var(--sp3-primary-color);
}

#sp3 .accordion-box .items .num {
  background-color: var(--sp3-primary-color);
}


/* -------------------------------------
  sp4（住宅リフォーム）
------------------------------------- */

#sp4 .primary-color {
  color: var(--sp4-primary-color2);
}

#sp4 .index {
  max-width: 580px;
  border-bottom-color: var(--sp4-primary-color2);
}

#sp4 .index>p::before,
#sp4 .index>p::after {
  background-color: var(--sp4-primary-color2);
}

#sp4 .sub-fv .cat {
  width: 335px;
}

#sp4 .sub-sec img {
  border-radius: 6px;
}

.sp4-box01 {
  padding: 36px 50px;
  background-color: #E0F2F0;
  border-radius: 8px;
}

.sp4-box01 .flex {
  margin: 0;
}

#sp4 .accordion-box {
  background-color: #E0F2F0;
}

#sp4 .accordion-box .items {
  background-color: #fff;
  border: 1px solid var(--sp4-primary-color);
}

#sp4 .accordion-box .items .head,
#sp4 .accordion-box .items .text {
  border-bottom: 1px solid var(--sp4-primary-color);
}

#sp4 .accordion-box .items .num {
  background-color: var(--sp4-primary-color);
}

#sp4 .achieve {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 64px;
  margin-top: 40px;
  background-color: #00B6AD;
  border-radius: 16px;
}

#sp4 .achieve sup {
  font-size: 60%;
}




/* -------------------------------------
  sp6（料理）
------------------------------------- */

#sp6 .primary-color {
  color: var(--sp6-primary-color);
}

#sp6 .index {
  max-width: 580px;
  border-bottom-color: var(--sp6-primary-color);
}

#sp6 .index>p::before,
#sp6 .index>p::after {
  background-color: var(--sp6-primary-color);
}

#sp6 .sub-fv .cat {
  width: 250px;
}

#sp6 .sub-sec img {
  border-radius: 6px;
}

#sp6 .flex {
  gap: 10px;
}

.sp6-profile {
  margin: 34px auto 0;
  padding: 40px 35px 30px;
  max-width: 580px;
  background-color: #FFE3D1;
  border-radius: 6px;
}

#sp6 .sp6-profile .flex {
  gap: 16px;
  margin: 0;
}

.sp6-profile .image {
  position: relative;
  width: 39.22%;
}

.sp6-profile .image .icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: var(--sp6-primary-color);
  border-radius: 50%;
}

.sp6-profile .desc {
  flex: 1;
}

.sp6-recipe {
  max-width: 580px;
  margin: 64px auto 0;
  padding: 20px 28px;
  background-color: #FFE3D1;
  border-radius: 6px;
  border: 1px solid #000;
}

.sp6-recipe .recipe-title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  padding: 4px 0;
  background-color: #E88E53;
  border-radius: 16px;
}

.sp6-recipe .recipe-title span {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 10px;
}

.sp6-recipe .recipe-list {
  margin-top: 24px;
}

.sp6-recipe .recipe-list li {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 4px;
}

.sp6-box01 {
  display: flex;
  gap: 20px;
}

.sp6-box01 .items {
  padding: 30px 20px;
  background-color: #FFE3D1;
  border-radius: 8px;
}

.sp6-box01 .items .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0 35px;
  width: fit-content;
}

.sp6-box01 .items .title::before,
.sp6-box01 .items .title::after {
  position: absolute;
  content: '';
  top: 10px;
  width: 32px;
  height: 2px;
  background-color: var(--sp6-primary-color);
  border-radius: 2px;
}

.sp6-box01 .items .title::before {
  left: 0;
  transform: rotate(55deg);
}

.sp6-box01 .items .title::after {
  right: 0;
  transform: rotate(124deg);
}

#sp6 .sp6-box02 {
  gap: 30px;
}


/* -------------------------------------
  relation（関連記事）
------------------------------------- */

.relation {
  padding: 64px 0 80px;
}

.relation__title {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.relation__title::before,
.relation__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6B6B6B;
}

.rel__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.rel__content .items {
  width: calc((100% - 40px * 3) / 4);
}

.rel__content .items .image img {
  aspect-ratio: 230 / 148;
  object-fit: cover;
  border-radius: 8px;
}

.rel__content .items .cat {
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
  padding: 0 10px;
  height: 50px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #6B6B6B;
}

.rel__content .items .title {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 8px;
}


/* -------------------------------------
  posts（写真投稿企画）
------------------------------------- */

#posts .primary-color {
  color: var(--posts-primary-color);
}

#posts .sub-fv .lead {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--posts-primary-color);
  margin-top: 24px;
}

#posts .sub-fv .lead+p {
  letter-spacing: 0.05em;
}

#posts .sec01 {
  padding: 80px 0;
  background-color: rgba(255, 226, 0, 0.15);
}

#posts .sec01 h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#posts .sec01 .theme {
  position: relative;
  padding: 12px 0;
  border-top: 2px solid #6B6B6B;
  border-bottom: 2px solid #6B6B6B;
}

#posts .sec01 .theme p {
  font-size: 2rem;
  font-weight: 700;
}

#posts .sec01 .item01 {
  position: absolute;
  width: 24%;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
}

#posts .sec01 h3 span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#posts .sec01 h3 span:nth-of-type(1) {
  font-size: 3.2rem;
}

#posts .sec01 h3 span:nth-of-type(2) {
  font-size: 4.6rem;
  line-height: 1.4;
  color: #F0801A;
  margin-top: 12px;
}

#posts .deadline {
  font-weight: 700;
  text-align: center;
}

#posts .deadline h4 {
  font-size: 2rem;
  padding: 5px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

#posts .deadline .date span:nth-of-type(1) {
  display: block;
  font-size: 2rem;
}

#posts .deadline .date .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#posts .deadline .date .wrap span:nth-of-type(1) {
  font-size: 2.8rem;
}

#posts .deadline .date .wrap span:nth-of-type(n+2) {
  display: grid;
  place-items: center;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  border-radius: 50%;
  border: 1px solid #1B1B1B;
}

#posts .deadline p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 24px;
}

#posts .deadline a {
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  width: 280px;
  height: 60px;
  margin: 10px auto 0;
  background-color: #F0801A;
}

#posts .deadline a span {
  padding-right: 18px;
  background: url(/129/assets/img/posts/ico-arrow.png) no-repeat center right / 10px auto;
}

#posts .sec02 {
  padding-bottom: 80px;
  background-color: rgba(255, 226, 0, 0.15);
}

#posts .sec02 .head {
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  background-color: #FFE200;
}

#posts .sec02 .head h3 {
  font-size: 3rem;
}

#posts .sec02 .head h3 span {
  display: inline-block;
}

#posts .sec02 .head h3 span:nth-of-type(1) {
  font-size: 0.64em;
}

#posts .sec02 .head h3 span:nth-of-type(3) {
  font-size: 0.73em;
}

#posts .sec02 .head h3 span:nth-of-type(4) {
  font-size: 0.9em;
}

#posts .sec02 .images .wrap {
  display: flex;
  gap: 15px;
}

#posts .sec02 .images__item02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}



/* -------------------------------------
  responsive
------------------------------------- */

@media (width >=768px) {

  .sp-only .swiper-button-prev,
  .sp-only .swiper-button-next,
  .sp-only .swiper-pagination {
    display: none;
  }

  .top-sec .swiper-wrapper {
    display: flex;
    gap: 20px;
  }

  .top-sec .swiper-slide,
  #sp1 .swiper-slide {
    flex-shrink: 1;
  }

  #sp1 .swiper-wrapper {
    display: flex;
    gap: 40px;
  }
}


@media (width < 768px) {
  .fs-lead-l {
    font-size: 1.5rem;
  }

  .fs-lead-m {
    font-size: 1.5rem;
  }

  .fs-title-4 {
    font-size: 2.6rem;
  }

  .fs-title-3 {
    font-size: 2rem;
  }

  .fs-title-2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .fs-text-l {
    font-size: 1.5rem;
  }

  .more-link {
    font-size: 1.7rem;
  }

  .flex {
    gap: 0;
    margin-top: 30px;
  }

  .flex>* {
    margin-bottom: 16px;
  }

  .index ol {
    padding-inline: 0;
  }

  .index ol li a {
    font-size: 1.4rem;
  }

  .sub-main-title {
    margin-bottom: 16px;
  }

  .sub-main-title .ja {
    font-size: 1.6rem;
  }

  .sub-sec {
    margin-top: 40px;
  }

  .sub-fv .cat {
    margin-top: 24px;
  }

  .sub-fv__title {
    font-size: 2.6rem;
    letter-spacing: -0.01em;
  }

  .sub-fv__title span {
    font-size: 2rem;
  }

  .sub-fv .fs-lead-l {
    text-align: left;
  }

  .swiper-button-prev {
    transform: translateX(-40%);
  }

  .swiper-button-next {
    transform: none;
    transform: translateX(40%);
  }

  .sub-fv .swiper-button-prev {
    left: 10px !important;
    transform: none;
  }

  .sub-fv .swiper-button-next {
    right: 10px !important;
    transform: none;
  }

  .flex-column-sp {
    display: flex;
    flex-direction: column;
  }

  .accordion-box {
    padding: 20px var(--inner-padding) 30px;
  }

  .accordion-box .items .title {
    padding-right: 25px;
  }

  .member-only {
    padding: 32px var(--inner-padding) 24px;
  }

  .accordion-box .items .title::before {
    right: 10px;
  }

  .member-only__btn {
    margin-inline: auto;
  }

  .member-only .top-logo {
    flex-direction: column;
  }

  .member-only .bottom-logo {
    margin-top: 24px;
  }

  /* top
  ------------------------------------- */

  #top {
    padding-bottom: 40px;
  }

  /* #top .fs-lead-l {
    font-size: 1.5rem;
  } */

  .top-sec {
    padding: 40px 0;
  }

  .top-sec.feature .swiper-container {
    margin-bottom: 48px;
  }

  .top-fv__right {
    width: 100%;
    margin: 0 30px;
  }

  .top-fv__links {
    gap: 9%;
    height: 80px;
    margin-top: 20px;
  }

  .top-fv__links li a {
    display: flex;
    align-items: center;
    height: 56px;
    padding-right: 0;
    padding-bottom: 12px;
  }

  .top-fv__links li a::before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .top-sec__title .ja {
    font-size: 2.4rem;
  }

  .top-sec__title .en {
    font-size: 1.2rem;
  }

  .top-sec .feature__title {
    font-size: 3rem;
  }

  .series-content__top {
    flex-direction: column;
    gap: 16px;
  }

  .series-content__top .items .desc {
    padding: 20px;
  }

  .series-content__top .items .title,
  .pickup__content .items .title {
    font-size: 2rem;
  }

  #top .series-content__top .fs-lead-l {
    font-size: 1.8rem;
  }

  .series-content__bottom,
  .info-content {
    gap: 20px 25px;
  }

  .series-content__bottom .items,
  .info-content .items {
    width: calc((100% - 25px) / 2);
  }

  .series-content__bottom .items .head p,
  .pickup-rank__content .items .cat,
  .pickup__content .items .lead {
    font-size: 1.4rem;
  }

  .info-content .items .title {
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }

  .info-content .items .lead {
    margin-top: 8px;
  }

  .top-sec.info .banner {
    margin-top: 40px;
  }

  .top-sec.info .banner img {
    width: 100%;
  }

  .info-bottom {
    flex-direction: column;
    margin-top: 40px;
  }

  .info-bottom .items .notes {
    margin-top: 15px;
  }

  .info-bottom .items,
  .pickup-rank__content .items,
  .pickup__content .items {
    width: 100%;
  }

  .top-sec.pickup {
    padding-top: 64px;
  }

  .pickup-rank__content {
    flex-wrap: wrap;
    gap: 20px;
  }

  .pickup-rank__content .items a {
    gap: 17px;
  }

  .pickup__content {
    gap: 20px;
    margin-top: 40px;
  }

  .pickup__content .items .desc {
    padding: 12px;
  }


  /* sp0（特集）
  ------------------------------------- */

  .feature-fv {
    flex-direction: column-reverse;
  }

  .feature-fv__title {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }

  .feature-fv__title span {
    font-size: 2.6rem;
    margin-bottom: 0;
  }

  .feature-fv__title-num {
    margin-top: 24px;
  }

  .feature-fv__sub-title {
    font-size: 2.8rem;
    margin-top: 0;
  }

  .feature-fv__sub-title span,
  .fs-content,
  .fs-feature-ttl {
    font-size: 2rem;
  }

  .feature-fv__images {
    width: 100%;
    margin-bottom: 40px;
  }

  .feature-fv__images .swiper-button-prev {
    left: -10px !important;
    transform: none;
  }

  .feature-fv__images .swiper-button-next {
    right: -10px !important;
    transform: none;
  }

  .fs-feature-ttl {
    letter-spacing: 0.05em;
  }

  .feature-fv__lead {
    font-size: 1.5rem;
  }

  .feature__profile {
    margin-top: 40px;
    padding-block: 27px;
    background-color: rgba(255, 255, 255, 0.85);
  }

  .feature__profile .wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .feature__profile .image {
    width: 75%;
    transform: translateX(29%);
  }

  #feature #sec02 .flex,
  #feature #sec03 .flex {
    display: contents;
  }

  #feature #sec02 .item01 {
    order: 2;
  }

  #feature #sec02 .item02 {
    order: 4;
    margin-bottom: 16px;
  }

  #feature #sec02 .item03 {
    order: 1;
    margin-top: 30px;
    padding-left: 15%;
  }

  #feature #sec02 .item04 {
    order: 3;
    margin-top: 30px;
    margin-bottom: 0;
  }

  #feature #sec03 .item01 {
    order: 1;
    margin-top: 30px;
  }

  #feature #sec03 .item02 {
    order: 3;
  }

  #feature #sec03 .item03 {
    order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .feature-box01 {
    padding: 20px 15px 26px;
  }

  .feature-box01 .items p {
    font-size: 1.6rem;
  }

  .page2 .feature-fv .image {
    top: 21%;
    right: -2%;
    width: 23%;
  }

  .feature__sub-title {
    max-width: 300px;
    margin-bottom: 16px;
  }

  .feature__sub-title span:nth-of-type(1),
  .feature__sub-title span:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .sec04 .inner-s {
    display: flex;
    flex-direction: column;
  }

  .sec04 .item01 {
    order: 3;
    margin-top: 16px;
  }

  .sec04 .item02 {
    order: 1;
  }

  .sec04 .item03 {
    order: 2;
  }

  .pagination {
    margin-top: 40px;
  }

  #feature article {
    padding-bottom: 40px;
  }


  /* sp1（（グループ通信））
  ------------------------------------- */

  #sp1 .sub-fv .cat {
    width: min(303px, 100%);
  }

  #sp1 .sub-fv .deco {
    position: static;
    width: 95px;
    margin-top: 30px;
  }

  #sp1 .sub-fv p {
    flex: 1;
    padding-left: 16px;
  }

  #sp1 .fs-feature-ttl {
    font-size: 2.4rem;
  }

  #sp1 .fs-feature-ttl span {
    font-size: 2rem;
  }

  .sp1-box01 {
    padding: 30px 18px 10px;
  }

  .sp1-wrap03 {
    margin-top: 24px;
  }

  .sp1-wrap03 .image {
    margin-bottom: 24px;
  }

  .sp1-wrap03 p {
    flex: 1;
    padding-left: 16px;
  }

  .sp1-wrap03 .deco {
    position: static;
    width: 95px;
    margin-top: 12px;
  }

  .sp1-box02 {
    margin: 40px 0 20px;
    padding: 18px 20px 30px;
  }

  .sp1-box02 .items .desc-wrap {
    flex-direction: column;
    gap: 8px;
  }

  #sp1 .swiper-button-prev,
  #sp1 .swiper-button-next {
    top: 36% !important;
  }

  /* sp3（注文住宅）
  ------------------------------------- */

  .sp3-box01 {
    padding: 30px 27px 14px;
  }


  /* sp4（住宅リフォーム）
  ------------------------------------- */

  #sp4 .achieve {
    margin-top: 24px;
  }

  #sp4 .achieve .fs-20 {
    font-size: 1.6rem;
  }

  #sp4 .achieve .fs-24 {
    font-size: 2rem;
  }

  #sp4 .sec03 .fs-feature-ttl {
    font-size: 1.8rem;
  }

  .sp4-box01 {
    padding: 30px 20px 20px;
  }

  .sp4-box01 .flex {
    flex-wrap: wrap;
    margin-top: 0 !important;
  }

  .sp4-box01 .item01 {
    text-align: left;
    width: calc(100% - (130px + 16px));
    margin-left: auto;
    margin-top: 16px;
  }

  .sp4-box01 .item02 {
    width: 130px;
    float: left;
    margin-top: -35px;
    margin-right: 16px;
  }

  .sp4-box01 .item03 {
    margin-top: 16px;
  }

  .sp4-box01 .item04 {
    padding-top: 24px;
    clear: both;
  }



  /* sp6（料理）
  ------------------------------------- */

  .sp6-profile .image {
    width: 200px;
    margin: auto;
  }

  .sp6-profile .pos {
    text-align: center;
    margin-top: 12px;
  }

  .sp6-profile .name {
    text-align: center;
    margin-bottom: 12px;
  }

  .sp6-recipe {
    padding: 20px;
    border: none;
  }

  .sp6-recipe .recipe-list {
    margin-top: 8px;
  }

  #sp6 .sub-sec .fs-24 {
    font-size: 2rem;
  }

  #sp6 .flex>* {
    margin-bottom: 8px;
  }

  .sp6-box01 {
    flex-direction: column;
    gap: 34px;
  }

  .sp6-box01 .items {
    border-radius: 0;
  }

  .sp6-box02 .image {
    width: 83.6%;
    margin: auto;
  }

  .sp6-box02 h4 {
    font-size: 2rem;
    text-align: center;
    margin-top: 32px;
  }

  /* relation（関連記事）
  ------------------------------------- */

  .relation {
    padding: 40px 0;
  }

  .rel__content {
    gap: 25px;
  }

  .rel__content .items {
    width: calc((100% - 25px) / 2);
  }

  .rel__content .items .cat {
    font-size: 1.2rem;
  }


  /* posts（写真投稿企画）
  ------------------------------------- */

  #posts .sec01 {
    padding: 50px 0 56px;
  }

  #posts .sec01 h3 {
    border-bottom: 1px solid #6B6B6B;
  }

  #posts .sec01 .theme,
  #posts .deadline h4 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  #posts .sec01 .theme+.flex {
    margin-top: 16px;
  }

  #posts .sec01 .theme p {
    font-size: 1.6rem;
  }

  #posts .sec01 .item01 {
    width: 44%;
    top: -15%;
    max-width: 200px;
  }

  #posts .sec02 .head h3 {
    font-size: 2.2rem;
  }

  #posts .sec01 h3 span:nth-of-type(1) {
    font-size: 2rem;
  }

  #posts .sec01 h3 span:nth-of-type(2) {
    font-size: 3.6rem;
  }

  #posts .deadline h4,
  #posts .deadline a {
    font-size: 1.6rem;
  }

  #posts .sec02 {
    padding-bottom: 56px;
  }

  #posts .sec02 .images__item01 {
    width: max(185px, 55%);
    margin-inline: auto;
  }
}