@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
--sans: "Noto Sans JP", sans-serif;
--en: "Lato", sans-serif;
--en2:"Cormorant Garamond", serif;
--ark-line_height: 2.2;
}

body{
	font-family:var(--sans);
	font-weight:300;
	font-size:18px;
}
.pchidden{
		display:none;
	}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

body {
  margin: 0;
  background: transparent;
}
header .l-container{
	max-width:100%;
}
.u-flex--c{
	border-radius:50%;
}
.teaser_cp h2{
	font-size:55px;
text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.84);

}

.top_copy_txt1{
	font-size:23px;
}

.teaser_txt p{
	font-size:18px;
}

.teaser_btn a{
	width: 191px;
height: 191px;
background: #fff;
border: 10px solid #aaeafe;
	border-radius:50%;
	padding-top:30px;
	transition:0.3s;
	position:absolute;
	right:4%;
	margin-top:-80px;
}
.teaser_btn a:hover{
	opacity:1;
	border: 10px solid #5DA2E6;
}
.main_bg{
	background-image:url(../../../wp-content/uploads/2025/07/bg_main.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:100% 100%;
}
.title-hd-1{
	font-size:55px;
	font-weight:300;
	padding-bottom:10px;
text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.84);

}
.title-hd-1n{
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.00);
}
.title-hd-2{
	font-size:28px;
	font-weight:400;
	padding-bottom:10px;
}
.txt19{
	font-size:19px;
}
.txt20{
	font-size:20px;
}
.product_title{
	border-bottom:solid 1px #707070;
	padding-bottom:20px;
}
.product_title h4{
	font-size:30px;
		font-weight:400;
}
.side_txt p{
	font-size:20px;
}
p.ic_box{
font-size:14px ;
border:solid 1px #707070;
	width:72px;
	text-align:center;
}
.product_media {
	width:70%;
	margin:auto;
	margin-bottom:50px!important;
}
.product_media .wp-block-media-text__media{
	padding-right:15px;
	padding-top:15px;
}
/* スクロール固定Column */
.position-sticky-wrap {
    overflow: visible !important;　/* 包含するouterに */
}
.wp-block-column.position-sticky-column {
    position: sticky; /* PCにのみ反映。 */
    top: 130px;
    align-self: flex-start;
}

.main_bg2{
	background-image:url(../../../wp-content/uploads/2025/07/bg_main2.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:100% 100%;
}
.box_shadow{
	padding:60px 100px!important;
border-radius: 9px;
box-shadow: 0px 0px 15px rgba(98, 205, 222, 0.36);
}
.midashi_border{
padding:10px;
border: 1px solid #2d83d9;

}
.check_list{
	list-style:none;
	padding:0;
}
.check_list li{
	font-size:18px;
	margin-bottom:10px;
	background-image:url(../../../wp-content/uploads/2025/07/check_ic.svg);
	background-repeat:no-repeat;
	background-position:left top 5px;
	padding-left:34px;
	letter-spacing:0.05em;
}
.midashi_border2{
padding:6px;
border: 1px solid #707070;
	border-radius:60px;
	font-weight:400;
	margin-top:20px!important;
}
.check_list.f_box{
	margin-top:40px;
}
.f_box{
	display:flex;
	flex-wrap:wrap;
}
.f_box li{
	margin-right:60px;
	margin-top:15px;
}
.seibun_box1{
	border:solid 1px #fff;
	border-radius:4px;
	padding:14px 16px;
	margin-top:20px!important;
}
.seibun_box1 strong{
	font-family:var(--en);
	font-size:20px;
}
.seibun_box2{
background: rgba(255, 255, 255, 0.15);
height:calc(100% - 19px);
	padding-left:25px;
	padding-right:25px;

}
.img_round img{
	border-radius:6px;
}
.kodawari_sub{
	font-weight:400;
}

.check_list3{
	list-style:none;
	padding:40px 70px;
border-radius: 7px;
background: rgba(255, 255, 255, 0.65);
box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.66);

}
.check_list3 li{
	font-size:18px;
	margin-bottom:10px;
	background-image:url(../../../wp-content/uploads/2025/07/ic_check2.svg);
	background-repeat:no-repeat;
	background-position:left top 5px;
	padding-left:44px;
	letter-spacing:0.05em;
}

.snow-monkey-form{
	width:80%;
	margin:50px auto;
}
.requirement .smf-item__label{
	position:relative;
}
.requirement .smf-item__label::after{
	 content: "必須";
  color: #FD4444;
  font-size: 14px;
  margin-left: 0.25em;
	position:absolute;
	background-color:#fff;
	border-radius:3px;
	border:solid 1px  #FD4444;
	width:60px;
	right:10px;
	top:7px;
	text-align:center;
}
.smf-action .smf-button-control__control {
	width: 288px !important;
	border-radius: 4px !important;
	background: #ff9f07 !important;
	color: #fff !important; /* 文字色は必要に応じて調整 */
	border: none !important;
transition:0.3s;
}
.smf-action .smf-button-control__control:hover {
	background: #FFC465 !important;
}
header .l-container{
	padding-right:0;
}
/* menu-item-25 を右上に固定し、スタイル適用 */
.menu-item-25 {
	margin-left: auto;
}

/* ボタンスタイル */
.menu-item-25 > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 68px;
	background: #ff9f07;
	color: #fff !important;
	font-weight: bold;
	border-radius: 0 0 0 8px;
	box-shadow: 0 4px 0 #d58300;
	text-decoration: none;
	padding:27px 25px !important;
	transition: background 0.3s ease;
	box-sizing: border-box;
	margin-left:20px;
	margin-top:-15px;
}
.c-gnav__li>.c-gnav__a{
	font-weight:500;
}
.c-gnav__li, .c-gnav__li>.c-gnav__a{
	height:auto;
}
.l-header__body{
	align-items:flex-start
}
.c-gnav {
    align-items: self-start;
	    padding-top: 15px;
}
[data-scrolled=true] [data-pcfix="1"] .c-headLogo__img.-common{
	height:60px;
	padding-top:10px;
}
    [data-scrolled=true] .l-header{
	background-color:rgba(255, 255, 255, 0.63);
		height:90px;
}

footer .wp-block-image {
    text-align: left;
}
.footer_link{
		margin-top:25px !important;
}
.footer_link a{
	text-decoration:none;
	margin-left:25px;

}
.l-footer__foot{
	display:none;
}