@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*Google re CAPTCHA保護マーク削除 */
.grecaptcha-badge { 
	visibility: hidden; 
}

/* フッター前の無駄な余白を削除 
.w-beforeFooter {
	margin-top: 0 !important;
}*/

/* コンテンツ一番下の余白を削除 
#content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}*/

/* ヘッダーロゴの余白をなくす */
@media (min-width: 960px) {
	.-parallel-bottom .l-header__logo .l-fixHeader__logo {
		padding: 0;
	}
}

/* ロゴになっているh1タグにサイト名を入れる */
#site-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* フッター前の無駄な余白を削除 */
.w-beforeFooter {
	margin-top: 0 !important;
}

/* 投稿内画像下の余白 */
.post_content .wp-block-image{
	margin-bottom: 50px;
}

/* ボタン改行させない */
.my-button-nobr {
	white-space: nowrap;
}

/* メールフォーム */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.8em;
  overflow: auto;
}
@media(max-width:599px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #ddd !important;
  }
}
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f8f8f8;
  border: solid 1px #ddd;
}
.inquiry td {
  font-size: 14px;
  border: solid 1px #ddd;
}
.req { /* 必須 */
  font-size: 12px;
  padding: 5px;
  background: #e44141;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any { /* 任意 */
  font-size: 12px;
  padding: 5px;
  background: #f09f4d;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
input,
select,
textarea {
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.text-center{
  text-align:center;
}

.wpcf7-submit {
  display: block;
  border: none;
  width: 350px;
  margin: 25px auto 0;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  background-color: var(--color_main);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: var(--swl-btn_shadow);
  transition: box-shadow .25s;
}
.wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}

/* コンタクトフォーム7　プライバシーポリシー同意 */
.privacy-consent {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-submit:disabled {
background-color: #999;
}

/* ================================
   フッター著作権部分のスタイル
   ================================ */

/* 著作権表示（カスタムクラス `.custom-copyright`）のスタイル */
.custom-copyright {
    text-align: center;  /* テキストを中央揃えにする */
    font-size: 14px;     /* フォントサイズを14pxに設定 */
    color: #fff;         /* 文字色を白 (#fff) にする */
    padding: 10px 0;     /* 上下に10pxの余白を追加（左右はなし） */
}

/* 著作権表示内のリンクのスタイル */
.custom-copyright a {
    color: #fff;         /* リンクの文字色を白 (#fff) にする */
    text-decoration: none; /* リンクの下線を削除する */
}
/* 元々ある©マークを非表示にする */
.copyright {
    display: none;
}


/* MVスクロールボタン */
#main_visual > div > button > svg {
  display: none ;	
}

.p-mainVisual__scroll {
    position: absolute;
    bottom: 20px;
    right: 30px; /* 右端に配置 */
    left: auto; /* 中央寄せを解除 */
    transform: none; /* X軸の中央揃えを解除 */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

/* テキスト */
.p-mainVisual__scrollLabel {
    font-size: 13px;
    letter-spacing: 2px;
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: mixed;
    color: #fff !important; /* テキスト色 */
}

/* 縦のライン（擬似要素で作成） */
.p-mainVisual__scroll a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.p-mainVisual__scroll::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 80px;
    background-color: #fff;
    animation: scrollAnimation 1.5s ease-in-out infinite;
}	

/* アニメーション */
@keyframes scrollAnimation {
  0%   { opacity: 0; transform: translateY(0); }
  50%  { opacity: 1; transform: translateY(10px); }
  100% { opacity: 0; transform: translateY(20px); }
}

/* PCのみ表示 */
@media screen and (max-width: 959px) {
.p-mainVisual__scroll{
display:none;
}
}