@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
html {
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
}
.main {
  padding: 24px;
}
/*必要ならばここにコードを書く*/
/* ===== カラー変数 ===== */
:root {
  --navy: #1a2a4a;
  --blue: #1e5fa8;
  --accent: #2e80d8;
  --light: #e8f0fb;
  --white: #ffffff;
  --gray: #f4f6f9;
  --text: #1a1a2e;
  --muted: #6b7a99;
  --border: #d0daea;
}

/* ===== リセット・ベース ===== */
.fp-wrap * {
  box-sizing: border-box;
}
.fp-wrap {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  background: var(--white);
}
/*  */

.home #main,
.home #contents,
.home #contents-in,
.home #content-in.wrap {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home .main {
  padding-top: 0;
}

.fp-slider {
  padding: 0 !important;
  background: none !important;
}
.metaslider.ms-theme-clarity .flexslider .slides li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* header navi menu */
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100px;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100px;
}

.logo-menu-button img {
  max-height: 80px;
}
.site-logo-image {
  padding: 4px;
}
.navi-in > ul {
  padding: 8px;
}
.navi-in .menu-header .item-label {
  font-weight: bold;
}

.header-btns {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.header-btn-account {
  background: #112642;
  color: #fff !important;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}
.header-btn-account:hover {
  background: #0f2138;

  color: #fff !important;
}
.header-btn-line {
  background: #06c755;
  color: #fff !important;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}
.header-btn-line:hover {
  background: #05b04a;
  color: #fff !important;
}

.footer-bottom-logo img {
  height: 80px;
}

/* ===== スライダーセクション ===== */
.fp-slider {
  background: var(--navy);
  padding: 40px 0 48px;
  overflow: hidden;
}
.fp-slider .inner {
  margin: 0 auto;
  padding: 0 24px;
}
.fp-slider [class*="smartslider"] {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

.metaslider.ms-theme-clarity .flexslider .flex-control-paging li a {
  width: 10px !important;
  height: 10px !important;
}

/* ===== セクション共通 ===== */

.fp-section {
  padding: 12px 24px;
}
.fp-section-color {
  padding: 48px 24px;
}
.fp-section .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.fp-section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: hsl(218.52deg 83.51% 19.02%);
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.fp-section-title span {
  display: inline-block;
  border-bottom: 3px solid #dfc361;
  padding-bottom: 4px;
}
.fp-section-sub {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0 0 40px;
}

/* ===== 資産運用会議とは？ ===== */
.fp-section-about {
  padding-top: 0 !important;
}

#about .inner {
  padding: 48px;
  background: hsl(220deg 60% 97.06%);
  border-radius: 10px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-left {
  display: flex;
  flex-direction: column;
}
.about-left .fp-section-title {
  margin-bottom: 4px;
}
.about-left .fp-section-sub {
  margin-bottom: 20px;
}
.about-lead {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text);
  margin: 0 0 32px;
}
.about-features {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.about-feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.about-feature-icon {
  width: 56px;
  height: 56px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-feature-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(14%) sepia(38%) saturate(936%)
    hue-rotate(196deg) brightness(91%) contrast(97%);
}
.about-feature-text h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 4px;
}
.about-feature-text p {
  font-size: 0.78rem;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.about-image {
  border-radius: 12px;
  overflow: hidden;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-image {
    order: -1;
  }
  #about .inner {
    padding: 24px;
  }
  .about-features {
    display: none;
  }
  .archive-card {
    flex-direction: column !important;
  }
  .archive-card-thumb {
    width: 100% !important;
    aspect-ratio: 16/9;
  }
}

/* ===== アーカイブ ===== */
#archive {
  background: var(--white);
}
.archive-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.archive-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: #0f2138;
}
.archive-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 95, 168, 0.13);
}
.archive-card-thumb {
  width: 320px;
  flex-shrink: 0;
  background: var(--light);
  overflow: hidden;
}
.archive-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-card-thumb .no-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.8rem;
}
.archive-card-body {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.archive-card-ep {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}
.archive-card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  color: var(--navy);
}
.archive-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
.archive-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--border);
  padding: 4px 12px 4px 8px;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1;
}
.archive-card-tag::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  flex-shrink: 0;
}
.archive-card-meta {
  font-size: 0.78rem;
  color: var(--muted);
}
.archive-more {
  text-align: center;
  margin-top: 40px;
}
.btn-primary {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  padding: 14px 40px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: var(--navy);
  color: var(--white);
}

/* ===== キャンペーン ===== */
#campaign {
  background-image: url("images/campbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#campaign .fp-section-title {
  color: var(--white);
  text-align: center;
}
#campaign .fp-section-title span {
  border-bottom: none;
}
#campaign .fp-section-sub {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.campaign-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.campaign-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgb(255, 231, 127);
  border-radius: 16px;
  overflow: hidden;
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.campaign-card-thumb {
  width: 380px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  min-height: 220px;
}
.campaign-card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.campaign-no-thumb {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
}
.campaign-card-body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.campaign-card-label {
  display: inline-block;
  background: var(--white);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  align-self: flex-start;
}
.campaign-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 12px;
}
.campaign-card p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 24px;
  flex: 1;
}
.btn-line {
  display: inline-block;
  background: #06c755;
  color: var(--white);
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
  align-self: stretch;
}
.btn-line:hover {
  background: #05b04a;
  color: var(--white);
}
.btn-outline-white {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
  color: var(--white);
}

/* ===== 過去出演者 ===== */
#performers {
}
.performers-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.performer-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  transition: box-shadow 0.2s;
}
.performer-card:hover {
  box-shadow: 0 4px 16px rgba(30, 95, 168, 0.1);
}
.performer-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--light);
  position: relative;
}
.performer-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.performer-no-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.performer-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.performer-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
}
.performer-role {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--muted);
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .fp-section {
  }
  .fp-section-title {
    font-size: 1.4rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .campaign-card {
    flex-direction: column;
  }
  .campaign-card-thumb {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .performer-thumb {
    width: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-menu-buttons .menu-caption {
    display: none;
  }
  .mobile-menu-buttons {
    align-items: center;
  }
}

/*×アイコンを移動*/
.menu-close-button {
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 1.3em;
}

.menu-drawer a {
  font-size: 0.9em;
  line-height: 1.6em;
  border-bottom: solid 1px #e6e6e6;
}
.menu-drawer a:hover {
  background-color: #ffc0cb; /*マウスオーバー時の背景色*/
}
.sub-menu li {
  margin-left: -14px;
  font-size: 0.9em;
  color: #e6e6e6;
}

.header-btns-drawer {
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .header-btns {
    display: none !important;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  #campaign {
    background-image: url("images/campbg.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
