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

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

}
#container {
    position: relative;
    box-sizing: border-box;
    margin-inline: 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;
} */

@media screen and (max-width: 1150px) {
	#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*/

/* ----------------------------------------
	背景
---------------------------------------- */
.pc_left,
.pc_right{
	position: fixed;
	bottom: 4vh;
	box-sizing: border-box;
	z-index: 10;
}
.pc_left {
    left: max(20px, calc(50% - 920px));
    width: clamp(300px, 33vw, 633px);
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.pc_right {
    right: max(20px, calc(50% - 920px));
    width: clamp(300px, 32vw, 600px);
}
.pc_logo{
	position: fixed;
	top: clamp(20px, 6vh, 70px);
	left: clamp(20px, 3vw, 60px);
	max-width: 188px;
}
.pc_nav_left{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 5%;
	width: fit-content;

	margin-left: 13%;
	margin-bottom: clamp(15px, 6vh, 135px);
}
.pc_ttl_box{
	max-width: 600px;
	height: 100%;
	width: 100%;
	aspect-ratio: 10/11;
}
.pc_nav_left ul{
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
}
.pc_nav_right ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}

.pc_nav_right li:nth-child(1){
	grid-column:1 / 3;
}

.pc_pictogram,.pc_ttl,.pc_cloud{
	position:absolute;
}
/* ピクトグラム */
.pc_pictogram.num01 {
    top: -17%;
    left: 40%;
    width: 5.2%;
}
.pc_pictogram.num02 {
    top: 67%;
    left: 12%;
    width: 7.1%;
}
.pc_pictogram.num03 {
    top: 61%;
    right: 16%;
    width: 6%;
}
.pc_pictogram.num04 {
    top: 13%;
    left: 5%;
    width: 11.2%;
}
.pc_pictogram.num05 {
    top: 9%;
    right: 8%;
    width: 7.6%;
}
.pc_pictogram.num06 {
    bottom: 0%;
    left: 8%;
    width: 4.8%;
}
.pc_pictogram.num06.active.bound {
    bottom: 2%;
}
.pc_pictogram.num07 {
	bottom: 0%;
    left: 45%;
    width: 8.5%;
}
.pc_pictogram.num08 {
	bottom: 0%;
    right: 8%;
    width: 5.7%;
}
.pc_pictogram.num08.active.bound {
    bottom: 2%;
}
/* タイトル */
.pc_ttl{
    max-width: 373px;
    width: 63%;
    top: 31%;
    left: 20%;
}
/* 雲 */
.pc_cloud.num01 {
    top: 36%;
    left: 23%;
    width: 12.7%;
}
.pc_cloud.num02 {
	top: 25%;
    right: 23%;
    width: 12.7%;
}
@media (max-width:1700px){
	.pc_left {
        width: clamp(300px, 31vw, 633px);
    }
	.pc_right {
		width: clamp(300px, 30vw, 600px);
    }
}
@media (max-width:1500px){
	.pc_left {
        width: clamp(300px, 26vw, 633px);
    }
	.pc_right {
        width: clamp(300px, 26vw, 600px);
    }
}
@media (max-width:1200px){

	.pc_left,
	.pc_right{
		display:none;
	}
}

@media (max-width:1150px){

	.pc_logo{
		display:none;
	}
}


/* 画面が低い時 */
@media (max-height: 1000px){

	.pc_left,
	.pc_right{
		bottom:2vh;
	}
	.pc_left {
		gap: 0rem;
	}
	.pc_nav_left{
		margin-bottom:30px;
	}
	/* ピクトグラム */
	.pc_pictogram.num04 {
		top: 62%;
	}
	.pc_pictogram.num05 {
		top: 55%;
	}
	/* タイトル */
	.pc_ttl {
		top: 43%;
	}
	/* 雲 */
	.pc_cloud.num01 {
		top: 49%;
	}
	.pc_cloud.num02 {
		top: 44%;
	}
}
@media  (max-height: 768px){
	/* 山 */
	.pc_mountain{
		display: none;
	}
	/* ピクトグラム */
	.pc_pictogram.num04 {
		top: 62%;
	}
	.pc_pictogram.num05 {
		top: 55%;
	}
	/* タイトル */
	.pc_ttl {
        top: 55%;
        width: 45%;
        left: 26%;
	}
}
@media (max-height: 599px){
	.pc_left,
	.pc_right{
		display: none;
	}
}




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

.menu_btn{
	position: fixed;
	top: -60px;
    right: calc(50% - 250px);
	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 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;
	}
}

/*----------------------------------------
	お問い合わせ
----------------------------------------*/
::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;
}
footer small{
	color:#000!important;
}
.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_whiteyellow{
	background: #fdfdf1;
}
.btn_box{
	display: block;
	width: 70%;
	margin-inline: auto;
}

/*----------------------------------------
mv
----------------------------------------*/
.block {
	display: block;
}
.abs {
	position: absolute;
}
#mv {
    height: 1080px;
}
.mv_main {
	position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 46.5%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.mv_pictogram_wrap{
    position: absolute;
    top: -6.7%;
    left: 50%;
    width: 8.6%;
    transform: translateX(-50%);
}

.mv_pictogram{
    width:100%;
}
.mv_ttl{
	display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.mv_copy {
    width: 8%;
    top: 12%;
    right: 6%;
}
.mv_scroll{
    position: absolute;
    bottom: 15%;
    left: 54%;
    transform: translateX(-50%);
    width: 1.5%;
}
.mv_scroll::before {
	content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 130px;
    background: repeating-linear-gradient(to bottom, #000 0 3px, transparent 3px 6px);
    animation: scrollLine 1.2s linear infinite;
}
@keyframes scrollLine{
	from{
		background-position:0 0;
	}
	to{
		background-position:0 6px;
	}
}
@media screen and (max-width: 799px){
	.mv_pictogram_wrap{
    top: clamp(-23px, calc(0.35px - 2.923vw), -9px);
	}
}
/*----------------------------------------
intro
----------------------------------------*/
.intro_view > div{
	display: flex;
}
.intro_view .wide{
	width: 56.25%
}
.intro_view .narrow{
	width: 43.75%
}
.intro_pictogram.num01 {
    top: 2%;
    right: 14%;
    width: 7%;
}
.intro_pictogram.num02 {
    bottom: 0%;
    left: 11%;
    width: 7.1%;
}
.intro_deco_p.num01 {
    top: 17%;
    right: 22%;
    width: 15%;
}
.intro_deco_p.num02{
    bottom: 12%;
    left: 7%;
    width: 31%;
}
.intro_deco.num01{
    top: 0%;
    left: 4%;
    width: 22%;
}
.intro_deco.num02 {
    top: 53%;
    right: 0%;
    width: 22%;
}
/*----------------------------------------
free
----------------------------------------*/
.free_pictogram{
	width: 3%;
}
.present_box{
    width: 88%;
    margin-inline: auto;
    padding: 10% 0;
    border: 1px solid #2b241a;
}
.present_view{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    width: 70%;
    margin-inline: auto;
}
/*----------------------------------------
section
----------------------------------------*/
/* common */
.sc_ttl_box{
	display: flex;
}
.sc_ttl_box > div{
	width: 20%;
}
.sc_ttl_box > img{
	width: 80%;
}
.sc_deco01 {
    width: 24%;
}
.sc_deco02{
    width: 17%;
}
.sc_deco03 {
    width: 14%;
}
/* section01 */
.s01_deco_p{
    bottom: 4%;
    left: 14%;
    width: 17%;
}
.s01_deco.num01 {
    top: 33%;
    left: 5%;
}
.s01_deco.num02{
    top: 5%;
    left: 59%;
}
.s01_ttl_box{
    top: 12%;
    right: 6%;
    width: 11%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.s01_pictogram.num01 {
    top: -32%;
    left: 24%;
}
.s01_pictogram.num01 img {
    width: 70%;
}
.s01_pictogram.num02 {
    width: 5%;
    top: 76%;
    left: 83%;
}
/* section02 */
.s02_pictogram {
    top: 0%;
    left: 42%;
    width: 24%;
}
.s02_view{
	display: flex;
}
.s02_view >div:nth-child(1){
	width: 70%;
}
.s02_view >div:nth-child(2){
	width: 30%;
}
.s02_deco.num01 {
    top: 13%;
    left: 53%;
}
.s02_deco.num02 {
    top: 36%;
    right: 7%;
}
/* section03 */
.s03_ttl {
    top: 17%;
    left: 10%;
    width: 12%;
}
.s03_deco {
    top: 2%;
    left: -5%;
}
.s03_deco_p {
    top: 26%;
    left: 33%;
    width: 24%;
}
.s03_pictogram01 {
    top: 6%;
    right: 9%;
    width: 4.6%;
}
.s03_pictogram02 {
    top: 10%;
    right: 12%;
    width: 4.7%;
}
/* section04 */
.s04_pictogram01 {
    top: 0%;
    left: 40%;
    width: 22%;
}
.s04_pictogram02 {
    top: 19%;
    right: 12%;
}
.s04_pictogram02 img {
    width: 50.37%;
}
.s04_deco {
    top: 12%;
    right: 7%;
}
/* section05 */
.s05_ttl {
    top: 0%;
    right: 9%;
    width: 3.75%;
}
.s05_pictogram.num01 {
	top: 0%;
    right: 7%;
    width: 5.1%;
}
.s05_pictogram.num02 {
    bottom: 10%;
    left: 35%;
    width: 3.5%;
}
.s05_pictogram.num03 {
    top: 0%;
    left: 66%;
}
.s05_pictogram.num03 img {
    width: 50%;
}
.s05_pictogram.num04 {
    bottom: -3%;
    left: 66%;
    width: 6%;
}
.s05_pictogram.num05 {
    top: 0%;
    left: 56%;
    width: 5.7%;
}
.s05_deco_p {
    top: 63%;
    left: 6%;
    width: 17%;
}
.s05_reason.numn01{
	top: 0%;
}
.s05_reason.numn02 {
    top: 23%;
    z-index: 1;
}
.s05_reason.numn03{
    top: 53%;
    z-index: 0;
}
.s05_reason.numn04 {
    top: 76%;
}
.s05_deco.num01 {
    top: 35%;
    left: 7%;
}
.s05_deco.num02 {
    top: 65%;
    left: 75%;
}
/* section06 */
.s06_pictogram{
	top: 0;
    left: 33%;
    width: 29%;
}
.lp_box{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 90%;
    margin-inline: auto;
}
.s07_ttl_box{
    top: 8%;
    right: 6%;
    width: 11%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.s07_pictogram{
	top: -58%;
    left: 34%;
    width: 31%;
}
/* ssection08 */
.s08_pictogram{
    top: 4%;
    left: 36%;
    width: 31%;
}
.s08_deco.num01 {
    top: 4%;
    right: 11%;
}
.s08_deco.num02 {
    top: 0%;
    right: -3%;
}
.s08_deco_p{
	top: 8%;
    right: 43%;
    width: 52%;
}
.s08_view{
	display: flex;
}
.s08_view > img{
    width: 52.5%;
}
.s08_view > div{
    width: 47.5%;
}
/*----------------------------------------
check
----------------------------------------*/
.check_box{
	top: 0;
}
.check_pictogram.num01 {
    top: 14%;
    left: 13%;
    width: 6.1%;
}
.check_pictogram.num02 {
    top: 39%;
    right: 15%;
    width: 3.8%;
}
.check_pictogram.num03 {
    bottom: 3%;
    left: 45%;
    width: 8.1%;
}

/*----------------------------------------
animation
----------------------------------------*/
/* ピクトグラムのアニメーション-------------------- */
.pc_pictogram.bound,.pc_pictogram.yurayura,.pc_pictogram.fluttering,.pc_pictogram.slide-left,.pc_pictogram.slide-right{
	opacity: 1;
}
/* 共通 */
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/* ぽよん */
.bound{
	opacity: 0;
	transform: translateY(0) scale(1);
}
.active.bound{
	opacity: 1;
	animation: .5s bound-anim ease-in infinite alternate;
}
@keyframes bound-anim{
	0%{
		transform: translateY(0) scale(1); /* 通常 */
	}
	60%{
		transform: translateY(13px) scale(1); /* 60%までは普通に落ちる */
	}
	100%{
		transform: translateY(24px) scale(1.3, 0.7); /* 落下時点で少し横長に */
	}
}

/* 回転 */
.active.spin,.active .spin{
	animation: spin 5s linear infinite;
}

.active .spin{
	animation-delay: .5s;
}

@keyframes spin{
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* スライドイン */
.slide-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.active.slide-left,.active .slide-left {
    opacity: 1;
    transform: translateX(0);
}
.active .slide-left{
	transition-delay: .5s;
}
.slide-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.active.slide-right,.active .slide-right {
    opacity: 1;
    transform: translateX(0);
}
.active .slide-right{
	transition-delay: .5s;
}

/* ゆらゆら */
.yurayura{
	opacity: 0;
	transform: rotate(-15deg);
	transform-origin: bottom center;
}

.active.yurayura{
	opacity: 1;
	animation: yurayura 4s linear infinite;
}

.active .yurayura{
	animation:
		fadeIn .4s ease forwards,
		yurayura 4s linear .5s infinite;
}

@keyframes yurayura {
	0%,100% {
		transform: rotate(-15deg);
	}
	50% {
		transform: rotate(15deg);
	}
}

/* ひらひら */
.fluttering{
	opacity: 0;
	transform: rotateY(180deg) translateY(100%);
}
.active .fluttering,.active.fluttering{
	animation: fluttering 1.2s 0.5s cubic-bezier(0.165,0.84,0.44,1) forwards;
}
@keyframes fluttering{
	0%{
		opacity: 0;
		transform: rotateY(180deg) translateY(100%);
	}

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

/* 飾アニメーション----------------------------------------- */
/* ねじねじ */
.pop{
	opacity: 0;
	transform-origin: left center;
}

.active.pop,
.active .pop{
	animation: pop .8s cubic-bezier(.22,1,.36,1) forwards;
}

.active .pop{
	animation-delay: 1.2s;
}

@keyframes pop{
	0%{
		opacity: 0;
		transform: scaleX(0);
	}

	60%{
		opacity: 1;
		transform: scaleX(1.12);
	}

	80%{
		transform: scaleX(.96);
	}

	100%{
		opacity: 1;
		transform: scaleX(1);
	}
}

/* 線 */
.reveal{
    opacity: 0;
}
.active.reveal{
    opacity: 1;
    animation: reveal .8s ease forwards;
}
.active .reveal{
    animation:
        fadeIn 0s linear 1.2s forwards,
        reveal .8s ease 1.2s forwards;
}
@keyframes reveal {
	from {
		clip-path: inset(0 0 100% 0);
	}

	to {
		clip-path: inset(0 0 0 0);
	}
}

/* 〇 */
.active.float-x,.active .float-x{
    animation: floatX 4s ease-in-out infinite;
}

.active .float-x{
    animation-delay: 1.2s;
}
.pc_cloud.float-x{
    animation: floatX 4s ease-in-out infinite;
}
@keyframes floatX{
    0%{
        transform: translateX(0);
    }

    50%{
        transform: translateX(20px);
    }

    100%{
        transform: translateX(0);
    }
}
/* その他アニメーション-------------------------------------- */
/* 本文：スクロールイン */
.scroll-in {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}
.active.scroll-in,.active .scroll-in {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: .5s ease
}

/* 画像：クリップパス */
.img-wrapper-left {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    overflow: hidden;
}
.active .img-wrapper-left {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: 1.3s ease;
}
.img-wrapper-left img {
    scale: 1.1;
}
.active .img-wrapper-left img {
    scale: 1;
    transition: 2s ease;
}
.img-wrapper-right {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 1;
    overflow: hidden;
}
.active .img-wrapper-right {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: 1.3s ease;
}
.img-wrapper-right img {
    scale: 1.1;
}
.active .img-wrapper-right img {
    scale: 1;
    transition: 2s ease;
}


/* 画像：スケール */
.img-scale .img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.img-scale .img img {
    scale: 1.1;
}

.active.img-scale .img img {
    scale: 1;
    transition: 2s ease;
}

/* キャッチ */
.catch {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.active .catch,.active.catch {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.active .catch,.active.catch {
    transition: 1s ease .5s;
}
.active.catch {
    transition: 1s ease;
}

/* タイトル：クリップ */
.ttl-anim {
    clip-path: inset(0 0 100% 0);
    opacity: 1;
    text-transform: uppercase;
    transform: translateY(100%);
}

.active .ttl-anim{
    animation: ttlClip1 .8s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes ttlClip1{
    0%{
        clip-path: inset(0 0 100% 0);
        transform: translateY(100%);
    }
    80%{
        clip-path: inset(0);
        transform: translateY(-5%);
    }
    100%{
        clip-path: inset(0);
        transform: translateY(0);
    }
}
#nav04 .active .ttl-anim{
    animation: ttlClip2 .8s cubic-bezier(.22,1,.36,1) 0.3s forwards;
}
@keyframes ttlClip2{
    from{
        clip-path: inset(0 0 100% 0);
        transform: translateY(20%);
    }
    to{
        clip-path: inset(0);
        transform: translateY(0);
    }
}

/* リスト */
.stagger li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.active .stagger li,.active.stagger li {
    opacity: 1;
    transform: translateY(0);
}

/* 各要素にHTMLで transition-delay を設定 */
.stagger li:nth-child(1) { transition-delay: 0s; }
.stagger li:nth-child(2) { transition-delay: 0.1s; }
.stagger li:nth-child(3) { transition-delay: 0.2s; }
.stagger li:nth-child(4) { transition-delay: 0.3s; }
.stagger li:nth-child(5) { transition-delay: 0.4s; }
.stagger li:nth-child(6) { transition-delay: 0.5s; }
.stagger li:nth-child(7) { transition-delay: 0.6s; }
.stagger li:nth-child(8) { transition-delay: 0.7s; }


/* MVアニメーション------------------------------------ */
/* 初期状態 */
.mv_main .rela{
    overflow: hidden;
}

.mv_mountain{
    opacity: 0;
    transform: translateY(60px) scale(1.03);
}

.mv_pictogram{
    opacity: 0;
}

.mv_ttl img{
    opacity: 1;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
}
.mv_copy{
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.mv_scroll{
    opacity: 0;
}
/* 山 */
.active .mv_mountain{
    animation: mvMountain .6s cubic-bezier(.22,1,.36,1) forwards;
}

@keyframes mvMountain{
    0%{
        opacity: 0;
        transform: translateY(60px) scale(1.03);
    }
    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* ピクトグラム */
.active .mv_pictogram{
    animation:
        fadeIn .3s .7s forwards,
        mvPoyon 4s 1s ease-in-out infinite;
}
@keyframes mvPoyon{
    0%,18%{
        transform: translateY(0) scale(1);
    }
    22%{
        transform: translateY(0) scale(1.08,.92);
    }
    28%{
        transform: translateY(-18px) scale(.95,1.05);
    }
    34%{
        transform: translateY(0) scale(1.05,.95);
    }
    38%,68%{
        transform: translateY(0) scale(1);
    }
    72%{
        transform: translateY(0) scale(1.15,.85);
    }
    78%{
        transform: translateY(-55px) scale(.9,1.1);
    }
    84%{
        transform: translateY(-18px) scale(.97,1.03);
    }
    89%{
        transform: translateY(0) scale(1.12,.88);
    }
    94%{
        transform: translateY(-4px) scale(.99,1.01);
    }
    100%{
        transform: translateY(0) scale(1);
    }
}
/* タイトル */
.mv_ttl img{
    opacity: 1;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
}
.active .mv_ttl img{
    animation: ttlClip1 .8s cubic-bezier(.22,1,.36,1) forwards;
}
.active .mv_ttl img:nth-child(1){ animation-delay: 0.4s; }
.active .mv_ttl img:nth-child(2){ animation-delay: 0.6s; }
.active .mv_ttl img:nth-child(3){ animation-delay: 0.8s; }
/* コピー */
.active .mv_copy{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: .7s ease 1s;
}
/* スクロール */
.active .mv_scroll{
    animation:
        fadeIn .4s 1.5s forwards,
        floatScroll 1.6s 2s ease-in-out forwards alternate;
}
@keyframes floatScroll{
    from{
        transform: translateX(-50%) translateY(0);
    }
    to{
        transform: translateX(-50%) translateY(8px);
    }
}