@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --color-waterBlue: #25ACD6;
  --color-grey: #A0A0A0;
  --color-black: #313131;
  --color-red: #FF0032;
  --color-primary: #25acd6;
  --color-text: #313131;
  --color-text-sub: #a0a0a0;
  --color-border: #d9d9d9;
  --color-tag-bg: #fff8b1;
  --color-tag-teiban: #25acd6;
  --color-tag-shin: #ff7b00;
  --color-tag-popular: #24b500;
  --color-placeholder: #d9d9d9;
  --font-sans: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.color-grey {
  color: var(--color-grey);
}

a {
  opacity: 1;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

img {
  max-width: 100%;
  display: block;
}

.home section {
  padding: 5rem 0;
  margin: 0;
}

.l-content h3,
.l-content h4 {
  margin: 0;
  padding: 0;
  border: none;
}

.l-content h3::before {
  display: none;
}

.home h2 {
  background: none;
  color: var(--color-waterBlue);
  font-size: 2.6rem;
  font-weight: 800;
  padding: 0;
  margin-bottom: 0rem;
}

.l-content h2::before {
  border: none;
  background: none;
}

.l-content ul,
.l-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secRec-title-wrap {
  margin-bottom: 3rem;
}

.secRec-left {
  width: 66%;
}

.secRec-right {
  width: 30%;
}

.secRec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}

.secRec-list-link {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.secRec-list-item {
  width: 50%;
}

.recommend-desc {
  display: flex;
  gap: 0rem;
  font-size: 1.3rem;
  font-weight: 600;
  align-items: center;
}

.secRec-list-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.secRec-list-link img {
  display: block;
  width: 38%;
  height: auto;
  aspect-ratio: 1.4/1;
  object-fit: cover;
}

.secRec .secRec-list-title {
  margin: auto;
  padding: 0;
  font-size: 1rem;
}

.secRec-category-list-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.secRec .secRec-category-list-item {
  border-top: 2px solid #ccc;
  padding: 1.2rem 0;
}

.secRec .secRec-category-list-item:last-child {
  border-bottom: 2px solid #ccc;
}

.secRec-category-list-name {
  font-size: 0.8rem;
  font-weight: 600;
}

.secRec-category-list-name p {
  color: #989898;
}

.secRec-right h2 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #313131;
  margin-bottom: 1.7rem;
}

.secRec-list-amount {
  font-size: 0.8rem;
  color: #999;
  margin: 0.3rem 0;
  font-weight: 500;
}

.secRec-list-compare {
  font-size: 0.8rem;
  color: var(--color-waterBlue);
  font-weight: 500;
}

.linkButton-all {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: max-content;
  padding: 0.9rem 1.5rem;
  margin-top: 6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  background-color: var(--color-waterBlue);
  border-radius: 8px;
  position: relative;
}

.linkButton-all:after {
  content: "";
  background: url(/wp-content/uploads/2026/02/Group-163219-1-e1770541070449.png);
  width: 32%;
  aspect-ratio: 1.25/2;
  background-size: contain;
  position: absolute;
  right: -23%;
  bottom: -19%;
}

.secPost-new-wrap .linkButton-all:after {
  background: url(/wp-content/uploads/2026/01/Group-163218.png);
  width: 35%;
  aspect-ratio: 1.7/2;
  background-size: contain;
  position: absolute;
  right: -29%;
  bottom: -19%;
}

.secMovie .linkButton-all:after {
  background: url(/wp-content/uploads/2026/01/フクロウ.png);
  width: 29%;
  aspect-ratio: 1.6/2;
  background-size: contain;
  position: absolute;
  right: -23%;
  bottom: -19%;
}

.linkButton-all span {
  font-size: 0.7rem;
}

.secRec-category-list-link:after {
  content: url(/wp-content/uploads/2026/01/Vector.svg);
  position: absolute;
  right: 0;
}

.sec-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.secPost h2,
.secMovie h2,
.secSns h2 {
  color: white;
  background: var(--color-waterBlue);
  padding: 0.1rem 0;
  border-radius: 8px;
  font-size: 2.5rem;
  font-weight: 800;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin: auto;
  margin-bottom: 0.7rem;
  text-align: center;
}

.secPost-list,
.secMovie-list {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.3rem 0;
}

.secPost-list-item,
.secMovie-list-item {
  width: 48%;
}

.secPost-right h3,
.secMovie-right h3 {
  background: none;
  color: var(--color-waterBlue);
  border-bottom: 4px solid var(--color-waterBlue);
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 1.6rem;
  font-size: 1.7rem;
}

.secPost-right,
.secMovie-right,
.secSns-right {
  max-width: 850px;
  width: 100%;
}

.secPost-list-img {
  position: relative;
}

.secPost-list-img img,
.secMovie-list-img img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.secPost-list-cat {
  position: absolute;
  background: var(--color-waterBlue);
  color: white;
  width: max-content;
  padding: 0.1rem 0.3rem;
  font-size: 0.7rem;
  font-weight: 400;
  top: 0.5rem;
  left: 0.5rem;
}

.secPost-list-item:nth-child(n+3) .secPost-list-link {
  display: flex;
  justify-content: space-between;
}

.secPost-list-item:nth-child(n+3) .secPost-list-link>* {
  width: 49%;
}

.secPost-list-item:nth-child(n+3) .secPost-list-link img {
  aspect-ratio: 1.4/1;
  object-fit: cover;
}

.secPost-list-info,
.secMovie-list-info {
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
}

.secMovie-list-info {
  padding: 0.5rem;
}

.secPost-list-info p {
  margin: 0.5rem 0;
}

#body_wrap .secPost .secPost-list-title,
#body_wrap .secMovie .secMovie-list-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-black);
}

.secPost-list-new .secPost-list-item:nth-child(-n+2) .secPost-list-title {
  margin-top: 0.5rem !important;
}

.secPost-list-time {
  margin-top: auto;
}

.secPost .linkButton-all {
  margin-top: 5rem;
}

.secPost-list-popular .secPost-list-link {
  display: flex;
  justify-content: space-between;
}

.secPost-list-popular .secPost-list-link>* {
  width: 49%;
}

.secPost-list-popular .secPost-list-link img {
  aspect-ratio: 1.4/1;
  object-fit: cover;
}

.secMovie h2 {
  background: var(--color-red);
}

.secMovie-right h3 {
  color: var(--color-red);
  border-color: var(--color-red);
}

.secMovie-list-time {
  margin-top: 0.5rem;
}

.secMovie .linkButton-all {
  background: var(--color-red);
}

.secSns-list {
  display: flex;
  gap: 0%;
  justify-content: space-between;
}

.secSns-list-link {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.secSns .secSns-list-item {
  padding: 3rem 1.5rem;
  background: #F7F7F7;
  border-radius: 10px;
  width: 31%;
  border: 3px var(--color-waterBlue) solid;
}

.secSns-list-link h4 {
  line-height: 1.7;
  margin-bottom: 2rem;
}

.secSns-list-link strong {
  background: var(--color-waterBlue);
  color: white;
  border-radius: 3rem;
  padding: 0.3rem 1rem;
}

.secSns-desc {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
}

.secSns-right h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #1888AB;
  position: relative;
}

.secSns-right h3 span {
  font-size: 1.7rem;
}

.secSns-list-link img {
  aspect-ratio: 1/1;
  width: 33%;
}

.secRec-title-wrap {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}

.secPost-left,
.secMovie-left,
.secSns-left {
  width: 15%;
}

.secPost-new-wrap {
  margin-bottom: 7rem;
}

#body_wrap .secPost-popular-wrap {
  margin-bottom: 3rem !important;
}

.home .c-pageTitle {
  display: none;
}

.home #content {
  max-width: none;
  padding: 0;
}

.mainVisual-wrap {
  background: url(/wp-content/uploads/2026/01/FV.png);
  background-position: center;
  background-size: cover;
  padding: 4rem 0 4rem 16%;
  aspect-ratio: 3.3/1;
  display: flex;
  align-items: center;
}

.mainVisual-desc {
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.mainVisual-btn-wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.home .l-mainContent {
  max-width: none;
  padding: 0;
}

.home .post_content {
  padding: 0;
  margin: 0;
}

.secRec,
.secPost,
.secMovie {
  background-size: 100% 100%;
}

.secRec {
  background-image: url(/wp-content/uploads/2026/01/38d399fa75e7c64ddb3f83ddafd45fc2eb4f8ba8.png);
  background-color: rgba(255, 255, 255, 0.77);
  background-blend-mode: lighten;
  background-size: cover;
}

.secPost {
  background-image: url(/wp-content/uploads/2026/01/背景-2.png);
}

.secMovie {
  background-image: url(/wp-content/uploads/2026/01/背景-1.png);
}

.home .secSns {
  padding-top: 13rem;
}

/* ========================================
archive - レスポンシブ（max-width 使用）
SP: 〜767px / タブレット: 768px〜 / PC: 1024px〜
======================================== */

/* body {
margin: 0;
min-height: 100vh;
font-family: var(--font-sans);
font-size: 14px;
color: var(--color-text);
line-height: 1.5;
}

.page {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.main {
flex: 1;
padding: 0 1rem 2rem;
} */

.page-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* ========================================
ヘッダー
======================================== */
.header {
  padding: 1.5rem 0;
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.header-title-row {
  display: flex;
  align-items: center;
  gap: 13px;
}

.header-icon {
  flex-shrink: 0;
  width: 44px;
  max-width: 44px;
  height: 44px;
}

.header-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-title {
  margin: 0;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 700;
  color: var(--color-primary);
}

.header-description {
  margin: 0;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.6;
}

@media (min-width: 768px) {
  .header-description {
    font-size: 16px;
    max-width: 100%;
  }
}

/* ========================================
レイアウト（サイドバー + メイン）
======================================== */
.layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 29px;
  }
}

/* ========================================
サイドバー（カテゴリ）
======================================== */
.sidebar {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .sidebar {
    max-width: 303px;
  }
}

.category-box {
  background: #fff;
  border: 2px solid var(--color-border);
  border-radius: 6px;
  padding: 20px 15px;
}

.category-title {
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-text);
}

.category-divider {
  height: 1px;
  background: var(--color-border);
  margin-bottom: 13px;
}

.category-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.category-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
}

.category-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7061 11.2954C15.8936 11.4829 15.9989 11.7372 15.9989 12.0023C15.9989 12.2675 15.8936 12.5218 15.7061 12.7093L10.0491 18.3663C9.9569 18.4619 9.84656 18.538 9.72455 18.5905C9.60255 18.6429 9.47133 18.6704 9.33855 18.6716C9.20577 18.6728 9.07409 18.6475 8.9512 18.5972C8.8283 18.5469 8.71665 18.4726 8.62275 18.3787C8.52886 18.2849 8.45461 18.1732 8.40433 18.0503C8.35405 17.9274 8.32874 17.7957 8.3299 17.6629C8.33105 17.5302 8.35864 17.3989 8.41105 17.2769C8.46346 17.1549 8.53964 17.0446 8.63515 16.9524L13.5851 12.0023L8.63515 7.05235C8.45299 6.86375 8.3522 6.61115 8.35447 6.34895C8.35675 6.08675 8.46192 5.83594 8.64733 5.65053C8.83274 5.46512 9.08355 5.35996 9.34575 5.35768C9.60794 5.3554 9.86055 5.45619 10.0491 5.63835L15.7061 11.2954Z' fill='%23A0A0A0'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: rotate(-90deg);
}

.category-arrow--down {
  transform: rotate(0deg);
}

.category-sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 11px;
  padding-left: 33px;
}

.category-sub-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: none;
}

.category-sub-link:hover {
  text-decoration: underline;
}

.category-item--expanded .category-arrow {
  transform: rotate(0deg);
}

/* ========================================
メインコンテンツ
======================================== */
.main-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 10vw, 121px);
}

@media (min-width: 1024px) {
  .main-content {
    max-width: 822px;
  }
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 53px;
}

/* ========================================
セクション共通
======================================== */
.section-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: var(--color-tag-bg);
}

.section-tag--teiban {
  color: var(--color-tag-teiban);
}

.section-tag--shin {
  color: var(--color-tag-shin);
}

.section-tag--popular {
  color: var(--color-tag-popular);
}

.section-title {
  margin: 0;
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 500;
  color: var(--color-text);
}

.section-underline {
  height: 2px;
  background: var(--color-primary);
  width: 100%;
}

/* ========================================
ランキンググリッド（3列）
======================================== */
.ranking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 21px 29px;
}

@media (min-width: 640px) {
  .ranking-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .ranking-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 21px 13px;
  }
}

.ranking-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 264px;
}

.ranking-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 198px;
  background: var(--color-placeholder);
  margin-bottom: 0.4rem;
}

.ranking-card-title {
  margin: 0;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.45;
}

/* ========================================
記事カードリスト（2列）
======================================== */
.article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 53px 11px;
}

@media (min-width: 640px) {
  .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.article-card {
  display: flex;
  gap: 9.4px;
  background: #fff;
  max-width: 100%;
}

.article-card-img {
  flex-shrink: 0;
  width: 126px;
  min-width: 126px;
  height: 94px;
  background: var(--color-placeholder);
}

.article-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.article-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.article-card-title {
  color: var(--color-text);
  text-decoration: underline;
}

.article-card-title:hover {
  color: var(--color-primary);
}

.article-card-tags {
  display: flex;
  gap: 4px;
  font-size: 14px;
}

.tag-gray {
  color: var(--color-text-sub);
}

.tag-link {
  color: var(--color-primary);
}

.article-card-sub {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-sub);
}

/* ========================================
レビューカードリスト（2列）
======================================== */
.review-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px 11px;
}

@media (min-width: 640px) {
  .review-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.review-card {
  display: flex;
  gap: 9.4px;
  background: #fff;
  max-width: 100%;
}

.review-card-img {
  flex-shrink: 0;
  width: 126px;
  min-width: 126px;
  height: 94px;
  background: var(--color-placeholder);
}

.review-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.review-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.review-card-title {
  color: var(--color-text);
  text-decoration: underline;
}

.review-card-title:hover {
  color: var(--color-primary);
}

.review-card-name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-sub);
}

.review-card-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-sub);
}

.review-rating {
  white-space: nowrap;
}

.review-card-desc {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-sub);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================
お役立ちコンテンツ（1列）
======================================== */
.useful-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.useful-card {
  display: flex;
  gap: 9.4px;
  background: #fff;
  max-width: 100%;
}

.useful-card-img {
  flex-shrink: 0;
  width: 126px;
  min-width: 126px;
  height: 94px;
  background: var(--color-placeholder);
}

.useful-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.useful-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.useful-card-title {
  color: var(--color-text);
  text-decoration: underline;
}

.useful-card-title:hover {
  color: var(--color-primary);
}

.useful-card-category {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-sub);
}

.useful-card-desc {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-sub);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================
CTAボタン（もっと見る）
======================================== */
.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  width: max-content;
  min-height: 70px;
  padding: 20px 25px;
  background: var(--color-primary);
  border: none;
  border-radius: 10px;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.cta-button:after {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/Group-163219-e1769842907970.png);
  width: 4.5rem;
  aspect-ratio: 1.3/2;
  background-size: contain;
  position: absolute;
  right: -8%;
  bottom: -19%;
  background-repeat: no-repeat;
}

.cta-button--review:after {
  background-image: url(/wp-content/uploads/2026/01/Group-163218.png);
  aspect-ratio: 1/1.2;
  width: 6rem;
  right: -13%;
  bottom: -28%;
}

.cta-button--useful:after {
  background-image: url(/wp-content/uploads/2026/02/Group-163219-e1769998419320.png);
  right: -10%;
}

.cta-button:hover {
  opacity: 0.9;
}

.cta-text {
  flex: 1;
  text-align: left;
}

.cta-arrow {
  margin-left: auto;
  font-size: 1rem;
}

.cta-illust {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.cta-illust--woman {
  background-image: url("assets/21c4a7b1bcb040c1e532384b3fdf0994207d9351.png");
}

.cta-illust--owl {
  background-image: url("assets/7d68c7abba718bc9f610687a0f3c3825e3be1e59.png");
}

.cta-illust--woman2 {
  background-image: url("assets/bf78d7e86422bfd894957778ffaeeec9c123917b.png");
  background-size: 90%;
}

.ranking-card-img img,
.article-card-img img,
.review-card-img img,
.useful-card-img img {
  height: 100%;
  object-fit: cover;
}

.category-sub-box {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}

.active .category-sub-box {
  grid-template-rows: 1fr;
  transition: 250ms grid-template-rows ease;
}

.category-sub {
  overflow: hidden;
}

.category-arrow {
  transform: rotate(90deg);
}

.active .category-arrow--down {
  transform: rotate(-90deg);
}

.review-rating {
  display: flex;
}

.secRec-category-list-icon {
  width: 18%;
}

.secRec-category-list-name {
  width: 78%;
}

.secMovie-list-item {
  background: white;
}

.secSns-right h3:after {
  content: "";
  width: 130px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2026/01/イラスト.png);
  bottom: -0.5rem;
  background-size: cover;
  right: 50%;
}

.secSns-desc:after {
  content: "";
  width: 250px;
  aspect-ratio: 1/0.75;
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2026/01/Group-163220.png);
  bottom: -0.5rem;
  background-size: cover;
  right: 16%;
}

/* ========================================
  フッター（レスポンシブ）
   ======================================== */
.site-footer {
  background: #282828;
  color: #eeeeee;
  margin-top: auto;
}

.footer-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5.5rem) 3rem clamp(1.5rem, 4vw, 2rem);
}

.footer-upper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

@media (min-width: 480px) {
  .footer-upper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .footer-upper {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  margin-bottom: 0.75rem;
}

.footer-brand-link:hover {
  opacity: 0.85;
}

.footer-brand-logo {
  display: flex;
  flex-shrink: 0;
}

.footer-brand-logo img {
  /* width: 40px; */
  /* height: 40px; */
  /* object-fit: contain; */
  width: 100px;
}

.footer-brand-name {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
}

.footer-brand-underline {
  /* text-decoration: underline; */
}

.footer-brand-desc {
  margin: 0;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  color: #9AA1AE;
  font-weight: 600;
}

.footer-nav-title,
.footer-follow .footer-nav-title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #9AA1AE;
  font-weight: 600;
}

.footer-nav-list li {
  margin-bottom: 0.2rem;
}

.footer-nav-list a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}

.footer-nav-list a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer-sns {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: inherit;
  text-decoration: none;
}

.footer-sns-link:hover {
  opacity: 0.8;
}

.footer-sns-link svg {
  width: 24px;
  height: 24px;
}

.footer-lower {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  align-items: flex-start;
  padding: 8rem 0 4rem;
  color: #9AA1AE;
  font-weight: 600;
}

@media (min-width: 640px) {
  .footer-lower {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-copyright {
  margin: 0;
  font-size: 1rem;
  color: #9AA1AE;
}

.footer-legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25rem;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}

.footer-legal a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

#menu-item-266 a:after {
  content: url(/wp-content/uploads/2026/02/Vector-1.svg);
}

#menu-item-267 a:after {
  content: url(/wp-content/uploads/2026/02/Vector-1-1.svg);
}

#menu-item-268 a:after {
  content: url(/wp-content/uploads/2026/02/Vector-2.svg);
}

#body_wrap .l-header__inner .c-catchphrase {
  color: #313131;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  opacity: 1;
  font-size: 1.2rem;
}

.-body-solid .p-breadcrumb.-bg-on {
  box-shadow: unset;
  background: white;
  margin-top: 0.8rem;
}

.archive .l-content {
  padding-top: 0.5em;
}

.archive .layout {
  margin-top: 4rem;
  justify-content: space-between;
}

.archive .main-content {
  max-width: 900px;
}

.c-searchForm__s.s:focus+button {
  display: none;
}

.archive:not(.category) .sidebar,
.archive:not(.category) .header {
  display: none;
}

@media (max-width: 639px) {
  .pc {
    display: none;
  }

  .cta-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
  }

  .cta-button {
    margin: auto;
    padding: 0.8rem 1.5rem;
    padding-right: 2.5rem;
  }

  .cta-button:after {
    right: -9%;
  }

  .cta-button--review:after {
    right: -16%;
    bottom: -15%;
  }

  .cta-button--useful:after {
    right: -14%;
  }

  .cta-arrow {
    font-size: 0.8rem;
  }

  .mainVisual-wrap {
    background: url(/wp-content/uploads/2026/02/FV-1.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2rem;
    aspect-ratio: 1/1.56;
    display: block;
  }

  .home h1 {
    margin: auto;
  }

  .home .sec-inner {
    flex-direction: column;
    gap: 3rem 0;
  }

  .secRec .sec-inner {
    flex-direction: column-reverse;
  }

  .home .sec-inner>* {
    width: 100%;
    padding: 0 1.3rem;
    position: relative;
  }

  .secRec-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home .secRec .secRec-category-list-item {
    border: none;
    padding: 1.2rem 0;
    width: 32%;
  }

  .secRec-category-list-link {
    flex-direction: column;
  }

  .secRec-category-list-icon {
    width: 44%;
  }

  .secRec-category-list-link:after {
    display: none;
  }

  .secRec-category-list-name p {
    display: none;
  }

  .secRec-category-list-name h3 {
    text-align: center;
  }

  .secRec-right h2 {
    text-align: center;
  }

  .home section {
    padding: 3rem 0;
  }

  .secRec-list-item {
    width: 100%;
  }

  .secRec-list {
    gap: 1.5rem 0;
  }

  .home h2 {
    font-size: 1.8rem;
  }

  .recommend-desc img {
    max-width: 63px;
  }

  .home .secRec-title-wrap>img {
    max-width: 70px;
    margin-bottom: -0.6rem !important;
  }

  .secRec-title-wrap {
    margin-bottom: 2rem;
  }

  #body_wrap .linkButton-all {
    margin: 4rem auto !important;
    padding-right: 2.5rem;
  }

  .secPost h2,
  .secMovie h2,
  .secSns h2 {
    color: var(--color-waterBlue);
    background: white;
    border: 2px solid;
    padding: 0rem 12%;
    /* text-align: right; */
    border-radius: 8px;
    letter-spacing: 0.5rem;
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    text-align: right;
  }

  .secMovie h2 {
    padding-right: 7%;
    letter-spacing: 0.2rem;
    color: var(--color-red);
    border-color: var(--color-red);
  }

  .secPost-left img,
  .secMovie-left img,
  .secSns-left img {
    max-width: 82px;
    position: absolute;
    top: -4.5rem;
    z-index: 2;
    left: 13%;
  }

  .secMovie-left img {
    top: -3.4rem;
    max-width: 100px;
    left: 7%;
  }

  .secSns-list {
    flex-direction: column;
    gap: 1rem;
    width: 95%;
    margin: auto !important;
  }

  .secSns .secSns-list-item {
    width: 100%;
    padding: 1.5rem 2rem;
    border-radius: 15px;
  }

  .secSns-list-link {
    flex-direction: row;
  }

  .secSns-list-link h4 {
    margin-bottom: 1rem;
  }

  .secSns-list-info {
    width: 60%;
  }

  .secSns-list-link strong {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 1rem;
  }

  .mainVisual-desc {
    text-align: center;
  }

  .home h1 img {
    margin: auto;
  }

  .secPost-list-item,
  .secMovie-list-item {
    width: 100%;
  }

  .secPost-list-link,
  .secMovie-list-link {
    display: flex;
  }

  .secPost-list-img,
  .secMovie-list-img {
    position: relative;
    width: 40%;
    max-width: 130px;
  }

  .secPost-list-img img,
  .secMovie-list-img img {
    aspect-ratio: 2/1.3;
    object-fit: cover;
  }

  #body_wrap .secRec-list-link,
  #body_wrap .secPost-list-link,
  #body_wrap .secPost-list-popular .secPost-list-link {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .secPost-right h3,
  .secMovie-right h3 {
    margin-bottom: 1.1rem;
    border-bottom: 1px solid var(--color-waterBlue);
  }

  .secPost-new-wrap {
    margin-bottom: 6rem;
  }

  .home .secMovie {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .secSns h2 {
    padding-right: 20%;
  }

  .secSns-left img {
    left: 16%;
  }

  .linkButton-all:after {
    right: -14%;
  }

  .secPost-new-wrap .linkButton-all:after {
    right: -17%;
  }

  .home .secSns {
    padding-top: 7rem;
  }

  .secMovie .linkButton-all:after {
    width: 23%;
    right: -11%;
    bottom: -8%;
  }

  .secSns-desc:after {
    display: none;
  }

  .secSns-right h3:after {
    width: 80px;
    right: 4%;
  }

  .secSns .sec-inner {
    flex-direction: column;
    gap: 5rem 0;
  }

  .secSns-list-link img {
    width: 30%;
  }

  .footer-lower {
    align-items: center;
    padding: 3rem 0 4rem;
  }

  .ranking-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: 1rem 0;
    justify-content: space-between;
  }

  .ranking-card {
    gap: 10px;
    width: 100%;
    max-width: 264px;
    width: 48%;
  }
}

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

@media (max-width: 959px) {
  .l-header__gnav {
    display: block;
    margin-left: auto;
    padding-top: 0.4rem;
  }

  .l-header__logo {
    order: unset;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .l-header__menuBtn.sp_ {
    display: none;
  }

  .l-header__inner .c-catchphrase {
    display: block;
  }

  .c-gnav>.menu-item>a .ttl {
    display: none;
  }

  .menu-item-274 a:before {
    content: url(/wp-content/uploads/2026/02/ooui_article-ltr.svg);
  }

  .menu-item-275 a:before {
    content: url(/wp-content/uploads/2026/02/mdi_youtube.svg);
  }

  .menu-item-276 a:before {
    content: url(/wp-content/uploads/2026/02/arcticons_sns-bank.svg);
  }

  .c-gnav>.menu-item>a {
    padding: 0 5px;
  }

  .l-header__customBtn,
  .l-header__menuBtn {
    width: 2rem;
    margin-right: 1.3rem;
    color: #9AA1AE;
  }

  .secPost-list-cat {
    border-radius: 5px;
  }
}

@media (min-width: 960px) {
  .c-gnav>.menu-item {
    display: flex;
    align-items: center;
  }

  .c-gnav>.menu-item>a {
    height: 50%;
    padding: 0 2rem;
    border-right: 1px solid #616161;
  }

  .c-gnav>.menu-item:last-child >a {
    border-right: none;
  }

  .c-searchForm__s {
    background-color: #F5F5F5;
    padding: 0.7rem 0.5rem;
    border-radius: 5px;
    width: 300px;
  }

  .w-header .c-searchForm__submit {
    background: none !important;
    border: none;
    color: #8C8C8C !important;
    left: 2.1rem;
    pointer-events: none;
  }

  .w-header .c-searchForm__submit:before {
    color: #8C8C8C;
  }

  .-series .c-headLogo {
    margin-right: 10px;
  }
}

@media (min-width: 1400px) {
  .mainVisual-wrap {
    padding: 4rem 0 4rem 20%;
  }
}