/*
 Theme Name: wakou-ss-child
 Template: wakou-ss
*/


/* --------------header.php-------------- */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter:blur(10px);
}

.header__inner .header__inner-title a{
    color: #fff ;
    fill: #fff;
}


/* 横並び設定 */
.header__inner-title a {
  display: flex;
  align-items: center; /* ロゴと文字の縦位置を揃える */
  text-decoration: none;
}

/* ロゴ */
.header__inner-title img {
  width: 90px;
  height: auto;
  margin-right: 10px; /* ロゴと文字の間隔 */
}

/* 会社名まとめ（有限会社＋和光製作所） */
.header__inner-title .company-text {
  display: flex;
  flex-direction: column; /* 縦積みにする */
  line-height: 1.2;
}

/* 有限会社 */
.header__inner-title .company-prefix {
  font-size: 0.3em;
  font-family:'shippori-antique-b1-regular', sans-serif;
  letter-spacing: 0.2em;
}

/* 和光製作所 */
.header__inner-title .company-name {
  font-size: 0.85em;
  font-weight: bold;
  font-family:serif, sans-serif;
  letter-spacing: 0.2em;
}

/* メニューが開いた時、リンクや文字にホバー効果も */
.nav__item-list a:hover {
    color: #ccc ;
}

/* ハンバーガーアイコンの3本線を白にする */
.header_nav .header__nav-burger span {
    background-color: #fff ;
}

/* ハンバーガーアイコンの位置 */
.header__nav-burger {
    position: absolute;
    margin-top: 1.5rem;
}

/* 通常時の menu 表示 */
.header__nav-burger span:nth-of-type(3)::after {
    content: "menu";
    color: #fff;
    font-size: 0.7rem;
    position: absolute;
    top: 120%; /* ボタンの下に配置 */
    left: 50%;
    transform: translateX(-50%);
}

/* 開いているときは非表示 */
.header__nav-burger.is-active span:nth-of-type(3)::after {
    content: none; /* または "" */
}

.nav__contact-tel{
    background-color: #0056a7 !important;
}

.nav__item-list a:hover{
    background: rgba(0, 86, 167, 0.05) !important;
}

.nav__contact-line {   
	background: #0056a7 !important;
}

.nav__contact-instagram a{
	background: #0056a7;
    padding: .6rem;
	display: inline-flex;
    border: solid 2px #999;
    border-radius: 10px;
	margin-top:0.3rem;
}

/* スプラッシュ全体 */
#splash {
  position: fixed;
  z-index: 9999; /* 最前面 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1.5s ease;
}

#splash-logo img {
  width: 300px; /* PCサイズ */
  max-width: 90%; /* 画面幅に収まるように保険 */
  opacity: 0;
  animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* 非表示用 */
#splash.hidden {
  opacity: 0;
  pointer-events: none;
}


/* --------------index.php-------------- */

/* wrapperの幅をPC画面で広げる */
.wrapper {
  max-width: 1500px !important; 
}

/* トップ動画を画面いっぱいにするための調整 */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #000;
}

/* wrapperは900px制限を受けるけど、video-wrapは全幅に */
.video-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
}

/* 動画そのもののスタイル */
.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* オーバーレイの調整 */
.video-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4); /* 動画を暗くするための黒半透明 */
    z-index: 2;
}

/* 中央テキスト */
.video-wrap .video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    z-index: 3;
    text-align: center;
    padding: 0 1em;
	letter-spacing: 0.1em;
}

.video-title {
    visibility: hidden;/* 最初は見せない（JSで表示） */
}

.video-title .main-catch {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  max-width: 90vw;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  white-space: normal;   /* ←ブラウザ任せに戻す */
  word-break: keep-all;  /* ←勝手な改行を防ぐ */
  font-family:serif, sans-serif;
}

/* サブキャッチコピーも最初非表示に */
.video-title .sub-catch {
  opacity: 0; /* 透明度を0にする */
   font-family:sans-serif, sans-serif;
}

.main-catch {
  vertical-align: top;
  font-feature-settings: "palt";
}

#main-catchcopy #typing-sub{
  visibility: none; /* または display:none; でもOK */
}

.video-title .sub-catch {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5em;
  color:#fff;
  white-space: wrap;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* サブキャッチコピー */
.sub-line {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
}

.sub-line.show {
  opacity: 1;
  transform: translateY(0);
}

.sub-catch {
  white-space: normal !important; /* 改行を有効に */
  display: block !important;      /* ブロック要素として扱う */
  line-height: 1.8 !important;    /* 行間を広く */
}

/* スクロールアイコン */
.scrollDown {
  position: absolute;
  top: 80%;       /* 画面の80%あたりに表示 */
  right: 30px;    /* 右端からの距離（PC用） */
  z-index: 9999;
  display: block;
  pointer-events: auto;
  background: transparent;
  width: auto;
  height: auto;
  animation: scrollDown 1s ease-in-out infinite;
}

@keyframes scrollDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}

.scrollDown span {
  position: absolute;
  left: -25px;
  bottom: 10px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  color: #fff; /* 動画上なので白くしておく */
}

.scrollDown::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  bottom: 0;
  right: -6px;
  transform: skew(-30deg);
}

.scrollDown::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #fff;
  bottom: 0;
  right: 0;
}

/* タイトル装飾 */

/* フェードイン */
.section-title {
  text-align: center;
  opacity: 0;
  transform: translateY(-40px); /* 上から */
  transition: opacity 1s ease, transform 1s ease;
}
.section-title.show {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}

/* 英文 */
h2.section-title .section-title__en {
  font-size: 4rem;
}

.section-title__en {
  display: block; /* 改行して日本語の上に配置 */
  color: #999b9b; 
  font-family: 'Goldman', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: -1em;
  line-height: 3;
}

/* 日本語 */
.section-title__ja {
  display: block; /* 改行して英文の下に配置 */
  color: #0056a7;
  font-size: 1rem;
  font-family:'shippori-antique-b1-regular', sans-serif;
  margin-top:0;
  letter-spacing: 0.2em; /* 字間を広げる */
}

/* スタイル */
.about__inner-txt{
  line-height:2;
}

.about__inner-txt, .product__item-title, .product__item-txt{
  font-family:'shippori-antique-b1-regular', sans-serif;
  letter-spacing: 0.2em;
}

/* ABOUT */
.about {
  width: 100%;
}

.about__inner {
  position: relative;
  width: 100%;
  max-width: 100%; /* ここを100%に設定 */
  height: auto;
}

.about__inner-topimg {
  width: 100%;
}

.about__inner-topimg img {
  width: 100%;
  height: auto;
  display: block;
}

.about__inner-txt {
  color:#fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  padding: 2em;
  background-color: #50505095;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  font-size: 1.1rem;
  font-family:'shippori-antique-b1-regular', sans-serif;
  z-index: 1;
}

.fade-in-left {
    opacity: 0;
    /* 画面左に少しずらす */
    transform: translateX(-50px);
    transition: opacity 1s, transform 1s; /* アニメーションの時間とプロパティ */
}

.fade-in-right {
    opacity: 0;
    /* 画面右に少しずらす */
    transform: translateX(50px);
    transition: opacity 1s, transform 1s; /* アニメーションの時間とプロパティ */
}

/* アニメーション後の状態（このクラスがJavaScriptで追加される） */
.is-animated {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻す */
}

/* PRODUCT 製品事例 */
.product{
	background-color: #272727;
}

.product .wrapper{
	background-color: #272727;
}

.product__inner .section-title__ja{
	color: #acc5db;
}

section.product__post-area article.product__post {
  color: #ffffff !important;
  font-size: 1.2rem;
  font-family:'shippori-antique-b1-regular', sans-serif;
  line-height: 2;
  letter-spacing: 0.2em;
}

section.product__post-area article.product__post-list p .product__text{
  color: #ffffff !important;
  font-size: 2rem;
  font-family:'shippori-antique-b1-regular', sans-serif;
}

/* PRODUCT 製品事例一覧リンク */
body .product__inner-button {
  width: auto;
  padding: 0;
  margin: 0 auto;
  border: none;
  background: none;
  position: static;
  text-align: center;
}

body .product__inner-button a {
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  transform: none;
  text-decoration: none;
}

body .product__inner-button::after {
  content: none;
}

body .product__inner-button img {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(1);
}

body .product__inner-button a:hover img {
  transform: scale(1.05);
  opacity: 0.95; 
}
/* PRODUCT 製品事例一覧リンク ここまで　*/


.wp-block-latest-posts__post-title {
    display: block; /* aタグをブロック要素に変更 */
    width: 100%;
    text-align: center; 
}

.product__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 4rem 0;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease;
  box-shadow: 0 0 10px 0 #c0c0c0;
}

.product__item-inner.reverse {
  flex-direction: row-reverse;
  transform: translateX(50px);
}

.product__item-imgwrap {
  flex: 1;
}

.product__item-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product__item-content {
  flex: 1;
}

.product__item-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color:#fff !important;
}

.product__item-txt {
  font-size: 1rem;
  line-height: 2;
  color:#fff;
}

.sp-only {/* 改行しない */
  display: none;
}

/* 表示時のアニメーション */
.product__item-inner.show {
  opacity: 1;
  transform: translateX(0);
}

/* ORDER オーダーフロー */
.order{
	background-color: #c4c4c430;
	width: 100%; 
	margin-top: -3rem;

}

.order__inner {
  max-width: 1200px;        /* 中身の幅は制限する */
  margin: 0 auto;           /* 中央寄せ */
  padding: 3rem 1rem;       /* 上下・左右の余白を追加 */
}

.order__inner .order__inner-txt{
    font-size: 1rem;       /* スマホ用にフォントサイズ変更 */
    line-height: 2;         /* 行間も少し調整したい場合 */
}

.order-flow__list {
    list-style: none; /* リストのデフォルトの点を消す */
    margin: 3em auto;
    padding: 0;
}

/* 各ステップのアイテム */
.order-flow__item {
    display: flex; /* 子要素（番号とコンテンツ）を横並びに */
    align-items: flex-start; /* 縦方向の開始位置を揃える */
    margin-bottom: 3em;
	background-color: #c4c4c430;
}

/* 番号とSTEPの文字をまとめる部分 */
.order-flow__step-visual {
    position: relative;
    margin-right: 20px;
}

/* 大きい数字のデザイン */
.order-flow__step-number {
    font-size: 4rem; /* 非常に大きく */
    font-weight: bold;
    color: #0056a765;
    display: block;
    line-height: 1; /* 行の高さを調整 */
	font-family: 'Goldman', sans-serif;
}

/* STEPの文字のデザイン */
.order-flow__step-text {
    font-size: 0.8rem;
    font-weight: bold;
    color: #666; /* 濃いグレー */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%); /* 数字の上に重ねる */
	font-family: 'Goldman', sans-serif;
}

/* 見出しと説明文のコンテナ */
.order-flow__content {
    flex: 1; /* 残りの幅をすべて使用 */
}

/* 各ステップの見出し */
.order-flow__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5em;
}

/* 各ステップの説明文 */
.order-flow__text {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
	text-align:left;
}

.order__inner-txt {
  text-align: center; 
}

/* ORDER FLOW アニメーションの初期設定 */
.order-flow__item {
    opacity: 0;
    transform: translateY(50px); /* 50px下に要素をずらしておく */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* アニメーション設定 */
}

/* アニメーション実行後のスタイル (JSで.showクラスが付与される) */
.order-flow__item.show {
    opacity: 1; /* 不透明にして表示 */
    transform: translateY(0); /* 元の位置に戻す */
}


/* massage */
.massage {
    background-color: #272727;
    padding-bottom: 3rem;
    background-image: url('./img/massage.jpg'); 
    background-size: cover; /* 画像をセクション全体に広げる */
    background-position: center center; /* 画像を中央に配置 */
}

.massage__inner .section-title__ja {
	color: #acc5db;
}

p.massage__inner-txt{
	color: #fff;
}

div.massage .massage__inner-name{
	color: #acc5db;
}

div.massage .massage__inner-name span{
	color: #fff;
}

div.massage p.massage__inner-txt, div.massage p.massage__inner-name{
	font-family:'shippori-antique-b1-regular', sans-serif;
	line-height: 2;
	font-size: 1rem;
	letter-spacing: 0.1em;
}


@media screen and (min-width: 769px) {/* PC幅 */
    .massage .massage__inner-txt,.massage .massage__inner-name {
        max-width: 800px;
        margin: 0 auto;
    }
}

/* access */
.access{
	margin-bottom: 100px;
}



/* ----------------------------page-company.php---------------------------- */

.company__inner .section-title{
	padding-top:4rem;
}

.company__inner p {
  display: flex;
  justify-content: center; 
}

.company__item {
    padding: 0;
    list-style: none;
}

.company__item-list {
    border-bottom: 1px solid #0056a7;
    padding: 15px 0;
}

.company__item-list span {
    display: block;
    font-weight: bold;
    margin-right: 20px;
	color: #0056a7;
}

/* PC幅のスタイル */
@media screen and (min-width: 769px) {
    .company__item {
        max-width: 800px;
        margin: 0 auto;
    }
    .company__item-list {
        display: flex;
		padding: 30px 0 !important;
    }
    .company__item-list span {
        width: 200px;
        flex-shrink: 0;
		padding-left: 50px;
    }
}


/* ----------------------------page-machines.php---------------------------- */

.machines__inner .section-title{
	padding-top:4rem;
}
.machines__inner img{
	margin: auto;
	margin-bottom: 100px;
}

.wp-block-table td[colspan]{
    background: #0056a7;
}


/* ----------------------------page-product.php---------------------------- */

ul li a .wp-block-latest-posts__post-title{
	color: #fff;
}

div .product__inner p .product__text{
	text-align:center;
}


/* ----------------------------footer.php---------------------------- */
.footer, .footer__button-tel, .footer__button-line{
	background-color: #0056a7 !important;
}

.footer__info p{
	color:#fff !important;
	margin-bottom:10px;
}

.footer__tel,
.footer__fax {
    color: #fff !important; /* 文字色を白に強制変更 */
}

.footer .footer__address{
	margin-bottom: 30px;
}


/* -------------------------- スマホ用調整（768px以下） --------------------------- */

@media (max-width: 768px) {
    
	/* ロゴ */
    #splash-logo img {
    width: 150px; /* ロゴサイズ調整 */
    }
	
	.nav__contact-tel img{
    top: 50%;
    left: 5px;
	width: 20px;
    }
	
    .video-wrap .video-title {
        font-size: 1.3rem; /* 元の1.5remより小さめに調整 */
        padding: 0 1em;
    }

    .video-title .main-catch {
    font-size: 2rem;
    line-height: 1.3;
    max-width: 95vw;
  　}

    .video-title .sub-catch {
        font-size: 0.85rem;
    }

　　.scrollDown {
    right: 10px; /* 右端からの距離を減らして切れ防止 */
    top: 85%;    /* 縦位置も少し下げる */
    }

    .scrollDown span {
     font-size: 0.7em; /* 文字も少し小さく */
     left: -20px;      /* 文字の位置微調整 */
    }

    .header__inner-title img {
        width: 60px;
    }
	
	/* 見出しのスタイル(英語・日本語) */
	.section-title__en {
    margin-bottom: -2em;
    line-height: 3;
    }
	
    .section-title {
    margin: 1em 0 1em; /* 上下に余白を追加 */
    }
	
	h2.section-title .section-title__en {
    font-size: 2.5rem;
    }
	
	.product .product__inner .section-title .section-title__en, .massage .massage__inner .section-title .section-title__en, .company .company__inner .section-title .section-title__en, .machines .machines__inner .section-title .section-title__en {
    white-space: nowrap; /* 改行させない */
    font-size: 2.3rem;   /* 必要に応じて調整 */
	margin-bottom: -2em;
    }
	
	.order .order__inner .section-title .section-title__en {
    white-space: nowrap; /* 改行させない */
    font-size: 2rem;   /* 必要に応じて調整 */
	margin: 0.9em 0 1em; /* 上下に余白を追加 */
	margin-bottom: -2em;
    }
	
	.section-title__ja {
	font-size: 1rem;	
	}

	
	/* ABOUT */
	
     .about__inner {
    position: relative; 
	padding-bottom: 20rem; /* はみ出すテキスト分のスペースを確保 */
    /*overflow: hidden;*/
    }
	
	.about__inner-topimg {
    position: relative; /* 👈 これを追加 */
    left: -0.5rem;        /* 👈 ここに移動 */
    width: 100%;        /* 必要であれば幅も調整 */
    }

    .about__inner-topimg img {
    width: 100%;
    height: auto;
    display: block;
    }

    .about__inner-txt {
    position: absolute;   /* 絶対位置で配置 */
    z-index: 2;           /* 画像より手前に */
    box-sizing: border-box; 
   
    /* 位置 */
	top:9rem;
	bottom: auto;
    right: 0.1rem;   
    
    /* 幅 */
    width: auto;

    /* 見た目 */
    background-color: #22222295;
    color: #fff;
	padding-right:1em;
    padding-bottom: 2em;
    font-size: 0.9rem;
    line-height: 1.8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

	/* PRODUCT */
	.product__item-inner {
    flex-direction: column;   /* 縦並び */
    text-align: left;
    gap: 1.5rem;
    margin: 3rem 0.5rem;      /* ← 左右の余白を狭くする */
    }

    .product__item-txt {
    font-size: 0.85rem;       /* スマホ用にフォントサイズ変更 */
    line-height: 2;         /* 行間も少し調整したい場合 */
    }

    .product__item-inner.reverse {
    flex-direction: column;   /* reverse も同じく縦並び */
    }

    .product__item-imgwrap {
    width: 100%;
    }

    .product__item-img {
    width: 100%;
    height: auto;
    }

    .product__item-content {
    width: 100%;
    }
	
    .product__item-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    }
	
	section.product__post-area article.product__post {
    font-size: 0.8rem;
    }
	
	.sp-only {
    display: inline;
    }
	
    /* ORDER */
    .order-flow__item {
    flex-direction: column; /* 縦並びに */
    align-items: center;    /* 中央寄せ */
    text-align: center;     /* 文字も中央揃え */
    }
	
    .order-flow__content {
    width: 100%;
    }

    .order-flow__title {
    font-size: 1rem;
    }
	
    .order-flow__text {
    font-size: 0.9rem;
	padding: 0 1.2em; /* 左右に余白を追加 */
    text-align: left; /* 読みやすく左寄せに */
    }
	
	/* MASSAGE */
	.massage__inner-txt{
	width: 100%;
    }

  
/* --------------page-machines.php-------------- */

  .machines__inner img{
	margin: 0 auto 50px auto;
}	
/* --------------page-product.php-------------- */

.wp-block-latest-posts__list.is-grid {
        padding-left: 0 !important;
    }
	
.wp-block-latest-posts__list.is-grid li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image {
        width: 100% !important;
        margin:auto!important;
	

    }


}



