/*
Last Updated: 2024-03-26
Author: zeal
*/

/*----------------------------------------
	共通
----------------------------------------*/
a {
	color: #5d96cb;
}
a:hover {
	color: #1e8cf3;
}
body{
	background: url("../images/emotional_branding_lp/pc_bg.jpg") center bottom / cover fixed no-repeat;
	/* background: #f2c5fc; */

}
#container {
    position: relative;
    box-sizing: border-box;
    margin-right: 13%;
    margin-left: auto;
    overflow: hidden;
}
.ribbon_l,
.ribbon_r{
	background: url("../images/site_renewal_lp/background-rbn.jpg") center top repeat-y;
	background-size: 100%;
	position: fixed;
	top: 0;
	max-width: 60px;
	width: 4.5%;
	height: 100vh;
}
.ribbon_l{
	left: 0;
}
.ribbon_r{
	right: 0;
}
.pc_logo {
position: fixed;
    top: 6%;
    left: 4%;
    /* width: 20vw; */
    max-width: 188px;
}
.pc_nav {
    position: fixed;
    bottom: 9%;
    left: 4%;
    /* width: 25vw; */
    max-width: 375px;
}
.pc_nav ul{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 1150px) {
	.pc_logo,
	.pc_nav{
		display: none;
	}
	#container{
		margin-right: auto;
	}
}

@media print, screen and (min-width: 800px){

	#container{
		max-width: 500px;
	}


}/*END*/

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

	#container{
		width: 100%;
	}
	.ribbon_l,
	.ribbon_r{
		display: none;
	}

}/*END*/




/*----------------------------------------
	drawer
----------------------------------------*/

.menu_btn{
	position: fixed;
	top: -60px;
    right: 13%;
	height: 60px;
	width: 60px;
	cursor: pointer;
	background: #000;
	transition: all 0.6s;
	z-index: 100;
}
.menu_btn span{
	display: inline-block;
	height: 1px;
	transition: all 0.6s;
	background: #fff;
	position: absolute;
	right: 13px;
}
.menu_btn span:nth-child(1){
	width: 34px;
	top: 24px;
}
.menu_btn span:nth-child(2){
	width: 20px;
	top: 34px;
}
.open .menu_btn span:nth-child(1){
	transform: rotate(-45deg);
	top: 27px;
}
.open .menu_btn span:nth-child(2){
	transform: rotate(45deg);
	width: 34px;
	top: 27px;
}
@media screen and (max-width: 1150px) {
	.menu_btn{
		right: calc(50% - 250px);
	}
}
@media print, screen and (min-width: 650px) and ( max-width: 799px){
	.menu_btn{
		height: 100px;
		width: 100px;
		top:-100px;
	}
	.menu_btn span{
		height: 2px;
		right: 20px;
	}
	.menu_btn span:nth-child(1){
		width: 50px;
		top: 40px;
	}
	.menu_btn span:nth-child(2){
		width: 30px;
		top: 58px;
	}
	.open .menu_btn span:nth-child(1){
		top: 49px;
	}
	.open .menu_btn span:nth-child(2){
		width: 50px;
		top: 49px;
	}
}

@media screen and (max-width: 799px){
	.menu_btn{
		left: inherit;
		right: 0;
		margin-left: 0;
	}
}
/* ドロワー */
.drawer {
    justify-content: end!important;
}
.drawer nav{
	padding-right: 19%;
}
@media screen and (max-width: 1150px) {
	.drawer {
		justify-content: center!important;
	}
	.drawer nav{
		padding-right: 0;
	}
}
/*----------------------------------------
	お問い合わせ
----------------------------------------*/
::placeholder {
  color: #000;
	padding-top: 0.15em;
	line-height:1.286
}
input::-webkit-input-placeholder {
	color: #000;
  position: relative;
	text-align: left;
}
input:-moz-placeholder {
color: #000;
padding-top: 0.15em;
}
input::-moz-placeholder {
color: #000;
padding-top: 0.15em;
}
input:-ms-input-placeholder {
color: #000;
padding-top: 0.15em;
}

input, select {
	width: 100%;
}
.form_annotation {
	font-weight:normal!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
@media screen and (max-width: 599px){
.form_annotation p{
	font-size: 1.2rem!important;
}
p.form_annotation{
	font-size: 1.2rem!important;
}
}
.p_t0 {
	padding-top: 0px!important;
}
.hissu{
	background: #f3e8b2;
	color: #393b54;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	padding: 4px 7px;
	font-size: 1.2rem;
	margin-left: 10px;
	border: none;
	font-size: 1.8rem;
}
.nini{
	background: #e5e5ed;
	color: #393b54;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	padding: 4px 7px;
	font-size: 1.2rem;
	margin-left: 10px;
	border: none;
	font-size: 1.8rem;
}
.contact th{
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	color: #fff;
	background: #393b54;
	text-align: left;
		padding: 15px 4.5%;
}
.contact td{
	background: #fff;
	box-sizing: border-box;
		padding: 4.5% 4.5%;
		line-height: 1.6;
}
.contact td span.text_red{ margin-left: 10px; }
.mwform-radio-field,
.mwform-checkbox-field{
	display: block;
	width:100%;
	background: #fff;
	margin-bottom: 10px;
	padding-left: 15px;
	box-sizing: border-box;
}
.contact_part td.form_flex_parts {
	display:flex!important;
	justify-content:space-between;
	gap: 10px;
}
.form_flex_parts .mwform-radio-field,
.form_flex_parts .mwform-checkbox-field{
	display: inline-block;
	width:49%;
}
/*希望日程　flex*/
#date_area .form_flex_parts input,
#date_area02 .form_flex_parts input {
	flex: 2.8;
}
#date_area .form_flex_parts select,
#date_area02 .form_flex_parts select {
	flex: 1.5;
	padding-right: 0;
}
.kakunin .mwform-checkbox-field{ margin-right: 0; }
.mw_wp_form .vertical-item{ display: inline-block; }
.mw_wp_form .vertical-item + .vertical-item{ margin-top: 0 !important; }
.btn_area{ text-align: center; }

.mwform-radio-field.vertical-item{
	margin-bottom: 15px;
}

.add .zip,
.add .pref{
	margin-bottom: 10px;
}
.add .zip input,
.add .pref select{
	margin-left: 8px;
}

/*error*/
.mw_wp_form .error{
	font-size: inherit !important;
	color: inherit !important;
}
.mw_wp_form span.error{
	padding-top: 6px;
}
.mw_wp_form td.error{
	display: table-cell !important;
	background: #fff7f8;
}
#kind_area + span.error,
#method_area + span.error,
#date_area + span.error,
#date_area + span.error + span.error,
#date_area02 + span.error,
#date_area02 + span.error + span.error {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*確認画面での表示調整*/
.preview_ttl {
	display: none;
}
.preview_ttl.preview_ttl_show {
	display: block;
}
.preview_hide.preview_none {
	display: none;
}
.kakunin.preview_none {
	display: none;
}
.mw_wp_form_confirm .form_annotation p{
	color: #8a8a8a;
	font-size: 1.2rem!important;
}
@media screen and (max-width: 768px){

	.btn_area button,
	.btn_area input{
		margin-bottom: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.base.contact td span.text_red{
		margin-left: 0;
		padding-top: 6px;
		display: inline-block;
	}
	.mw_wp_form .vertical-item{
		width: 100%;
	}
	.form_sp_hide{
		position: relative;
		display: none;
	}
	.mw_wp_form td.error{
		display: block !important;
		background: #fff7f8;
	}

}/*END*/
select,
textarea,
input[type="text"],
input[type="tel"]{
	padding: 10px 15px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	font-size: 1.8rem;
	/* border: 0px; */
	color:#000;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: left;
	border: 1px solid #9d9d9d!important;
}
input[type="button"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
}
/*
select{
	background: url("images/common/select_arrow.gif") right center no-repeat #fff;
	background-size: auto 100%;
	padding-right: 60px;
}*/
.form1{ width: 70px; }
.form2{ width: 120px; }
.form3{ width: 200px; }
.form4{ width: 400px; }
.form_all{ width: 100%; }
.btn_submit input, .btn_back button {
	height: 100%!important;
}
.btn_submit input {
    background: #000 !important;
    color: #fff !important;
    border: 0px !important;
    border-bottom: 0;
    padding: 30px 0 !important;
    font-size: 2rem !important;
    max-width: 450px !important;
    /* border-radius: 50px; */
    font-size: 2rem;
    font-weight: bold;
    width: 100%!important;
    max-width: 100%;
    padding: 30px 0;
    transition: .4s;
}
.btn_submit:hover input {
	opacity: 0.8;
}
.btn_submit {
	position: relative;
	z-index: 0;
}
.btn_submit::after {
	content: "";
	display: block;
	z-index: 10;
	position: absolute;
	top: 50%;
    right: calc(50% - 125px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#contact .btn_back button {
	background: #707070;
	color: #fff;
	border:0px;
	/* border-bottom: 10px solid #303030; */
	padding: 30px 0;
	font-size:2rem;
	/* border-radius:50px; */
	font-size: 2rem;
	font-weight: bold;
    width: 100%;
    max-width: 380px;
	padding: 30px 0;
	transition: .4s;
}
.btn_back button::after {
	content: "";
	display: block;
	z-index: 10;
	position: absolute;
	top: 50%;
    left: calc(50% - 125px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(-135deg);
}
#contact .btn_back button:hover {
	opacity: 0.8;
}
/*個人情報保護方針*/
a.privacy_check_txt {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
}
@media screen and (max-width: 768px){
	select,
	textarea{
		font-size: 1.6rem;
	}
	input[type="text"]{
		font-size: 1.6rem;
	}
	input[type="text"].hasDatepicker{
		font-size: 1.6rem;
	}
	.radio label:not(:target),
	.check label:not(:target){
		font-size: 1.6rem!important;
	}
	.form3,
	.form4{
		width: 100%;
	}
}/*END*/
/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/
.radio input[type="radio"],
.check input[type="checkbox"]{
	display: none;
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 9px 0 9px 30px;
	line-height: 1.2;
}
.radio label:before,
.check label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -8px;
	width: 25px;
	height: 25px;
	margin-top: -13px;
	background: #fff;
	border: 1px solid #7d7d7d;
	border-radius: 50%;
}
.radio label:before{
	left: -3px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
	line-height:2;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
	line-height:2;
	width: 100%;
	box-sizing: border-box;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	width: 16px;
	height: 16px;
	margin-top: -7px;
	border-radius: 50%;
	background: #c9151e;
}
.check input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
}
.check input[type="checkbox"]:checked + label::after {
	left: -3px;
	width: 18px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #c9151e;
	border-bottom: 4px solid #c9151e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contact_part{
	width: 100%;
}
.contact_text{
	background: #fbeced;
	padding: 15px 25px;
	font-size: 1.3rem;
	color: #575757;
}
.contact_part th{
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	color: #000;
	background: none;
	text-align: left;
	padding: 15px 20px 5px 0px;
}
.mw_wp_form_preview .contact_part th{
	max-width: 100%;
}
.contact_part td{
	background: none;
	box-sizing: border-box;
	padding: 0px;
	line-height: 1.6;
	display: block;
	margin-bottom: 10px;
}
.contact_part td.pt_0{
	padding-top: 0;
}
.contact_part td.pb_0{
	padding-bottom: 0;
}
.radio span.error {
	margin-top: 5px;
	margin-bottom: 10px;
}
.base.contact_part td span.text_red{ margin-left: 10px; }

.contact_part .hissu {
  background: #eb6877;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  padding: 4px 7px;
  font-size: 1.2rem;
  margin-left: 10px;
  border: none;
}

.contact_part .nini {
  background: #fff;
  color: #bfbfbf;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  padding: 4px 7px;
  font-size: 1.2rem;
  margin-left: 10px;
  border: none;
}
.mw_wp_form .contact_part .horizontal-item + .horizontal-item {
	margin-left: 0px;
}

.radio span.mwform-radio-field.horizontal-item:nth-child(6) {
	display: block;
	margin-top: 20px;
}

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

	.base.contact_part td span.text_red{
		margin-left: 0;
		padding-top: 6px;
		display: inline-block;
	}



}/*END*/

/* 追加 */
#method_area > span{
    border: 1px solid #9d9d9d;
}
/*----------------------------------------
	footer
----------------------------------------*/


.fixed_btn{
	position: fixed;
	width: 100%;
	max-width: 800px;
	bottom: -120px;
	transform: translateY(1px);
	z-index: 6;
	transition: transform 0.3s,bottom 0.3s;
}
.fixed_btn li{
	float: left;
	width: calc(100% / 2);
}
.fixed_btn li a{
	display: block;
}
footer{
	position: relative;
}
.btn_official{
	display: block;
	position: absolute;
	width: 63.75%;
	bottom: 35%;
	left: 50%;
	transform: translateX(-50%);
}

@media print, screen and (min-width: 800px){

	.fixed_btn{
		max-width: 500px;
	}

}
.entry_form_area{
	padding: 5.5% 4%;
	background: #fff;
	color: #000;
}
/*----------------------------------------
	footer
----------------------------------------*/


.cta {
  background-color: #fff;
}
.reserve_btn{
	width: 85%;
	margin-inline: auto;
	display: block;
	filter: drop-shadow(0px 8px 0px #007560);
	transition: all 0.4s;
}
.reserve_btn:hover{
	transform: translateY(8px);
	filter: drop-shadow(0px 0px 0px #007560);
}
.works_btn{
	width: 85%;
	margin-inline: auto;
	display: block;
	filter: drop-shadow(0px 8px 0px #c5617e);
	transition: all 0.4s;
}
.works_btn:hover{
	transform: translateY(8px);
	filter: drop-shadow(0px 0px 0px #c5617e);
}

.z_2 {
  z-index: 2;
}
.mugen_check01::before,
.mugen_check01::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color : #5d96cb;
	background-image:
	repeating-linear-gradient( 0deg,#8eb5da 0px 2px,	transparent 2px calc(100% / 18)),
	repeating-linear-gradient( 90deg,#8eb5da 0px 2px,	transparent 2px calc(100% / 6));
	animation: mugen_check infinite 30s linear;
  animation-delay: -15s;
  z-index: 0;
}
.mugen_check01::after {
	animation: mugen_check infinite 30s linear;
}
.mugen_check02 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color : #5d96cb;
	background-image:
	repeating-linear-gradient( 0deg,#8eb5da 0px 2px,	transparent 2px calc(100% / 18)),
	repeating-linear-gradient( 90deg,#8eb5da 0px 2px,	transparent 2px calc(100% / 6));
	animation: mugen_check_start forwards 15s linear;
  z-index: 0;
}
@keyframes mugen_check{
	0% {
		transform: translateX(100%);
	}
	50% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes mugen_check_start{
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
/*----------------------------------------
common
----------------------------------------*/
.bg_beige{
	background: #e2d5c5;
}
.bg_white{
	background: #fff;
}
.btn_box{
	width: 80%;
	margin-inline: auto;
}
.btn_box a{
	display: block;
}

/*----------------------------------------
mv
----------------------------------------*/
.block {
	display: block;
}
.abs {
	position: absolute;
	top: 0;
	left: 0;
}
.mv_ttl,.mv_copy{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
	mask-image: linear-gradient(335deg, transparent var(--mask_linear01), #000 var(--mask_linear02), #000);
    mask-position: 100% 0;
    mask-repeat: no-repeat;
    mask-size: 300% 100%;
	-webkit-mask-image: linear-gradient(335deg, transparent var(--mask_linear01), #000 var(--mask_linear02), #000);
	-webkit-mask-position: 100% 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 300% 100%;

	opacity: 0;
	transition: opacity 1.2s var(--transition_d,0s);
}
.mv_ttl {
    top: 6.5%;
}
.mv_copy{
    bottom: 0;
}
.mv_ttl.active,.mv_copy.active{
	animation: mask_anime 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards var(--animation_d , 0s);
    opacity: 1;
}
/*----------------------------------------
intro
----------------------------------------*/
.intro_view{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*----------------------------------------
chapter
----------------------------------------*/
#chapter02 .flex{
	display: flex;
}
#chapter02 .flex >div:nth-child(1){
	width: 70%;
}
#chapter02 .flex >div:nth-child(2){
	width:36%;
}
.chapter01_view,.chapter03_view{
	width: 80%;
	margin-inline: auto;
}

/*----------------------------------------
worries
----------------------------------------*/
.worries_box{
    top: 28.5%;
}
/*----------------------------------------
about
----------------------------------------*/

/*----------------------------------------
animation
----------------------------------------*/
.a01{
	animation-delay: 0.2s;
	--animation_d: 0.2s;
}
.a02{
	animation-delay: 0.4s;
	--animation_d: 0.4s;
}
.a03{
	animation-delay: 0.6s;
	--animation_d: 0.6s;
}
.a04{
	animation-delay: 0.8s;
	--animation_d: 0.8s;
}
.a05{
	animation-delay: 1s;
	--animation_d: 1s;
}
.a06{
	animation-delay: 1.2s;
	--animation_d: 1.2s;
}
.a07{
	animation-delay: 1.4s;
	--animation_d: 1.4s;
}
.t0{
	transition-delay: 0s;
	--transition_d: 0s;
}
.t01{
	transition-delay: 0.2s;
	--transition_d: 0.2s;
}
.t02{
	transition-delay: 0.4s;
	--transition_d: 0.4s;
}
.t03{
	transition-delay: 0.6s;
	--transition_d: 0.6s;
}
.t04{
	transition-delay: 0.8s;
	--transition_d: 0.8s;
}
.t05{
	transition-delay: 1s;
	--transition_d: 1s;
}
.t06{
	transition-delay: 1.2s;
	--transition_d: 1.2s;
}
.t07{
	transition-delay: 1.4s;
	--transition_d: 1.4s;
}


.fade{
	opacity: 0;
	transition: opacity 1.2s var(--transition_d,0s);
}
.active .fade{
	opacity: 1;
}
.mask_scroll{
	mask-image: linear-gradient(335deg, transparent var(--mask_linear01), #000 var(--mask_linear02), #000);
    mask-position: 100% 0;
    mask-repeat: no-repeat;
    mask-size: 300% 100%;
	-webkit-mask-image: linear-gradient(335deg, transparent var(--mask_linear01), #000 var(--mask_linear02), #000);
	-webkit-mask-position: 100% 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 300% 100%;

	opacity: 0;
	transition: opacity 1.2s var(--transition_d,0s);
}
.active .mask_scroll{
	animation: mask_anime 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards var(--animation_d , 0s);
    opacity: 1;
}
@property --mask_linear01 {
	syntax: "<percentage>";
	initial-value: 40%;
	inherits: false;
}
@property --mask_linear02 {
	syntax: "<percentage>";
	initial-value: 60%;
	inherits: false;
}
@keyframes mask_anime{
	0%{
		--mask_linear01: 40%;
		--mask_linear02: 60%;
	}
	100%{
		--mask_linear01: -20%;
		--mask_linear02: 0%;
	}
}

.arrow {
	display: block;
	will-change: transform, opacity;
	animation: scroll_hint 2s ease-in-out infinite;
}

@keyframes scroll_hint {

	0% {
		transform: translateY(0);
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	50% {
		transform: translateY(8px);
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
