/*
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: "メイリオ", sans-serif;
  /* スムーススクロール */
  scroll-behavior: smooth;
}
body {
  background-color: white;
  font-family: "メイリオ", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0; /* スクロールバーを非表示にする */
}
@media (width <= 800px) {
  body {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.txt-xs {
  font-size: 1.2rem;
}
.txt-s {
  font-size: 1.5rem;
}
.txt-m {
  font-size: 1.8rem;
}
.txt-l {
  font-size: 2.5rem;
}
.txt-xl {
  font-size: 3.5rem;
  line-height: 1.5;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-line2 {
  line-height: 2;
}
h1 {
  color: #454545;
  font-size: 3rem;
  font-weight: 500;
}
h2 {
  color: #454545;
  font-size: 2.8rem;
  font-weight: 500;
}
h3 {
  color: #454545;
  font-size: 2.4rem;
  font-weight: 500;
}
h4 {
  color: #454545;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
}
h5 {
  color: #454545;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
h6 {
  color: #454545;
  font-size: 1.6rem;
  font-weight: 500;
}
a {
  color: #454545;
  font-size: 1.4rem;
  font-weight: 400;
}
b {
  color: #454545;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
p {
  color: #454545;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
li {
  color: #454545;
  font-size: 1.4rem;
  font-weight: 400;
}
.mgt1 {
  margin-top: 1.5rem;
}
.mgt2 {
  margin-top: 2rem;
}
.mgt3 {
  margin-top: 3rem;
}
.mgt5 {
  margin-top: 5rem;
}
.mgb1 {
  margin-bottom: 1rem;
}
.mgb2 {
  margin-bottom: 2rem;
}
.mgb3 {
  margin-bottom: 3rem;
}
.mgb5 {
  margin-bottom: 5rem;
}
.mg1 {
  margin: 1rem;
}
.mg2 {
  margin: 2rem auto;
}
.mg3 {
  margin: 3rem auto;
}
.mg5 {
  margin: 5rem auto;
}
.mg10 {
  margin: 10rem auto;
}
.mgl2 {
  margin-left: 2rem;
}
.pgt1 {
  padding-top: 1rem;
}
.pgr1 {
  padding-right: 1rem;
}
.pgb1 {
  padding-bottom: 1rem;
}
.pgl1 {
  padding-left: 1rem;
}
.pgt2 {
  padding-top: 2rem;
}
.pgr2 {
  padding-right: 2rem;
}
.pgb2 {
  padding-bottom: 2rem;
}
.pgl2 {
  padding-left: 2rem;
}
.pgt3 {
  padding-top: 3rem;
}
.pgr3 {
  padding-right: 3rem;
}
.pgb3 {
  padding-bottom: 3rem;
}
.pgl3 {
  padding-left: 3rem;
}
.pg1 {
  padding: 1rem auto;
}
.pg2 {
  padding: 2rem auto;
}
.pg3 {
  padding: 3rem auto;
}
.pg5 {
  padding: 5rem auto;
}
.pg10 {
  padding: 10rem auto;
}
.pc-mg7-5 {
  margin: 7.5rem auto;
}
.pc-mg10 {
  margin: 10rem auto;
}
.pc-mgt1txt {
  margin-top: 1rem;
}
.pc-mgt2txt {
  margin-top: 2rem;
}
.pc-mgt3txt {
  margin-top: 3rem;
}
.pc-mgt5txt {
  margin-top: 5rem;
}
.pc-mgt10txt {
  margin-top: 10rem;
}
.pc-pgt1txt {
  padding-top: 1rem;
}
.pc-pgt2txt {
  padding-top: 2rem;
}
.pc-pgt3txt {
  padding-top: 3rem;
}
.pc-pgt5txt {
  padding-top: 5rem;
}
.pc-pgt10txt {
  padding-top: 10rem;
}
@media (width <= 800px) {
  .txt-xs {
    font-size: 1rem;
  }
  .txt-s {
    font-size: 1.3rem;
  }
  .txt-m {
    font-size: 1.5rem;
  }
  .txt-l {
    font-size: 2.1rem;
  }
  .txt-xl {
    font-size: 3rem;
  }
  .txt-v {
    font-size: 2vw;
  }
  h1 {
    color: #454545;
    font-size: 2.4rem;
    font-weight: 500;
  }
  h2 {
    color: #454545;
    font-size: 2.2rem;
    font-weight: 500;
  }
  h3 {
    color: #454545;
    font-size: 2rem;
    font-weight: 500;
  }
  h4 {
    color: #454545;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
  }
  h5 {
    color: #454545;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
  }
  h6 {
    color: #454545;
    font-size: 1.4rem;
    font-weight: 500;
  }
  b {
    color: #454545;
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: 400;
  }
  p {
    font-size: 1.2rem;
  }
  li {
    color: #454545;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .pc-mgt1txt,
  .pc-mgt2txt,
  .pc-mgt3txt,
  .pc-mgt5txt,
  .pc-mgt10txt {
    margin-top: 0rem;
  }
  .pc-pgt1txt,
  .pc-pgt2txt,
  .pc-pgt3txt,
  .pc-pgt5txt,
  .pc-pgt10txt {
    padding-top: 0rem;
  }
}
@media (width <= 900px) {
  .pc-mg7-5,
  .pc-mg10 {
    margin: auto;
  }
  .sp-mgt3 {
    margin-top: 3rem;
  }
  .sp-mgt5 {
    margin-top: 5rem;
  }
  .sp-mg5 {
    margin: 5rem auto;
  }
  .tb-mgt2_5 {
    margin-top: 2.5rem;
  }
  .tb-mgb2_5 {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 640px) {
  .tb-mgt2_5 {
    margin-top: 0;
  }
  .tb-mgb2_5 {
    margin-bottom: 0;
  }
  .sd-mgt5 {
    margin-top: 5rem;
  }
}
.top {
  max-width: 100vw;
  padding-bottom: 10rem;
  overflow: hidden;
  min-height: 100vh;
}
/************************************************************
HEADER
************************************************************/
body .header-area {
  width: 50%;
  margin: 0;
}
.banner_container {
  display: flex;
  position: fixed;
  z-index: 999;
}
.header_menu {
  display: flex;
  align-items: center;
  height: 65px;
}
.header-logo {
  width: 7.5rem;
  height: 7.5rem;
}
.hader-lead {
  padding-left: 1.5rem;
}
.hader-lead a {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.site-title h1 a,
.site-title p a {
  font-size: 2.4rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 5px 0;
  box-sizing: border-box;
}
.site-lead h2 {
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.site-lead a {
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 5px 0;
  box-sizing: border-box;
}
/* 汎用CSS */
body small {
  font-size: 0.6em;
}
/* 画像調整用 */
.img-full {
  width: 100%;
  margin: 0;
}
.margin-center {
  margin-inline: auto;
}
@media (width <= 900px) {
  .sp-mg-center {
    margin-inline: auto;
  }
  .site-title h1 a,
  .site-title p a {
    font-size: 2.2rem;
  }
  .site-lead h2 {
    font-size: 1.2rem;
  }
  .site-lead a {
    font-size: 1.2rem;
  }
}
/* バックボタン用 */
.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;
}
/* 言語調整 */
.en-txt,
.en-ttl {
  font-family: "Open Sans", sans-serif;
}
/*　トップページフェードイン */
.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;
}
/* PC・SP表示・非表示用 */
.sp-view {
  display: none;
}
.tb-view {
  display: none;
}
.pc-view {
  display: inline;
}
/* 配置用 */
.flexbox {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
body .flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-cont-between {
  justify-content: space-between;
}
.flex-cont-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: start;
}
@media (width <= 1080px) {
  .tb-view {
    display: inherit;
  }
}
@media (width <= 800px) {
  .sp-view {
    display: inline;
  }
  .pc-view {
    display: none;
  }
  body .flex-row-reverse {
    flex-direction: column;
  }
  .sp-cont-center {
    justify-content: center;
  }
}
/* 言語切り替え用 */
.relative {
  position: relative;
}
.simple {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  white-space: nowrap;
}
.simple .flexbox {
  column-gap: 1.5rem;
  position: relative;
}
.simple .flexbox .lang {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.375rem;
  position: relative;
}
.simple .flexbox .active {
  cursor: pointer;
}
.simple .flexbox .lang a {
  font-size: 1.4rem;
  color: #fff;
  border-radius: 1px;
  padding: 1px 6px;
  transition: 0.5s;
  border: 1px solid #fff;
}
.is-pageTop .simple .flexbox .lang a {
  color: #000;
  border: 1px solid #000;
}
.flex-sp a,
.flex-sp p {
  position: relative;
  font-size: 1.4rem;
  padding: 0 1rem 0;
  transition: 0.5s;
}
.flex-sp a:first-child,
.flex-sp p:first-child {
  padding-left: 0rem;
}
.flex-sp a:last-child::before,
.flex-sp p:last-child::before {
  display: none;
}
.flex-sp p {
  padding: 3px 10px;
}
.flex-sp a {
  color: #000;
  padding: 3px 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  line-height: 1.5;
}
.simple .flexbox .lang a::first-letter {
  color: #f49d07;
}
.simple .flexbox .lang a:hover {
  color: #fff;
  background: #f49d07;
  border: 1px solid #f49d07;
  transition: 0.5s;
}
body .g-nav li.flex-sp p {
  pointer-events: none;
}
body .g-nav li.flex-sp a::first-letter {
  color: #000;
}
body .flex-sp a:hover {
  background: #f49d07;
  color: #fff;
}
.g-nav li.flex-sp:hover a::first-letter {
  color: #fff;
}
@media (width <= 900px) {
  .simple {
    display: none;
  }
}
@media (width <= 768px) {
  .flex-sp {
    display: flex;
  }
}
/* お問い合わせページ用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;
}

input[type="text"],
input[type="email"] {
  border: 1px solid #000;
}

/******************************************************************
FOOTER
*******************************************************************/
body footer {
  padding-bottom: 3rem;
  border-top: 1px solid #fc8b00;
  overflow-x: hidden;
  scroll-snap-align: end; /* または end */
}
body footer h2,
body footer h5 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
footer .text-hover {
  width: fit-content;
  margin: 10px 0;
  font-size: 15px;
  text-decoration: underline;
}
.text-hover:hover {
  color: #fc8b00;
}
footer .flexbox {
  padding: 8rem 0 8rem;
  box-sizing: border-box;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer .flexbox .vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .flexbox .fbox-4 {
  background-color: white;
}
footer .flexbox .fbox-4 > div > p,
footer .flexbox .fbox-4 > div > a {
  margin-top: 0.5rem;
}
footer .flexbox .fbox-3 ul li {
  margin-top: 2rem;
}
.adress_company > * {
  line-height: 1.8;
}
.name-image {
  width: 100%;
  max-width: 320px;
  margin-bottom: 1rem;
}
.sns-icon {
  width: 100%;
  margin: 15px auto;
}
.sns-icon li {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin: 20px 0;
}
.sns-icon li .logo-sns > img {
  width: 12.5%;
}
.sns-icon li .logo-sns > div {
  width: 85%;
  text-align: left;
}
.sns-icon li a > div {
  display: block;
}
.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 {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.8;
}
.sns-icon li a p:last-child {
  border-top: 1px solid;
}
.logo-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  body .flex-reverse {
    flex-direction: column-reverse;
  }
  footer .flexbox .fbox-4,
  footer .flexbox .fbox-3,
  footer .flexbox .fbox-2 {
    width: 100%;
  }
  footer .flexbox .fbox-3 {
    margin-top: 3rem;
  }
}
@media (max-width: 900px) {
  body footer {
    scroll-snap-align: none;
  }
  footer .area3 {
    margin-top: 2.5rem;
  }
  .sns-icon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 15px;
  }
  .sns-icon li {
    width: 48%;
  }
  .sns-icon li a > p {
    width: 85%;
    font-size: 1.4rem;
  }
  .sns-icon li a img {
    width: 10%;
  }
  .name-image {
    max-width: 360px;
  }
}
@media (max-width: 640px) {
  footer {
    overflow: hidden;
  }
  footer .area2 {
    margin: 0;
  }
  footer .area3 {
    margin-top: 1.5rem;
  }
  .sns-icon {
    margin: 5px auto;
  }
  .sns-icon {
    margin: 5px auto;
  }
  footer .flexbox .fbox-3 {
    margin: 1.5rem auto;
  }
  footer .flexbox .fbox-3 ul li {
    margin: 2rem auto;
  }
  footer .flexbox .fbox-3 .sns-icon li {
    width: 100%;
    margin: 1rem auto;
    padding: 0;
  }
  .sns-icon li a > p {
    width: 75%;
    margin-left: 1rem;
    font-size: 1.2rem;
  }
  .sns-icon li a p:last-child {
    width: 100%;
  }
  .sns-icon li .logo-sns > img {
    width: 10%;
  }
  .sns-icon li .logo-sns > div {
    width: 87.5%;
  }
}
/**************************************************
POST
***************************************************/
.post_archive {
  margin-top: 0rem;
}
.pagination {
  text-align: center;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.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 {
  width: 47.5%;
}
.blog-list article:first-child {
  margin-top: 0;
}
.blog-list article:last-child {
  border-bottom: 1px solid rgba(47, 47, 47, 0.1);
}
.module-Article_Item_Link {
  text-decoration: none;
  color: #454545;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.module-Article_Item_Img {
  object-fit: contain;
  padding-left: 0rem;
  padding-right: 0rem;
}
.module-Article_Item_Img img {
  width: 100%;
  height: auto;
}
.module-Article_Item_Body {
  word-break: break-all;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.module-Article_Item_Body p {
  text-decoration: none;
  line-height: 1.4;
}
.module-Article_Item_Title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0.2rem;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  font-size: 1.8rem;
}
.module-Article_Item_Meta {
  color: #454545;
  display: inline;
  text-decoration: none;
  vertical-align: bottom;
}
.module-Article_Item_Meta li {
  text-decoration: none;
  display: inline-block;
  color: #454545;
}
ul.module-Article_Item_Meta {
  text-decoration: none;
  padding-right: 1rem;
  border: 1px solid rgba(47, 47, 47, 0.1);
  margin-top: 2rem;
}
/* topicsページの日付の位置調整用 */
.post-point {
  position: relative;
}
.module-Article_Item_Body {
  margin-bottom: 30px;
}
ul.module-Article_Item_Meta {
  width: 95%;
  padding: 5px;
}
@media (max-width: 800px) {
  .module-Article_Item {
    width: 95%;
    margin-inline: auto;
  }
}
/* 記事用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 {
  width: 100%;
  margin: 3rem auto;
  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) {
  .row .flexbox {
    justify-content: center;
  }
  .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
**********************************************/
.sidebar_takeshin {
  width: 100%;
  background-color: white;
  padding-top: 0rem;
  padding-bottom: 1rem;
}
.sidebar_takeshin_title {
  width: 98%;
  text-align: center;
  padding: 1rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 3px #f49d07;
  background-color: white;
  box-shadow: 0px 0px 2px #f49d07;
}
.sidebar_takeshin_items {
  list-style-type: none;
}
.sidebar_takeshin_items li a {
  text-decoration: none;
  text-align: center;
}
.sidebar_takeshin_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin-inline: auto;
}
.sidebar_takeshin_items li {
  width: 30%;
  margin-bottom: 0rem;
}
.link_box_1 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #454545;
  box-shadow: 0px 0px 2px #f49d07;
  background-color: white;
}
.link_box_1:hover {
  box-shadow: 0px 0px 2px #f49d07;
  color: #f49d07;
  background-color: snow;
}
.link_box_2 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #f49d07;
  box-shadow: 0px 0px 2px #f49d07;
  background-color: white;
}
.link_box_2:hover {
  box-shadow: 0px 0px 2px #f49d07;
  color: #f49d07;
  background-color: snow;
}
.link_box_3 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #f49d07;
  box-shadow: 0px 0px 2px #f49d07;
  background-color: white;
}
.link_box_3:hover {
  box-shadow: 0px 0px 2px #f49d07;
  color: #f49d07;
  background-color: snow;
}
.link_box_4 {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #f49d07;
  box-shadow: 0px 0px 2px #f49d07;
  background-color: white;
}
.link_box_4:hover {
  box-shadow: 0px 0px 2px #f49d07;
  color: #f49d07;
  background-color: snow;
}
.topics img {
  object-fit: contain;
  width: 100%;
  margin-bottom: 1rem;
}
/*++++++++++++++++++++++++++
@media (min-width: 800px)
+++++++++++++++++++++++++++*/
@media (min-width: 800px) {
  .sidebar_takeshin_title {
    width: 100%;
  }
  .sidebar_takeshin_title > * {
    line-height: 1.25;
  }
}
/*++++++++++++++++++++++++++
@media (min-width: 992px)
+++++++++++++++++++++++++++*/
@media (min-width: 801px) {
  .sidebar_takeshin_items li {
    width: 100%;
  }
  .header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0.25rem 1rem;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .narrow {
    width: 80%;
    margin: 0 auto;
  }
  .page_top_title {
    width: 60%;
  }
  .g-nav-list {
    width: 100%;
  }
  .g-nav ul {
    width: 100%;
    display: flex;
    justify-content: end;
    vertical-align: center;
  }
  .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: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: 1440px) {
  .narrow {
    width: 90%;
    margin: 0 auto;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (max-width: 800px)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 800px) {
  .top {
    padding-top: 0rem;
  }
  .narrow {
    width: 100%;
    margin: 0 auto;
  }
  .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;
  }
  .page_top_title {
    width: 96%;
  }
  .vertical {
    display: none;
  }
  .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;
  }
  /*****************************************
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: #f49d07;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
    outline: none;
  }
  .rp_dev {
    width: 94%;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 1200px)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1200px) {
  .rp_dev {
    width: 84%;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 1400px)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1400px) {
  .rp_dev {
    width: 72%;
    margin: 0 auto;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 1600px)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1600px) {
  .rp_dev {
    width: 62%;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 1800px)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1800px) {
  .rp_dev {
    width: 56%;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 2000px)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 2000px) {
  .rp_dev {
    width: 50%;
    margin: 0 auto;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 2200px)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 2200px) {
  .rp_dev {
    width: 46%;
    margin: 0 auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@media (min-width: 2400px)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 2400px) {
  .rp_dev {
    width: 42%;
    margin: 0 auto;
  }
}
/********************************************************************
CONTENT
*******************************************************************/
.content {
  color: #454545;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.content-Header {
  height: 2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.content-Title {
  font-size: 2.2rem;
  text-align: center;
}
.content-SubTitle {
  color: #454545;
  display: block;
  width: 12rem;
  text-align: center;
  background-color: #00a1c6;
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
}
.content-EyeCatch {
  object-fit: contain;
  width: 100%;
  height: auto;
  text-align: center;
  padding: auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.content-EyeCatch img {
  width: 100%;
  height: auto;
}
.content-Meta {
  width: 98%;
  margin-inline: auto;
  padding-bottom: 1rem;
  text-align: left;
  margin-bottom: 2rem;
}
.content-Meta > a {
  text-decoration: none;
  color: #f49d07;
  display: inline-block;
  margin-top: 1rem;
}
/*
.content-Meta a:hover {
  color: white;
}

.content-Meta .content-Meta_Date:before {
  content: "/";
}
.content-block {
  width: 98%;
  margin-inline: auto;
}
.content-Body {
  line-height: 1.7;
  margin-bottom: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  word-break: break-all;
}
.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6,
.content-Body hr {
  clear: both;
}
.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6 {
  margin-bottom: 0.5em;
}
.content-Body p,
.content-Body ul,
.content-Body ol,
.content-Body dl,
.content-Body figure {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
}
.content-Body p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.content-Body h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content-Body h3 {
  font-size: 1.375rem;
}
.content-Body h4 {
  font-size: 1.25rem;
}
.content-Body h5 {
  font-size: 1.125rem;
}
.content-Body h6 {
  font-size: 1rem;
}
.content-Body a {
  color: #f49d07;
  font-size: 1.5rem;
  padding: 0 0.5rem;
}*/
@media (max-width: 800px) {
  .content-block {
    margin-bottom: 10rem;
  }
  .content-Body h2 {
    font-size: 2rem;
  }
  .content-Body p {
    font-size: 1.2rem;
  }
}
.content-Footer {
  margin-top: 45px;
  margin-bottom: 10px;
}
ul.content-Tags {
  width: 98%;
  margin-inline: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.content-Tags {
  font-size: 0.875rem;
}
.content-Tags li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.content-Tags a {
  display: block;
  padding: 0.3rem 0.7rem;
  text-decoration: none;
  color: #f49d07;
  border: 1px solid #f49d07;
  border-radius: 3px;
}
.content-Nav {
  color: #767268;
  border-top: 1px dotted #d5d1ca;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-inline: auto;
  padding-top: 30px;
  width: 90%;
  text-align: center;
}
.content-Nav a {
  text-decoration: none;
  color: #767268;
  font-size: small;
}
.content-Nav a:hover,
.content-Nav a:focus {
  color: brown;
  text-decoration: none;
}
.content-Nav_Prev,
.content-Nav_Next {
  text-align: center;
}
.content-Nav_Next {
  text-align: center;
}
.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;
}
@media (max-width: 800px) {
  .content-Nav {
    margin-inline: auto;
    justify-content: space-between !important;
  }
}
/*!*******************************************************************************
 * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
**********************************************************************************/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 800px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
/*------------------------------------
@media (min-width: 576px)
------------------------------------*/
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
/*--------------------------------------
@media (min-width: 768px)
---------------------------------------*/
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
/*----------------------------------------------------------
@media (min-width: 992px)
-------------------------------------------------------*/
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 31%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
/*----------------------------------------------------------
@media (min-width: 1200px)
--------------------------------------------------------*/
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
/*------------------------------
@media (min-width: 1400px)
------------------------------*/
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
}
/* CWCメインビジュアル箇所 */
.main-visual {
  width: 100%;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}
@media (min-width: 1281px) {
  .main-visual {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
}
.slider-container {
  position: relative;
}
.slider-wrapper {
  display: flex;
}
/* スライドごとの設定 */
.slide {
  position: absolute;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.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%);
  text-align: center;
}
#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);
}
.visualtxt-l {
  font-size: 5.5vw;
  line-height: 1.05;
}
.visualtxt-m {
  font-size: 3.75vw;
  line-height: 1.1;
}
.visualtxt-s {
  font-size: 3vw;
  line-height: 1.1;
}

/* visual テキスト配置用 */
#lead-txt1 {
  position: absolute;
  top: 27.5%;
  left: 6%;
}
#lead-txt3 {
  position: absolute;
  top: 25%;
  left: 6%;
}
/*
#lead-txt4 {
  position: absolute;
  top: 55%;
  left: 6%;
}*/
#lead-txt5 {
  position: absolute;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
}
#lead-txt6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
}

/* スライドアニメーション用 */
.slide {
  transform: scale(1.5);
  transition: opacity 1.5s, transform 1.5s;
  z-index: 1;
}
.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}

.random-slide > img {
  filter: brightness(90%);
}
.random-slide .fbox-5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.random-slide .fbox-5 > img {
  filter: drop-shadow(0.26vw 0.1vw 0px rgba(255, 255, 255, 0.8));
}

.random-slide .text > p {
  -webkit-text-stroke: 1px rgba(230, 180, 34, 0.3);
}
/* アニメーション箇所 */
@keyframes visualBox {
  0% {
    opacity: 0;
    transform: scale(2.5) var(--start-position);
  }
  25% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) translateZ(-50px);
  }
}
@keyframes visualTxt {
  0% {
    background-size: 100%;
  }
  25% {
    background-size: 90%;
  }
  90% {
    background-size: 90%;
  }
  100% {
    background-size: 85%;
  }
}
.anime {
  opacity: 0;
}
.slide.fade-out {
  opacity: 0 !important;
  transition: opacity 1s ease-in-out;
}
/* アニメーション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;
}

/* アニメーション2か所用 */
#slide4.active .text .anime {
  animation: visualBox 9.28s ease-out forwards;
  opacity: 0;
  transform-origin: top;
}
#slide4.active .text .anime01 {
  animation-delay: 0s;
}
#slide4.active .text .anime02 {
  animation-delay: 0.75s; /* 変更 */
  animation-duration: 8.53s;
}

/* アニメーション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;
}

/* アニメーション2か所用 */
#slide4.active .animated-text.animate {
  opacity: 1;
  animation: visualTxt 9.28s ease-out forwards;
}
#slide4 .anime01 .animated-text.animate {
  animation-delay: 0s;
}
#slide4 .anime02 .animated-text.animate {
  animation-delay: 0.75s;
}

/*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 (min-width: 1360px) {
  .text small {
    font-size: 2.5rem;
  }
}
@media (max-width: 1280px) {
  .main-visual {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .slide {
    width: 100vw;
    height: auto;
  }
}
@media (max-width: 991px) {
  .scroll-box {
    scroll-snap-type: none;
    height: auto;
  }
  .view-box {
    scroll-snap-align: none;
  }
  .text small {
    font-size: 2.75vw;
  }
}
@media (max-width: 900px) and (min-height: 500px) {
  .text > p {
    font-size: 4.5rem;
  }
  .slide {
    min-height: auto;
  }
  .random-slide .fbox-5 {
    width: 90%;
  }
}
@media (max-width: 800px) and (min-height: 500px) {
  #text2 .pc-view {
    display: none;
  }
  #text2 .sp-view {
    display: block;
  }
}
@media (width <= 800px) {
  body small {
    font-size: 0.65em;
  }
  .visualtxt-l {
    font-size: 7vw;
  }
  .visualtxt-m {
    font-size: 5.75vw;
  }
  .visualtxt-s {
    font-size: 4vw;
  }
  .slide .mgt2 {
    margin-top: 1rem;
  }
  .slide .mgb2 {
    margin-bottom: 1rem;
  }
  .slide .mgt3 {
    margin-top: 1.5rem;
  }
  .slide .mgl2 {
    margin-left: 0.5rem;
  }
  #lead-txt1 {
    left: 3%;
  }
  #lead-txt3 {
    top: 20%;
    left: 3%;
  }
  #lead-txt4 {
    left: 3%;
  }
  #lead-txt5 {
    width: 100%;
  }
  .random-slide .fbox-5 {
    width: 90%;
  }
}
@media (width <= 800px) and (min-height: 480px) {
  .text > p {
    font-size: 7.5vw;
    letter-spacing: 0.25rem;
  }
  .random-slide .fbox-5 > img {
    filter: drop-shadow(0.3vw 0.1vw 0px rgba(255, 255, 255, 0.8));
  }
}
@media (width <= 991px) {
  .spc-view-box {
    height: 35vh;
  }
  .text small {
    font-size: 2.75vw;
  }
}
@media (width <= 640px) {
  .slide {
    min-height: auto;
  }
  .text.fade-in {
    width: 95%;
  }
  #slide4 .text > small {
    margin-top: 1rem;
  }
  .text > p {
    font-size: 7.5vw;
    -webkit-text-stroke: 0.25px rgba(231, 231, 231, 0.4);
  }
  .random-slide .fbox-5 {
    width: 80%;
  }
}
@media (orientation: landscape) and (width <= 1080px) {
  .slide {
    min-height: auto;
  }
  #text3 {
    transform: translateY(50%);
  }
  .random-slide .fbox-5 {
    width: 80%;
  }
}

/* theme-box */
.theme-box {
  width: 47.5%;
  /*
  height: 30vh;
  */
  margin: 5vh 1% 0;
  aspect-ratio: 16/6.5;
  position: relative;
  overflow: hidden;
}
.theme-box > a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.theme-box > p {
  position: absolute;
}
#top-banner {
  flex-wrap: wrap;
  padding: 2.5rem 0 2.5rem;
  box-sizing: border-box;
  align-content: center;
  justify-content: center;
}
.theme-banner {
  display: flex;
  height: 100%;
}
.theme-box-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding: 5rem 0;
  background: #000;
  overflow: hidden;
  font-size: min(5vw);
}
.theme-banner h3 {
  font-size: 0.5em;
  /*font-size: clamp(24px, 3.18vh, 3.2rem);*/
  color: #fff;
}
.theme-box-lead {
  margin-top: 1rem;
}
.theme-banner .theme-box-lead p {
  color: #fff;
  font-size: 0.13em;
  /*font-size: clamp(8px, 1.13vh, 1.3rem);*/
  line-height: 1.5;
}
.theme-banner p {
  /*font-size: clamp(11px, 1.59vh, 1.5rem);*/
  font-size: 0.2em;
}
.theme-banner h3,
.theme-banner p {
  color: #fff;
}

.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;
}
#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 (min-width: 1281px) {
  .theme-box-info {
    height: 30vh;
  }
}

@media (orientation: landscape) {
  .theme-box,
  .theme-box-info {
    height: 50vh;
  }
}
@media (max-height: 550px) {
  .theme-box {
    height: 30vh;
  }
}
*/
@media (width <= 1280px) {
  .theme-box {
    width: 48%;
    /*
    height: 30vh;
    */
    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: 2.5rem 0 5rem;
    box-sizing: border-box;
  }
  .theme-box {
    width: 100%;
    /*
    height: 25vh;
    */
    aspect-ratio: 4 / 3;
  }
  .theme-banner h3 {
    font-size: clamp(24px, 3.18vh, 3rem);
  }
  .theme-banner .theme-box-lead p {
    font-size: clamp(8px, 1.03vh, 1rem);
  }
  .theme-banner p {
    font-size: clamp(10px, 1.37vh, 1.4rem);
  }
  #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: 4.75rem;
  }
  .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 (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%);
  }
}
/* box */
.box {
  padding: 10rem 0;
  text-align: center;
}
.no-pad {
  padding: 0;
}
.space-ttl {
  letter-spacing: 0.75rem;
}
.txt-pink {
  color: #f49d07;
}
.feature li {
  position: relative;
  transition: 0.2s;
}
.feature li:hover {
  border-top: 3px solid #f49d07;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.feature li a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.more-btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5rem auto 0;
  max-width: 250px;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  font-weight: bold;
  background: #f49d07;
  border-radius: 3px;
  border-bottom: solid 5px #db8d06;
}
.more-btn a:hover {
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
@media (width <= 800px) {
  .main-visual > div > h2 {
    font-size: 32px;
    inset: 10% 8% auto auto;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    writing-mode: vertical-rl;
  }
  .sub-title h3 {
    font-size: 2.2rem;
  }
  .lead-contents p {
    font-size: 14px;
  }
  .box3 li {
    width: 95%;
    margin: 2.5rem auto 0;
    padding: 2rem 0.5rem;
  }
  figure i.fa {
    font-size: 3.5rem;
  }
  .box3 .entry-header .entry-title {
    font-size: 1.6rem;
  }
  .box .entry-header {
    padding: 5px 0 10px;
  }
  .box3 .entry-content p {
    font-size: 1.3rem;
  }
  .top-news-list li {
    width: 95%;
    margin-top: 2.5rem;
  }
  .news-title h4 {
    font-size: 16px;
  }
  .news-contents p {
    font-size: 13px;
  }
}
/* 下層ページ汎用 */
.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 {
  position: absolute;
  inset: 0 auto 0 9%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  z-index: 5;
}
.main-ttl h1 {
  margin-bottom: 0.5rem;
  font-size: 8rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.main-ttl p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.bottomPage-contents {
  width: 100%;
  padding: 15rem 0 0;
  box-sizing: border-box;
}
.en-ttl {
  font-size: 5rem;
}
.long-title {
  font-size: 3.2rem;
}
.secondary-ttl {
  margin: 15rem 0 10rem;
  text-align: center;
}
.bp-contents-img {
  width: 100%;
  max-width: 1280px;
  margin: 15rem auto 15rem;
}
.max-w128 {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.max-w108 {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
.max-w80 {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.max-w64 {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
.fbox-8 {
  width: 78%;
}
.fbox-7 {
  width: 68%;
}
.fbox-6 {
  width: 60%;
}
.fbox-5 {
  width: 48%;
}
.fbox-4-5 {
  width: 45%;
  margin-inline: auto;
}
.fbox-4 {
  width: 40%;
}
.fbox-3 {
  width: 30%;
}
.fbox-2 {
  width: 20%;
}
.wide-100 {
  width: 100%;
}
.wide-95 {
  width: 95%;
}
.wide-90 {
  width: 90%;
}
.wide-50 {
  width: 50%;
}
@media (width <= 900px) {
  .subvisual {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .main-ttl {
    text-align: center;
    inset: 0;
    margin: auto;
  }
  .main-ttl h1 {
    font-size: 4rem;
  }
  .main-ttl p {
    font-size: 1.1rem;
    line-height: 2;
  }
  .bottomPage-contents {
    padding: 7.5rem 0 2.5rem;
  }
  .en-ttl {
    font-size: 3.6rem;
  }
  .bp-contents-img {
    width: 90%;
    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;
  }
  .sp-vertical {
    flex-wrap: wrap;
  }
  .max-w128,
  .max-w108,
  .max-w80,
  .max-w64 {
    width: 95%;
  }
  .fbox-8 {
    width: 100%;
  }
  .fbox-7 {
    width: 100%;
  }
  .fbox-6 {
    width: 100%;
  }
  .fbox-5 {
    width: 100%;
  }
  .fbox-4-5 {
    width: 100%;
  }
  .fbox-4 {
    width: 100%;
  }
  .fbox-3 {
    width: 100%;
  }
}
@media (orientation: landscape) {
  .land-w80 {
    width: 80%;
  }
}
@media (width <= 800px) {
  .en-ttl {
    font-size: 2.4rem;
  }
}
@media (width <= 640px) {
  .bottomPage-contents {
    padding: 7rem 0 0rem;
  }
}
/* visual */
#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;
}
#design {
  padding: 0;
}
.cover-design > ul {
  width: 100%;
  margin: 5rem auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cover-design > ul li {
  width: 18%;
  margin: 0 0 7.5rem;
  text-align: center;
}
#cover-list1 > ul,
#cover-list2 > ul {
  justify-content: space-around;
  margin: 5rem auto 0;
}
#cover-list1 > ul li {
  width: 45%;
}
#cover-list2 > ul li {
  width: 30%;
}
@media (width <= 900px) {
  .structure {
    width: 95%;
  }
  .size-name h5 {
    font-size: 4vw;
    margin-bottom: 0.5rem;
  }
  .size-name p {
    font-size: 2.5vw;
  }
  .cover-design {
    margin: 5rem auto 0;
  }
  .cover-design > ul li {
    width: 30%;
    margin-bottom: 2.5rem;
  }
  .cover-name h5 {
    font-size: 2.75vw;
  }
  .cover-name p {
    font-size: 1.75vw;
  }
  #cover-list1,
  #cover-list2 {
    width: 100%;
    margin-bottom: 6rem;
  }
  #cover-list1 > ul li {
    width: 30%;
  }
  #framework {
    width: 100%;
    margin-top: 15rem;
  }
  #framework > .flexbox {
    margin-top: 1.5rem;
  }
}
@media (width <= 640px) {
  .cover-name h5 {
    font-size: 3vw;
  }
  .cover-name p {
    font-size: 2.5vw;
  }
}
/* カラーバリエーション用 */
.color-variation {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 15rem;
  display: grid;
  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;
  }
}
/* Sound */
#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;
}
.item-data {
  width: 80%;
  margin: 10rem auto 0;
  align-items: center;
  justify-content: space-between;
}
.item-data p {
  font-size: 1.5rem;
  line-height: 1.75;
}
.item-data ul li {
  line-height: 1.8;
}
.scene-box > .flexbox {
  margin: 20rem auto;
  justify-content: space-around;
  align-items: flex-start;
}
.scene-box > .flexbox .fbox-5 > h5 {
  padding: 0 0.5rem;
}
.scene-box > .flexbox .fbox-5 > p {
  margin-top: 1rem;
  padding: 0 0.5rem;
}
@media (width <= 900px) {
  .scene-box .flexbox {
    flex-wrap: wrap;
    width: 95%;
  }
  .scene-box > .flexbox > div h5 {
    margin: 1rem 0 0;
    text-align: center;
  }
  .item-data {
    width: 95%;
  }
  .item-data .fbox-4 {
    width: 85%;
  }
  .item-data .fbox-4 ul li {
    margin-top: 1rem;
  }
}
@media (width <= 800px) {
  .scene-box > .flexbox {
    margin: 10rem auto;
  }
}
/* SDGs */
#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;
}
@media (width <= 800px) {
  .long-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .bottomPage-contents .flex-wrap {
    width: 95%;
    padding-top: 0;
  }
}
/* feature */
#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;
}
.hide {
  opacity: 0;
}
#structure-box {
  padding-top: 0;
}
.structure {
  width: 100%;
}
.structure-lead {
  margin: 10rem auto 10rem;
  text-align: center;
}
.structure-lead p {
  margin-top: 3rem;
}
.structure-box {
  justify-content: space-around;
  align-items: flex-end;
}
.structure > ul.flexbox {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  justify-content: space-between;
}
.structure > div.flexbox {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  justify-content: space-between;
}
.structure_lead {
  margin-top: 5rem;
  text-align: center;
}
.structure_lead > h4 {
  font-size: 2.4rem;
  line-height: 1.8;
}
.structure_lead > p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.structure-flex {
  width: 80%;
  margin: 10rem auto 5rem;
}
.structure-flex > ul {
  justify-content: space-between;
}
.structure-flex > ul li {
  width: 30%;
}
.str-box {
  justify-content: center;
  align-items: center;
  margin: 3.5rem auto;
}
.str-box > div {
  padding: 0 1%;
  box-sizing: border-box;
}
.str-box .structure_lead {
  text-align: center;
}
.str-box .structure_lead > h4 {
  font-size: 2rem;
}
.str-box .structure_lead > p {
  font-size: 1.3rem;
}
#panel > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  justify-self: space-between;
}
#panel > ul li {
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 15rem;
}
#panel > ul li:first-child {
  margin-top: 0;
}
#panel > ul li > .panel-img {
  position: relative;
  text-align: center;
}
#panel > ul li > .panel-img .hosoku01 {
  position: absolute;
  top: auto;
  bottom: 19%;
  left: 80%;
  right: auto;
}
#panel > ul li > .panel-img .hosoku02 {
  position: absolute;
  top: auto;
  bottom: 42%;
  left: 80%;
  right: auto;
}
#panel > ul li > .panel-img .hosoku03 {
  position: absolute;
  top: 28%;
  bottom: auto;
  left: 80%;
  right: auto;
}
#panel > ul li > .panel-txt .txt-xs {
  padding: 5px 5px 1px;
  border: 1px solid;
}
#panel > ul li > .panel-txt {
  position: relative;
  padding: 0 0% 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#panel > ul li > .panel-txt > div {
  width: 100%;
  height: 180px;
  margin-top: 1.5rem;
  opacity: 0.9;
}
#panel > ul li > .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 > ul li > .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 > ul li > .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,
#base .flexbox {
  width: 95%;
  max-width: 1080px;
}
#cover .flexbox li.fbox-3,
#base .flexbox li.fbox-3 {
  width: 32%;
}
#cover .flexbox li.fbox-3:nth-child(2),
#base .flexbox li.fbox-3:nth-child(2) {
  margin-left: 3rem;
}
#cover .flexbox li.fbox-3 > p,
#base .flexbox li.fbox-3 > p {
  text-align: center;
  margin-top: 1.5rem;
}
#original-cover {
  margin-top: 7.5rem;
}
@media screen and(min-width: 1921px) {
  #panel > ul {
    width: 80%;
    margin-inline: auto;
  }
}
@media (width <= 800px) {
  .structure {
    width: 95%;
    margin: 5rem auto 0;
  }
  .structure-img {
    width: 90%;
    margin-inline: auto;
  }
  .structure > div.flexbox {
    width: 90%;
    justify-content: space-between;
  }
  .structure > ul.flexbox {
    flex-wrap: wrap;
  }
  .structure > ul.flexbox li {
    display: flex;
    justify-content: space-between;
  }
  .structure-lead h3 {
    font-size: 1.8rem;
    line-height: 2;
  }
  .structure-lead p {
    font-size: 1.3rem;
  }
  #original-cover ul.flexbox li.fbox-5 {
    margin: 1.5rem auto;
  }
  #original-cover .structure-lead p {
    width: 95%;
    margin-inline: auto;
    text-align: left;
  }
  #panel > ul {
    width: 90%;
  }
  #panel > ul li {
    margin: 5rem auto;
  }
  #panel > ul li > div {
    padding: 1.5rem 0;
  }
  #panel > ul li > .panel-txt {
    margin-top: 3rem;
  }
  #panel > ul li > .panel-txt .txt-xs {
    border: none;
    border-bottom: 1px solid black;
  }
  #panel > ul li > .panel-txt #nonframe {
    background-position: 80% 61%;
    background-size: 180%;
  }
  #panel > ul li > .panel-txt #frame {
    background-position: 81% 66%;
    background-size: 180%;
  }
  #panel > ul li > .panel-txt #baseless {
    background-position: 88% 60%;
    background-size: 180%;
  }
  #panel > ul li > .panel-txt > div {
    margin-top: 3rem;
  }
  #cover .flexbox li.fbox-3,
  #base .flexbox li.fbox-3 {
    width: 30%;
    display: block;
  }
  #original-cover {
    margin-top: 5rem;
  }
}
@media (width <= 640px) {
  .structure-lead {
    margin: 5rem auto;
  }
}
/* 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;
}
@media (width <= 800px) {
  .mgn-box {
    padding: 15px 0 15px;
  }
  .mgn-box .data-ttl {
    width: 95%;
  }
  .mgn-box .data-ttl h1 {
    font-size: 3.5vw;
  }
}
/* アンケート用 */
input,
optgroup,
select,
textarea {
  appearance: auto;
}
input[type="text"] {
  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;
}
.privacy-area {
  width: 95%;
  margin-inline: auto;
  padding: 15rem 0;
}
.privacy-area .sub-ttl {
  width: 95%;
  margin-inline: auto;
}
#privacy {
  max-width: 800px;
  margin-inline: auto;
}
.privacyPolicy_ttl {
  width: 95%;
  margin-inline: auto;
}
.privacyPolicy {
  margin-top: 5rem;
}
.privacyPolicy_content-area {
  width: 95%;
  margin-inline: auto;
  margin: 3rem auto;
}
@media (width <= 800px) {
  .privacy-area {
    padding: 7.5rem 0;
  }
}
/*ページトップ*/
.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;
  }
}
/* 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;
  }
}
/*sns-share*/
.sns-share {
  justify-content: center;
}
.sns-share > li {
  margin: 0 2.5rem;
  width: 200px;
}
.sns-share > li > .flexbox {
  cursor: pointer;
  padding: 5px;
  justify-content: start;
  align-items: center;
}
.sns-share > li > .flexbox:hover {
  opacity: 0.7;
}
.sns-share > li > .flexbox img {
  width: 40px;
}
.sns-share > li > .flexbox > div {
  margin-left: 1rem;
}
.sns-share > li > .flexbox p {
  font-size: 1.2rem;
}
.copylink {
  margin: 2.5rem auto 0;
  text-align: center;
}
.copylink button {
  width: 150px;
  font-size: 1.2rem;
  padding: 10px;
  border: 2px solid #666;
}
@media (max-width: 640px) {
  .sns-share {
    flex-wrap: wrap;
  }
  .sns-share > li {
    width: 200px;
    margin: 0.5rem 0 0.5rem 2.5%;
  }
  .sns-share > li > .flexbox img {
    width: 35px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
p.recapcha-text {
  font-size: 11px;
  text-align: center;
}
