/* =====================================================
   管楽器サイト（Elementor用）Base CSS
   File: kangakki_e.css
   Scope: .kangakki
===================================================== */

.kangakki {
  --font-base: 'M PLUS 1', sans-serif;
  --font-serif: 'Kaisei Tokumin', serif;

  --color-text: #583c3d;
  --color-bg: #ffffff;
  --color-main: #543c3c;
  --color-sub: #ffffff;
  --color-accent: #893E3E;
  --color-accent2: #893E3E;
  --color-muted:  #C14077;

  --content-max: 1200px;
}


.kangakki {
  font-family: var(--font-base);
  color: var(--color-text);
  background-color: var(--color-bg);
}

.kangakki .lead-text p {
  font-family: 'Kaisei Tokumin', serif;
}

.kangakki .main-text2 p {
    display: inline-block;
    background: linear-gradient(90deg, #664734, #ffffff, #6f4120);
    background-size: 300% 100%;
    animation: gradMove 6s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kangakki .main-text h2 {
    display: inline-block;
    background: linear-gradient(90deg, #4a151b, #F410D2, #9f256e);
    background-size: 300% 100%;
    animation: gradMove 6s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kangakki .kv-shadow img {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}
@keyframes gradMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.kangakki .main-text h2 {
    display: inline-block;
    background: linear-gradient(90deg, #4a151b, #F410D2, #9f256e);
    background-size: 300% 100%;
    animation: gradMove 6s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kangakki .kan-sec-h2 h2{
	font-size: 1.5em;
	line-height: 1.1em;
    display: inline-block;
    background: linear-gradient(90deg, #4a151b, #f469b3, #9f256e);
    background-size: 300% 100%;
    animation: gradMove 6s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kangakki .kan-huki-h2 h2{
	font-size: 1.5em;
	color: #fff;	
}
.kangakki .kan-sec-h2-02 h2{
	font-size: 1.5em;
	font-weight: 400;	
	color: #893E3E;	
}
.kangakki .kan-main-h4 h4 {
	font-size: 1.5em;
	font-weight: 800;
	color: #0070E5;	
}
.kangakki .kan-main-h5 h5 {
    color: var(--color-sub);
    font-size: 1.5em;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}
.kangakki .kan-h5-st {
	font-size: 1.5em;
	color: #0073E5;
}
.kangakki .kan-sec-h5 h5 {
    color: #fff;
	font-size: 1.5em;
}
.kangakki .ka-step03-h5 h5 {
	font-size: 1.8em;
	font-weight: 800;
	color: #583c3d;
}
.kangakki .ka-step-03-num {
  font-family: 'Tuffy', serif;
  font-weight: 700; /* または 400 */
}

.kangakki .ka-step-dotline {
  width: 7px;
  margin: 0 auto;
}

.kangakki .ka-step-dotline::before {
  content: "●\A●\A●\A●\A●";
  white-space: pre;
  display: block;
  line-height: 12px;
  font-size: 7px;
  color: #FC78BB;
}




/* ピンクの丸見出し */
.kangakki .circle-heading__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 200px;
  height: 200px;
  border-radius: 50%;

  background: #FC78BB;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* --------------------- */
/* クリーム色の丸見出し */
.circle-heading--outline .circle-heading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 280px;
  height: 280px;
  border-radius: 50%;

  /* 枠線：茶色 */
  border: 3px solid #7a4a2e;

  /* 塗り：クリーム → 白 グラデーション */
  background: linear-gradient(
    180deg,
    #fff6e5 0%,
    #ffffff 100%
  );

  text-align: center;
  box-sizing: border-box;
}

/* 大見出し */
.circle-heading--outline .circle-heading__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #583c3d;
  line-height: 1.2;
}

/* 区切り線 */
.circle-heading--outline .circle-heading__divider {
  width: 40px;
  height: 2px;
  background-color: #583c3d;
  margin: 10px 0;
}

/* 本文 */
.circle-heading--outline .circle-heading__desc {
  font-size: 17px;
  color: #583c3d;
  line-height: 1.4;
}
/* --------------------- */

@media screen and (max-width: 767px) {
  .kangakki .kan-huki-bg {
    min-height: 150px;
  }
  .kangakki .circle-heading__text {
    width: 150px;
    height: 150px;
    font-size: 1.4rem;
  }
.circle-heading--outline .circle-heading__inner {
  width: 170px;
  height: 170px;
  font-size: 1.4rem;
  border-radius: 50%;

	}
}


/* 管理画面からの予期せぬElementorのcontent-width:0を禁止 */
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-element.elementor-element-cb1f40d {
        --content-width: auto !important;
    }
}
/* 改行・文字拡大などのスタイル */
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}
.text-emphasis {
  font-size: 1.5em;
  font-weight: bold;
}

/* 管楽器の手順（タイトル背景SVG） */
@media (max-width: 767px) {
  .title-bg-shape {
    height: 180px; /* 基本 */
  }

  .title-bg-wrap.is-long .title-bg-shape {
    height: 240px;
  }

  .title-bg-wrap.is-xlong .title-bg-shape {
    height: 300px;
  }
}
/* 管楽器の手順（矢印） */
.arrow-down {
  color: #8b3a3a;
}
/* 管楽器フロントページのQ&A */
.kangakki .q-number {
  font-size: 64px;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: Bold;
  color: transparent;
  -webkit-text-stroke: 2px #D03291;
  line-height: 1;
}

/* 管楽器フロントページ一覧-もっと見るボタン */
 .kangakki .result-card-more {
  display: inline-block;
  width: fit-content;
  margin: 10px auto;
  padding: 2px 10px;
  text-align: center;
  background: #ffffff;
  border: solid 1px var(--color-accent);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--color-accent);
}
.kangakki .result-grid .label {
  padding: 0;
  border: none;
  color: var(--color-main);
}
.kangakki .result-grid .result-card-date {
  color: var(--color-main);
}
.kangakki .result-card-more:hover {
	background-color: #f0d1d1;
	color: #fff;
	border: none;
} 
.kangakki .result-grid .result-card-maker {
    background-color: var(--color-main);
    width: fit-content;
    padding: 0 18px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1rem;
}
.kangakki .front-result-grid .result-card-excerpt {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-main);
    margin: 10px 0 14px;
}