@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
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-1], #index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-2], #index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-3], #index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-4] {
  color: #FFF; /*選択後の文字色*/
  background: #000 !important; /*選択後の背景色*/
}
.page-template-lp-2 {
  margin-top: 0;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
.page-template-lp-2 .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group {
  margin: 0 !important;
}
.inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
.block01 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.parallax-bg .bg01 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_block01.jpg) no-repeat center center / cover;
  background-attachment: fixed; /* ← これが効くようになる */
}
.block01 h1 {
  position: fixed;
  bottom: 30px;
  text-align: center;
  left: 50%; /* 横位置を画面の50%に */
  transform: translateX(-50%); /* 要素の幅の半分だけ左にずらして中央に */
	  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.block01 h1 img {
  max-height: 6vh;
  height: auto;
  max-width: 100%;
}
.text-center {
  position: sticky;
  top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.block01 .observe-target-001 {
  margin: -25vh 0 0;
}
.block01 .observe-target-002 {
  margin: 75vh 0 75vh;
}
.block01 .observe-target-003 {
  padding-bottom: 75vh;
}
.catch img {
  max-height: 70vh;
  height: auto;
  max-width: 90%;
  margin: 0 auto;
}
.catch {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catch {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.catch.active {
  opacity: 1;
}
.block01 .indicator-001-active {
  opacity: 1;
}
.block01 .indicator-001.indicator-002.indicator-001-active.indicator-002-active {
  opacity: 0;
}
.block01 .indicator-002.indicator-003.indicator-002-active {
  opacity: 1;
}
.block01 .indicator-002.indicator-003.indicator-002-active.indicator-003-active {
  opacity: 0;
}
.block01 .indicator-003-active {
  opacity: 1;
}
.block01 .indicator-002.indicator-003.indicator-003-active {
  opacity: 0;
}
.observe-target-001, .observe-target-002, .observe-target-003, .observe-target-005, .observe-target-006, .observe-target-007, .observe-target-008, .observe-target-009, .observe-target-010, .observe-target-011, .observe-target-012, .observe-target-013, .observe-target-014, .observe-target-015, .observe-target-016, .observe-target-017, .observe-target-018, .observe-target-019, .observe-target-020 {
  opacity: 0;
}


.block02 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.block01 .parallax-bg {}
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallax-bg .bg02 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_block02_night.jpg), url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_block02.jpg);
  background-position: center bottom, center bottom;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  transition: background 1.3s ease-in-out;
}
.block02.indicator-005-active .parallax-bg .bg02, .block02.indicator-006-active .parallax-bg .bg02 {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_block02.jpg) no-repeat center bottom / cover;
}
.observe-target-006 {
  position: absolute;
  bottom: 0;
}
.text {
  margin: 0 auto;
  width: 80%;
  padding: 100vh 0 60vh;
  height: auto;
  color: #fff;
  text-align: center;
}
.block02 .text h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1em;
}
.block02 .text h2 {
  font-size: 20px;
  font-weight: 900;
}
.block02 .text p {
  margin-bottom: 44vh;
  font-size: min(3vw, 40px);
  font-weight: 800;
}
.block02 .text .last_text {
  margin-bottom: 0;
}
.block02 .observe-target-004 {
  margin-bottom: 36vh;
}
.block03 {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0;
  height: 700vh;
  overflow: visible;
  view-timeline-name: --section-pin;
  view-timeline-axis: block;
  z-index: 1;
}
.block03 h2 {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 5vh;
  font-size: 68px;
}
.block03 h2 span {
  display: block;
  font-size: 35px;
  line-height: 1em;
}
.scroll_container {
  height: 700vh;
}
.horizontal_scroll {
  height: calc(100vh - 800px);
  min-height: 390px;
  width: 600vw;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  transition: transform 0.5s ease-in-out;
}
.scroll_contents {
  display: inline-block;
  position: relative;
  width: 100vw;
  text-align: center;
}
.scroll_contents {
  display: inline-block;
  position: relative;
  width: 100vw;
  text-align: center;
}
.scroll_contents p {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -0.03em;
  position: relative;
}
.scroll_contents .double_quotation {
  position: relative; /* 疑似要素の基準点を設定 */
  display: inline-block;
}
.scroll_contents .double_quotation::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -61px;
  width: 146px;
  height: 130px;
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_coron.png) no-repeat center / cover;
  z-index: -1;
}
.sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
  background: linear-gradient(to bottom, #adccef, #e7f0fe);
}
.scroll_contents h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.scroll_contents h4 {
  margin-top: 24px;
  font-size: 24px;
  display: inline-block;
}
.s2-catch {
  font-size: 40px;
  bottom: 42px;
  text-align: center;
  font-weight: 800;
  line-height: 1.5em;
}
.s2-catch .logo_text {
  font-weight: 600;
}
.logo_orange, .orange {
  color: #ff4e00;
}
.indicator {
  margin-bottom: 15vh;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.dot {
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 50%;
  margin: 0 12px;
}
.s2-catch {}
.block03 .indicator-007-active.dot, .block03 .indicator-008-active.dot, .block03 .indicator-009-active.dot, .block03 .indicator-010-active.dot, .block03 .indicator-011-active.dot, .block03 .indicator-012-active.dot, .block03 .indicator-013-active.dot {
  background-color: black;
}
.scroll_container {
  position: relative;
}
.voice-target {
  position: absolute;
  top: 99vh;
}
.voice-target div {
  margin: 0 0 99vh;
}
.voice-target div:last-child {
  margin: 0 0 60vh;
}
.horizontal_scroll.indicator-008-active {
  transform: rotate3d(1, 1, 0, 0deg) translateX(-100vw);
  transition: transform 1s;
}
.horizontal_scroll.indicator-009-active {
  transform: rotate3d(1, 1, 0, 0deg) translateX(-200vw);
  transition: transform 1s;
}
.horizontal_scroll.indicator-010-active {
  transform: rotate3d(1, 1, 0, 0deg) translateX(-300vw);
  transition: transform 1s;
}
.horizontal_scroll.indicator-011-active {
  transform: rotate3d(1, 1, 0, 0deg) translateX(-400vw);
  transition: transform 1s;
}
.horizontal_scroll.indicator-012-active, .horizontal_scroll.indicator-013-active {
  transform: rotate3d(1, 1, 0, 0deg) translateX(-500vw);
  transition: transform 1s;
}
.block04 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-top: 68px;
  background: #fff;
}
.block04 h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 68px;
}
.block04 h2 span {
  display: block;
  font-size: 35px;
  line-height: 1em;
}
.block04 p {
  font-size: 24px;
}
.block04 p span {
  font-weight: 800;
}
.block04 .accordion {
  width: 100%;
}
.block04 .accordion-button {
  width: 270px;
  height: 40px;
  margin: 50px auto;
  padding: 8px 13px;
  background-color: #ff6600;
  color: white;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 60px;
  font-weight: 600;
  transition: transform 0.4s ease-in-out;
}
.block04 .accordion-button.open {
  opacity: 0.5;
  transform: scale(0.9);
}
.block04 .accordion-button::before {
  content: '+';
  margin-right: 12px;
  font-size: 23px;
  font-weight: 500;
}
.block04 .accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #000000;
  transition: max-height 1s ease-out;
  position: relative;
}
.block04 .accordion-content p {
  margin: 0;
}
.block04 .close-button {
  position: absolute;
  top: 20px;
  left: 0;
  width: 47px;
  height: 47px;
  border-radius: 50%; /* 丸くする */
  background-color: #262626; /* 背景色を設定 */
  color: #bdbdbd; /* 文字色を設定 */
  border: none; /* ボーダーを消す */
  font-size: 40px; /* 文字サイズを調整 */
  display: flex; /* 中央揃え */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  cursor: pointer; /* ポインターを表示 */
}
.block04 .close-button:hover {
  background-color: #3c3c3c;
  transition: 0.5s;
}
.block04 .next_backBtn .next, .block04 .next_backBtn .back {
  width: 47px;
  height: 47px;
  border-radius: 50%; /* 丸くする */
  background-color: #262626; /* 背景色を設定 */
  color: #bdbdbd; /* 文字色を設定 */
  border: none; /* ボーダーを消す */
  display: flex; /* 中央揃え */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  cursor: pointer; /* ポインターを表示 */
}
.block04 .next_backBtn {}
.block04 .next_backBtn .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.block04 .next_backBtn .back {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.block04 .next_backBtn .next:hover, .block04 .next_backBtn .back:hover {
  background-color: #3c3c3c;
  transition: 0.5s;
}
.block04 .popupBtn a {
  width: 270px;
  height: 40px;
  margin: 34px auto 0;
  padding: 8px 13px;
  background-color: #ff6600;
  color: white;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 60px;
  font-weight: 600;
  transition: transform 0.4s ease-in-out;
  text-decoration: none;
}
.block04 .popupBtn a:hover {
  background: #fd761c;
}
.block04 .popupBtn a::before {
  content: '+';
  margin-right: 12px;
  font-size: 23px;
  font-weight: 500;
}
.block04 .slides h3 {
  margin-bottom: 183px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  text-shadow: 0 0 0 #3b3b3b, 0 0 2px #3b3b3b, 0 0 8px #858585;
}
.block04 .slides h3 span {
  display: block;
  font-size: 24px;
  text-shadow: 0 0 0 #3b3b3b, 0 0 2px #3b3b3b, 0 0 8px #858585;
}
.block04 .slides p {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 0 #3b3b3b, 0 0 2px #3b3b3b, 0 0 8px #404040;
}
.block04 .popupBtn {
  text-shadow: none !important;
}
.block04 .accordion-content .inner {
  position: relative;
  padding: 107px 0;
}
.block04 .slider-container {
  /* position: relative; */
  width: 1120px;
  height: 630px;
  margin: 0 auto;
  overflow: hidden;
}
.block04 .slides {
  display: flex;
  width: 12320px;
  transition: transform 0.5s ease-in-out;
}
.block04 .slide {
  width: 1120px;
  height: 630px;
  flex-shrink: 0;
  padding: 40px 110px 0;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}
.block04 .slide:nth-child(1) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths01.png) no-repeat;
}
.block04 .slide:nth-child(2) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths05.png) no-repeat;
}
.block04 .slide:nth-child(3) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths02.png) no-repeat;
}
.block04 .slide:nth-child(4) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths03.png) no-repeat;
}
.block04 .slide:nth-child(5) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths06.png) no-repeat;
}
.block04 .slide:nth-child(6) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths07.png) no-repeat;
}
.block04 .slide:nth-child(7) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths08.png) no-repeat;
}
.block04 .slide:nth-child(8) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths04.png) no-repeat;
}
.block04 .slide:nth-child(9) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths09.png) no-repeat;
}
.block04 .slide:nth-child(10) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths12.png) no-repeat;
}
.block04 .slide:nth-child(11) {
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_strengths11.png) no-repeat;
}
.block04 .indicators {
  position: absolute;
  display: flex;
  bottom: 48px;
  justify-content: center;
  margin-top: 10px;
  border: 0;
  /* background: #ff0000; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.block04 .slider-container input {
  display: none;
}
.block04 .indicators label {
  width: 9px;
  height: 9px;
  margin: 0 12px;
  background-color: #666666;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.block04 .slider-container input:checked:nth-of-type(1) ~ .indicators label:nth-of-type(1), .block04 .slider-container input:checked:nth-of-type(2) ~ .indicators label:nth-of-type(2), .block04 .slider-container input:checked:nth-of-type(3) ~ .indicators label:nth-of-type(3), .block04 .slider-container input:checked:nth-of-type(4) ~ .indicators label:nth-of-type(4), .block04 .slider-container input:checked:nth-of-type(5) ~ .indicators label:nth-of-type(5), .block04 .slider-container input:checked:nth-of-type(6) ~ .indicators label:nth-of-type(6), .block04 .slider-container input:checked:nth-of-type(7) ~ .indicators label:nth-of-type(7), .block04 .slider-container input:checked:nth-of-type(8) ~ .indicators label:nth-of-type(8), .block04 .slider-container input:checked:nth-of-type(9) ~ .indicators label:nth-of-type(9), .block04 .slider-container input:checked:nth-of-type(10) ~ .indicators label:nth-of-type(10), .block04 .slider-container input:checked:nth-of-type(11) ~ .indicators label:nth-of-type(11) {
  background-color: #ffffff;
}
.block04 .slider-container input:nth-of-type(1):checked ~ .slides {
  transform: translateX(0);
}
.block04 .slider-container input:nth-of-type(2):checked ~ .slides {
  transform: translateX(-1120px);
}
.block04 .slider-container input:nth-of-type(3):checked ~ .slides {
  transform: translateX(-2240px);
}
.block04 .slider-container input:nth-of-type(4):checked ~ .slides {
  transform: translateX(-3360px);
}
.block04 .slider-container input:nth-of-type(5):checked ~ .slides {
  transform: translateX(-4480px);
}
.block04 .slider-container input:nth-of-type(6):checked ~ .slides {
  transform: translateX(-5600px);
}
.block04 .slider-container input:nth-of-type(7):checked ~ .slides {
  transform: translateX(-6720px);
}
.block04 .slider-container input:nth-of-type(8):checked ~ .slides {
  transform: translateX(-7840px);
}
.block04 .slider-container input:nth-of-type(9):checked ~ .slides {
  transform: translateX(-8960px);
}
.block04 .slider-container input:nth-of-type(10):checked ~ .slides {
  transform: translateX(-10080px);
}
.block04 .slider-container input:nth-of-type(11):checked ~ .slides {
  transform: translateX(-11200px);
}
.block04 .overlay {
  display: none; /* 初期状態では非表示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0.96;
}
.block04 .popup-img {
  border-radius: 10px;
  position: relative;
  line-height: 0;
}
.block04 .popup-img img {
  width: 100%;
  height: auto;
}
.block04 .popup-close-btn {
  position: absolute;
  top: 20px;
  left: -10px;
  width: 47px;
  height: 47px;
  border-radius: 50%; /* 丸くする */
  background-color: #ececec; /* 背景色を設定 */
  color: #bdbdbd; /* 文字色を設定 */
  border: none; /* ボーダーを消す */
  cursor: pointer; /* ポインターを表示 */
}
.block04 .popup-close-btn:hover {
  background-color: #f5f3f3;
  transition: 0.5s;
}
.block04 .next_backBtn button {
  width: 47px;
  height: 47px;
  background: #fff;
  cursor: pointer;
}
.block05 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: #fff;
}
.popupBtn {
  position: absolute;
  bottom: 30px;
}
.block06 {
  margin-top: -100vh;
  padding-top: 100vh;
  position: relative;
  text-align: center;
  z-index: 1;
	margin-bottom: 0;
}

.block06-bottom {
  margin-top: -100vh;
  padding-top: 100vh;
  position: relative;
  text-align: center;
  z-index: 1;
	margin-bottom: 0;
}

.block06::after {
  content: "";
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
	    min-height: 300px;
    height: 20vh;
}


.block06-inner {
	width: 100%;
  position: absolute; /* ←これを必ず追加！ */
  opacity: 0;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.block06.indicator-015-active .block06-inner {
  opacity: 1;
}
.block06 .katari {
  font-size: 21px;
  letter-spacing: 0.5em;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.block06 .title_ja {
  font-size: 68px;
  font-weight: 700;
  color: #000;
  margin: 0 0 0 0;
  z-index: 2;
  position: relative;
  line-height: 1.3em;
}
.block06 .title_en {
  font-size: 200px; /* .clip の縮小後のサイズと一致させる */
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffbc03;
  margin: -180px 0 0 0;
}


/* indicator-015-active でフェードイン */
.block06-bottom.indicator-015-active .block06-bg {
  opacity: 1;
}


/* 背景用ラッパー */
.block06-bg {
    position: absolute;
    top: 0;
    top: calc(50% - -385px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1342px;
    height: 595px;
    background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_block06.png) no-repeat center top;
  opacity: 0;
}

/* テキストコンテナの幅を左右半分ずつに */
.block06-bg .compare-left,
.block06-bg .compare-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.block06-bg .compare-left { left: 0; }
.block06-bg .compare-right { right: 0; }

/* 各テキストブロックの共通スタイル */
.block06-bg .item {
  color: #fff;
  text-align: left;
  line-height: 1.4;
  transition: opacity 0.4s ease-out;
}
.block06-bg .item h4 {
  position: absolute;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
}
.block06-bg .item p {
  position: absolute;
  margin: 0;
  font-size:16px;
}

/* — 左側テキスト配置 — */
.block06-bg .compare-left .rect1 h4 {
    top: 110px;
    left: 20px;
    /* width: 280px; */
}
.block06-bg .compare-left .rect1 p {
    top: 150px;
    left: 20px;
    width: 159px;
}
.block06-bg .compare-left .rect2 h4 {
    top: 16px;
    left: 298px;
    width: 280px;
}
.block06-bg .compare-left .rect2 p {
    top: 55px;
    left: 370px;
    width: 180px;
}
.block06-bg .compare-left .rect3 h4 {
    top: 430px;
    left: 184px;
    /* width: 280px; */
}
.block06-bg .compare-left .rect3 p {
    top: 463px;
    left: 130px;
    width: 280px;
}
.block06-bg .compare-left .rect4 h4 {
    top: 347px;
    left: 470px;
    width: 170px;
    text-align: right;
}
.block06-bg .compare-left .rect4 p {
    top: 416px;
    left: 447px;
    width: 200px;
}

/* — 右側テキスト配置 — */
.block06-bg .compare-right .rect1 h4 {
    top: 109px;
    right: 355px;
    width: 280px;
}
.block06-bg .compare-right .rect1 p {
    top: 176px;
    right: 504px;
    width: 130px;
}
.block06-bg .compare-right .rect2 h4 {
    top: 355px;
    right: 50px;
    width: 280px;
    text-align: right;
}
.block06-bg .compare-right .rect2 p {
    top: 423px;
    right: 41px;
    width: 310px;
}
.block06-bg .compare-right .rect3 h4 {
    top: 16px;
    right: 126px;
    width: 280px;
    text-align: right;
}
.block06-bg .compare-right .rect3 p {
    top: 56px;
    right: 120px;
    width: 180px;
}



.head_title {
	text-align: center;
}

.head_title .katari {
    font-size: 21px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: -0.06em;
}

.head_title .title_ja {
  font-size: 68px;
  font-weight: 700;
  color: #000;
  margin: 0 0 0 0;
  z-index: 2;
  position: relative;
  line-height: 1.3em;
}
.head_title .title_en {
    font-size: 280px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffbc03;
    margin: -188px 0 0 0;
}




.block_leading {
}

.block_leading .head_title {
    margin-bottom: -216px;
}

.comparison-table {
	margin: 0 auto;
  width: 1200px;
	padding-top: 11px;
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_comparison-table.png) no-repeat center 0;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}
.comparison-table th,
.comparison-table td {
  padding: 10px 17px;
  text-align: left;
  vertical-align: top;
	border: none;
}

.comparison-table th {
	font-size: 16px;
}

.comparison-table .katarist {
	font-size: 18px;
}

.comparison-table th:first-child,.comparison-table td:first-child {
	color: #47028c;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.comparison-table td {
	font-size: 15px;
}

.comparison-table td:nth-child(2) {
	font-weight: bold;
}

.comparison-table thead th {
  background-color: rgba(199, 239, 231, 0.85);
}

.comparison-table table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.comparison-table table tr {
	background-color: #ecf1f0;
}



.block_step {
	margin: 200px 0 0 0;
}

.block_step .head_title {
    margin-bottom: -202px;
}

.step_flow {
	margin: 0 auto;
	width: 1200px;
	height: 954px;
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_step_flow.png) no-repeat calc(50% - 13px) 0;;
	position: relative;
}

.step_flow h3 {
	font-size: 23px;
	font-weight: bold;
}

.step_flow p {
	font-size: 16px;
}

.step_text01 {
	position: absolute;
	top: 32px;
	left: 715px;
}

.step_text02 {
	position: absolute;
	top: 192px;
	left: 42px;
	text-align: right;
}

.step_text03 {
	position: absolute;
	top: 349px;
	left: 715px;
}

.step_text04 {
	position: absolute;
	top: 519px;
	left: 42px;
	text-align: right;
}

.step_text05 {
	position: absolute;
	top: 669px;
	left: 715px;
}

.step_text06 {
	position: absolute;
	top: 839px;
	left: 42px;
	text-align: right;
}



.block_price {
	margin: 200px 0 0 0;
}

.block_offer {
	margin: 200px 0 0 0;
}

.block_faq {
	margin: 0 0 0 0;
	padding: 200px 0 200px 0;
	background: #e9eeed;
}

.block_faq .head_title {
  position: relative;
  z-index: 2;        /* faq-inner より大きい値に */
  margin-bottom: -250px; /* お好みの重なり量 */
}

/* ===== FAQ コンテナ ===== */

.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
 position: relative;
  z-index: 5;
}

.faq-inner h3 {
	font-size: 27px;
	padding: 0 0 0 50px;
}

.faq-box {
	padding-top: 11px;
	background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_comparison-table.png) no-repeat center 0;
}

/* ===== 各項目 ===== */
.faq-box .faq-item {
	margin: 0 0 10px 0;
  padding: 29px 0;
  /* block表示にしておく */
  display: block;
	background-color: rgba(255, 255, 255, 0.85);
}

/* ===== チェックボックス（非表示） ===== */
.faq-box .faq-toggle {
  display: none;
}

/* ===== 質問部分 ===== */
.faq-box .faq-question {
  display: flex;
  justify-content: space-between;
	margin-bottom: 0;
	padding: 0 50px;
  align-items: center;
  /* ←ここを追加すると、必要に応じて折り返す */
  flex-wrap: wrap;
  cursor: pointer;
  user-select: none;
}
.faq-box .q-mark {
  color: #ff6600;
  margin-right: 10px;
	font-family: sans-serif;
}
.faq-box .q-text {
  /* 質問テキストは伸縮可 */
  flex: 1 1 auto;
font-size: 22px;
    font-weight: bold;
}
.faq-box .arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 20px;
  background: url(https://katarist.com/wp-content/themes/cocoon-master/images/faq_arrow.png) no-repeat center center;
  background-size: contain;
  transition: transform .3s ease;
}
.faq-box .faq-toggle:checked + .faq-question .arrow {
  transform: rotate(180deg);
}

/* ===== 回答部分 ===== */
/* 幅100%＋折り返しさせつつ、高さ0→開閉アニメーション */
.faq-box .faq-answer {
  flex: 0 0 100%;      /* 横幅いっぱいに */
  width: 100%;
    padding: 0 50px;
    font-size: 20px;
    font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.faq-box .faq-answer p {
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.82);
}

/* チェックが入ったら開く */
/* 「input → label → 回答」の順で並んでいる想定です */
.faq-box .faq-toggle:checked
  + .faq-question
  + .faq-answer {
  max-height: 500px;
}



.block_trial {
	margin: 200px 0 0 0;
}






.block20 {
  margin-bottom: 0;
  position: relative;
  background: #e8efee;
  height: 100vh;
  text-align: center;
  z-index: 1;
}
.block020 h2 {
  margin: 0 0 50px;
  padding: 5% 0 0;
  font-size: 105px;
}
.form-container .form-left {
  width: 48%;
}
.form-container .form-right {
  width: 44%;
}
.form-container {
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border-radius: 12px;
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
}
.form-container h3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}
.form-container h4 {
  margin: 15px 0 5px 0;
  font-size: 16px;
  text-align: left;
}
.form-container p {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: left;
  line-height: 1.5em;
}
.form-container label {
  display: block;
  font-weight: bold;
  text-align: left;
}
.form-container input[type="text"], .form-container input[type="email"], .form-container input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.form-container .radio-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form-container .radio-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.form-container button {
  width: 100%;
  padding: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-container button:hover {
  background-color: #0056b3;
}
@media (max-width: 480px) {
  .form-container {
    padding: 20px;
  }
  .radio-group {
    flex-direction: column;
    gap: 10px;
  }
}
.pc_clear {
  display: none;
}




.cacth-inner {
  position: relative;
  width: 100%;
  height: 100vh;
	text-align: center;
}

/* ── intro_cacth 本体を画面中央に ── */
.intro_cacth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap; /* 改行禁止 */
font-size: 50px;
    font-weight: 500;
}

/* ── 子要素（prefix/highlight/suffix）と intro_cacth2 の共通設定 ── */
.intro_cacth .prefix,
.intro_cacth .highlight,
.intro_cacth .suffix,
.intro_cacth2 {
  opacity: 0;
  transition: opacity 1s ease;
}

/* highlight はインラインブロックにして幅を持たせる */
.intro_cacth .highlight {
  display: inline-block;
	letter-spacing: -0.06em;
}

/* prefix/suffix を highlight の左右に絶対配置 */
.intro_cacth .prefix {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 0.3em; /* お好みで調整 */
}
.intro_cacth .suffix {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 0.3em;  /* お好みで調整 */
}

/* intro_cacth2 も中央に */
.intro_cacth2 {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 60px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.8;
}


/* 各文字を包む .circle */
.intro_cacth2 .circle {
  position: relative;
  display: inline-block;
  margin: 0 2px;              /* 文字間スペースお好みで */
}

/* 上に載せるオレンジの丸 */
.intro_cacth2 .circle::before {
  content: "";
  position: absolute;
  top: 7px;                  /* テキスト上端からのオフセット */
  left: 50%;
  transform: translateX(-50%);
  width: 10px;                  /* 丸の直径 */
  height: 10px;
  background-color: #ff4d02;
  border-radius: 50%;
}

/* ── 各ステージで opacity をトグル ── */
/* 017: highlight のみフェードイン */
.block05.indicator-017-active .highlight {
  opacity: 1;
}

/* 018: prefix, highlight, suffix 全部フェードイン */
.block05.indicator-018-active .prefix,
.block05.indicator-018-active .highlight,
.block05.indicator-018-active .suffix {
  opacity: 1;
}

/* 019: intro_cacth 内を全部フェードアウト→intro_cacth2 フェードイン */
.block05.indicator-019-active .prefix,
.block05.indicator-019-active .highlight,
.block05.indicator-019-active .suffix {
  opacity: 0;
}
.block05.indicator-019-active .intro_cacth2 {
  opacity: 1;
}




.block05-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  background: url('https://katarist.com/wp-content/themes/cocoon-master/images/bg_block05_02.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.indicator-015-active .block05-inner {
  background: #ffbc03;
}

.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; /* ← none ではなく transparent を使用 */
  opacity: 0; /* フェードイン用に非表示から始める */
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: screen;
}
.clip {
  font-size: 25000px;
  font-weight: bold;
  color: black;
  background: transparent;
  text-align: center;
  user-select: none;
  white-space: nowrap;
  mix-blend-mode: multiply;
  font-family: 'Roboto Condensed', sans-serif;
  transition: none;
	transform: scale(3.3);
}
.indicator-014-active .top {
  background-color: #fff;
  opacity: 1; /* フェードインで表示状態に */
}


.indicator-014-active .clip {
}
.observe-target-016 {
  height: 30vh;
}
.observe-target-014 {
  height: 300vh;
}
.observe-target-015 {
line-height: 0;
}

.observe-target-017 {
  height: 100vh;
}

.observe-target-018 {
  height: 100vh;
}

.observe-target-019 {
  height: 100vh;
}
@font-face {
  font-family: 'AdobeCleanUX';
  src: url('/fonts/AdobeCleanUX-Regular.woff2') format('woff2'), url('/fonts/AdobeCleanUX-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@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;
  }
  #navi-menu-input:checked ~ #navi-menu-close, #sidebar-menu-input:checked ~ #sidebar-menu-close, #search-menu-input:checked ~ #search-menu-close, #share-menu-input:checked ~ #share-menu-close, #follow-menu-input:checked ~ #follow-menu-close {
    opacity: 0;
  }
  .navi-menu-content {
    background-color: #fffffff0;
  }
  .menu-drawer a {
    font-size: 0.9em;
    line-height: 1.9em;
    border-bottom: solid 1px #e6e6e6;
  }
  .menu-drawer a:hover {
    background-color: #101010;
    color: #fff;
  }
  .sub-menu li {
    margin-left: -14px;
    font-size: 0.9em;
    color: #e6e6e6;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .block01 h1 img {
    max-height: 5vh;
  }
  .parallax-bg .bg01 {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: -1;
    background: url(https://katarist.com/wp-content/themes/cocoon-master/images/bg_block01_sp.jpg) no-repeat center center / cover;
  }
  .pc_clear {
    display: block;
  }
  .sp_clear {
    display: none;
  }
  .block02 .text h2 {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .block02 .text p {
    font-size: 23px;
  }
  .block03 h2 span {
    display: block;
    font-size: 15px;
    line-height: 1.8em;
  }
  .block03 h2 {
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 3vh;
    font-size: 32px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .scroll_contents h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .scroll_contents p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: -0.03em;
  }
  .scroll_contents h4 {
    margin-top: 15px;
    font-size: 14px;
  }
  .scroll_contents h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .scroll_contents .double_quotation::after {
    top: -23px;
    left: 0;
    width: 66px;
    height: 58px;
  }
  .s2-catch {
    margin: 0 5%;
    font-size: 21px;
    bottom: 42px;
    text-align: center;
    font-weight: 800;
    line-height: 1.5em;
  }
  .inner {
    width: 90%;
  }
  .block04 p {
    font-size: 16px;
  }
  .horizontal_scroll {
    height: calc(100vh - 55vh);
    min-height: 10vh;
  }
  .indicator {
    height: 30px;
    margin-bottom: 10vh;
    padding: 0;
  }
  .block04 h2 span {
    font-size: 18px;
    line-height: 2em;
  }
  .block04 h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 1.4em;
  }
  .block04 .slides h3 span {
    display: block;
    font-size: 18px;
  }
  .block04 .slides h3 {
    margin-bottom: 10vh;
    text-align: center;
    color: #fff;
    font-size: 23px;
  }
  .block04 .slides p {
    color: #fff;
    font-size: 13px;
  }
  .block04 .accordion-content .inner {
    position: relative;
    padding: 65px 0;
  }
  .block04 .slider-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .block04 .slides {
    display: flex;
    width: 700vw; /* 7 slides */
    transition: transform 0.5s ease-in-out;
  }
  .block04 .slide {
    width: 90vw;
    height: 550px; /* Adjust height relative to viewport width */
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
  }
  .block04 .indicators {
    position: absolute;
    display: flex;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .block04 .slider-container input {
    display: none;
  }
  .block04 .indicators label {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: #666;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .block04 .slider-container input:checked:nth-of-type(1) ~ .indicators label:nth-of-type(1), .block04 .slider-container input:checked:nth-of-type(2) ~ .indicators label:nth-of-type(2), .block04 .slider-container input:checked:nth-of-type(3) ~ .indicators label:nth-of-type(3), .block04 .slider-container input:checked:nth-of-type(4) ~ .indicators label:nth-of-type(4), .block04 .slider-container input:checked:nth-of-type(5) ~ .indicators label:nth-of-type(5), .block04 .slider-container input:checked:nth-of-type(6) ~ .indicators label:nth-of-type(6), .block04 .slider-container input:checked:nth-of-type(7) ~ .indicators label:nth-of-type(7) {
    background-color: #fff;
  }
  .block04 .slider-container input:nth-of-type(1):checked ~ .slides {
    transform: translateX(0);
  }
  .block04 .slider-container input:nth-of-type(2):checked ~ .slides {
    transform: translateX(-90vw);
  }
  .block04 .slider-container input:nth-of-type(3):checked ~ .slides {
    transform: translateX(-180vw);
  }
  .block04 .slider-container input:nth-of-type(4):checked ~ .slides {
    transform: translateX(-270vw);
  }
  .block04 .slider-container input:nth-of-type(5):checked ~ .slides {
    transform: translateX(-360vw);
  }
  .block04 .slider-container input:nth-of-type(6):checked ~ .slides {
    transform: translateX(-450vw);
  }
  .block04 .slider-container input:nth-of-type(7):checked ~ .slides {
    transform: translateX(-540vw);
  }
  .block04 .close-button {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .block04 .close-button img {}
  .block04 .popup-close-btn {
    position: absolute;
    top: -50px;
    left: 10px;
  }
  /*480px以下*/
  @media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
  }