/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*//// RESET ////*/
html {
  margin-top: 0 !important;
}

h2 {
  border-top: 0px;
  border-bottom: 0px;
}

h3 {
  border-bottom: 0;
}

h3::after {
  display: none;
}

/* ///////////// */
/*//// COMMON ////*/
/* ///////////// */

.w80,
.w80r {
  width: 80%;
}

.page-header {
  position: relative;
  width: 100%;
  background-size: cover;
  /* 画像を横幅100%に拡大（縦横比を維持） */
  background-position: center center;
  background-repeat: no-repeat;
}

.page-header::after {
  content: "";
  display: block;
  padding-top: 24.3%;
  height: auto;
  min-height: unset !important;
}

.device-pc .global-nav-list>li>a {
  padding: 14px 1em !important;
}

p {
  margin-bottom: 0;
}

.impulse-h2 {
  text-shadow: 1px 1px 3px #000;
}

.impulse-mv img {
  z-index: 1;
}

.global-nav-list>li:before {
  border-bottom: none;
}

strong.global-nav-name {
  font-size: 1rem !important;
  font-weight: 500;
}

.global-nav li a:hover {
  opacity: 0.8;

}

h3.ltg-slide-text-title {
  font-size: 2.4rem;
  line-height: 1.6;
}

h3.ltg-slide-text-title {
  font-size: 2.4rem;
  line-height: 1.6;
  text-shadow: 0 3 6px #474747 !important;
}

a.footer-logo img {
  width: 200px;
  margin-right: 2rem;
}

.header-top {
  display: none;
}

figure.top-visual {
  margin-bottom: 0;
}

.h2-product {
  width: fit-content;
  border-bottom: 3px solid #D61D1D;
  margin: auto;
  margin-bottom: 2rem;
}

.news {
  width: 70% !important;
  margin: 0 auto !important;
}

.contact-btn a {
  border-radius: 0;
}

.download-btn a {
  border: 1px solid lightgray;
}

.cvs-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.site-footer {
  border-top: none;
}

.site-footer-content {
  padding-top: 0;
}

a.footer-logo img {
  margin-top: 0;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.siteFooter .footer-menu-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer-copyright {
  padding: 0;
}

.site-footer .footer-under {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}

.wp-block-vk-blocks-gridcolcard-item.vk_gridcolcard_item.vk_gridcolcard_item-header-hide.vk_gridcolcard_item-footer-hide.layout-column {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.flow-outer {
  width: 80%;
}

a {
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.8 !important;
}

.arrow-txt {
  font-size: 1.2rem
}

.vk_gridColumn_item_inner {
  border: 1px solid lightgray;
}

.items h3 {
  margin-bottom: 10px;
}

.items .p-item {
  font-weight: 600;
  font-size: 1rem;
}

.company-td {
  width: 20%;
}

.site-map .vk_gridColumn_item_inner {
  border: none;
}

.site-map .has-text-color a {
  color: #000;
}

.site-map ul,
.site-map li {
  margin-top: .8em;
  margin-bottom: .8em;
}

/*------------------------------------------------------------
導入の流れ
  ------------------------------------------------------------*/
.vertical-line {
  width: 1px;
  height: 50px;
  margin: 0;
  background: repeating-linear-gradient(0deg,
      transparent,
      transparent 5px,
      #000 5px,
      #000 10px);
  position: relative;
  left: 40px;
  /* 左から40pxの位置に配置 */
}

hr.wp-block-separator.has-alpha-channel-opacity.vertical-line {
  margin: 0 !important;
}

hr.wp-block-separator.has-alpha-channel-opacity.vertical-line {
  width: 1px;
}

.flow-p {
  font-size: 1.125rem;
  font-weight: 500;
}

.contact-flow {
  padding: 50px 50px;
  background-color: #fff;
}

h4.flow-h4 {
  padding: 1rem 1rem;
  padding-top: 1rem !important;
}


/*------------------------------------------------------------
 MW WP FORM
  ------------------------------------------------------------*/
input[type=email],
input[type=text],
textarea {
  background-color: #fff !important;
}

.showroom-form input[type=email],
input[type=text],
textarea {
  background-color: #fff !important;
}

.form-btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

span.mention {
  color: red;
}

.form {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* ボタンそのもののスタイル */
.mwform-submit-button {
  display: inline-block;
}

input.comfirm {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000 !important;
  border: none !important;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.textarea-box {
  margin-bottom: 50px;
}

.textarea-box p {
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-textarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-textarea span {
  margin-left: 0 !important;
}

input.comfirm:hover {
  background-color: #333 !important;
  opacity: 0.8 !important;
}

/*------------------------------------------------------------
 モーダル
  ------------------------------------------------------------*/
.thumbnail-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px;
}

.thumbnail-group>div {
  flex: 0 0 22%;
  box-sizing: border-box;
}

.thumbnail-group img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.thumbnail-group img:hover {
  transform: scale(1.05);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.modal.is-active {
  display: flex;
}

.modal__content {
  background: #fff;
  padding: 20px;
  position: relative;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  border-radius: 0;
}

.modal1-content {
  max-width: 800px;
}

.modal2-content {
  max-width: 1200px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #F07000;
  z-index: 10;
  user-select: none;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-height: 70vh;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.modal#modal2 .swiper-slide img {
  max-height: 80vh;
}

.swiper-slide p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  color: #F07000;
}

@media (max-width: 768px) {
  .thumbnail-group>div {
    flex: 0 0 48%;
  }
}

/* .gallery img {
  width: 1500px;
  height: auto;
  object-fit: cover;
  cursor: pointer;
} */


/* モーダルのスタイル */
/* .modal {
 	display: none;
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 300;
}

.modal img {
  max-width: 80%;
  max-height: 80%;
	border-radius: 10px;
	
} */

/* 戻る・次へリンク */
/* .modal-nav {
  position: absolute;
	top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

.modal-nav.prev {
  left: 20px;
}

.modal-nav.next {
  right: 20px;
} */

/* 閉じるボタン */
/* .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
} */
/* .modal [class*='modal-nav'] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; 
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
} */

/* .modal [class*='modal-nav']::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0; 
  border-color: transparent white transparent transparent; 
}

.modal .prev {
  left: 50px; 
}

.modal .prev::after {
  transform: rotate(0); 
}

.modal .next {
  right: 50px;
}

.modal .next::after {
  transform: rotate(-180deg); 
}
 */

p.catalog-btn {
  margin-bottom: 1.2rem;
  margin-top: 3rem;
}

div.contact-box {
  border: 1px solid lightgray;
}

.support-custom-btn {
  margin-bottom: 1rem !important;
}

.showroom-border {
  border-bottom: 2px solid #004B97;
  width: fit-content;
  margin: 0 auto;
}

.showroom-circle .vk_gridColumn_item_inner.has-background-color {
  border: none;
  border-radius: 10px;
}

/*------------------------------------------------------------
Impulseヘッダー
  ------------------------------------------------------------*/

header.header-impulse {
  background-color: #000;
}

header.header-impulse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-impulse h1 {
  margin-bottom: 0;
  padding-left: 50px;
}

.header-impulse h1 img {
  width: 200px;
  display: block;
  margin: auto
}

.header-impulse .impulse-wrap {
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.impulse-wrap {
  width: 100%;
  margin: 0 auto;
}

.gnavibox-impulse {
  display: flex;
  margin: 0 !important;
  padding: 0;
}

.gnavi-impulse {
  width: 8rem;
  padding: 0 20px;
  height: 60px;
  background-color: #000;
  position: relative;
  transition: all .3s;
  list-style-type: none;
  margin: 0 !important;
}

.gnavi-impulse:nth-child(2) {
  width: 12rem;
}

.gnavi-impulse:hover {
  background-color: #555555;
}

.gnavi-impulse a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}

.impulse-contact-btn {
  background-color: #D61D1D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
}

.impulse-contact-btn span {
  color: #fff;
}

.header-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}

h2.wp-block-heading.is-style-vk-heading-solid_bottomborder_black.has-border-color {
  margin-bottom: 1rem
}

h3.impulse-borderred {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 2px solid #D61D1D;
}

/* ページヘッダー画像-impulseはアイキャッチで設定 */
.header-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.header-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-top: none;
}

/* .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  box-sizing: border-box;
} */


/* ヘッダー　ドロップダウン */
.dropdownbox__impulse {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 200px;
  position: absolute;
  top: 10px;
  left: 0;
}

.gnavi-impulse:hover .dropdownbox__impulse {
  display: block;
  /*Gナビメニューにホバーしたら表示*/
  z-index: 1000 !important;
}

.dropdown__impulse {
  background-color: #000;
  width: 350px;
  height: auto;
  transition: all .3s;
  position: relative;
  list-style-type: none;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.dropdown__impulse:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__impulse:last-child {
  border-bottom: none;
}

.dropdown__impulse:hover {
  background-color: #555555;
}

.dropdown__impulse a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.dropdown__impulse a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}

/* ヘッダーアニメーション */
.dropdownbox__impulse {
  visibility: hidden;
  /*デフォルトでは非表示の状態にしておく*/
  opacity: 0;
  /*不透明度0*/
  transition: all .3s;
  /*表示の変化を0.3秒に指定*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.gnavi-impulse:hover .dropdownbox__impulse {
  visibility: visible;
  /*Gナビメニューにホバーしたら表示*/
  opacity: 1;
  /*不透明度1*/
}

.dropdownbox__impulse {
  transform: scaleY(0);
  /*デフォルトでは非表示の状態にしておく*/
  transform-origin: center top;
  /*変形を適応する基準をtopとする*/
  transition: all .3s;
  /*表示の変化を0.3秒に指定*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: -110%;
}

.gnavi-impulse:hover .dropdownbox__impulse {
  transform: scaleY(1);
  /*Gナビメニューにホバーしたら表示*/
}


/*------------------------------------------------------------
 Impulseフッター
  ------------------------------------------------------------*/
.impulse-footer {
  background-color: #555555;
  padding: 20px 0;
}

.impulse-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.impulse-footer-logo img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.impulse-box {
  display: block;
  align-items: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.impulse-footer p {
  color: #fff;
  text-align: center;
}

.impulse-footer a {
  color: #fff;
  text-decoration: none;
}

small.impulse-small {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* モーダル */
.gallery img {
  pointer-events: auto;
  cursor: pointer;
}



/*------------------------------------------------------------
 WithPilatesヘッダー
  ------------------------------------------------------------*/
header.header-withpilates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-withpilates h1 {
  margin-bottom: 0;
  padding-left: 50px;
}

.header-withpilates h1 img {
  width: 200px;
  display: block;
  margin: auto
}

.header-withpilates .withpilates-wrap {
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.withpilates-wrap {
  width: 100%;
  margin: 0 auto;
}

.gnavibox-withpilates {
  display: flex;
  margin: 0 !important;
}

.gnavi-withpilates {
  width: 8rem;
  padding: 0 20px;
  height: 60px;
  position: relative;
  transition: all .3s;
  list-style-type: none;
  margin: 0 !important;
}

.gnavi-withpilates a:hover {
  color: lightgray;
}

.gnavi-withpilates span {
  font-family: serif;
}

.gnavi-withpilates a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}

.withpilates-contact-btn {
  background-color: #EEDCB3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
}

.withpilates-contact-btn:hover {
  opacity: 0.8;
}

.withpilates-contact-btn span {
  color: #000;
  font-family: serif;
  font-weight: 500;
}

.pilates-faq .vk_faq_title:before {
  background-color: #87614E !important;
}

.pilates-faq .vk_faq_content:before {
  background-color: #d1b48c;
}

.pilates-faq.vk_faq {
  border-bottom: none !important;
  padding-bottom: 0;
}

.pilates-faq.vk_faq .vk_faq_title {
  border-bottom: 1.5px solid #87614E;
}


/*------------------------------------------------------------
 WithPilatesフッター
  ------------------------------------------------------------*/
.withpilates-footer {
  background-color: #EEDCB3;
  padding: 20px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.withpilates-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.withpilates-footer-logo img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.withpilates {
  display: block;
  align-items: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.withpilates-footer p {
  color: #333;
  text-align: center;
}

.withpilates-footer a {
  color: #333;
  text-decoration: none;
}

small.withpilates-small {
  color: #333;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*------------------------------------------------------------
 YouStretchヘッダー
  ------------------------------------------------------------*/
header.header-youstretch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-youstretch h1 {
  margin-bottom: 0;
  padding-left: 50px;
}

.header-youstretch h1 img {
  width: 250px;
  display: block;
  margin: auto
}

.header-youstretch .youstretch-wrap {
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.youstretch-wrap {
  width: 100%;
  margin: 0 auto;
}

.gnavibox-youstretch {
  display: flex;
  margin: 0 !important;
}

.gnavi-youstretch {
  width: 8rem;
  padding: 0 10px;
  height: 60px;
  position: relative;
  transition: all .3s;
  list-style-type: none;
  margin: 0 !important;
}

.gnavi-youstretch a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}

.gnavi-youstretch a:hover {
  color: lightgray;
}

.youstretch-contact-btn {
  background-color: #0EA077;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
}

.youstretch-contact-btn:hover {
  opacity: 0.8;
}

.youstretch-contact-btn span {
  color: #fff;
}

/* アンカー */
.anchor-text-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 0;
  margin: 32px 0;
}

.anchor-text-links a {
  position: relative;
  color: #0EA077;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.6;
  padding: 0 22px;
}

.anchor-text-links a:first-child {
  padding-left: 0;
}

.anchor-text-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #777;
}

.anchor-text-links a:hover {
  opacity: 0.7;
}


@media (max-width: 768px) {
  .anchor-text-links {
    display: block;
    margin: 24px 0;
  }

  .anchor-text-links a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }

  .anchor-text-links a:not(:last-child)::after {
    display: none;
  }

  .anchor-text-links a:not(:last-child)::after {
    display: none;
  }
}


/*------------------------------------------------------------
YouStretchフッター
  ------------------------------------------------------------*/
.youstretch-footer {
  background-color: #0EA077;
  padding: 20px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.youstretch-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.youstretch-footer-logo img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.youstretch {
  display: block;
  align-items: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.youstretch-footer p {
  color: #fff;
  text-align: center;
}

.youstretch-footer a {
  color: #fff;
  text-decoration: none;
}

small.youstretch-small {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*------------------------------------------------------------
BSラバーヘッダー
  ------------------------------------------------------------*/


header.header-bsrubber {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bsrubber h1 {
  margin-bottom: 0;
  padding-left: 50px;
}

.header-bsrubber h1 img {
  width: 200px;
  display: block;
  margin: auto
}

.header-bsrubber .bsrubber-wrap {
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bsrubber-wrap {
  width: 100%;
  margin: 0 auto;
}

.gnavibox-bsrubber {
  display: flex;
  margin: 0 !important;
}

.gnavi-bsrubber {
  width: fit-content;
  padding-right: 15px;
  height: 60px;
  position: relative;
  transition: all .3s;
  list-style-type: none;
  margin: 0 !important;
}

.gnavi-bsrubber:last-child {
  padding-right: 0;
}

.gnavi-bsrubber a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  transition: all .3s;
}

.gnavi-bsrubber a:hover {
  color: lightgray;
}

.gnavibox-bsrubber li a span {
  border-right: 1px solid #333;
  padding-right: 15px;
}

.gnavibox-bsrubber li:last-child a span {
  border-right: none;
}


.bsrubber-contact-btn {
  background-color: #53A537;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
}

.bsrubber-contact-btn:hover {
  opacity: 0.8;
}

.bsrubber-contact-btn span {
  color: #fff;
}


/*------------------------------------------------------------
BSラバーフッター
  ------------------------------------------------------------*/
.bsrubber-footer {
  background-color: #53A537;
  padding: 20px 0;
}

.bsrubber-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.bsrubber-footer-logo img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.bsrubber {
  display: block;
  align-items: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.bsrubber-footer p {
  color: #fff;
  text-align: center;
}

.bsrubber-footer a {
  color: #fff;
  text-decoration: none;
}

small.bsrubber-small {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*------------------------------------------------------------
カーディオジムヘッダー
  ------------------------------------------------------------*/
header.header-cardiogym {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-cardiogym h1 {
  margin-bottom: 0;
  padding-left: 50px;
}

.header-cardiogym h1 img {
  width: 200px;
  display: block;
  margin: auto
}

.header-cardiogym .cardiogym-wrap {
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cardiogym-wrap {
  width: 100%;
  margin: 0 auto;
}

.gnavibox-cardiogym {
  display: flex;
  margin: 0 !important;
}

.gnavi-cardiogym {
  width: 8rem;
  padding: 0 20px;
  height: 60px;
  position: relative;
  transition: all .3s;
  list-style-type: none;
  margin: 0 !important;
}

.gnavi-cardiogym a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}

.gnavi-cardiogym a:hover {
  color: #5882ac;
}

.cardiogym-contact-btn {
  background-color: #154F89;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
}

.cardiogym-contact-btn:hover {
  opacity: 0.8;
}

.cardiogym-contact-btn span {
  color: #fff;
}

.cardiogym-card {
  border: 1px solid #154F89;
}


/*------------------------------------------------------------
カーディオジムフッター
  ------------------------------------------------------------*/
.cardiogym-footer {
  background-color: #154F89;
  padding: 20px 0;
}

.cardiogym-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.cardiogym-footer-logo img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.cardiogym {
  display: block;
  align-items: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.cardiogym-footer p {
  color: #fff;
  text-align: center;
}

.cardiogym-footer a {
  color: #fff;
  text-decoration: none;
}

small.cardiogym-small {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*------------------------------------------------------------
フィットネスギアヘッダー
  ------------------------------------------------------------*/
header.header-fitnessgear {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-fitnessgear h1 {
  margin-bottom: 0;
  padding-left: 50px;
}

.header-fitnessgear h1 img {
  width: 200px;
  display: block;
  margin: auto
}

.header-fitnessgear .fitnessgear-wrap {
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fitnessgear-wrap {
  width: 100%;
  margin: 0 auto;
}

.gnavibox-fitnessgear {
  display: flex;
  margin: 0 !important;
}

.gnavi-fitnessgear {
  width: 8rem;
  padding: 0 20px;
  height: 60px;
  position: relative;
  transition: all .3s;
  list-style-type: none;
  margin: 0 !important;
}

.gnavi-fitnessgear a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}

.gnavi-bsrubber a:hover {
  color: lightgray;
}

.fitnessgear-contact-btn {
  background-color: rgb(87, 180, 196);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
}

.fitnessgear-contact-btn:hover {
  opacity: 0.8;
}

.fitnessgear-contact-btn span {
  color: #000;
}


/*------------------------------------------------------------
フィットネスギアフッター
  ------------------------------------------------------------*/
.fitnessgear-footer {
  background-color: rgb(87, 180, 196);
  padding: 20px 0;
}

.fitnessgear-footer-logo {
  margin-left: auto;
  margin-right: auto;
}

.fitnessgear-footer-logo img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

.fitnessgear {
  display: block;
  align-items: center;
}

.footer-txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.fitnessgear-footer p {
  color: #333;
  text-align: center;
}

.fitnessgear-footer a {
  color: #333;
  text-decoration: none;
}

small.fitnessgear-small {
  color: #333;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.product-column {
  width: 80%;
  margin: 0 auto;
}

.withpilates-card .vk_gridColumn_item_inner {
  /* 	border:2px solid #D1B48C; */
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.pilates-recommend {
  /* width: 80%; */
  margin: 0 auto;
  border-radius: 30px;
}

/* ==========================================
   ゴムシリーズ（rubber-series）レスポンシブスタイル
   ========================================== */
.rubber-series {
  font-family: sans-serif;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.rubber-series .gallery-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 900px;
}

/* 【PC版】カード：横並び（優先度を正常化） */
.rubber-series .card {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 0px !important;
}

.rubber-series .button-area {
  flex: 0 0 150px;
  display: block;
  justify-content: center;
  margin-right: 25px;
}

.rubber-series button.toggle-btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #4C9558;
  color: white;
  border: none;
  transition: all 0.3s ease;
  width: 130px;
}

.rubber-series button.toggle-btn:hover {
  background-color: #4C9558;
  transform: translateY(-1px);
}

.rubber-series button.toggle-btn.active {
  background-color: #4C9558;
}

.rubber-series .image-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease-in-out;
  box-sizing: border-box;
}

.rubber-series img.toggle-img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0.1s;
}

.rubber-series img.toggle-img.loaded {
  opacity: 1;
}

.rubber-series .card-title {
  color: #666666;
  font-weight: 700;
  margin-top: 0;
}

/* 768px以上の時はSP専用のカードを隠す */
.rubber-series .sp-card {
  display: none !important;
}

/* ==========================================
   【SP版】768px未満（スマホ環境）の時
   ========================================== */
@media (max-width: 767px) {

  /* PC用のカードを完全に消して、SP用を表示する */
  .rubber-series .pc-card {
    display: none !important;
  }

  /* 【修正】SP時は最優先で縦並び（column）＆中央揃えにする */
  .rubber-series .card.sp-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* 【修正】SP時のボタンエリアを中央揃えにする */
  .rubber-series .button-area {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 1400px) {
  h3.ltg-slide-text-title {
    font-size: 3.8rem;
    line-height: 1.6;
  }
}


@media screen and (max-width: 768px) {

  /* ///////////// */
  /*//// COMMON ////*/
  /* ///////////// */
  .w80r {
    width: 100%;
  }

  h3.ltg-slide-text-title {
    font-size: 1.5rem !important;
  }


  header.header-impulse {
    padding: 10px 0;
  }

  .header-impulse h1 {
    padding-left: 20px;
  }

  .dropdownbox__impulse {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s;
  }

  .gnavi-impulse:hover .dropdownbox__impulse {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }

  /* .page-header::after {
    padding-top: 40%;
    height: auto;
    min-height: unset !important;
  } */

  .header-text {
    left: 30%;
  }

  .arrow-txt {
    font-size: 1.2rem
  }

  section.showroom-form .container {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-block-vk-blocks-outer.vkb-outer-b4eb1288-7e11-4579-894e-9e130d60b044.vk_outer.vk_outer-width-normal.vk_outer-paddingLR-use.vk_outer-paddingVertical-use.vk_outer-bgPosition-normal {
    padding: 40px 20px;
  }

  .vk_gridColumn_item_inner {
    border: 1px solid lightgray;
  }

  .dropdownbox__impulse {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .dropdownbox__impulse.open {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    /* メニューの高さに応じて調整 */
    padding: 0;
  }

  .impulse-wrap {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
  }

  .impulse-wrap.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .impulse-wrap.open li {
    pointer-events: auto;
  }

  .gnavi-impulse:nth-child(2) {
    width: 100%;
  }

  .gnavibox-impulse {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .gnavi-impulse {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .impulse-contact-btn {
    width: 100%;
    text-align: center;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1500;
  }

  .hamburger span {
    display: block;
    width: 40px;
    height: 3px;
    margin: 8px auto;
    background-color: #fff;
    transition: all 0.3s;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-8.45px) rotate(-45.5deg);
  }

  .dropdownbox__impulse {
    left: 0;
    width: 100% !important;
  }

  .dropdown__impulse {
    width: 100%;
  }

  h3.ltg-slide-text-title {
    font-size: 1.8rem;
  }

  .vk_button.vk_button-align-right,
  .vk_button.vk_button-align-left {
    text-align: center;
  }

  h3.wp-block-heading.\33 d-h3 {
    margin-top: 2rem !important;
  }

  .form {
    max-width: 100%;
  }

  /* withpilates */
  .pilates-recommend {
    width: 100%;
  }

  .pilates-recommend li {
    font-size: 1.25rem;
  }

  .pilates-outer {
    padding: 0;
  }

  .pilates-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 0.5em !important;
  }

  td {
    font-size: 1rem !important;
  }

  /* wellnessmachine */
  .youstretch-contact-btn {
    width: 100px !important;
  }

  .history-column {
    flex-direction: column-reverse;
  }

  h3.wp-block-heading.is-style-vk-heading-plain.hitstory-num img {
    width: 25px !important;
  }

  .header-youstretch h1 {
    display: none;
  }

  .gnavi-youstretch {
    width: fit-content;
    padding-left: 0;
    padding-right: 1em;
  }

  .gnavibox-youstretch {
    padding-left: 0.5em;
  }


  /* bsrubber　ハンバーガーメニュー */
  .header-bsrubber {
    padding: 10px 0;
  }

  .bsrubber-wrap {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
  }

  .bsrubber-wrap.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .bsrubber-wrap.open li {
    pointer-events: auto;
  }

  .gnavibox-bsrubber {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .gnavi-bsrubber {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .gnavibox-bsrubber li a span {
    border-right: none;
  }

  .bsrubber-contact-btn {
    width: 100%;
    text-align: center;
  }

  .bs-hamburger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1500;
  }

  .bs-hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: green;
    transition: all 0.3s;
  }

  .bs-hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .bs-hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .bs-hamburger.active span:nth-child(3) {
    transform: translateY(-8.45px) rotate(-45.5deg);
  }







  .contact-flow {
    padding: 25px 10px;
  }

  .br {
    display: none;
  }

  .cta-outer {
    padding: 1em 2em;
  }

  .wp-block-vk-blocks-button-outer.vk_buttons.cta-btn2 {
    width: 100% !important;
  }

  .vk_button-width-mobile-75 {
    width: 100%;
  }
}


@media screen and (max-width: 480px) {
  /* ///////////// */
  /*//// COMMON ////*/
  /* ///////////// */


  /* .page-header::after {
    padding-top: 50%;
  } */

  .header-text {
    font-size: 1.5rem;
    /* スマホでは少し小さめに */
  }

  h3.ltg-slide-text-title {
    font-size: 1.2rem !important
  }
}