/*
Theme Name: CASSETTE WALL & CEILING®
Description: カセットウォール＆シーリング®専用テーマ
Version: 1.0.1
Author: 企画営業部
Author URI: https://cassettewall.jp/
*/
/**************************************************
BODY ALL
***************************************************/
html {
  font-size: 62.5%;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "MS PGothic", sans-serif;
  /* スムーススクロール */
  scroll-behavior: smooth;
}
body {
  color: #454545;
  background-color: white;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "MS PGothic", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0; /* スクロールバーを非表示にする */
}
ul,ol {
  list-style: none;
  list-style-position: outside; /* 念のため指定 */
  padding-left: 0;
}
a {
  text-decoration: none;
}

/* フォント系 */
.la-jp { font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "MS PGothic", sans-serif; }
.la-en { font-family: "Open Sans", sans-serif; }
.en-txt, .en-ttl, .jp-ttl { font-family: "Open Sans", sans-serif; }
/*
 ▼文字調整用
 現状だと基本的に10px
*/
/* 文字サイズ用 */

small { font-size: 0.9rem; }
.txt-xxs { font-size: 1.0rem; }
.txt-xs  { font-size: 1.2rem; }
.txt-s   { font-size: 1.4rem; }
.txt-m   { font-size: 1.6rem; }
.txt-md  { font-size: 1.8rem; }
.txt-lg  { font-size: 2.0rem; }
.txt-m-l { font-size: 2.2rem; }
.txt-lgx { font-size: 2.4rem; }
.txt-xl  { font-size: 2.5rem; }
.txt-xxl { font-size: 3.2rem; }
.txt-3xl { font-size: 3.6rem; line-height: 1.5; }
.txt-4xl { font-size: 4.8rem; line-height: 1.5; }

/* ===== テキスト要素向け再定義 ===== */
h1 { font-size: 2.6rem; font-weight: 500; }
h2 { font-size: 3.2rem; font-weight: 500; }
h3 { font-size: 2.4rem; font-weight: 500; }
h4 { font-size: 2.2rem; font-weight: 500; line-height: 2; }
h5 { font-size: 1.8rem; font-weight: 500; line-height: 2; }
h6 { font-size: 1.6rem; font-weight: 500; }

a  { font-size: 1.5rem; font-weight: 400; }
b  { font-size: 1.5rem; font-weight: 400; line-height: 1.5; }
p  { font-size: 1.4rem; font-weight: 400; }
li { font-size: 1.4rem; font-weight: 400; }

/* ===== SP (max-width: 800px) ===== */
@media (max-width: 800px) {
  .txt-xxs { font-size: 0.9rem; }
  .txt-xs  { font-size: 1.0rem; }
  .txt-s   { font-size: 1.2rem; }
  .txt-m   { font-size: 1.4rem; }
  .txt-md  { font-size: 1.5rem; }
  .txt-lg  { font-size: 3.2vw; }
  .txt-m-l { font-size: 3.2vw; }
  .txt-lgx { font-size: min(3.75vw, 3rem); }
  .txt-xl  { font-size: 2.1rem; }
  .txt-xxl { font-size: 2.4rem; }
  .txt-3xl { font-size: 3.0rem; }
  .txt-4xl { font-size: 3.6rem; }
  .txt-v   { font-size: 2vw; }

  h1 { font-size: 2.4rem; }
  h2 { font-size: 2.2rem; }
  /*
  h3 { font-size: 2.0rem; }
  */
  h3 { font-size: 2.0rem; }
  h4 { font-size: 1.8rem; }
  h5 { font-size: 1.6rem; }
  h6 { font-size: 1.4rem; }

  p  { font-size: 1.2rem; }
  b  { font-size: 1.2rem; }
}

/* 文字の位置・配置用 */
.txt-center { text-align: center; }
.txt-left   { text-align: left; }
.txt-right  { text-align: right; }
@media (max-width: 800px) {
.sp-txt-center { text-align: center; }
.sp-txt-left   { text-align: left; }
.sp-txt-right  { text-align: right; }
}

/* 文字要素の高さ */
.txt-line1   { line-height: 1; }
.txt-line1-5 { line-height: 1.5; }
.txt-line1-8 { line-height: 1.8; }
.txt-line2   { line-height: 2; }

@media (max-width: 800px) {
.sp-txt-line1   { line-height: 1; }
.sp-txt-line1-5 { line-height: 1.5; }
.sp-txt-line2   { line-height: 2; }
}

/*文字の太さ調整用※増やしても可 */
.txt-thin  { font-weight: 100;  }
.txt-semi  { font-weight: 600;  }
.txt-bold  { font-weight: bold; }
.txt-hbold { font-weight: 800;  }

/* テキスト装飾用 */
.txt-shadow-type1 { text-shadow: 2px 2px 3px gray; }
.txt-shadow-type2 { text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}
.txt-shadow-type3 { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);}

/*文字の色　※随時追加可能　*/
.text-black { color: #000; }
.text-white { color: #fff; }
.text-red   { color: #f00; }
.text-gray  { color: #666; }

/* 文字詰め関係 */
.space-ttl { letter-spacing: 0.75rem; }

/* 表示関係 */
.hide { opacity: 0; }
.overflow-hidden { overflow: hidden; }

@media (width <= 800px) {
.sp-overflow-hidden { overflow: hidden;}
}

/* border関係 */
.bs-border { box-sizing: border-box; }

/*▼デバイス別*/
.sp-view,
.tb-view,
.sp-view2 {display: none;}

.pc-view,
.pc-view2 { display: inline; /* または block など状況に応じて */ }
/* ===== タブレット（801〜1080px）===== */
@media (width <= 1080px) and (width >= 801px) {
  .tb-view { display: inherit; /* or inline/block で明確に指定 */}
  .pc-view,
  .pc-view2 { display: none; }
}
/* ===== スマホ（〜800px）===== */
@media (width <= 800px) {
  .sp-view { display: inline; }
  .sp-view2 {
    display: block;
    opacity: 0; /* アニメーション用途？ */
  }
  .pc-view,
  .pc-view2 {
    display: none;
  }
  .tb-view { display: none; }
}

/* Position関係 */
.pos-rel { position: relative; }
.pos-abs { position: absolute; }
.pos-fix { position: fixed; }
.pos-stk { position: sticky; }
/* ↑ここまで表示関係 */

/* 揃え */
.va-top    { vertical-align: top; }
.va-mid    { vertical-align: middle; }
.va-btm    { vertical-align: bottom; }
.va-base   { vertical-align: baseline; }
.va-base   { vertical-align: baseline; }

/* 余白調整用CSS */
.no-mg {margin: 0;}
.no-pad { padding: 0; }
.mx-auto { margin-inline: auto; }

@media (max-width: 800px) {
.sp-mx-auto { margin-inline: auto; }
}

.mgt1 { margin-top: 1rem; }
.mgt2 { margin-top: 2rem; }
.mgt3 { margin-top: 3rem; }
.mgt4 { margin-top: 4rem; }
.mgt5 { margin-top: 5rem; }
.mgt6 { margin-top: 6rem; }
.mgt7 { margin-top: 7rem; }
.mgt8 { margin-top: 8rem; }
.mgt9 { margin-top: 9rem; }
.mgt10 { margin-top: 10rem; }

.mgb1 { margin-bottom: 1rem; }
.mgb2 { margin-bottom: 2rem; }
.mgb3 { margin-bottom: 3rem; }
.mgb4 { margin-bottom: 4rem; }
.mgb5 { margin-bottom: 5rem; }
.mgb6 { margin-bottom: 6rem; }
.mgb7 { margin-bottom: 7rem; }
.mgb8 { margin-bottom: 8rem; }
.mgb9 { margin-bottom: 9rem; }
.mgb10 { margin-bottom: 10rem; }

.mgl1 { margin-left: 1rem; }
.mgl2 { margin-left: 2rem; }
.mgl3 { margin-left: 3rem; }
.mgl4 { margin-left: 4rem; }
.mgl5 { margin-left: 5rem; }
.mgl6 { margin-left: 6rem; }
.mgl7 { margin-left: 7rem; }
.mgl8 { margin-left: 8rem; }
.mgl9 { margin-left: 9rem; }
.mgl10 { margin-left: 10rem; }

.mgr1 { margin-right: 1rem; }
.mgr2 { margin-right: 2rem; }
.mgr3 { margin-right: 3rem; }
.mgr4 { margin-right: 4rem; }
.mgr5 { margin-right: 5rem; }
.mgr6 { margin-right: 6rem; }
.mgr7 { margin-right: 7rem; }
.mgr8 { margin-right: 8rem; }
.mgr9 { margin-right: 9rem; }
.mgr10 { margin-right: 10rem; }

.mgy1 { margin-top: 1rem; margin-bottom: 1rem; }
.mgy2 { margin-top: 2rem; margin-bottom: 2rem; }
.mgy3 { margin-top: 3rem; margin-bottom: 3rem; }
.mgy4 { margin-top: 4rem; margin-bottom: 4rem; }
.mgy5 { margin-top: 5rem; margin-bottom: 5rem; }
.mgy6 { margin-top: 6rem; margin-bottom: 6rem; }
.mgy7 { margin-top: 7rem; margin-bottom: 7rem; }
.mgy8 { margin-top: 8rem; margin-bottom: 8rem; }
.mgy9 { margin-top: 9rem; margin-bottom: 9rem; }
.mgy10 { margin-top: 10rem; margin-bottom: 10rem; }

.mgx1 { margin-left: 1rem; margin-right: 1rem; }
.mgx2 { margin-left: 2rem; margin-right: 2rem; }
.mgx3 { margin-left: 3rem; margin-right: 3rem; }
.mgx4 { margin-left: 4rem; margin-right: 4rem; }
.mgx5 { margin-left: 5rem; margin-right: 5rem; }
.mgx6 { margin-left: 6rem; margin-right: 6rem; }
.mgx7 { margin-left: 7rem; margin-right: 7rem; }
.mgx8 { margin-left: 8rem; margin-right: 8rem; }
.mgx9 { margin-left: 9rem; margin-right: 9rem; }
.mgx10 { margin-left: 10rem; margin-right: 10rem; }

.mg1 { margin: 1rem; }
.mg2 { margin: 2rem; }
.mg3 { margin: 3rem; }
.mg4 { margin: 4rem; }
.mg5 { margin: 5rem; }
.mg6 { margin: 6rem; }
.mg7 { margin: 7rem; }
.mg8 { margin: 8rem; }
.mg9 { margin: 9rem; }
.mg10 { margin: 10rem; }

/* ===== Padding（1rem〜10rem）===== */
.pdt0 { padding-top: 0; }
.pdt1 { padding-top: 1rem; }
.pdt2 { padding-top: 2rem; }
.pdt3 { padding-top: 3rem; }
.pdt4 { padding-top: 4rem; }
.pdt5 { padding-top: 5rem; }
.pdt6 { padding-top: 6rem; }
.pdt7 { padding-top: 7rem; }
.pdt8 { padding-top: 8rem; }
.pdt9 { padding-top: 9rem; }
.pdt10 { padding-top: 10rem; }

.pdb1 { padding-bottom: 1rem; }
.pdb2 { padding-bottom: 2rem; }
.pdb3 { padding-bottom: 3rem; }
.pdb4 { padding-bottom: 4rem; }
.pdb5 { padding-bottom: 5rem; }
.pdb6 { padding-bottom: 6rem; }
.pdb7 { padding-bottom: 7rem; }
.pdb8 { padding-bottom: 8rem; }
.pdb9 { padding-bottom: 9rem; }
.pdb10 { padding-bottom: 10rem; }

.pdl1 { padding-left: 1rem; }
.pdl2 { padding-left: 2rem; }
.pdl3 { padding-left: 3rem; }
.pdl4 { padding-left: 4rem; }
.pdl5 { padding-left: 5rem; }
.pdl6 { padding-left: 6rem; }
.pdl7 { padding-left: 7rem; }
.pdl8 { padding-left: 8rem; }
.pdl9 { padding-left: 9rem; }
.pdl10 { padding-left: 10rem; }
.pdl1p { padding-left: 1%; }
.pdl2p { padding-left: 2%; }
.pdl3p { padding-left: 3%; }
.pdl4p { padding-left: 4%; }
.pdl5p { padding-left: 5%; }
.pdl6p { padding-left: 6%; }
.pdl7p { padding-left: 7%; }
.pdl8p { padding-left: 8%; }
.pdl9p { padding-left: 9%; }
.pdl10p { padding-left: 10%; }

.pdr1 { padding-right: 1rem; }
.pdr2 { padding-right: 2rem; }
.pdr3 { padding-right: 3rem; }
.pdr4 { padding-right: 4rem; }
.pdr5 { padding-right: 5rem; }
.pdr6 { padding-right: 6rem; }
.pdr7 { padding-right: 7rem; }
.pdr8 { padding-right: 8rem; }
.pdr9 { padding-right: 9rem; }
.pdr10 { padding-right: 10rem; }

.pdy05 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.pdy1 { padding-top: 1rem; padding-bottom: 1rem; }
.pdy2 { padding-top: 2rem; padding-bottom: 2rem; }
.pdy3 { padding-top: 3rem; padding-bottom: 3rem; }
.pdy4 { padding-top: 4rem; padding-bottom: 4rem; }
.pdy5 { padding-top: 5rem; padding-bottom: 5rem; }
.pdy6 { padding-top: 6rem; padding-bottom: 6rem; }
.pdy7 { padding-top: 7rem; padding-bottom: 7rem; }
.pdy8 { padding-top: 8rem; padding-bottom: 8rem; }
.pdy9 { padding-top: 9rem; padding-bottom: 9rem; }
.pdy10 { padding-top: 10rem; padding-bottom: 10rem; }

.pdx05 { padding-left: 0.5rem; padding-right: 0.5rem; }
.pdx1 { padding-left: 1rem; padding-right: 1rem; }
.pdx2 { padding-left: 2rem; padding-right: 2rem; }
.pdx3 { padding-left: 3rem; padding-right: 3rem; }
.pdx4 { padding-left: 4rem; padding-right: 4rem; }
.pdx5 { padding-left: 5rem; padding-right: 5rem; }
.pdx6 { padding-left: 6rem; padding-right: 6rem; }
.pdx7 { padding-left: 7rem; padding-right: 7rem; }
.pdx8 { padding-left: 8rem; padding-right: 8rem; }
.pdx9 { padding-left: 9rem; padding-right: 9rem; }
.pdx10 { padding-left: 10rem; padding-right: 10rem; }
.pdx1p { padding-left: 1%; padding-right: 1%; }
.pdx2p { padding-left: 2%; padding-right: 2%; }
.pdx2-5p { padding-left: 2.5%; padding-right: 2.5%; }
.pdx3p { padding-left: 3%; padding-right: 3%; }
.pdx4p { padding-left: 4%; padding-right: 4%; }
.pdx5p { padding-left: 5%; padding-right: 5%; }

.pd1 { padding: 1rem; }
.pd2 { padding: 2rem; }
.pd3 { padding: 3rem; }
.pd4 { padding: 4rem; }
.pd5 { padding: 5rem; }
.pd6 { padding: 6rem; }
.pd7 { padding: 7rem; }
.pd8 { padding: 8rem; }
.pd9 { padding: 9rem; }
.pd10 { padding: 10rem; }

/* ▼ PC用 */
@media (min-width: 1081px) {
  .pc-mgt1 { margin-top: 1rem; }
  .pc-mgt2 { margin-top: 2rem; }
  .pc-mgt3 { margin-top: 3rem; }
  .pc-mgt4 { margin-top: 4rem; }
  .pc-mgt5 { margin-top: 5rem; }

  .pc-mgy1 { margin-top: 1rem; margin-bottom: 1rem; }
  .pc-mgy2 { margin-top: 2rem; margin-bottom: 2rem; }
  .pc-mgy3 { margin-top: 3rem; margin-bottom: 3rem; }
  .pc-mgy4 { margin-top: 4rem; margin-bottom: 4rem; }
  .pc-mgy5 { margin-top: 5rem; margin-bottom: 5rem; }

  .pc-pdb1 { padding-bottom: 1rem; }
  .pc-pdb2 { padding-bottom: 2rem; }
  .pc-pdb3 { padding-bottom: 3rem; }
  .pc-pdb4 { padding-bottom: 4rem; }
  .pc-pdb5 { padding-bottom: 5rem; }
  .pc-pdb6 { padding-bottom: 6rem; }
  .pc-pdb7 { padding-bottom: 7rem; }
  .pc-pdb8 { padding-bottom: 8rem; }
  .pc-pdb9 { padding-bottom: 9rem; }
  .pc-pdb10 { padding-bottom: 10rem; }

  .pc-pdx1 { padding-left: 1rem; padding-right: 1rem; }
  .pc-pdx2 { padding-left: 2rem; padding-right: 2rem; }
  .pc-pdx3 { padding-left: 3rem; padding-right: 3rem; }
  .pc-pdx4 { padding-left: 4rem; padding-right: 4rem; }
  .pc-pdx5 { padding-left: 5rem; padding-right: 5rem; }

  .pc-pdy1 { padding-top: 1rem; padding-bottom: 1rem; }
  .pc-pdy2 { padding-top: 2rem; padding-bottom: 2rem; }
  .pc-pdy3 { padding-top: 3rem; padding-bottom: 3rem; }
  .pc-pdy4 { padding-top: 4rem; padding-bottom: 4rem; }
  .pc-pdy5 { padding-top: 5rem; padding-bottom: 5rem; }

  .pc-pdx1p { padding-left: 1%; padding-right: 1%; }
  .pc-pdx2p { padding-left: 2%; padding-right: 2%; }
  .pc-pdx3p { padding-left: 3%; padding-right: 3%; }
  .pc-pdx4p { padding-left: 4%; padding-right: 4%; }
  .pc-pdx5p { padding-left: 5%; padding-right: 5%; }

  .pc-pdy1p { padding-top: 1%; padding-bottom: 1%; }
  .pc-pdy2p { padding-top: 2%; padding-bottom: 2%; }
  .pc-pdy3p { padding-top: 3%; padding-bottom: 3%; }
  .pc-pdy4p { padding-top: 4%; padding-bottom: 4%; }
  .pc-pdy5p { padding-top: 5%; padding-bottom: 5%; }
}
/*　▼ タブレット用 */
@media (min-width: 801px) and (max-width: 1080px) {
  .tb-mgt1 { margin-top: 1rem; }
  .tb-mgt2 { margin-top: 2rem; }
  .tb-mgt3 { margin-top: 3rem; }
  .tb-mgt4 { margin-top: 4rem; }
  .tb-mgt5 { margin-top: 5rem; }

  .tb-pdt1 { padding-top: 1rem; }
  .tb-pdt2 { padding-top: 2rem; }
  .tb-pdt3 { padding-top: 3rem; }
  .tb-pdt4 { padding-top: 4rem; }
  .tb-pdt5 { padding-top: 5rem; }

  .tb-pdb1 { padding-bottom: 1rem; }
  .tb-pdb2 { padding-bottom: 2rem; }
  .tb-pdb3 { padding-bottom: 3rem; }
  .tb-pdb4 { padding-bottom: 4rem; }
  .tb-pdb5 { padding-bottom: 5rem; }

  .tb-pdx1 { padding-left: 1rem; padding-right: 1rem; }
  .tb-pdx2 { padding-left: 2rem; padding-right: 2rem; }
  .tb-pdx3 { padding-left: 3rem; padding-right: 3rem; }
  .tb-pdx4 { padding-left: 4rem; padding-right: 4rem; }
  .tb-pdx5 { padding-left: 5rem; padding-right: 5rem; }

  .tb-pdy1 { padding-top: 1rem; padding-bottom: 1rem; }
  .tb-pdy2 { padding-top: 2rem; padding-bottom: 2rem; }
  .tb-pdy3 { padding-top: 3rem; padding-bottom: 3rem; }
  .tb-pdy4 { padding-top: 4rem; padding-bottom: 4rem; }
  .tb-pdy5 { padding-top: 5rem; padding-bottom: 5rem; }

  .tb-pdx1p { padding-left: 1%; padding-right: 1%; }
  .tb-pdx2p { padding-left: 2%; padding-right: 2%; }
  .tb-pdx3p { padding-left: 3%; padding-right: 3%; }
  .tb-pdx4p { padding-left: 4%; padding-right: 4%; }
  .tb-pdx5p { padding-left: 5%; padding-right: 5%; }

  .tb-pdy1p { padding-top: 1%; padding-bottom: 1%; }
  .tb-pdy2p { padding-top: 2%; padding-bottom: 2%; }
  .tb-pdy3p { padding-top: 3%; padding-bottom: 3%; }
  .tb-pdy4p { padding-top: 4%; padding-bottom: 4%; }
  .tb-pdy5p { padding-top: 5%; padding-bottom: 5%; }
}

/* ▼ SP用 */
@media (max-width: 800px) {
  .sp-mgt0  { margin-top: 0rem; }
  .sp-mgt05 { margin-top: 0.5rem; }
  .sp-mgt1 { margin-top: 1rem; }
  .sp-mgt2 { margin-top: 2rem; }
  .sp-mgt3 { margin-top: 3rem; }
  .sp-mgt4 { margin-top: 4rem; }
  .sp-mgt5 { margin-top: 5rem; }
  .sp-mgt6 { margin-top: 6rem; }
  .sp-mgt7 { margin-top: 7rem; }
  .sp-mgt8 { margin-top: 8rem; }
  .sp-mgt9 { margin-top: 9rem; }
  .sp-mgt10 { margin-top: 10rem; }
  .sp-mgl1 { margin-left: 1rem; }
  .sp-mgl2 { margin-left: 2rem; }
  .sp-mgl3 { margin-left: 3rem; }
  .sp-mgl4 { margin-left: 4rem; }
  .sp-mgl5 { margin-left: 5rem; }
  .sp-mgb1 { margin-bottom: 1rem; }
  .sp-mgb2 { margin-bottom: 2rem; }
  .sp-mgb3 { margin-bottom: 3rem; }
  .sp-mgb4 { margin-bottom: 4rem; }
  .sp-mgb5 { margin-bottom: 5rem; }
  .sp-mgb6 { margin-bottom: 6rem; }
  .sp-mgb7 { margin-bottom: 7rem; }
  .sp-mgb8 { margin-bottom: 8rem; }
  .sp-mgb9 { margin-bottom: 9rem; }
  .sp-mgb10 { margin-bottom: 10rem; }
  .sp-mgx1p { margin-left: 1%; margin-right: 1%; }
  .sp-mgx2p { margin-left: 2%; margin-right: 2%; }
  .sp-mgx2-5p { padding-left: 2.5%; margin-right: 2.5%; }
  .sp-mgx3p { margin-left: 3%; margin-right: 3%; }
  .sp-mgx4p { margin-left: 4%; margin-right: 4%; }
  .sp-mgx5p { margin-left: 5%; margin-right: 5%; }
  .sp-mgy1 { margin-top: 1rem; margin-bottom: 1rem; }
  .sp-mgy2 { margin-top: 2rem; margin-bottom: 2rem; }
  .sp-mgy3 { margin-top: 3rem; margin-bottom: 3rem; }
  .sp-mgy4 { margin-top: 4rem; margin-bottom: 4rem; }
  .sp-mgy5 { margin-top: 5rem; margin-bottom: 5rem; }
  .sp-mgy1p { margin-top: 1%; margin-bottom: 1%; }
  .sp-mgy2p { margin-top: 2%; margin-bottom: 2%; }
  .sp-mgy3p { margin-top: 3%; margin-bottom: 3%; }
  .sp-mgy4p { margin-top: 4%; margin-bottom: 4%; }
  .sp-mgy5p { margin-top: 5%; margin-bottom: 5%; }
  .sp-pd0 { padding: 0; }
  .sp-pdt0 { padding-top: 0; }
  .sp-pdx1 { padding-left: 1rem; padding-right: 1rem; }
  .sp-pdx2 { padding-left: 2rem; padding-right: 2rem; }
  .sp-pdx3 { padding-left: 3rem; padding-right: 3rem; }
  .sp-pdx4 { padding-left: 4rem; padding-right: 4rem; }
  .sp-pdx5 { padding-left: 5rem; padding-right: 5rem; }
  .sp-pdy0 { padding-top: 0rem; padding-bottom: 0rem; }
  .sp-pdy1 { padding-top: 1rem; padding-bottom: 1rem; }
  .sp-pdy2 { padding-top: 2rem; padding-bottom: 2rem; }
  .sp-pdy3 { padding-top: 3rem; padding-bottom: 3rem; }
  .sp-pdy4 { padding-top: 4rem; padding-bottom: 4rem; }
  .sp-pdy5 { padding-top: 5rem; padding-bottom: 5rem; }
  .sp-pd1p { padding: 1%; }
  .sp-pd2p { padding: 2%; }
  .sp-pd2-5p { padding: 2.5%; }
  .sp-pd3p { padding: 3%; }
  .sp-pd4p { padding: 4%; }
  .sp-pd5p { padding: 5%; }
  .sp-pdx1p { padding-left: 1%; padding-right: 1%; }
  .sp-pdx2p { padding-left: 2%; padding-right: 2%; }
  .sp-pdx2-5p { padding-left: 2.5%; padding-right: 2.5%; }
  .sp-pdx3p { padding-left: 3%; padding-right: 3%; }
  .sp-pdx4p { padding-left: 4%; padding-right: 4%; }
  .sp-pdx5p { padding-left: 5%; padding-right: 5%; }
  .sp-pdy1p { padding-top: 1%; padding-bottom: 1%; }
  .sp-pdy2p { padding-top: 2%; padding-bottom: 2%; }
  .sp-pdy3p { padding-top: 3%; padding-bottom: 3%; }
  .sp-pdy4p { padding-top: 4%; padding-bottom: 4%; }
  .sp-pdy5p { padding-top: 5%; padding-bottom: 5%; }
}
/* ↑余白調整用CSS */

/* ▼ 要素の幅用CSS */
/* ▼ 共用 */
.w100 { width: 100%; }
.w90  { width: 90%; }
.w80  { width: 80%; }
.w70  { width: 70%; }
.w60  { width: 60%; }
.w50  { width: 50%; }
.w40  { width: 40%; }
.w30  { width: 30%; }

.w100vw { width: 100vw; }
.w90vw  { width: 90vw; }
.w80vw  { width: 80vw; }
.w70vw  { width: 70vw; }
.w60vw  { width: 60vw; }
.w50vw  { width: 50vw; }
.w40vw  { width: 40vw; }
.w30vw  { width: 30vw; }

/* ▼ PC用 */
@media (min-width: 1081px) {
  .pc-w100 { width: 100%; }
  .pc-w90  { width: 90%; }
  .pc-w80  { width: 80%; }
  .pc-w70  { width: 70%; }
  .pc-w60  { width: 60%; }
  .pc-w50  { width: 50%; }
  .pc-w40  { width: 40%; }
  .pc-w30  { width: 30%; }
  .pc-w100vw { width: 100vw; }
  .pc-w90vw  { width: 90vw; }
  .pc-w80vw  { width: 80vw; }
  .pc-w70vw  { width: 70vw; }
  .pc-w60vw  { width: 60vw; }
  .pc-w50vw  { width: 50vw; }
  .pc-w40vw  { width: 40vw; }
  .pc-w30vw  { width: 30vw; }
}

/* ▼ TB用 */
@media (width <= 1080px) {
  .tb-w100 { width: 100%; }
  .tb-w90  { width: 90%; }
  .tb-w80  { width: 80%; }
  .tb-w70  { width: 70%; }
  .tb-w60  { width: 60%; }
  .tb-w50  { width: 50%; }
  .tb-w40  { width: 40%; }
  .tb-w30  { width: 30%; }
  .tb-w20  { width: 20%; }
  .tb-w10  { width: 10%; }
  .tb-w100vw { width: 100vw; }
  .tb-w90vw  { width: 90vw; }
  .tb-w80vw  { width: 80vw; }
  .tb-w70vw  { width: 70vw; }
  .tb-w60vw  { width: 60vw; }
  .tb-w50vw  { width: 50vw; }
  .tb-w40vw  { width: 40vw; }
  .tb-w30vw  { width: 30vw; }
  .tb-w20vw  { width: 20vw; }
  .tb-w10vw  { width: 10vw; }
}

/* ▼ SP用 */
@media (max-width: 800px) {
  .sp-w100 { width: 100%; }
  .sp-w90  { width: 90%; }
  .sp-w80  { width: 80%; }
  .sp-w70  { width: 70%; }
  .sp-w60  { width: 60%; }
  .sp-w50  { width: 50%; }
  .sp-w40  { width: 40%; }
  .sp-w30  { width: 30%; }
  .sp-w20  { width: 20%; }
  .sp-w10  { width: 10%; }
  .sp-w100vw { width: 100vw; }
  .sp-w90vw  { width: 90vw; }
  .sp-w80vw  { width: 80vw; }
  .sp-w70vw  { width: 70vw; }
  .sp-w60vw  { width: 60vw; }
  .sp-w50vw  { width: 50vw; }
  .sp-w40vw  { width: 40vw; }
  .sp-w30vw  { width: 30vw; }
}

@media (orientation: landscape) {
  .land-w80 { width: 80%; }
}

/* 最大値制限幅指定用CSS */
.max-w1440 {max-width: 1440px;}
.max-w1280 {max-width: 1280px;}
.max-w1080 {max-width: 1080px;}
.max-w1024 {max-width: 1024px;}
.max-w960 {max-width: 960px;}
.max-w800 {max-width: 800px;}
.max-w640 {max-width: 640px;}

/* 高さ */
.h-auto { height: auto; }
.h-0    { height: 0; }

/* display 用 */
.block  { display: block; }
.inline { display: inline; }
/* ▼ flex用*/
.flexbox { display: flex; }
.iflexbox { display: inline-flex; }

/* ========== flex-direction ========== */
.f-row { flex-direction: row; }
.f-rowr { flex-direction: row-reverse; }
.f-col { flex-direction: column; }
.f-colr { flex-direction: column-reverse; }

/* ========== flex-wrap ========== */
.f-wrap { flex-wrap: wrap; }
.f-nowrap { flex-wrap: nowrap; }
.f-wrapr { flex-wrap: wrap-reverse; }

/* ========== justify-content ========== */
.jc-start { justify-content: flex-start; }
.jc-end { justify-content: flex-end; }
.jc-center { justify-content: center; }
.jc-btw { justify-content: space-between; }
.jc-ard { justify-content: space-around; }
.jc-evn { justify-content: space-evenly; }

/* ========== align-items ========== */
.ai-start { align-items: flex-start; }
.ai-end { align-items: flex-end; }
.ai-center { align-items: center; }
.ai-baseline { align-items: baseline; }
.ai-stretch { align-items: stretch; }

/* ========== align-content ========== */
.ac-start { align-content: flex-start; }
.ac-end { align-content: flex-end; }
.ac-center { align-content: center; }
.ac-btw { align-content: space-between; }
.ac-ard { align-content: space-around; }
.ac-evn { align-content: space-evenly; }

/* ========== align-self（必要な場合のみ） ========== */
.as-auto { align-self: auto; }
.as-start { align-self: flex-start; }
.as-end { align-self: flex-end; }
.as-center { align-self: center; }
.as-baseline { align-self: baseline; }
.as-stretch { align-self: stretch; }
/* ========== flex-basis（必要な場合のみ） ========== */
.fb-auto { flex-basis: auto; }

@media (max-width: 800px) {
  .sp-flex { display: flex; }
  .sp-iflex { display: inline-flex; }
  .sp-f-row { flex-direction: row; }
  .sp-f-rowr { flex-direction: row-reverse; }
  .sp-f-col { flex-direction: column; }
  .sp-f-colr { flex-direction: column-reverse; }
  .sp-f-wrap { flex-wrap: wrap; }
  .sp-f-nowrap { flex-wrap: nowrap; }
  .sp-f-wrapr { flex-wrap: wrap-reverse; }
  .sp-jc-start { justify-content: flex-start; }
  .sp-jc-end { justify-content: flex-end; }
  .sp-jc-center { justify-content: center; }
  .sp-jc-btw { justify-content: space-between; }
  .sp-jc-ard { justify-content: space-around; }
  .sp-jc-evn { justify-content: space-evenly; }
  .sp-ai-start { align-items: flex-start; }
  .sp-ai-end { align-items: flex-end; }
  .sp-ai-center { align-items: center; }
  .sp-ai-baseline { align-items: baseline; }
  .sp-ai-stretch { align-items: stretch; }
  .sp-ac-start { align-content: flex-start; }
  .sp-ac-end { align-content: flex-end; }
  .sp-ac-center { align-content: center; }
  .sp-ac-btw { align-content: space-between; }
  .sp-ac-ard { align-content: space-around; }
  .sp-ac-evn { align-content: space-evenly; }
}

/* ▼ Grid系 */
.grid { display: grid; }
@media (max-width: 800px) {
  .sp-grid { display: grid; }
}
/* ========== カラム数（等幅） ========== */
.g-cols-0 { grid-template-columns: 1fr; }
.g-cols-1 { grid-template-columns: repeat(1, 1fr); }
.g-cols-2 { grid-template-columns: repeat(2, 1fr); }
.g-cols-3 { grid-template-columns: repeat(3, 1fr); }
.g-cols-4 { grid-template-columns: repeat(4, 1fr); }
.g-cols-5 { grid-template-columns: repeat(5, 1fr); }
.g-cols-6 { grid-template-columns: repeat(6, 1fr); }

/* ========== ギャップ ========== */
.g-gap-0 { gap: 0; }
.g-gap-5 { gap: 0.5rem; }
.g-gap-10 { gap: 1rem; }
.g-gap-20 { gap: 2rem; }

/* ========== 整列（アライメント） ========== */
.g-align-start { align-items: start; }
.g-align-center { align-items: center; }
.g-align-end { align-items: end; }

.g-justify-start { justify-items: start; }
.g-justify-center { justify-items: center; }
.g-justify-end { justify-items: end; }

.g-place-center { place-items: center; }
.g-place-cont-center { place-content: center;}

/* ========== アイテム用 span ========== */
.g-span-2 { grid-column: span 2 / span 2; }
.g-span-3 { grid-column: span 3 / span 3; }
.g-row-span-2 { grid-row: span 2 / span 2; }
.g-row-span-3 { grid-row: span 3 / span 3; }


/* ========== SP（800px以下）用 ========== */
@media (max-width: 800px) {
  .sp-g-col-single { grid-template-columns: 1fr !important; }
  .sp-g-cols-1 { grid-template-columns: repeat(1, 1fr) !important; }
  .sp-g-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
  .sp-g-cols-3 { grid-template-columns: repeat(3, 1fr) !important; }

  .sp-g-gap-5 { gap: 0.5rem !important; }
  .sp-g-gap-10 { gap: 1rem !important; }
  .sp-g-gap-20 { gap: 2rem !important; }

  .sp-g-align-center { align-items: center !important; }
  .sp-g-justify-center { justify-items: center !important; }
  .sp-g-place-center { place-items: center !important; }
}

/* ========== TB（801px以上1280以下）用 ========== */
@media (max-width: 1280px) {
  .tb-g-cols-1 { grid-template-columns: repeat(1, 1fr) !important; }
  .tb-g-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
  .tb-g-cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
  .tb-g-cols-4 { grid-template-columns: repeat(4, 1fr) !important; }

  .tb-g-gap-5 { gap: 0.5rem !important; }
  .tb-g-gap-10 { gap: 1rem !important; }
  .tb-g-gap-20 { gap: 2rem !important; }

  .tb-g-align-center { align-items: center !important; }
  .tb-g-justify-center { justify-items: center !important; }
  .tb-g-place-center { place-items: center !important; }
}

/* ========== PC（1281px以上）用 ========== */
@media (min-width: 1281px) {
  .pc-g-cols-1 { grid-template-columns: repeat(1, 1fr) !important; }
  .pc-g-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
  .pc-g-cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
  .pc-g-cols-4 { grid-template-columns: repeat(4, 1fr) !important; }

  .pc-g-gap-5 { gap: 0.5rem !important; }
  .pc-g-gap-10 { gap: 1rem !important; }
  .pc-g-gap-20 { gap: 2rem !important; }

  .pc-g-align-center { align-items: center !important; }
  .pc-g-justify-center { justify-items: center !important; }
  .pc-g-place-center { place-items: center !important; }
}
/*　画像幅いっぱい用CSS */
.img-full {
  width: 100%;
  margin: 0;
}
/* ↓画像の両端の余白用CSS */
.img-box {
  padding: 0 5px;
  box-sizing: border-box;
}
/* ▼タケシン現在の共有リンクボタン */
.links {
  width: 100%;
  margin: 10rem auto 5rem;
  text-align: center;
}
.links > p {
  font-size: 1.5rem;
}
.linkBtn {
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 40px;
  margin: 30px auto 30px;
  border: 2px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
}
.linkBtn2 {
  position: relative;
  width: 95%;
  max-width: 400px;
  height: 40px;
  margin: 30px auto 30px;
  border: 2px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
}
.linkBtn:hover,
.linkBtn2:hover {
  background: #000;
  transition: 0.5s;
}
.linkBtn:hover a,
.linkBtn2:hover a,
.linkBtn:hover p {
  color: #fff;
}
.linkBtn a,
.linkBtn2 a,
.linkBtn p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.linkBtn a::after,
.linkBtn2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 40px;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: 0.5s;
}
.linkBtn:hover a::after,
.linkBtn2:hover a::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  right: 35px;
  transition: 0.5s;
}
.linkBtn p {
  pointer-events: none;
}

/* ▼タケシン現在の共通404ページ用 */
#error {
  width: 800px;
  margin-inline: auto;
  padding: 15rem 0;
}
.cation-ttl {
  text-align: center;
}
.cation-ttl h3 {
  font-size: 100px;
  font-weight: bold;
}
#error .main-lead {
  margin-top: 5rem;
}
#error .main-lead p {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
@media (width <= 800px) {
  #error {
    width: 85%;
    padding: 15rem 0 5rem;
  }
  .cation-ttl h3 {
    font-size: 50px;
  }
  #error .main-lead p {
    font-size: 1.5rem;
  }
}
/* ▼ボタン関係CWC用 */
/* バックボタン用 */
.bottomPage-contents > .back-btn {
  margin-bottom: 100px;
}
.back-btn {
  position: relative;
  width: 240px;
  height: 40px;
  border: 1px solid #333;
  margin-inline: auto;
  transition: 0.5s;
}
.back-btn a:hover {
  transition: 0.5s;
  background: #000;
  color: #fff;
}
.back-btn a {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
/* downloadbtn-pdf */
.dl-btn {
  width: 95%;
  max-width: 320px;
  height: 35px;
  max-height: 55px;
  padding: 10px 15px;
  margin-inline: auto;
  position: relative;
  text-align: center;
  border: 1px solid;
  background: rgba(231, 231, 231, 0.4);
  transition: 0.2s;
}
.dl-btn a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.dl-btn:hover {
  background: black;
  transition: 0.2s;
}
.dl-btn:hover a {
  color: #fff;
  transition: 0.2s;
}

/* CWC固有のCSSはここから */
/* ▼CWC下層ページ共通箇所 */
.top {
  min-height: 100vh;
}

/************************************************************
HEADER
************************************************************/
body .header-area {
  width: 46%;
  margin: 0;
}
.header_menu {
  height: 65px;
}
.header-logo {
  width: 7.5rem;
  height: 7.5rem;
}
.link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.site-title h1,
.site-title p {
  line-height: 1.125;
}

/*全ページ共有アニメーションCSS*/
.fadeUp {
  animation-name: viewAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes viewAnime {
  from { opacity: 0; transform: translateY(100px); }
  to { opacity: 1; transform: translateY(0); }
}
.delay-time02 { animation-delay: 0.2s; }
.delay-time03 { animation-delay: 0.4s; }
.delay-time04 { animation-delay: 0.6s; }

/*▼言語切り替えボタン箇所*/
.simple {
  top: 1rem;
  right: 2.5rem;
  white-space: nowrap;
}
.simple .flexbox {
  column-gap: 1.5rem;
}
.simple .flexbox .lang {
  padding: 0.375rem;
}
.simple .flexbox .active {
  cursor: pointer;
}
.simple .flexbox .lang a {
  padding: 1px 6px;
  transition: 0.5s;
  color: #fff;
  border-radius: 1px;
  border: 1px solid #fff;
}
.is-pageTop .simple .flexbox .lang a {
  color: #000;
  border: 1px solid #000;
}
.lang-btn a,
.lang-btn p {
  transition: 0.5s;
}
.lang-btn a:first-child,
.lang-btn p:first-child {
  padding-left: 0rem;
}
.lang-btn a {
  color: #000;
  border: 1px solid #000;
}
.lang-btn p {
  padding: 3px 10px;
}
.lang-btn a {
  color: #000;
  padding: 3px 10px;
  border: 1px solid #000;
}
.simple .flexbox .lang a:hover {
  color: #fff;
  background: #f49d07;
  border: 1px solid #f49d07;
  transition: 0.5s;
}
body .g-nav li.lang-btn p {
  pointer-events: none;
}
body .g-nav li.lang-btn a::first-letter {
  color: #000;
}
body .lang-btn a:hover {
  background: #f49d07;
  color: #fff;
}
.g-nav li.lang-btn:hover a::first-letter {
  color: #fff;
}
@media (width <= 800px) {
  .simple {
    display: none;
  }
}
/*▲言語切り替えボタン箇所*/

/* ▼お問い合わせ用CSS */
.tsuwamono input[type="text"],
.tsuwamono input[type="email"],
.tsuwamono textarea {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
}
.tsuwamono input[type="tel"],
.tsuwamono select {
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid;
}
.tsuwamono dl dd { margin-top: 1rem;}
.tsuwamono .r-field {
  padding: 5px;
  background: #fc8b00;
  color: #fff;
  margin-right: 0.5rem;
}
.tsuwamono .a-field {
  padding: 5px;
  background: #c0c0c0;
  color: #fff;
  margin-right: 0.5rem;
}
.wpcf7-list-item {
  margin-left: 5px !important;
}
.wpcf7-list-item label {
  display: flex;
  margin: 10px 10px 10px 0;
}
.wpcf7-list-item label input { margin-right: 0.5rem; }
.tsuwamono .wpcf7-response-output {
  border: none !important;
  padding: 10px;
  font-size: 1.5rem;
}
.tsuwamono .wpcf7-submit { width: 150px; }
.tsuwamono .wpcf7-spinner { display: none !important;}
.form-area input,
.form-area textarea {
  border: 1px solid gray;
  padding: 5px 2px;
  box-sizing: border-box;
  border-radius: 2px;
}
/* ▲お問い合わせ用CSS */

/******************************************************************
FOOTER
*******************************************************************/
body footer {
  border-top: 1px solid #fc8b00;
  overflow-x: hidden;
  scroll-snap-align: end; /* または end */
}
footer .text-hover {
  text-decoration: underline;
  width: fit-content;
}
.text-hover:hover { color: #fc8b00; }
footer .flexbox .w40 { background-color: white; }

.sns-icon li .logo-sns > img { width: 12.5%; }
.sns-icon li .logo-sns > div { width: 85%; }
.sns-icon li a:hover { opacity: 0.7; transition: 0.2s; }
.sns-icon li a:hover p { color: #fc8b00; transition: 0.2s; }
.sns-icon li a p:last-child { border-top: 1px solid; }
@media (max-width: 1080px) {
  body footer { scroll-snap-align: none; }
  .name-image { max-width: 360px; }
}

@media (max-width: 800px) {
  footer { overflow: hidden; }
}

/**************************************************
POST
***************************************************/
.pagination .nav-links {
  font-family: "Open Sans", sans-serif;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #454545;
  border: 1px solid #edeceb;
  border-radius: 0.2em;
  background-color: #f7f6f5;
}
.pagination .page-numbers:hover {
  border-color: #f49d07;
}
.pagination .page-numbers.current {
  font-size: 1.4rem;
  border-color: #f49d07;
  background-color: #f7f6f5;
}
.pagination .page-numbers.dots {
  padding: 0 0.5rem;
  border: none;
  background-color: transparent;
}
.module-Article_Item_Link {
  text-decoration: none;
  color: #454545;
}

/* 記事用CSS */
.post-box {
  width: 31%;
  margin: 1.15%;
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.category-links {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
.sidebar-menu .current::before,
.category-links > li:hover::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f49d07;
}
.category-links > li {
  flex: 1;
  height: 1.5em;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  position: relative;
}
.sidebar-menu .current a {
  color: #000;
}
.category-links > li a {
  text-shadow: 2px 2px 3px silver;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.post-categories {
  margin-top: 2.5rem;
  display: flex;
}
.post-categories li a {
  color: #000;
  margin-right: 1rem;
  padding: 0.5rem;
  border: 1px solid #000;
  transition: 0.2s;
}
.post-categories li a:hover {
  color: #f49d07;
  border: 1px solid #f49d07;
}
.post-child-cat li {
  width: 20%;
  height: 2.5em;
  text-align: center;
  border: 1px solid;
  margin: 1rem 3%;
  padding: 0.5rem 1rem;
  position: relative;
}
.post-child-cat li a {
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
article:hover .post-thum img {
  transform: scale(1.1);
}
.post-thum {
  position: relative;
  width: 100%;
}
.post-thum img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.post-lead {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px 0 11px 3%;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.65);
}
.post-lead > * {
  color: #fff;
  line-height: 1.5;
}
.post-cat {
  position: absolute;
  right: 8px;
  bottom: 12px;
  width: 80px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.post-cat > * {
  font-weight: bold;
}
.post-cat > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
@media (max-width: 1360px) {
  .post-box {
    width: 45%;
    margin: 2.5%;
  }
}
@media (max-width: 1280px) {
  .post-lead > h6 {
    font-size: 1.4rem;
  }
}
@media (max-width: 900px) {
  .post-box {
    width: 47%;
    margin: 1%;
  }
}
@media (max-width: 700px) {
  .category-links {
    width: 90%;
  }
  .post-child-cat li {
    width: 30%;
  }
  .post-box {
    width: 90%;
    margin: 1.5rem auto;
  }
  .post-lead {
    padding: 14px 15px;
  }
  .post-lead > h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .post-box {
    width: 95%;
    margin: 1.5rem auto;
  }
}
/***********************************************
 SIDEBAR
************************************************/
@media (min-width: 801px) {
  .header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    padding: 0.25rem 1rem;
    top: 0;
    left: 0;
  }
  .g-nav-list {
    width: 100%;
  }
  .g-nav ul {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .g-nav {
    width: 50%;
    display: flex;
    align-items: center;
    padding-top: 40px;
  }
  .g-nav ul li a {
    color: #fff;
    text-shadow: 1px 1px 3px #454545;
  }
  .g-nav ul li {
    width: fit-content;
    text-align: center;
    margin: 0 2%;
  }
  .g-nav ul li a::first-letter {
    color: #f49d07;
    text-shadow: 1px 1px 3px orange;
  }
  .g-nav-list ul li a {
    text-shadow: 1px 1px 3px #454545;
  }
  .openbtn4 {
    display: none;
  }
  .g-nav li :hover {
    color: #f49d07;
    text-shadow: 2px 2px 3px silver;
  }
  .is-pageTop {
    width: 100%;
    background: #fff;
    transition: 0.5s;
  }
  .is-pageTop .site-title a,
  .is-pageTop .site-lead a {
    color: #000;
    transition: 0.5s;
  }
  .is-pageTop .g-nav ul li a {
    color: #000;
    transition: 0.5s;
  }
  .is-pageTop .g-nav ul li a:hover {
    color: #f49d07;
  }
  .is-pageTop .linestretches::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 0.1rem;
    transition: all 0.3s ease-in-out;
    transition: 0.5s;
  }
  /*
  .card:hover {
    background-color: white;
    border-top: solid 3px #f49d07;
  }
*/
/*****************************************
EFFECT
******************************************/
  .ripple a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
  }
  .ripple a::first-letter {
    color: #f49d07;
  }

  .ripple a:hover::before {
    content: "";
    color: #f49d07;
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px solid #f49d07;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    animation: 1s circleanime2 forwards;
  }
  @keyframes circleanime2 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  .linestretches {
    position: relative;
    color: #454545;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
    outline: none;
  }
  .linestretches::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 0.1rem;
    transition: all 0.3s ease-in-out;
  }
  .linestretches::after,
  .is-pageTop .linestretches::after {
    width: 0;
    background: #f49d07;
  }
  .linestretches:hover::after,
  .is-pageTop .linestretches:hover::after {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++
@media (max-width: 800px)
+++++++++++++++++++++++++++++++++++*/
@media (max-width: 800px) {
  .top {
    padding-top: 0rem;
  }
  .header_menu {
    display: none;
  }
  .sub_title {
    width: 100%;
  }
  .sub_title h2 {
    font-size: 2rem;
  }
  .sub_title h2 span {
    font-size: 2.2rem;
  }
  .sub_title h3 {
    font-size: 1.6rem;
  }
  .card {
    border-top: solid 3px #f49d07;
  }
  .openbtn4 {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 9998;
    background: #454545;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border-radius: 0.6rem;
  }
  .openbtn4 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 1rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    background: #fff;
    width: 60%;
  }
  .openbtn4 span:nth-of-type(1) {
    top: 1rem;
  }
  .openbtn4 span:nth-of-type(2) {
    top: 1.8rem;
  }
  .openbtn4 span:nth-of-type(3) {
    top: 2.6rem;
  }
  .openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    color: #fff;
    text-transform: uppercase;
  }
  .openbtn4.active span:nth-of-type(1) {
    top: 2rem;
    left: 0.7rem;
    transform: translateY(0rem) rotate(-315deg);
    width: 70%;
  }
  .openbtn4.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn4.active span:nth-of-type(3) {
    top: 2rem;
    left: 0.7rem;
    transform: translateY(0rem) rotate(315deg);
    width: 70%;
  }
  .openbtn4.active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0rem) rotate(-315deg);
    top: 0.8rem;
    left: -1.15rem;
  }
  .g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
  }
  .g-nav ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    vertical-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .g-nav.panelactive {
    right: 0;
  }
  .g-nav.panelactive .g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .g-nav li {
    margin-bottom: 2rem;
  }
  .g-nav li :hover {
    color: #f49d07;
  }
  /*.g-nav li a { font-size: 1.5rem; }*/
  .g-nav li a { font-size: 5vw; }
  .g-nav li a.txt-s { font-size: 3.0vw; }
/*****************************************
EFFECT
******************************************/
  .ripple a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    vertical-align: center;
  }
  .ripple a::first-letter {
    color: #f49d07;
  }
  .linestretches {
    position: relative;
    color: #454545;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
    outline: none;
  }
}
/********************************************************************
CONTENT
*******************************************************************/
.content {
  color: #454545;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.content-Body {

}

.content-Header {
  height: 2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.content-EyeCatch {
  object-fit: contain;
  padding: auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.content-EyeCatch img {
  width: 100%;
  height: auto;
}
.content-Meta > a {
  text-decoration: none;
  color: #f49d07;
  display: inline-block;
  margin-top: 1rem;
}
.content-block > * {
  line-height: 1.8;
}
@media (max-width: 800px) {
  .content-block {
    margin-bottom: 10rem;
  }
  .content-Body h2 {
    font-size: 2rem;
  }
  .content-Body p {
    font-size: 2.75vw;
  }
}
/* 不要であれば削除
.content-Body > table {
  margin-bottom: 1.5em;
  width: 100%;
}
.content-Body > table td {
  border: 1px solid black;
  padding: 0.5em;
}
.content-Body > table.table-striped td {
  border: none;
}
.content-Body > table.table-striped tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
*/
.wrap {
  font-family: "メイリオ", "Meiryo", 游ゴシック, Hiragino Sans, sans-serif;
}
:root { --vh: 1vh; }
.scroll-box {
  overflow-x: auto;
  scroll-snap-type: y mandatory;
  height: calc(var(--vh, 1vh) * 100);
}
.view-box {
  scroll-snap-align: start;
}
@media (max-width: 991px) {
  .scroll-box {
    scroll-snap-type: none;
    height: auto;
  }
  .view-box {
    scroll-snap-align: none;
  }
}
/* CWCメインビジュアル箇所 */
.main-visual {
  overflow: hidden;
  scroll-snap-align: start;
}
@media (min-width: 1281px) {
  .main-visual {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  .main-visual {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
/*不要？
.slider-wrapper {
  display: flex;
}
*/
/* スライドごとの設定 */
.slide {
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
}
@media (max-width: 900px) and (min-height: 500px) {
  .slide {
    min-height: auto;
  }
}
.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
  transition: filter 1s ease-in-out;
}
.text {
  max-height: calc(100vh - 100px);
  opacity: 1;
  transition: opacity 1s, transform 1s;
  z-index: 2;
}
@media (max-width: 900px) and (min-height: 500px) {
  .text > p {
    font-size: 4.5rem;
  }
}
@media (max-width: 800px) and (min-height: 500px) {
  #text2 .pc-view {
    display: none;
  }
  #text2 .sp-view {
    display: block;
  }
}
.animated-text {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  background: url("https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/mv-bg.webp")
    center/75% fixed;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
  filter: brightness(95%);
}
/* ▼位置微調整 */
#slide4 .animated-text {
  background-position: right center;
}
.text small {
  color: white;
  font-size: 1.25em;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 1360px) {
  .text small {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .text small {
    font-size: 2.75vw;
  }
}
@media (width <= 800px) and (min-height: 480px) {
  .text > p {
    font-size: 7.5vw;
    letter-spacing: 0.25rem;
  }
}
.visualtxt-l {
  font-size: 7.5vw;
  line-height: 1.05;
}
.visualtxt-m {
  font-size: 4.5vw;
  line-height: 1.1;
}
.visualtxt-s {
  font-size: 3vw;
  line-height: 1.1;
}
@media (width <= 800px) {
  body small {
    font-size: 0.65em;
  }
  .visualtxt-l {
    font-size: 11vw;
  }
  .visualtxt-m {
    font-size: 8.25vw;
  }
  .visualtxt-s {
    font-size: 4.5vw;
  }
}
/* メインビジュアル部分 テキスト配置用 */
#lead-txt1 {
  position: absolute;
  top: 18%;
  left: 6%;
}

#lead-txt3 {
  position: absolute;
  top: 20%;
  left: 6%;
}
/*
#lead-txt4 {
  position: absolute;
  top: 55%;
  left: 6%;
}*/
#lead-txt5 {
  position: absolute;
  width: 55%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
#lead-txt5 div:nth-child(1) {
  align-self: flex-start;
}
#lead-txt5 div:nth-child(2) {
  align-self: center;
}
#lead-txt5 div:nth-child(3) {
  align-self: flex-end;
}
#lead-txt6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (width <= 800px) {
  #lead-txt1 {
    top: 15%;
    left: 3%;
  }
  #lead-txt3 {
    top: 12%;
    left: 3%;
  }
  #lead-txt4 {
    left: 3%;
  }
}
/* スライドアニメーション用 */
.slide {
  transform: scale(1.5);
  transition: opacity 1.5s, transform 1.5s;
  z-index: 1;
}
@media (max-width: 1280px) {
  .slide {
    width: 100vw;
    height: auto;
  }
}
@media (width <= 640px) {
  .slide { min-height: auto; }
}
@media (orientation: landscape) and (width <= 1080px) {
  .slide {
    min-height: auto;
  }
}
.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
.random-slide > img {
  filter: brightness(90%);
}
.random-slide .w50 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-70%);
  margin: auto;
}
.random-slide .w50 > img { filter: drop-shadow(0.25vw 0vw 0px rgba(255, 255, 255, 0.8));}
@media (width <= 800px) and (min-height: 480px) {
  .random-slide .w50 > img { filter: drop-shadow(0.28vw 0.12vw 0px rgba(255, 255, 255, 0.8)); }
}
.random-slide .text > p {
  -webkit-text-stroke: 1px rgba(230, 180, 34, 0.3);
}

@media (orientation: landscape) and (width <= 1080px) {
  .random-slide .w50 {
    width: 80%;
  }
}

/* アニメーション箇所 */
@keyframes visualBox {
  0% {
    opacity: 0;
    transform: scale(2.5);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes visualTxt {
  0% {
    background-size: 100%;
  }
  25% {
    background-size: 90%;
  }
  100% {
    background-size: 90%;
  }
}
.anime {
  opacity: 0;
}
.slide.fade-out {
  opacity: 0 !important;
  transition: opacity 1s ease-in-out;
}
.anime .fade-out {
  opacity: 0 !important;
  transition: opacity 1.5s ease-out; /* 2.5秒かけてフェードアウト */
}
/* アニメーション3か所用 */
.slide.active .text .anime {
  animation: visualBox 7.78s ease-out forwards;
  opacity: 0;
  transform-origin: top;
}
.slide.active .text .anime01 {
  animation-delay: 0s;
}
.slide.active .text .anime02 {
  animation-delay: 0.75s; /* 変更 */
  animation-duration: 7.03s;
}
.slide.active .text .anime03 {
  animation-delay: 1.5s; /* 変更 */
  animation-duration: 6.28s;
}
/* アニメーション4か所用 */
#slide2.active .text .anime,
#slide4.active .text .anime {
  animation: visualBox 9.28s ease-out forwards;
  opacity: 0;
  transform-origin: top;
}
#slide2.active .text .anime01,
#slide4.active .text .anime01 { animation-delay: 0s;}
#slide2.active .text .anime02,
#slide4.active .text .anime02 {
  animation-delay: 0.75s; /* 変更 */
  animation-duration: 8.53s;
}
#slide2.active .text .anime03,
#slide4.active .text .anime03 {
  animation-delay: 1.5s; /* 変更 */
  animation-duration: 7.78s;
}
#slide2.active .text .anime04,
#slide4.active .text .anime04 {
  animation-delay: 2.25s; /* 変更 */
  animation-duration: 7.03s;
}

/* アニメーション3か所用 */
.animated-text.animate {
  opacity: 1;
  animation: visualTxt 7.78s ease-out forwards;
}
.anime01 .animated-text.animate { animation-delay: 0s; }
.anime02 .animated-text.animate { animation-delay: 0.75s; }
.anime03 .animated-text.animate { animation-delay: 1.5s;}

/* アニメーション4か所用 */
#slide2.active .animated-text.animate,
#slide4.active .animated-text.animate {
  opacity: 1;
  animation: visualTxt 9.28s ease-out forwards;
}
#slide2 .anime01 .animated-text.animate,
#slide4 .anime01 .animated-text.animate { animation-delay: 0s; }
#slide2 .anime02 .animated-text.animate,
#slide4 .anime02 .animated-text.animate { animation-delay: 0.75s; }
#slide2 .anime03 .animated-text.animate,
#slide4 .anime03 .animated-text.animate { animation-delay: 1.5s;}
#slide2 .anime04 .animated-text.animate,
#slide4 .anime04 .animated-text.animate { animation-delay: 2.25s;}
/*slideアニメーション*/
.anime-bottom { --start-position: translateY(200px);}
.anime-top { --start-position: translateY(-200px);}
.anime-right { --start-position: translateX(20px); }
.anime-left { --start-position: translateX(-200px); }
.anime-upperR { --start-position: translate(-200px, 100px); }
.anime-upperL { --start-position: translate(-200px, -100px); }
.anime-lowerR { --start-position: translate(200px, 100px); }
.anime-lowerL { --start-position: translate(-200px, 100px); }
@media (max-width: 800px) and (min-height: 500px) {
  #text2 .pc-view { display: none; }
  #text2 .sp-view { display: block; }
}
@media (orientation: landscape) and (width <= 1080px) {
  #text3 {
    transform: translateY(50%);
  }
}
@media (width <= 991px) {
  .spc-view-box {
    height: 35vh;
  }
}

/* ▼トップページリンクバナー部分 */
.theme-box {
  width: 47.5%;
  margin: 5vh 1% 0;
  aspect-ratio: 16 / 6.25;;
  overflow: hidden;
}
.theme-box > a {
  inset: 0;
  width: 100%;
  height: 100%;
}
.theme-box > p {
  position: absolute;
}

.theme-banner {
  height: 100%;
}
.theme-box-info {
  padding: 5rem 5px;
  background: #000;
  overflow: hidden;
  font-size: min(5vw);
}
.theme-banner h3 {
  font-size: 0.5em;
  color: #fff;
}
.theme-box-lead {
  margin-top: 1rem;
  font-display: swap;
}
.theme-banner .theme-box-lead p {
  color: #fff;
  font-size: 0.13em;
  line-height: 1.8;
}
.theme-banner p {
  font-size: 0.2em;
}
.theme-box-info .detail-btn {
  position: relative;
  width: 120px;
  height: 32px;
  margin: 1.5rem auto 0;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-50px);
}
.theme-box-info .detail-btn.invew-btn {
  opacity: 1;
  transform: translateX(0);
}
.theme-box-info .detail-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.theme-box-info .detail-btn.invew-btn::after {
  transform: translateX(150%);
  animation: faiz 1s ease-out forwards;
  opacity: 1;
}
@keyframes faiz {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.theme-box-info .detail-btn::before {
  content: "";
  position: absolute;
  inset: auto -10px 2px auto;
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.theme-box-info .detail-btn a {
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 1.8rem;
  transition: 0.5s;
}
.theme-box-info .detail-btn:hover {
  border-bottom: 2px solid #fc8b00;
  transition: 0.5s;
}
.theme-box-info .detail-btn:hover a {
  color: #fc8b00;
  transition: 0.5s;
}
.theme-box-info .detail-btn:hover::before {
  border-left: 2px solid #fc8b00;
  transition: 0.5s;
}
.theme-box-bg {
  width: 60%;
  position: relative;
  overflow: hidden;
}
.theme-box-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#feature-box .theme-box-bg::before {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/top-lead-img04.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#visual-box .theme-box-bg::before {
  content: "";
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/top-lead-img01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#sound-box .theme-box-bg::before {
  content: "";
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/top-lead-img02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0;
}
#sdgs-box .theme-box-bg::before {
  content: "";
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/top-lead-img03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.theme-box:hover .theme-box-bg::before {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blackout,
.blackout-2 {
  position: absolute;
  width: 20%;
  height: 100%;
  background: #fff;
  z-index: 7;
  transition: transform 2s cubic-bezier(0.11, 0.85, 0.14, 1);
}
.blackout1 {
  inset: 0 auto 0 0;
}
.blackout2 {
  inset: 0 0 0 20%;
}
.blackout3 {
  inset: 0 0 0 40%;
}
.blackout4 {
  inset: 0 0 0 60%;
}
.blackout5 {
  inset: 0 0 0 auto;
}
.raising {
  transform: translateY(100%);
  transition-delay: 0.2s;
}
.raising:nth-child(2n) {
  transform: translateY(-100%);
  transition-delay: 0.2s;
}
.raising2 {
  transform: translateY(-100%);
  transition-delay: 0.2s;
}
.raising2:nth-child(2n) {
  transform: translateY(100%);
  transition-delay: 0.2s;
}
@media (width <= 1280px) {
  .theme-box {
    width: 48%;
    margin: 1.5vh 0.5% 0;
  }
  .theme-box-info {
    width: 40%;
    padding: 0 5px;
  }
  .theme-box-bg {
    width: 60%;
  }
  #visual-box .theme-box-bg {
    background-position: top center;
  }
}
@media (width <= 960px) {
  body small {
    font-size: 0.6em;
  }
  #top-banner {
    height: auto;
    padding: 0rem 0 5rem;
    box-sizing: border-box;
  }
  .theme-box {
    width: 100%;
    height: 25vh;
    aspect-ratio: 16 / 9;
  }
  #visual-box,
  #sound-box,
  #sdgs-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blackout,
  .blackout-2 {
    width: 100%;
    height: 20%;
    z-index: 7;
    transition: transform 2s cubic-bezier(0.11, 0.85, 0.14, 1);
  }
  .blackout1 {
    inset: 0 0 auto 0;
  }
  .blackout2 {
    inset: 20% 0 auto 0;
  }
  .blackout3 {
    inset: 40% 0 auto 0;
  }
  .blackout4 {
    inset: 60% 0 auto 0;
  }
  .blackout5 {
    inset: auto 0 0 0;
  }
  .raising {
    transform: translateX(100%);
    transition-delay: 0.2s;
  }
  .raising:nth-child(2n) {
    transform: translateX(-100%);
    transition-delay: 0.2s;
  }
  .raising2 {
    transform: translateX(-100%);
    transition-delay: 0.2s;
  }
  .raising2:nth-child(2n) {
    transform: translateX(100%);
    transition-delay: 0.2s;
  }
  #visual-box .theme-box-bg {
    background-position-y: 0;
  }
  .theme-banner {
    position: relative;
  }
  .theme-box-info {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  .theme-box-bg {
    width: 100%;
  }
  .theme-box-info > h3 {
    font-size: 5rem;
  }
  .theme-box-info .theme-box-lead {
    margin-top: 1.5rem;
    padding-left: 0;
  }
  .theme-box-info .theme-box-lead p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .theme-box-info .detail-btn {
    margin: 2rem auto 0;
  }
  .theme-box-info .theme-box-lead,
  .theme-box-info .detail-btn a {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  }
  #feature-box .theme-box-bg::before {
    background-position: center;
  }
  .theme-box > a {
    z-index: 4;
  }
  .theme-box > a:hover + .theme-banner .theme-box-bg::before {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 1921px) {
  .theme-box-info .detail-btn {
    width: 200px;
    height: 10%;
  }
}
@media (width <= 900px) {
  .theme-box-info .detail-btn.invew-btn::after {
    transform: translateX(200%);
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .theme-box {
    width: 48%;
    height: 40vh;
  }
  .theme-box-info .detail-btn.invew-btn::after {
    /*  display: none;*/
    transform: translateX(500%);
  }
}
@media (width <= 800px) {
  body small {
    font-size: 1em;
  }
  #top-banner {
    padding: 0 0 3rem;
  }
  #visual-box .theme-box-bg::before {
    background-position: center;
  }
  #sound-box .theme-box-bg::before {
    background-position: center;
  }
  .theme-box-info .theme-box-lead {
    margin-top: 0.5rem;
  }
  .theme-box-info > h3 {
    font-size: 3rem;
  }
  .theme-box-info .theme-box-lead p {
    font-size: 1.2rem;
  }
  .theme-box-info .detail-btn {
    margin: 1rem auto 0;
  }
  .theme-box-bg {
    position: relative;
  }
  .theme-box-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
}
@media (width <= 640px) {
  .theme-box {
    width: 100%;
    height: 20vh;
    margin: 1.5vh 0 0;
  }
  .theme-box-info .theme-box-lead {
    display: none;
  }
  .detail-btn {
    display: none;
  }
  .theme-box-info .detail-btn.invew-btn::after {
    transform: translateX(180%);
  }
}

/* ▼下層ページ用CSS */
.subvisual {
  width: 100%;
  height: 0;
  padding-top: calc(1080 / 1920 * 100%);
  position: relative;
  aspect-ratio: 16 / 9;
}
.subvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.main-ttl {
  inset: 0 auto 0 9%;
  z-index: 5;
}
.main-ttl h1 {
  font-size: 8rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.main-ttl p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.en-ttl {
  font-size: 5rem;
}
.jp-ttl {
  font-size: 4.0rem;
}
@media (width <= 800px) {
  .subvisual {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .main-ttl {
    inset: 0;
    margin: auto;
  }
/*.main-ttl h1 { font-size: 4.5rem; }*/
  .main-ttl h1 { font-size: 10vw; }
/*  .main-ttl p { font-size: 1.1rem; } */
  .main-ttl p { font-size: 2.5vw; }
}
@media (width <= 800px) {
  .en-ttl { font-size: min(6.5vw, 5rem); }
  .jp-ttl { font-size: min(5.5vw, 5rem); }
}
.bottomPage-contents {
  padding: 15rem 0 0;
}
.secondary-ttl {
  margin: 15rem 0 10rem;
}
.bp-contents-img {
  margin: 15rem auto 15rem;
}
@media (width <= 800px) {
  .bottomPage-contents {
    padding: 7.5rem 0 2.5rem;
  }
  .bp-contents-img {
    margin: 7.5rem auto;
  }
  .secondary-ttl {
    margin: 0 0 5rem;
  }
  .secondary-ttl h4 {
    font-size: 5vw;
  }
  .secondary-ttl p {
    font-size: 2.5vw;
    line-height: 2;
  }
}

@media (width <= 640px) {
  .bottomPage-contents { padding: 7rem 0 0rem; }
}

/***********************************************************
Featureページ用CSS
/**********************************************************/
#feature-page {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/feature/main-visual.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#panel section {
  margin-top: 15rem;
}
#panel section:first-child {
  margin-top: 0;
}
#panel section >.flexbox >.panel-img .hosoku01 {
  position: absolute;
  top: auto;
  bottom: 19%;
  left: 80%;
  right: auto;
}
#panel section >.flexbox > .panel-img .hosoku02 {
  position: absolute;
  top: auto;
  bottom: 42%;
  left: 80%;
  right: auto;
}
#panel section >.flexbox  > .panel-img .hosoku03 {
  position: absolute;
  top: 28%;
  bottom: auto;
  left: 80%;
  right: auto;
}
#panel section > .flexbox > .panel-txt .txt-xs {
  padding: 5px 5px 1px;
  border-bottom: 3px double black;
}

#panel section > .flexbox > .panel-txt > div {
  width: 100%;
  height: 180px;
  margin-top: 1.5rem;
  opacity: 0.9;
}
#panel section > .flexbox > .panel-txt #nonframe {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/feature/nonframe_assy.webp);
  background-repeat: no-repeat;
  background-position: 86% 58%;
  background-size: 170%;
}
#panel section > .flexbox > .panel-txt #frame {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/feature/frame_assy.webp);
  background-repeat: no-repeat;
  background-position: 85% 65%;
  background-size: 170%;
}
#panel section > .flexbox > .panel-txt #baseless {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/feature/baseless_assy.webp);
  background-repeat: no-repeat;
  background-position: 85% 58%;
  background-size: 170%;
}
#cover .flexbox li.w30,
#base .flexbox li.w30 {
  width: 32%;
}
@media screen and(min-width: 801px) {
#panel section > .flexbox > .panel-txt {
  padding: 0 0% 0 5%;
}
}
@media (width <= 800px) {
  /*
  #panel section > div {
    padding: 1.5rem 0;
  }
  */
  #panel section > div.flexbox > .panel-txt .txt-xs {
    border: none;
    border-bottom: 1px solid black;
  }
  #panel section > .panel-txt #nonframe {
    background-position: 80% 61%;
    background-size: 180%;
  }
  #panel section > div.flexbox > .panel-txt #frame {
    background-position: 81% 66%;
    background-size: 180%;
  }
  #panel section > div.flexbox > .panel-txt #baseless {
    background-position: 88% 60%;
    background-size: 180%;
  }
  #cover .flexbox li.w30,
  #base .flexbox li.w30 {
    width: 30%;
    display: block;
  }
}

/***********************************************************
Visualページ用CSS
/**********************************************************/
#visual-page {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/visual/main-visual.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.cover-design > ul li {
  width: 18%;
}
#cover-list1 > ul li {
  width: 45%;
}
#cover-list2 > ul li {
  width: 30%;
}
@media (width <= 800px) {
  .cover-design > ul li {
    width: 30%;
    margin-bottom: 2.5rem;
  }
  .size-name p {
    font-size: 2.5vw;
  }
  .cover-name h5 {
    font-size: 2.75vw;
  }
  .cover-name p {
    font-size: 1.75vw;
  }
  #cover-list1 > ul li {
    width: 30%;
  }
}
@media (width <= 640px) {
  .cover-name h5 {
    font-size: 3vw;
  }
  .cover-name p {
    font-size: 2.5vw;
  }
}
/* カラーバリエーション用 */
.color-variation {
  margin-bottom: 15rem;
  gap: 3%;
  grid-template-columns: auto auto auto auto;
}
.color-sample {
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
.color-variation li {
  text-align: center;
}
.color-variation li p {
  margin-top: 0.5rem;
}
#color-001 {
  background: black;
}
#color-002 {
  background-color: #e63465ff;
}
#color-003 {
  background-color: #ed7eafff;
}
#color-004 {
  background-color: #e1528aff;
}
#color-005 {
  background-color: #931f23ff;
}
#color-006 {
  background-color: #a72d24ff;
}
#color-007 {
  background-color: #c13870ff;
}
#color-008 {
  background-color: #97673bff;
}
#color-009 {
  background-color: #cd9169ff;
}
#color-010 {
  background-color: #854923ff;
}
#color-011 {
  background-color: #7c4d21ff;
}
#color-012 {
  background-color: #322318ff;
}
#color-013 {
  background-color: #f6c1b1ff;
}
#color-014 {
  background-color: #fff689ff;
}
#color-015 {
  background-color: #efdb00ff;
}
#color-016 {
  background-color: #e9e600ff;
}
#color-017 {
  background-color: #fde183ff;
}
#color-018 {
  background-color: #f7bd6eff;
}
#color-019 {
  background-color: #e4771fff;
}
#color-020 {
  background-color: #efb100ff;
}
#color-021 {
  background-color: #00622dff;
}
#color-022 {
  background-color: #5e6e2fff;
}
#color-023 {
  background-color: #64a132ff;
}
#color-024 {
  background-color: #00aa4bff;
}
#color-025 {
  background-color: #a3d6cbff;
}
#color-026 {
  background-color: #7ba7caff;
}
#color-027 {
  background-color: #1d2677ff;
}
#color-028 {
  background-color: #1a132aff;
}
#color-029 {
  background-color: #011c4fff;
}
#color-030 {
  background-color: #4dac89ff;
}
#color-031 {
  background-color: #00859eff;
}
#color-032 {
  background-color: #6b5297ff;
}
@media (width <= 900px) {
  .color-variation {
    gap: 1% 2%;
    grid-template-columns: auto auto auto;
  }
  .color-variation li p {
    font-size: 1.3rem;
  }
}
@media (width <= 800px) {
  .color-variation li p {
    font-size: 1.1rem;
  }
}

/***************************************
ポートフォリオ(設置例)箇所
Visual・Sound共通
***************************************/
@media (min-width: 801px) {
.scene-box > .flexbox {
  /*margin-top: 20rem;*/
  margin-bottom: 20rem;
}
}

/***********************************************************
Soundページ用CSS
/**********************************************************/
#sound-page {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/sound/main-visual.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.box-left h3 {
  font-size: 3.75vw;
}
.box-left p {
  font-size: 0.9375vw;
  line-height: 2;
}

/***********************************************************
Soundページ用CSS
/**********************************************************/
#sdgs-page {
  background: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/sdgs/main-visual.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* Dataページ補足CSS */
.mgn-box {
  padding: 70px 0 30px;
}
.mgn-box .data-ttl {
  width: 80%;
  margin-inline: auto;
  padding: 0.5rem 0 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.mgn-box .data-ttl > p {
  line-height: 1.8;
}
#sdgs-btm {
  padding-bottom: 5rem;
}

.navigation {
  margin: 5rem auto 5rem;
  text-align: center;
}

@media (width <= 800px) {
  .mgn-box {
    padding: 30px 0 30px;
  }
  .mgn-box .data-ttl {
    width: 95%;
  }
  .mgn-box .data-ttl h1 {
    font-size: 5vw;
  }
  .mgn-box .data-ttl > p {
    font-size: 3vw;
  }
}
/* アンケート用 */
input,
optgroup,
select,
textarea {
  appearance: auto;
}
input[type="text"],
input[type="email"] {
  border: 1px solid #000;
}
input[type="submit"] {
  border: 1px solid #000;
  padding: 5px 10px;
}
textarea {
  border: 1px solid #000;
}
/* 投稿用 */
.mySampleTriangle {
  position: relative;
  height: 50px;
}
.mySampleTriangle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
}
/* プライバシーポリシーページ用CSS */
@media (min-width: 801px) {
.privacy-area {
  padding: 15rem 0;
}
}
#privacy {
  max-width: 800px;
  margin-inline: auto;
}
/*ページトップに戻るボタン用*/
.comon-btn1 {
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 999;
}
.comon-btn2 {
  position: fixed;
  right: calc(1% + 65px);
  bottom: 3%;
  z-index: 999;
}
.button_top {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.2s ease-in-out;
  border: 1px solid;
  pointer-events: none;
}
.button_top:hover {
  color: #fc8b00;
  transition: 0.2s ease-in-out;
}
.scroll_up.on {
  opacity: 1;
  pointer-events: auto;
}
.comon-btn1::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/arrow-icon.svg);
  background-size: cover;
  transition: 0.2s ease-in-out;
  color: #fc8b00;
  margin-bottom: 5px;
}
.comon-btn1:hover::before {
  background-image: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/arrow-icon_hv.svg);
  transition: 0.2s ease-in-out;
}
.comon-btn2::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/home-icon.svg);
  background-size: cover;
  transition: 0.2s ease-in-out;
  color: #fc8b00;
  margin-bottom: 5px;
}
.comon-btn2:hover::before {
  background-image: url(https://cassettewall.jp/wp-content/themes/CWC_Standard/assets/images/home-icon_hv.svg);
  transition: 0.2s ease-in-out;
}
@media (max-width: 900px) {
  .button_top {
    display: none;
  }
}

/*sns-share*/
.sns-share > li {
  margin: 0 2.5rem;
  width: 200px;
}
.sns-share > li > .flexbox {
  cursor: pointer;
  padding: 5px;
}
.sns-share > li > .flexbox:hover {
  opacity: 0.7;
}
.sns-share > li > .flexbox img {
  width: 40px;
}
.sns-share > li > .flexbox p {
  font-size: 1.2rem;
}
.copylink button {
  width: 150px;
  font-size: 1.2rem;
  padding: 10px;
  border: 2px solid #666;
}
@media (max-width: 640px) {
  .sns-share > li {
    width: 200px;
    margin: 0.5rem 0 0.5rem 2.5%;
  }
  .sns-share > li > .flexbox img {
    width: 35px;
  }
}
/* sales */
.font-b {
  font-weight: bold;
}
#salesbox {
  gap: 5%;
}
#salesbox > a {
  border: 2px solid #dcdcdc;
  transition: 0.2s;
}

#salesbox > a:hover {
  box-shadow: 2px 2px 10px 0px rgba(52, 52, 52, 0.45);
  transition: 0.2s;
}
.halfbox1 {
  height: 200px;
  background: #eae6de;
}
.tmb {
  width: 200px;
  margin-inline: auto;
}
.halfbox2 {
  padding: 20px 20px 20px;
}

@media (max-width: 900px) {
  #salesbox {
    gap: 1%;
  }
  #salesbox > a.w30 {
    width: 48%;
  }
  .halfbox1 {
    height: 150px;
  }
  .halfbox2 {
    padding: 20px 10px;
  }
  .tmb {
    width: 150px;
  }
}