@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

a{
	color:#f08044;
	transition: all 0.4s;
}
a:hover{
	color:#ffb085;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
.bg_black{background-color: #000;}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.text_gray{ color: #7a7b7b; }
.text_red{ color: #e60012; }

.text_white{
	color: #fff;
}

.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_18{ line-height: 1.8 !important; }
.ls_-1{ letter-spacing: -1px; }
.ls_03{letter-spacing: 0.3rem; }


@media print, screen and (min-width: 770px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_34{ font-size:3.4rem !important; }
	.text_36{ font-size:3.6rem !important; }
	.text_40{ font-size:4rem; }
	.text_50{ font-size:5rem; }

}/*END*/


@media screen and (max-width: 599px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size: 1.3rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_20{ font-size: 1.7rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_30{ font-size:2rem !important; }
	.text_34{ font-size:2rem !important; }
	.text_36{ font-size: 2.2rem !important; }
	.text_40{ font-size:2.3rem; }
	.text_50{ font-size:2.5rem; }
}/*END*/

.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}


/*----------------------------------------
	layout
----------------------------------------*/
main {
	/* background:#f5efe4;*/
}
#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.overflow{
	overflow: hidden;
}

.lp_frame{
	width:86%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

#bk{
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #e2e2e2;
	z-index: 1;
}
.ribbon_l{
	  position: fixed;
    top: 0;
    left: 0;
    background: url(../images/background-rbn.jpg) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    /*box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);*/
    z-index: 1;
}

.ribbon_r{
	  position: fixed;
    top: 0;
    right: 0;
    background: url(../images/background-rbn.jpg) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    /*box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);*/
    z-index: 1;
		/* filter: hue-rotate(233deg) saturate(115%) brightness(100%); */
}
.bg_logo {
	position: fixed;
	top: 9%;
	left: 7%;
	max-width: 364px;
	width: 25%;
}
@media screen and (max-width: 1550px) {
	.bg_logo {
        left: 7.5%;
        width: 19%;
	}
}
@media screen and (max-width: 1250px) {
	.bg_logo {
		display: none;
	}
}/*END*/

#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
	overflow: hidden;
}/*END*/

@media screen and (min-width: 750px){
	.lp_frame{
		width: 88%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;/* max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}

}/*END*/
@media screen and (max-width: 751px){

		.ribbon_l{
		  display: none;
	}
	.ribbon_r{
	  display: none;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 90%;
	height: auto;
	aspect-ratio: 72/69;
	min-width: 0;
	min-height: 0;
	text-align: center;
	margin-inline: auto;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/


/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}

.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
}
.contact th{
	padding-bottom: 5px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:45px !important;
}
.kind label:before{
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 8px !important;
}



.schedule_form input{
	float: left;
	width: 40%;
}
.schedule_form select{
	float: left;
	width: 28%;
	margin-left: 2%;
}
.schedule_form input,
.schedule_form select{
	border: 1px solid #dcdcdc !important;
	background: #fff !important;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 6px 6px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #2e4136;
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #a18544;
	color: #fff;
}

.form_submit {
	text-align:center;
}
.form_submit img {
	max-width: 372px;
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffcdd3;
}
td.error{
	/*background:#ffcdd3;*/ background:#ffa2ad;
	padding: 8px;
		display: block;
		margin-bottom: 15px;
}

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

	.contact th{
		font-size: 2rem;
	}
	.contact td{
		font-size: 1.8rem;
	}

}/*END*/

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

	.contact th{
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.4rem;
		padding-bottom: 25px;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
	}
	.kind label{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy{
		font-size: 1.4rem !important;
	}

}/*END*/

/*form 追加*/
.form_none{
	display: none;
}
.form_block{
	display: block;
}
.bg_form{
	background: #fff;
	margin: 0 auto 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}

/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
	color: #000;
	border:1px solid #dcdcdc;
	border-radius: 3px;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}
select{
	width: 100%;
	/*background: #fff !important;*/
}


.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }


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

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	line-height: 2;
	margin-right: 35px;
	/*
	margin-bottom: 10px;
	*/
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #dcdcdc;
}

.radio label:before{
	margin-top: -19px;
}


.check label:before{ border-radius: 3px; }
.radio label:before{ border-radius: 50%; }

.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.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: 6px;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	border-radius: 50%;
	background: #00b7ee;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 4px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #eb6877;
	border-bottom: 4px solid #eb6877;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}


/*----------------------------------------
	footer
----------------------------------------*/

.copyright{
	background: #3a2903; 
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}

.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	background: fff;
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
	
}


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}


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

	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/

.btn_menu_works{
	position: fixed;
    width: 60px;
    height: 60px;
	right: calc(50% - 240px);
	top: 10px;
	cursor: pointer;
	z-index: 51;
	background: #3a2903;
	border-radius: 20%;
	display: none;
}
.btn_menu_works span{
	position: absolute;
    left: 24%;
    width: 54%;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span:nth-child(1){
	top: 22px;
}
.btn_menu_works span:nth-child(2){
	top: 30px;
}
.btn_menu_works span:nth-child(3){
	top: 38px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 30px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 30px;
}
@media screen and (max-width: 768px){
	.btn_menu_works{
		width: 50px;
		height: 50px;
		right: 10px;
		top: 10px;
	}
	.btn_menu_works span{
		width: 52%;
		left: 23%;
	}
	.btn_menu_works span:nth-child(1){
		top: 18px;
	}
	.btn_menu_works span:nth-child(2){
		top: 25px;
	}
	.btn_menu_works span:nth-child(3){
		top: 32px;
	}
	.open .btn_menu_works span:nth-child(1),.open .btn_menu_works span:nth-child(3){
		top: 25px;
	}
}/*END*/
/*----------------------------------------
	content
----------------------------------------*/
/* common */
.rela{
	position: relative;
}
.abs {
	position: absolute;
	left: 0%;
}
.z_1 {
	z-index: 1;
}
.z_2 {
	z-index: 2;
}
.z_3 {
	z-index: 3;
}
/* mv */
.mv_img {
	top: 1%;
}
.mv_ttl {
	bottom: 0;
}
.mv_circle {
    bottom: 17%;
}
.mv_copy01 {
	/*top: 16%;*/
	top: 0;
}
.mv_copy02 {
	/*top: 16%;*/
	top: 0;
}
.mv_item {
	top: 0;
}
/* concept */
.concept01_copy01 {
	/*top: 9%;*/
	top: 0;
}
.concept01_copy02 {
	top: 18%;
}
.concept01_comment01 {
	top: 38%;
}
.concept01_comment02 {
	top: 38%;
}
.concept01_deco {
	top: 38%;
}

.concept02-1_copy01 {
    top: 0%;
}
.concept02-1_arrow {
	top: 5%;
    left: 55%;
	width: calc( 100% * 167 / 800 );
}
.concept02-1_deco {
    top: 39.5%;
}
.concept02-1_photo {
    top: 11%;
}
.concept02-2_copy01 {
    bottom: 37.5%;
}
.concept02-2_arrow {
    top: 2%;
    left: 5%;
	width: calc( 100% * 167 / 800 );
}
.concept02-2_deco {
    top: 61.5%;
}
.concept02-2_photo {
    top: 0%;
}

/* intro */
.intro_img {
	display: block;
    mask-image: url(../images/door.svg);
    mask-position: center;
	mask-mode: alpha;
	mask-repeat: no-repeat;
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	mask-size: 10%;
    top: 17%;
    left: 5%;
    width: 90%;
}
.active .intro_img {
	animation: door 1s forwards;
}
@keyframes door {
	0% {
		mask-size: 10%;
	}
	100% {
		mask-size: 100%;
	}
}
.intro_ttl {
    top: 22%;
}
.intro_points {
	bottom: 5%;
}
/* landplan */
.landplan_ttl {
	top: 4%;
}
/* modelhouse */
.modelhouse_ttl {
	top: 6%;
}
.modelhouse_copy {
	top: 16.5%;
}
.modelhouse_photo01 {
	top: 24%;
}
.modelhouse_photo02 {
	bottom: 23%;
}
.modelhouse_photo03{
	bottom: 0%;
}
.modelhouse_txt {
	top: 6%;
}
.modelhouse_arrow {
    top: 11%;
    left: 25%;
	width: calc( 100% * 167 / 800 );
}
.modelhouse_deco {
    bottom: -4%;
    z-index: 2;
}


.movie_abs {
    position: absolute;
    bottom: 35.5%;
    z-index: 10;
    width: 70%;
    left: 15%;
    height: auto;
    margin-inline: auto;
    aspect-ratio: 320 / 362;
}
.movie_box {
	width: 100%;
	height: 100%;
}
.movie_box video {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	inset: 0;
}

/* plan */
.plan_ttl01 {
	top: 2%;
}
.plan_ttl02 {
    top: 16%;
}
/* location */
.location_ttl {
	top: 0%;
}
.location_copy {
    top: 15%;
}
.point01_photo {
	top: 32.1%;
}
.point01_copy {
	top: 32.1%;
}
.point02_photo {
    top: 7.6%;
}
.point02_copy {
    top: 7.6%;
}

.education_ttl,.education_deco {
	top: 3%;
}
.shopping_ttl,.shopping_deco {
	top: 4%;
}
.medical_ttl,.medical_deco {
	top: 4%;
}
.others_ttl,.others_deco {
	top: 4%;
}
.others_comment {
	bottom: 13%;
}
/* outline */
.outline_ttl {
    top: 6%;
}
/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 330px),-50%);
	z-index: 49;
}
.header__link {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    padding: 10px 5px;
    gap: 6px;
}
.header__link:before {
	content: "";
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #996c33;
	transition: .4s;
}
.header__link.is-active:before {
	background-color: #996c33;
}
.header__link:after {
	content: "";
	display: block;
	color: #996c33;
	transition: .4s;
}
/*横の文字調整*/
li.header__item:first-child .header__link:after {
	content: "1";
}
li.header__item:nth-child(2) .header__link:after {
	content: "2";
}
li.header__item:nth-child(3) .header__link:after {
	content: "3";
}
li.header__item:nth-child(4) .header__link:after {
	content: "4";
}
li.header__item:nth-child(5) .header__link:after {
	content: "5";
}
li.header__item:nth-child(6) .header__link:after {
	content: "6";
}
li.header__item:nth-child(7) .header__link:after {
	content: "7";
}
li.header__item:nth-child(8) .header__link:after {
	content: "8";
}
li.header__item:nth-child(9) .header__link:after {
	content: "9";
}
li.header__item:nth-child(10) .header__link:after {
	content: "10";
}
li.header__item:last-of-type .header__link:after {
	content: "予\A約";
	writing-mode: vertical-lr;
}
@media screen and (max-width: 768px){
	.target_nav {
		right: -1%;
		top: 50vh;
		transform: translate(0,-50%);
	}
	.header__link{
		padding: 10px 5px;
		display: none;
	}
	.header__link:before {
		width: 4px;
		height: 35px;
		border: 1px solid #cfcfcf;
	}
	.header__link:after{
		width: 16px;
		color: #cfcfcf;
	}
	.header__link.is-active:before {
		background-color: #989696;
	}
	.header__link.is-active:after {
		color: #989696;
	}
}/*END*/
/*----------------------------------------
	animation
----------------------------------------*/
:root {
	--transition_btn01: .4s;
	--transition_anim01: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	--easing01: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fade,.fade_s{
	opacity: 0;
}
.active .fade,.active.fade {
	animation: fade 0.8s linear forwards;
}
.active .fade_s,.active.fade_s {
	animation: fade 2s linear forwards;
}
@keyframes fade{
	0% {
    opacity: 0;
	}
	100% {
    opacity: 1;
	}
}

.zoom_in {
	opacity: 0;
	transform: scale(1.2);
}
.active .zoom_in,.active.zoom_in {
	animation: zoomin var(--transition_anim01) forwards;
}
@keyframes zoomin{
	0% {
		opacity: 0;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.clip_in {
	-webkit-clip-path: inset(100% 0 0 0);
	clip-path: inset(100% 0 0 0);
}
.active .clip_in,.active.clip_in {
	animation: clip var(--transition_anim01) forwards;
}
@keyframes clip{
	0% {
		-webkit-clip-path: inset(100% 0 0 0);
		clip-path: inset(100% 0 0 0);
	}
	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}
}
.clip_dn {
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
}
.active .clip_dn,.active.clip_dn {
	animation: clip2 var(--transition_anim01) forwards;
}
.active .clip_dn_s,.active.clip_dn_s {
	animation: clip2 var(--easing01) 3s forwards;
}
@keyframes clip2{
	0% {
		-webkit-clip-path: inset(0 0 100% 0);
		clip-path: inset(0 0 100% 0);
	}
	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}
}

.clip_lr {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0 0);
}
.active .clip_lr,.active.clip_lr {
	animation: clip_lr 1s linear forwards;
}
@keyframes clip_lr{
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0 0);
	}
	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0);
	}
}

.clip_c {
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}
.active .clip_c,.active.clip_c {
	animation: clip_c 1s linear forwards;
}
@keyframes clip_c{
	0% {
		-webkit-clip-path: circle(0 at 50% 50%);
		clip-path: circle(0 at 50% 50%);
	}
	100% {
		-webkit-clip-path: circle(100% at 50% 50%);
		clip-path: circle(100% at 50% 50%);
	}
}

.txt_in {
	overflow: hidden;
	display:block;
}
.txt_in > *{
	display:block;
	transform: translateY(100%);
}
.active.txt_in > *,.active .txt_in > *{
	animation: txt_in var(--transition_anim01) forwards;
}
@keyframes txt_in{
	0% {
    transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

.fade_up{
	opacity: 0;
}
.active.fade_up{
	animation: fade_up var(--transition_anim01) forwards;
	opacity: 0;
}
.active .fade_up{
	animation: fade_up var(--transition_anim01) forwards;
	opacity: 0;
}
@keyframes fade_up{
	0% {
    opacity: 0;
    transform: translateY(40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.fade_dn{
	opacity: 0;
}
.active.fade_dn{
	animation: fade_dn var(--transition_anim01) forwards;
	opacity: 0;
}
.active .fade_dn{
	animation: fade_dn var(--transition_anim01) forwards;
}
@keyframes fade_dn{
	0% {
    opacity: 0;
    transform: translateY(-40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.fade_lt{
	opacity: 0;
}
.active.fade_lt{
	animation: fade_lt var(--transition_anim01) forwards;
}
.active .fade_lt{
	animation: fade_lt var(--transition_anim01) forwards;
}
@keyframes fade_lt{
	0% {
    opacity: 0;
    transform: translateX(-40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}

.fade_rt{
	opacity: 0;
}
.active.fade_rt{
	animation: fade_rt var(--transition_anim01) forwards;
}
.active .fade_rt{
	animation: fade_rt var(--transition_anim01) forwards;
}
@keyframes fade_rt{
	0% {
    opacity: 0;
    transform: translateX(40px);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}

.photo_in_l{
	display: block;
    opacity: 0;
    transform: translate(30px,40px) rotate(45deg);
}
.active.photo_in_l,.active .photo_in_l{
	animation: photo_in_l var(--transition_anim01) forwards;
}
@keyframes photo_in_l{
0% {
    opacity: 0;
    transform: translate(-100px,-140px) rotate(-15deg);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translate(0px,0px) rotate(0deg);
}
}
.photo_in_r{
	display: block;
    opacity: 0;
    transform: translate(30px,40px) rotate(45deg);
}
.active.photo_in_r,.active .photo_in_r{
	animation: photo_in_r var(--transition_anim01) forwards;
}
@keyframes photo_in_r{
0% {
    opacity: 0;
    transform: translate(100px,-140px) rotate(15deg);
}
60% {
    opacity: 0.8;
}
100% {
    opacity: 1;
    transform: translate(0px,0px) rotate(0deg);
}
}


.kakukaku {
	animation: kakukaku steps(1) 2800ms infinite;
}
@keyframes kakukaku {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	15% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	30% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	45% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	60% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.t01 {
	animation-delay:.2s!important;
}
.t02 {
	animation-delay:.4s!important;
}
.t03 {
	animation-delay:.6s!important;
}
.t04 {
	animation-delay:.8s!important;
}
.t05 {
	animation-delay:1s!important;
}
.t06 {
	animation-delay:1.2s!important;
}
.t07 {
	animation-delay:1.4s!important;
}
.t08 {
	animation-delay:1.6s!important;
}