/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.hamburger-menu{
	display: none;
}
.clearfix {
  min-height: 1px;
}
.grecaptcha-badge { visibility: hidden; }
a{
	text-decoration: none;
}
body{
background-image: url(/wp-content/uploads/bg.jpg);
font-family: 'Zen Kaku Gothic New', sans-serif;
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}

.hmenu{
	z-index: 1000;
	position: absolute;
	top: 30px;
    right: 50px;
	font-size: 14px;
    background: rgba(0,0,0,0.0);
	padding: 0;
}
.hmenu.is-animation{
    background: rgba(0,0,0,0.5);
	padding: 20px;
	top: 0;
	right: 0;
}


.hmenu li{
	float: left;
	margin: 0 25px 0 0;
	display:  block;
	line-height: 1;
}

.hmenu a{
 color: #fff;	
	display:  block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
}
.hmenu a:hover{
	opacity: 0.7;
}
.head_wrap {
    height: 100px;
    width: 100%;
    z-index: 100;
}

.hmenu > li > a span {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.side_btn{
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 1000;
}
.top_logo{
	z-index: 1000;
	position: absolute;
	top: 15px;
	left: 20px;
}
.top_logo img{
    height: 60px;
    width: auto;
}

li.menu__single {
    position: relative;
}

ul.hmenu li span{
	display: block;
	text-align: center;
	margin-top: 7px;
	font-size: 11px;
    color: #7fabb4;
}

.hmenu li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #5272b8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: none;
	padding: 0;
	margin: 0;
}


.hmenu ul.menu__second-level li{
    float: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.hmenu ul.menu__second-level li a{
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__second-level a:hover{
    background: #708bc4;
	color: #fff;
	display: block;
}


.menu__second-level li {
}

.menu__third-level li {
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.mv-section {
  display: flex;
  width: 100%;
  /* 高さを画面いっぱいに設定する場合（お好みで調整） */
  height: 800px;
  /* 768px以下の画面幅で縦積みにする */
  flex-wrap: wrap; 
}

/* ロゴエリア (左側) */
.mv_logoarea {
  width: 35%;
  
  order: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* 内側に余白を持たせる（お好みで調整） */
  padding: 40px;
  box-sizing: border-box;
}

/* 写真エリア (右側) */
.mv_photo {
  width: 65%;
  
  order: 2; 
}



.mv_logoarea p,
.mv_logoarea h2 {
  margin: 0;
  text-align: center; /* 中央揃え */
}

/* ロゴ画像のサイズ（お好みで調整） */
.mv_logoarea p img {
  width: 240px; /* ロゴの基本サイズ */
  max-width: 100%; /* コンテナより大きくならないように */
  height: auto;
  display: block; /* 画像下の余白防止 */
}

.mv_logoarea h2 {
  margin-top: 20px; /* ロゴとの間隔 */
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
	color: #fff;font-family: 'Oswald', sans-serif;
}

.mv_photo p {
  margin: 0;
  width: 100%;
  height: 100%;
}

/* 写真がエリア全体をカバーするように設定 */
.mv_photo img {
  width: 100%;
  height: 800px;
  object-fit: cover; 
  display: block; /* 画像下の余白防止 */
}


@media (max-width: 768px) {
  .mv-section {
    flex-direction: column-reverse; 
    height: auto; 
  }

  /* ロゴエリアと写真エリアを両方とも幅100%に */
  .mv_logoarea,
  .mv_photo {
    width: 100%;
  }

  .mv_logoarea {
    order: 1;
        min-height: 300px;
        padding: 0;
        margin-top: -100px;
  }
  .mv_photo {
    order: 2;
    /* 写真の高さを指定（お好みで調整） */
    height: 400px; 
  }
	.mv_photo img{
    height: 400px; 
	}
}

.intro-section {
  color: #fff;
  padding: 80px 40px;
  overflow-x: hidden;
}

.intro-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.intro-image {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.intro-image img {
  width: 100%;
  height: auto;
  display: block;
}

.intro-catchphrase-wrapper {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: center;
  position: relative;
  z-index: 2;
  margin-left: -60px; 
}

.intro-description-wrapper {
  grid-column: 1 / -1; 
  grid-row: 2 / 3;
}

.intro-catchphrase-wrapper h3 {
font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 25px 0;
	letter-spacing: 3px;
}

.intro-catchphrase-wrapper .jp-catch {
  font-size: 1.1rem;
  margin: 0;
	letter-spacing: 3px;
}

.intro-description-area p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 auto 2.5em auto;
	text-align: center;
	max-width: 600px;
}

.intro-conclusion-area {
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 2.2;
	text-align: center;
	max-width: 600px;
  margin: 0 auto 1.5em auto;
}

.intro-conclusion-area p {
  margin: 0;
}

.intro-conclusion-area .quote {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .intro-section {
    padding: 60px 20px;
  }

  .intro-container {
    grid-template-columns: 1fr; 
    gap: 30px;
  }
  
  .intro-image,
  .intro-catchphrase-wrapper,
  .intro-description-wrapper {
    grid-column: 1 / 2;
		text-align: center;
  }
  
  .intro-image {
    grid-row: 1;
  }
  .intro-catchphrase-wrapper {
    grid-row: 2;
  }
  .intro-description-wrapper {
    grid-row: 3;
		max-width: 400px;
		margin: 50px auto 0 auto;
  }
  
  .intro-catchphrase-wrapper {
    margin-left: 0;
    align-self: flex-start;
  }

  .intro-catchphrase-wrapper h3 {
    font-size: 1.8rem;
  }
}

.tiktok-animation-section {
  /* セクションの上下の余白 */
  padding: 0; 
  overflow: hidden;
}

.tiktok-animation-inner {
  display: flex;
  justify-content: center; /* 画像を中央に配置 */
  align-items: center;
  margin: 0 auto;
  gap: 20px;
  position: relative;
}

.tiktok-logo-wrapper,
.tiktok-creators-wrapper {
  flex-shrink: 0; /* 縮小させない */
}

.tiktok-logo-wrapper img {
  width: 550px;
  height: auto;
  display: block;
}

.tiktok-creators-wrapper img {
  width: 800px;
  height: auto;
  display: block;
}


/* 左からのスライドイン */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); /* 画面外の左端 */
    opacity: 0;
  }
  100% {
    transform: translateX(0); /* 元の位置 */
    opacity: 1;
  }
}

/* 右からのスライドイン */
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%); /* 画面外の右端 */
    opacity: 0;
  }
  100% {
    transform: translateX(0); /* 元の位置 */
    opacity: 1;
  }
}

/* アニメーション適用 */
.slide-in-left {
  opacity: 0; 
}

.slide-in-right {
  opacity: 0;
  animation-delay: 0.3s;
}

/*-------------------------------------------*/
/* 3. TikTok Section Animation (on scroll)
/*-------------------------------------------*/

/* .is-visible が付与されたらアニメーションを開始 */
.tiktok-animation-section.is-visible .slide-in-left {
  animation: slideInFromLeft 1s ease-out forwards;
  /* 画面に入ってから少し待つ */
  animation-delay: 0.3s; 
}

.tiktok-animation-section.is-visible .slide-in-right {
  animation: slideInFromRight 1s ease-out forwards;
  /* 左の画像より少し遅れて開始 */
  animation-delay: 0.6s; 
}

@media (max-width: 1151px) {
	.tiktok-logo-wrapper{
		width: 40%;
	}
.tiktok-creators-wrapper{

		width: 60%;
	}


  .tiktok-creators-wrapper img {
    width: 100%; 
    max-width: 100px; 
  }
}
@media (max-width: 768px) {
.tiktok-animation-section {
    padding: 40px 0;
  }

  .tiktok-animation-inner {
    flex-direction: column; 
    gap: 30px;
    padding: 0 20px;
  }

	.tiktok-logo-wrapper{
		width: 40%;
	}
.tiktok-creators-wrapper{

		width: 60%;
	}


  .tiktok-creators-wrapper img {
    width: 100%; 
    max-width: 100px; 
  }

.tiktok-creators-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
  /* スマホでもアニメーションはそのまま */
  .slide-in-left,
  .slide-in-right {
    animation-duration: 0.8s; /* 少し速くすることも可能 */
  }
}

.recruit-section {
  color: #fff;
  padding: 80px 40px;
}

.recruit-container {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 80px;
  row-gap: 60px;
  max-width: 680px;
  margin: 0 auto;
  align-items: center;
}

.recruit-qr {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.recruit-qr img {
  width: 240px;
  height: auto;
  display: block;
}

.recruit-upper-text {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: center;
}

.recruit-upper-text .sub-heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.recruit-upper-text h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.4;
}

.recruit-lower-text {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  text-align: center;
}

.recruit-lower-text h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
}

.recruit-lower-text .jp-lead {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 15px 0;
}

.recruit-lower-text p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .recruit-section {
    padding: 60px 20px 0 20px;
  }

  .recruit-container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .recruit-qr {
    grid-row: 1;
    justify-self: center;
  }
  
  .recruit-qr img {
    width: 160px;
  }

  .recruit-upper-text {
    grid-column: 1 / 2;
    grid-row: 2;
    text-align: center;
    align-self: start;
  }
  
  .recruit-upper-text h3 {
    font-size: 1.5rem;
  }

  .recruit-lower-text {
    grid-row: 3;
    margin-top: 20px;
  }

  .recruit-lower-text h4 {
    font-size: 1.8rem;
  }

  .recruit-lower-text .jp-lead {
    font-size: 1.1rem;
  }
}

.features-section {
  color: #fff;
  padding: 0px 40px;
}

.features-container {
  max-width: 1100px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.feature-item {
  border: 1px solid #fff;
  padding: 30px 25px;
}

.feature-icon {
  margin-bottom: 20px;
  text-align: center;
}

.feature-icon img {
  height: 60px;
  width: auto;
}

.feature-item h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
  color: #73b8ff;
  text-align: center;
}

.feature-item p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
  color: #eee;
  text-align: left;
}

.features-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.btn-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff; /* 変更 */
  color: #000; /* 変更 */
  border: 1px solid #ccc; /* 白背景にメリハリをつけるため枠線を追加 (お好みで削除可) */
  padding: 18px 25px;
  text-decoration: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-feature:hover {
  background-color: #f5f5f5; /* ホバー色を変更 */
}

.custom-arrow-icon {
  display: flex;
  align-items: center;
  color: #000; /* ボタンの文字色と合わせる */
}

/* ::before (線) */
.custom-arrow-icon::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000; /* 線の色を黒に変更 */
  margin-right: 5px; /* 変更 (間隔を詰める) */
}

/* ::after (丸) - CSSで正円を描画 */
.custom-arrow-icon::after {
  content: ''; /* Font Awesomeの文字コードを削除 */
  font-family: initial; /* 念のためFont Awesomeの継承をリセット */
  font-weight: normal;

  display: block;
  width: 9px; /* 丸のサイズ */
  height: 9px;
  background-color: #000; /* 丸の色を黒に変更 */
  border-radius: 50%; /* 完璧な正円にする */
}


@media (max-width: 768px) {
  .features-section {
    padding: 60px 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .feature-item {
    padding: 25px 20px;
		max-width: 350px;
		margin: 0 auto;
  }

  .features-buttons {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 15px;
  }
  
  .btn-feature {
    padding: 15px 20px;
    font-size: 0.9rem;
		min-width: 350px;
		margin: 0 auto;
  }
}

.faq-section {
  color: #fff;
  padding: 80px 40px;
}

.faq-section h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 40px 0;
  letter-spacing: 0.03em;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}


body.page .faq-list{
	padding: 80px 20px;
}
body.home .faq-list{
	padding: 30px 20px 60px 20px;
}

.faq-item {
  border-bottom: 1px solid #555;
}

.faq-item:first-of-type {
  border-top: 1px solid #555;
}

.faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 15px;
  cursor: pointer;
  list-style: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::marker {
  display: none;
}

.faq-question::before {
  content: 'Q';
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-right: 20px;
  color: #fff;
}

.faq-question span {
  flex: 1;
  text-align: left;
}

.faq-question::after {
  content: '+';
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  margin-left: 20px;
  transition: transform 0.2s ease;
}

details[open] > .faq-question::after {
  content: '\2212';
}

.faq-answer-content {
  padding: 20px 20px 30px 52px;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #eee;
  background-color: #111;
}

.faq-answer-content::before {
  content: 'A';
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #73b8ff;
}

.faq-answer-content p {
  margin: 0;
}

.faq-button-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.faq-button-wrapper .btn-feature {
  max-width: 350px;
  width: 100%;
}


@media (max-width: 768px) {
  .faq-section {
    padding: 60px 20px;
  }
  
  .faq-section h2 {
    font-size: 2rem;
  }
  
  .faq-question {
    padding: 20px 10px;
    font-size: 0.9rem;
  }
  
  .faq-question::before {
    margin-right: 15px;
  }

  .faq-answer-content {
    padding: 20px 15px 25px 45px;
    font-size: 0.9rem;
  }
  
  .faq-answer-content::before {
    left: 15px;
    top: 20px;
  }
}
.contact-section {
  width: 100%;
  padding: 100px 40px;
  box-sizing: border-box;
  background-image: url('/wp-content/uploads/contactbg.jpg');
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  position: relative;
}


.contact-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-content h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
}

.contact-content p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 30px 0;
}

.contact-content .btn-feature {
  max-width: 350px;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 80px 20px;
  }
  .contact-content h2 {
    font-size: 2rem;
  }
  .contact-content p {
    font-size: 0.9rem;
  }
  .contact-content .btn-feature {
    width: 100%;
  }
}
.site-footer {
  color: #fff;
  padding: 80px 40px 30px 40px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  margin-bottom: 5px;
}

.footer-logo img {
  width: 180px;
  height: auto;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social .social-icon img {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}

.footer-social .social-icon:hover img {
  opacity: 0.8;
}

.footer-address {
  margin-top: 10px;
}

.footer-address p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
  color: #eee;
}

.footer-nav {
  margin-top: 10px;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  position: relative;
}

.footer-nav li:not(:last-child)::after {
  content: '|';
  color: #555;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-nav a {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
}

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

.footer-copyright {
  margin-top: 20px;
}

.footer-copyright p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #aaa;
  margin: 0;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 60px 20px 30px 20px;
  }
  
  .footer-address p {
    font-size: 0.85rem;
  }
  
  .footer-nav ul {
    gap: 10px 15px;
  }
  
  .footer-nav li:not(:last-child)::after {
    right: -9px;
  }

  .footer-nav a {
    font-size: 0.75rem;
  }
}


/*-------------------------------------------*/
/* MVセクションアニメーション (カーテン向き修正版)
/*-------------------------------------------*/

/* (1) ワイプイン（リビール）アニメーション - 右から左へ */
@keyframes revealFromRight {
  0% {
    /* 開始時：左側を100%クリップ（=幅0で見えない状態） */
    clip-path: inset(0 0 0 100%);
  }
  100% {
    /* 終了時：クリップなし（=完全に見える状態） */
    clip-path: inset(0 0 0 0);
  }
}

/* (2) フェードアップアニメーション (ロゴとh2用) */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*-------------------------------------------*/
/* アニメーションの適用 */
/*-------------------------------------------*/

/* (3) 画像(.mv_photo img) への適用 */
.mv-section .mv_photo img {
  /* 初期状態を(左側100%クリップ)に変更 */
  clip-path: inset(0 0 0 100%); 
  
  /* revealFromRightアニメーションを適用 */
  animation: revealFromRight 1.0s ease-out forwards;
  animation-delay: 0.5s; 
}

/* (4) ロゴ(.mv_logoarea p img) への適用 */
.mv-section .mv_logoarea p img {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.5s;
}

/* (5) h2(.mv_logoarea h2) への適用 */
.mv-section .mv_logoarea h2 {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 2s;
}


/* スマートフォン対応のアニメーション調整 */
@media (max-width: 768px) {
  .mv-section .mv_photo img {
    animation-delay: 0.2s;
  }
  .mv-section .mv_logoarea p img {
    animation-delay: 0.8s;
  }
  .mv-section .mv_logoarea h2 {
    animation-delay: 1.2s;
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* * fadeUp アニメーションはMVセクションで定義済みですが、
 * もし定義されていない場合は以下も追記してください。
 */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* (B) アニメーション前の初期状態（隠しておく） */

/* これからアニメーションさせる要素を、最初は非表示にしておく */
.intro-section .intro-image,
.intro-section .intro-catchphrase-wrapper h3,
.intro-section .intro-catchphrase-wrapper .jp-catch,
.intro-section .intro-description-area,
.intro-section .intro-conclusion-area {
  opacity: 0;
}

/* (C) .is-visible が付与されたら、アニメーションを開始する */

/* 1. 画像がスケールイン */
.intro-section.is-visible .intro-image {
  animation: scaleIn 1s ease-out forwards;
  /* 待機時間 (お好みで調整) */
  animation-delay: 0.3s;
}

/* 2. h3 がフェードアップ */
.intro-section.is-visible .intro-catchphrase-wrapper h3 {
  animation: fadeUp 0.8s ease-out forwards;
  /* 画像のアニメーションが終わる頃 */
  animation-delay: 0.8s;
}

/* 3. .jp-catch がフェードアップ */
.intro-section.is-visible .intro-catchphrase-wrapper .jp-catch {
  animation: fadeUp 0.8s ease-out forwards;
  /* h3の少し後 */
  animation-delay: 1.1s;
}

/* 4. 説明文エリア がフェードアップ */
.intro-section.is-visible .intro-description-area {
  animation: fadeUp 0.8s ease-out forwards;
  /* .jp-catchの少し後 */
  animation-delay: 1.4s;
}

/* 5. 結びエリア がフェードアップ */
.intro-section.is-visible .intro-conclusion-area {
  animation: fadeUp 0.8s ease-out forwards;
  /* 説明文の少し後 */
  animation-delay: 1.7s;
}

.recruit-section .recruit-qr,
.recruit-section .recruit-upper-text .sub-heading,
.recruit-section .recruit-upper-text h3,
.recruit-section .recruit-lower-text h4,
.recruit-section .recruit-lower-text .jp-lead,
.recruit-section .recruit-lower-text p:not(.jp-lead) {
  opacity: 0;
}


/* (B) .is-visible が付与されたら、アニメーションを開始する */

/* 1. QRコード */
.recruit-section.is-visible .recruit-qr {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

/* 2. QR右のサブ見出し */
.recruit-section.is-visible .recruit-upper-text .sub-heading {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.5s; /* QRより少し遅れて */
}

/* 3. QR右の見出し */
.recruit-section.is-visible .recruit-upper-text h3 {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.7s; /* サブ見出しより少し遅れて */
}

/* 4. 下段の英語見出し */
.recruit-section.is-visible .recruit-lower-text h4 {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.9s; /* 上段より遅れて */
}

/* 5. 下段の日本語リード */
.recruit-section.is-visible .recruit-lower-text .jp-lead {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.1s;
}

/* 6. 下段の最終テキスト */
.recruit-section.is-visible .recruit-lower-text p:not(.jp-lead) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.3s;
}
.features-section .feature-item,
.features-section .features-buttons {
  opacity: 0;
}


/* (B) .is-visible が付与されたら、アニメーションを開始する */

/* 1. 特長 1 (fadeUp) */
/* .feature-item の 1番目 */
.features-section.is-visible .feature-item:nth-of-type(1) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

/* 2. 特長 2 (fadeUp) */
/* .feature-item の 2番目 */
.features-section.is-visible .feature-item:nth-of-type(2) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.6s; /* 1番目より0.3秒遅らせる */
}

/* 3. 特長 3 (fadeUp) */
/* .feature-item の 3番目 */
.features-section.is-visible .feature-item:nth-of-type(3) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.9s; /* 2番目より0.3秒遅らせる */
}

/* 4. ボタン (fadeUp) */
/* 3つの特長が表示された後にボタンを表示 */
.features-section.is-visible .features-buttons {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.2s;
}
.faq-section h2,
.faq-section .faq-item,
.faq-section .faq-button-wrapper {
  opacity: 0;
}


/* (B) .is-visible が付与されたら、アニメーションを開始する */

/* 1. "FAQ" h2タイトル */
.faq-section.is-visible h2 {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

/* 2. FAQ 1番目 */
.faq-section.is-visible .faq-item:nth-of-type(1) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.5s; /* h2より0.2秒遅れて */
}

/* 3. FAQ 2番目 */
.faq-section.is-visible .faq-item:nth-of-type(2) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.7s; /* 1番目より0.2秒遅れて */
}

/* 4. FAQ 3番目 */
.faq-section.is-visible .faq-item:nth-of-type(3) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.9s; /* 2番目より0.2秒遅れて */
}

/* 5. FAQ 4番目 */
.faq-section.is-visible .faq-item:nth-of-type(4) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.1s; /* 3番目より0.2秒遅れて */
}

/* 6. "よくある質問" ボタン */
.faq-section.is-visible .faq-button-wrapper {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.3s; /* 最後のFAQより0.2秒遅れて */
}

.contact-section h2,
.contact-section p,
.contact-section .btn-feature {
  opacity: 0;
}

/* (B) .is-visible が付与されたら開始 */

/* 1. "CONTACT" h2タイトル */
.contact-section.is-visible h2 {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

/* 2. 説明文 */
.contact-section.is-visible p {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

/* 3. LINEお問い合わせボタン */
.contact-section.is-visible .btn-feature {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.7s;
}


/*-------------------------------------------*/
/* 8. Footer Animation (on scroll)
/*-------------------------------------------*/

/* (A) アニメーション前の初期状態 */
.site-footer .footer-logo,
.site-footer .footer-social,
.site-footer .footer-address,
.site-footer .footer-nav,
.site-footer .footer-copyright {
  opacity: 0;
}

/* (B) .is-visible が付与されたら開始 */
/* フッターは一斉に、または素早く表示します */

.site-footer.is-visible .footer-logo {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.site-footer.is-visible .footer-social {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}

.site-footer.is-visible .footer-address {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

.site-footer.is-visible .footer-nav {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.site-footer.is-visible .footer-copyright {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.7s;
}


@media (max-width: 1151px) {
.hmenu {
    display: none;
}
	
.tiktok_image img {
    max-width: auto;
	width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
	html.is-fixed,
　　　　html.is-fixed body {
  height: 100%;
  overflow: hidden;
　　　　}
	.side_btn{
		display: none;
	}
.hamburger-menu{
	display: block;	
	}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    background-color: #0102bf;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 30px 0 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
    background-color: #161616;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
}

.subpage-hero {
  padding: 80px 40px 60px 40px;
  text-align: center;
  border-bottom: 1px solid #555;
}

/* 1. ヒーローアイコンのスタイル */
.subpage-hero .hero-icon {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.subpage-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  color: #fff; /* 5. 白に変更 */
  margin: 0 0 20px 0;
}

.subpage-hero p {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  margin: 0;
}

/* 3. 英語サブタイトルのスタイル */
.section-en-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 2.5rem !important;
  letter-spacing: 0.05em;
  color: #fff; /* 5. 白に変更 */
  margin: 0 0 10px 0;
  text-align: center;
}

/* 共通のセクション見出し (h2) */
.service-strengths h2,
.support-system h2,
.promotion-details h2,
.subpage-cta h2 {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: #fff; /* 5. 白に変更 */
  text-align: center;
  margin-bottom: 45px;
	position: relative;
	padding-bottom: 15px;
}

.service-strengths h2::after,.support-system h2::after,.promotion-details h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    width: 80px;
    height: 1px;
    background-color: #fff;
}

.support-container > p,
.promotion-container > p {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

/* * 3つの強み (トップ流用)
 */
.service-strengths {
  padding: 40px 40px 0px 40px;
}
/* * 5. .feature-item h3 の色は
 * グローバルCSSの (color: #73b8ff;) が
 * 適用されることを想定しています。
 */
.feature-item p {
  color: #fff;
}


/* * 手厚いサポート体制 
 */
.support-system {
  padding: 80px 40px 0 40px;
}
.support-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
  border-top: 1px solid #555;
}
.support-list-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.support-image {
  flex: 1;
  min-width: 0;
}
.support-image img {
  width: 100%;
  height: auto;
  display: block;
}
.support-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}
/* 4 & 5. アイコンを青色に指定 */
.support-list .fa-solid {
  color: #73b8ff;
  font-size: 1.2rem;
  margin-right: 15px;
  width: 20px;
  text-align: center;
}

/* * プロモーション支援 
 */
.promotion-details {
  padding: 80px 40px;
}
.promotion-container {
  max-width: 1100px;
  margin: 0 auto;
}
.promotion-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.promotion-text {
  flex: 1;
  min-width: 0;
  order: 1;
}
.promotion-image {
  flex: 1;
  min-width: 0;
  order: 2;
}
.promotion-image img {
  width: 100%;
  height: auto;
  display: block;
}
.promotion-text h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff; /* 5. 白に変更 */
  margin: 0 0 20px 0;
  border-bottom: 2px solid #555; /* 青から変更 */
  padding-bottom: 10px;
}
.promotion-text p {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
.promotion-examples {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.promotion-examples li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
}
/* 5. アイコンを青色に指定 */
.promotion-examples .fa-solid {
  color: #73b8ff;
  font-size: 0.9rem;
  margin-right: 12px;
}


/* * 下層ページ CTA 
 */
.subpage-cta {
  padding: 80px 40px;
}
.subpage-cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.subpage-cta p {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}
.subpage-cta .btn-feature {
  max-width: 350px;
  width: 100%;
}

/*-------------------------------------------*/
/* * 下層ページ レスポンシブ (768px以下)
 */
/*-------------------------------------------*/
@media (max-width: 768px) {
  .subpage-hero {
    padding: 60px 20px 40px 20px;
  }
  .subpage-hero h1 {
    font-size: 1.7rem;
  }
  .subpage-hero .hero-icon {
    font-size: 2rem;
  }
  
  .section-en-title {
    font-size: 1.1rem;
  }

  .service-strengths h2,
  .support-system h2,
  .promotion-details h2,
  .subpage-cta h2 {
    font-size: 1.5rem;
  }
  
  .service-strengths {
    padding: 60px 20px;
  }
  
  .support-system {
    padding: 60px 20px;
  }
  .support-container {
    padding-top: 60px;
  }
  .support-list-wrapper {
    flex-direction: column;
  }
  .support-list {
    margin-top: 20px;
  }
  
  .promotion-details {
    padding: 60px 20px;
  }
  .promotion-content {
    flex-direction: column;
  }
  .promotion-text {
    order: 2;
  }
  .promotion-image {
    order: 1;
  }
  
  .subpage-cta {
    padding: 60px 20px;
  }
  .subpage-cta .btn-feature {
    max-width: 100%;
  }
}

/*-------------------------------------------*/
/* * 下層ページ（ライバー募集）
 */
/*-------------------------------------------*/

/* * 登録までの流れ 
 */
.flow-section {
  padding: 80px 40px;
}
.flow-container {
  max-width: 900px;
  margin: 0 auto;
}
.flow-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  counter-reset: flow-counter; /* ステップ番号のカウンター */
}
.flow-item {
  position: relative;
  padding: 25px 30px 25px 100px;
  margin-bottom: 25px;
  border: 1px solid #555;
  color: #fff;
}
.flow-item::before {
  content: counter(flow-counter, decimal-leading-zero); /* 01, 02... */
  counter-increment: flow-counter;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #73b8ff; /* 5. アイコン/番号は青 */
}
.flow-item strong {
  display: block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 8px;
}
.flow-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}


/* * 募集要項 
 */
.guidelines-section {
  padding: 0 40px 80px 40px;
}
.guidelines-container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 80px;
  border-top: 1px solid #555;
}
.guidelines-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2カラム */
  gap: 25px;
}
.guideline-item {
  display: flex;
  align-items: flex-start;
  border: 1px solid #555;
  padding: 25px;
}
.guideline-item .fa-star {
  color: #73b8ff; /* 5. アイコンは青 */
  font-size: 1.1rem;
  margin-right: 15px;
  margin-top: 5px;
}
.guideline-item p {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.7;
}
.guideline-item strong {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 10px;
}


.recruit-section {
}

.tiktok_image img{
	max-width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.flow-container h2,.guidelines-container h2{
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}

.flow-container h2::after,.guidelines-container h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    background-color: #fff;
}


/*-------------------------------------------*/
/* * 募集ページ レスポンシブ (768px以下)
 */
/*-------------------------------------------*/
@media (max-width: 768px) {
  /* 流れ */
  .flow-section {
    padding: 60px 20px;
  }
  .flow-item {
    padding: 20px 20px 20px 80px;
  }
  .flow-item::before {
    font-size: 2rem;
    left: 20px;
  }
  .flow-item strong {
    font-size: 1.1rem;
  }

  /* 募集要項 */
  .guidelines-section {
    padding: 0 20px 60px 20px;
  }
  .guidelines-container {
    padding-top: 60px;
  }
  .guidelines-list {
    grid-template-columns: 1fr; /* 1カラムに */
    gap: 20px;
  }
}

.company-profile-section {
  padding: 80px 40px;
  color: #fff;
}

.company-profile-container {
  max-width: 900px;
  margin: 0 auto;
}

.company-profile-list {
  margin-top: 40px;
  /* 最初のアイテムの上に線を引く */
  border-top: 1px solid #555; 
}

/* FAQページ .faq-item のような見た目 */
.profile-item {
  display: flex;
  padding: 25px 15px;
  /* 各アイテムの下に線を引く */
  border-bottom: 1px solid #555; 
  font-size: 1rem;
}

.profile-item dt {
  /* 見出し（dt）の幅を固定 */
  flex: 0 0 180px; 
  font-weight: 500;
}

.profile-item dd {
  flex: 1; /* 残りの幅すべて */
  margin: 0;
  line-height: 1.8;
}

/* 事業内容のリスト */
.business-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-list li {
  margin-bottom: 8px;
}
.business-list li:last-child {
  margin-bottom: 0;
}

.company-profile-container h2{
	text-align: center;
	position:relative;
	padding-bottom: 15px;
}

.company-profile-container h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    background-color: #fff;
}


/*-------------------------------------------*/
/* * 運営会社 レスポンシブ (768px以下)
 */
/*-------------------------------------------*/
@media (max-width: 768px) {
  .company-profile-section {
    padding: 60px 20px;
  }

  .profile-item {
    flex-direction: column; /* 縦積みに変更 */
    padding: 20px 10px;
  }

  .profile-item dt {
    flex: none; /* flex設定をリセット */
    font-weight: 500;
    margin-bottom: 10px; /* 見出しと内容の間に余白 */
  }

  .profile-item dd {
    flex: none;
    font-size: 0.95rem;
  }
}

.contact-page-section {
  padding: 80px 40px;
  color: #fff;
}

.contact-page-container {
  max-width: 900px;
  margin: 0 auto;
}

/* 1. LINEコンタクト */
.contact-line-lead {
  text-align: center;
  padding-bottom: 60px;
}
.contact-page-line-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-page-line-btn .btn-feature {
  max-width: 350px;
  width: 100%;
}

/* 2. フォーム */
.contact-form-wrapper {
}
.contact-form-wrapper > p {
  text-align: center;
  margin-bottom: 40px;
}

/*-------------------------------------------*/
/* * Contact Form 7 専用スタイル 
 * （サイトのダークテーマに合わせる）
 */
/*-------------------------------------------*/

/* CF7が生成する p タグ（各項目のラッパー） */
.wpcf7-container p {
  margin-bottom: 25px;
}

/* "お名前 (必須)" などのラベル */
.wpcf7-container label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9rem;
}

/* テキスト入力欄、メール欄、テキストエリア */
.wpcf7-container input[type="text"],
.wpcf7-container input[type="email"],
.wpcf7-container input[type="tel"],
.wpcf7-container textarea {
  width: 100%;
  padding: 12px 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1rem;
  background-color: #111;
  border: 1px solid #555;
  color: #fff;
  border-radius: 0;
  box-sizing: border-box; /* paddingを含めて幅を100%に */
  transition: border-color 0.3s ease;
}

.wpcf7-container input[type="text"]:focus,
.wpcf7-container input[type="email"]:focus,
.wpcf7-container input[type="tel"]:focus,
.wpcf7-container textarea:focus {
  outline: none;
  border-color: #73b8ff; /* フォーカス時に青色 */
}

/* テキストエリアの高さ */
.wpcf7-container textarea {
  height: 150px;
}

/* "送信" ボタン */
.wpcf7-container input[type="submit"] {
  /* サイト共通ボタン (.btn-feature) の見た目を再現 */
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 18px 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -webkit-appearance: none;
  border-radius: 0;
}

.wpcf7-container input[type="submit"]:hover {
  background-color: #f5f5f5;
}

/* ボタンを中央に配置 */
.wpcf7-container p:last-of-type {
  text-align: center;
}

.required-badge {
  display: inline-block;
  background-color: #d70a0a; /* 目立つ赤色 */
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}

.contact-page-container h2{
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 40px;
}


.contact-page-container h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    background-color: #fff;
}

form.customize-unpreviewable select{
	width: 100%;
	padding: 15px 20px;
}
.wpcf7-container input[type="submit"]{
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	min-width: 300px;
}


.wpcf7-form-control-wrap{
	margin-top: 15px !important;
	display: block;
}
@media (max-width: 768px) {
  .contact-page-section {
    padding: 60px 20px;
  }
  .contact-page-line-btn .btn-feature {
    max-width: 100%;
  }
}

/*-------------------------------------------*/
/* 9. Topics Section (Homepage)
/*-------------------------------------------*/
.topics-section {
  padding: 0 40px 80px 40px;
  color: #fff;
}

.topics-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* .section-en-title (Oswald) は既存のCSSを流用 */

.topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 25px; /* 見出しとのマージン */
}

.topic-item {
  display: block;
  text-decoration: none;
  border: 1px solid #555;
  background: #111; /* 背景より少し明るい黒 */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.topic-item:hover {
  background-color: #222;
  border-color: #777;
}

.topic-image {
  width: 100%;
  /* 画像の比率を 16:9 に固定 */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid #555;
}

.topic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* ホバー時に画像を少し拡大 */
.topic-item:hover .topic-image img {
  transform: scale(1.05);
}

.topic-text {
  padding: 20px;
}

.topic-date {
  display: block;
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 10px;
}

.topic-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  
  /* タイトルが長い場合に2行で...（3点リーダー）にする */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.2em; /* line-height(1.6) * 2行 */
}

.topics-button-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.topics-button-wrapper .btn-feature {
  max-width: 400px;
  width: 100%;
}

/*-------------------------------------------*/
/* 10. Topics Animation (on scroll)
/*-------------------------------------------*/

/* (A) アニメーション前の初期状態 */
.topics-section .section-en-title,
.topics-section .topic-item,
.topics-section .topics-button-wrapper {
  opacity: 0;
}

/* (B) .is-visible が付与されたら開始 */

.topics-section.is-visible .section-en-title {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

/* カードを 0.2s ずつずらして表示 */
.topics-section.is-visible .topic-item:nth-of-type(1) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}

.topics-section.is-visible .topic-item:nth-of-type(2) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.topics-section.is-visible .topic-item:nth-of-type(3) {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.8s;
}

/* 最後にボタンを表示 */
.topics-section.is-visible .topics-button-wrapper {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1.0s;
}

/*-------------------------------------------*/
/* Topics Responsive (768px)
/*-------------------------------------------*/
@media (max-width: 768px) {
  .topics-section {
    padding: 60px 20px;
  }
  
  .topics-grid {
    grid-template-columns: 1fr; /* スマホでは1カラム */
    gap: 25px;
  }
  
  .topic-title {
    height: auto; /* 高さを自動に（スマホでは3点リーダーを解除） */
    -webkit-line-clamp: 3; /* 3行まで許可（お好みで） */
  }
}
.topics-archive-section .topics-grid {
  margin-top: 25px;
}
.topics-container{
	padding: 80px 20px;
}

.subpage-hero .post-meta {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  color: #aaa;
  margin-top: 15px;
}

/* 記事本文セクションの余白 */
.single-post-article {
  padding: 80px 40px;
  color: #fff;
}

/* 記事コンテナの最大幅 */
.single-post-container {
  max-width: 900px;
  margin: 0 auto;
}

/* 1. アイキャッチ画像 */
.single-post-image {
  margin-bottom: 40px;
}

.single-post-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2. 記事本文
 * (WordPressエディタの標準スタイルを
 * ダークテーマに合わせます)
 */
.single-post-content {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1rem;
  line-height: 2.2;
}

.single-post-content p {
  margin: 0 0 1.5em 0;
padding: 0 10px;
}

.single-post-content h2 {
  font-family: 'Oswald', sans-serif; /* 見出しはOswald */
  font-weight: 500;
  font-size: 1.8em;
  margin: 40px 0 20px 0;
  border-bottom: 2px solid #555;
  padding-bottom: 10px;
  color: #fff;
}

.single-post-content h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  margin: 30px 0 15px 0;
  color: #fff;
}

/* 記事内で Font Awesome を使った場合 */
.single-post-content .fa-solid {
  color: #73b8ff;
  margin-right: 10px;
}

/* 記事内のリスト */
.single-post-content ul {
  list-style: none;
  padding-left: 20px;
  margin: 25px 10px !important;
}

.single-post-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.7;
}

/* リスト + Font Awesome の場合 */
.single-post-content ul li .fa-solid {
  margin-right: 12px;
  margin-top: 5px; /* テキストと高さを合わせる */
}

/* 3. 記事一覧へ戻るボタン */
.single-post-footer {
  margin-top: 60px;
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #555;
}
    
.single-post-footer .btn-feature {
  max-width: 400px;
  width: 100%;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .single-post-article {
    padding: 60px 20px;
  }
  .single-post-content h2 {
    font-size: 1.5em;
  }
  .single-post-content h3 {
    font-size: 1.3em;
  }
	.single-post-content .topics-h2{
    font-size: 1.5em !important;
	}
}

.single-post-content .topics-h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  margin: 40px 0 20px 0;
  border-bottom: 2px solid #555;
  padding-bottom: 10px;
	font-weight: bold;
  color: #fff;
}

/* 記事中のリスト (ul) */
.single-post-content .topics-list {
  list-style-type: none;
  padding-left: 0;
  margin: 25px 0;
}

/* 記事中のリスト項目 (li) */
.single-post-content .topics-list-item {

  margin-bottom: 15px;
  line-height: 1.7;
}

/* * リスト項目内の太字 
 * （アイコンの代わりに見出しとして目立たせる） 
 */
.single-post-content .topics-list-item strong {
  display: block; /* 見出しを改行させる */
  font-size: 1.1em;
  color: #73b8ff; /* アクセントカラーをこちらに適用 */
  margin-bottom: 5px;
}

/* 記事の結びのパラグラフ */
.single-post-content .topics-conclusion {
  margin-top: 25px;
}



@media (max-width: 450px) {
.intro-catchphrase-wrapper h3 {
        font-size: 1.5rem;
    }
.intro-catchphrase-wrapper .jp-catch {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 3px;
}
.intro-description-area p {
	font-size: 0.9rem;
	padding: 0 30px;
	text-align: left;
	}
.intro-conclusion-area p {
    margin: 0;
	font-size: 0.9rem;
}
.tiktok-animation-inner {
    gap: 0px;
    position: relative;
}
}


/* アニメーション前の初期状態 */
.fade-in {
  opacity: 0; /* 最初は透明 */
  transform: translateY(30px); /* 少し下に移動させておく */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; /* アニメーション効果 */
}

/* 画面内に入った後に付与されるクラス */
.fade-in.active {
  opacity: 1; /* 不透明にする */
  transform: translateY(0); /* 元の位置に戻す */
}

.privacy-policy-section {
  padding: 80px 40px;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* 本文コンテナ */
.privacy-policy-container {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}

/* * ページ内の h1 相当の見出し 
 * (例: 個人情報の取り扱いについて)
 */
.policy-h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  text-align: center;
  margin: 40px 0 25px 0;
  color: #fff;
}
.privacy-policy-container h2:first-of-type {
  margin-top: 0;
}

/* * ページ内の h2 相当の見出し 
 * (例: １．個人情報の利用目的)
 */
.policy-h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  margin: 30px 0 15px 0;
  color: #fff;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.privacy-policy-container p {
  margin: 0 0 1.5em 0;
}

/* 利用目的のリスト */
.policy-list {
  list-style: none;
  padding-left: 20px;
  margin: 25px 0;
}
.policy-list li {
  position: relative;
  margin-bottom: 10px;
}
.policy-list li::before {
  content: '・'; /* リストの「・」 */
  position: absolute;
  left: -20px;
  color: #fff;
}

/* リンクの色 */
.privacy-policy-container a {
  color: #73b8ff; /* アクセントの青 */
  text-decoration: underline;
}
.privacy-policy-container a:hover {
  text-decoration: none;
}

/* 制定日・代表者名 */
.policy-signature {
  margin-top: 40px;
  text-align: right;
  line-height: 2.0;
}
.policy-signature p {
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .privacy-policy-section {
    padding: 60px 20px;
  }
  .privacy-policy-container {
    font-size: 0.95rem;
  }
  .policy-h1 {
    font-size: 1.5em;
  }
  .policy-h2 {
    font-size: 1.2em;
  }
}

.l-article {
    max-width: unset;
}