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

/*----------------------------------------
	共通
----------------------------------------*/
a {
	color: #5d96cb;
}
a:hover {
	color: #1e8cf3;
}
body{
	background: url("../images/housing_marketing_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: 20px;
}
.pc_nav_flex {
	display: flex;
	gap: 50px;
}
@media screen and (max-width: 1220px) {
	.pc_nav_flex {
		display: flex;
		gap: 3%;
	}
}
@media screen and (max-width: 1161px) {
	.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_copy{
    position: absolute;
	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: 22%;
	right: 21%;
	width: 13%;
}
.mv_copy{
    top: 59%;
	right: 13%;
	width: 26%;
}
.mv_copy.active{
	animation: mask_anime 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards var(--animation_d , 0s);
    opacity: 1;
}

.mv_ttl{
	position: absolute;
	opacity: 0;
	animation: imgBlur 3s cubic-bezier(.25,.46,.45,.94) forwards;
}

@keyframes imgBlur {
	0% {
		opacity: 0;
		filter: blur(40px);
		transform: scale(1.08);
	}

	30% {
		opacity: 1;
	}

	70% {
		filter: blur(0);
		transform: scale(1);
	}

	100% {
		filter: blur(0);
		transform: scale(1);
	}
}
.mv_ttl.active,
.mv_copy.active {
	opacity: 1;
}
.mv_copy_num02{
	position: absolute;
	top: 96%;
	left: 110%;
	width: 90%;
	opacity: 1;
	clip-path: inset(0 100% 0 0);
}
.mv_copy_num02.show{
	animation: revealLeft 0.5s cubic-bezier(.77,0,.18,1) forwards;
}
@keyframes revealLeft{
	from{
		clip-path: inset(0 100% 0 0);
	}
	to{
		clip-path: inset(0 0 0 0);
	}
}
.blur_anime {
	opacity: 0;
}
.active .blur_anime.ttl {
	animation: imgBlur_anime 1.5s cubic-bezier(.25,.46,.45,.94) forwards;
	opacity: 1;
}
.active .blur_anime {
	animation: imgBlur_anime 2.2s cubic-bezier(.25,.46,.45,.94) forwards;
	opacity: 1;
}
@keyframes imgBlur_anime {
	0% {
		opacity: 0;
		filter: blur(40px);
		transform: scale(1.08);
	}

	30% {
		opacity: 1;
	}

	70% {
		filter: blur(0);
		transform: scale(1);
	}

	100% {
		filter: blur(0);
		transform: scale(1);
	}
}
/*----------------------------------------
intro
----------------------------------------*/
.intro_view{
	position: absolute;
	top: 0%;
	left: 6%;
	overflow: hidden;
	width: 100%;
}
.intro_view-grid {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 20px;
	width: 100%;
	overflow: hidden;
}
.intro_view-grid .simple-parallax {
	overflow: hidden;
}
.respon.num01 {
	width: 90%;
}
.intro_p01 {
	position: absolute;
	top: 19%;
}
.intro_p02 {
	position: absolute;
	top: 35%;
}
.intro_p03 {
	position: absolute;
	top: 63%;
}
.intro_p04 {
	position: absolute;
	top: 76%;
}
.intro_p05 {
	position: absolute;
	top: 85%;
}
.intro_p06 {
	position: absolute;
	top: 93%;
}
.intro_suji_frame {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Jost", sans-serif;
	height: 266px;
    width: 100%;/*
    background-image: url(../images/housing_marketing_lp/intro_suji_frame.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.n0_01 {
	font-size: 15rem;
	font-weight: 200;
	position: absolute;
	top: 33%;
	left: 89%;
}
.n8_02 {
	color: #434343;
	font-size: 10rem;
	font-weight: 200;
	position: absolute;
	top: -5%;
	left: 81%;
}
.n6_03 {
	font-size: 8rem;
	font-weight: 200;
	position: absolute;
	top: 54%;
	left: 76%;
}
.n3_04 {
	font-size: 10rem;
	font-weight: 200;
	position: absolute;
	top: 21%;
	left: 69%;
	color: #d2d2d2;
}
.n5_05 {
	font-size: 12rem;
	font-weight: 200;
	position: absolute;
	top: 56%;
	left: 58%;
	color: #535353;
}
.n7_06 {
	font-size: 14rem;
	font-weight: 200;
	position: absolute;
	top: 34%;
	left: 45%;
}
.n9_07 {
	font-size: 17rem;
	font-weight: 200;
	position: absolute;
	top: 45%;
	left: 27%;
}
.n1_08 {
	font-size: 15rem;
	font-weight: 150;
	position: absolute;
	top: 21%;
	left: 26%;
}
.n8_09 {
	font-size: 8rem;
	font-weight: 200;
	position: absolute;
	top: 64%;
	left: 18%;
	color: #a7a7a7;
}
.n4_10 {
	font-size: 11rem;
	font-weight: 200;
	position: absolute;
	top: 26%;
	left: 7%;
	color: #707070;
}
.n2_11 {
	font-size: 12rem;
	font-weight: 200;
	position: absolute;
	top: 58%;
	left: -1%;
}
.n1 {
  opacity: 0;
  visibility:hidden;
}
@media screen and (max-width:599px){
	.intro_suji_frame {
		top: 40%;
	}
}
/*----------------------------------------
section01
----------------------------------------*/
.section01_01_img {
	position: absolute;
	top: 34.5%;
	right: 1.8%;
	width: 15%;
}
.section01_p01 {
	position: absolute;
	top: 44%;
	width: 100%;
}
.section01_p02 {
	position: absolute;
	top: 70%;
	width: 100%;
}
.section01_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	left: 2%;
	top: 47%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section01_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section01_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section01_counter-wrap {
		font-size: 40vw;
	}
	
}
.counter_clip {
  overflow: hidden;
  width: 48%;
}

.counter_section01 {
  white-space: nowrap;
}

/* 回転中 */
.counter_clip.is-spin {
  width: 48%;
}

/* 停止後 */
.counter_clip.is-stop {
  width: 100%;
}
/*section01 END*/

/*----------------------------------------
section02
----------------------------------------*/
.section02_01_img {
	position: absolute;
	top: 2%;
	right: 10%;
	width: 24%;
}
.section02_02_img {
	position: absolute;
	top: 13%;
	right: 14%;
	width: 20%;
}
.section02_03_img {
	position: absolute;
	top: 6%;
	left: 0%;
	width: 54%;
}


.section02_p01 {
	position: absolute;
	top: 23%;
	width: 100%;
}
.section02_p02 {
	position: absolute;
	top: 45%;
	width: 100%;
}
.section02_p03 {
	position: absolute;
	top: 82%;
	width: 100%;
}
.section02_p04 {
	position: absolute;
	top: 87%;
	width: 100%;
}
.section02_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 6.5%;
	top: 25%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section02_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section02_counter-wrap {
		font-size: 30rem;
		right: 6.9%;
	}
	
}
@media screen and (max-width:599px) {
	.section02_counter-wrap {
		font-size: 40vw;
	}
	
}
.section02_numbers.counter_clip {
  overflow: hidden;
  width: 48%;
}
.counter_section02 {
  white-space: nowrap;
}

/*section02 END*/

/*----------------------------------------
section03
----------------------------------------*/
.section03_01_img {
	position: absolute;
	top: 5.2%;
	left: 8%;
	width: 19%;
}
.section03_02_img {
	position: absolute;
	top: 3%;
	right: 0%;
	width: 36%;
}
.section03_03_img {
	position: absolute;
	top: 13%;
	right: 4%;
	width: 23%;
}
.section03_05_img {
	position: absolute;
	top: 44%;
	right: 3%;
	width: 2%;
}
.section03_06_img {
	position: absolute;
	top: 40%;
	right: 11%;
	width: 60%;
	z-index: 5;
}
.section03_09_img {
	position: absolute;
	top: 10%;
	left: 0%;
	width: 38%;
}
.section03_10_img {
	position: absolute;
	top: 92%;
	left: 3%;
	width: 20%;
}


.section03_p01 {
	position: absolute;
	top: 15%;
	width: 100%;
}
.section03_p02 {
	position: absolute;
	top: 67%;
	width: 100%;
}
.section03_p03 {
	position: absolute;
	top: 83%;
	width: 100%;
}
.section03_p04 {
	position: absolute;
	top: 88%;
	width: 100%;
}
.section03_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	left: 4%;
	top: 17%;
	font-size: 20rem;
	font-weight: 300;
	color: #fff;
}
@media screen and (max-width:799px) {
	.section03_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section03_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section03_counter-wrap {
		font-size: 40vw;
	}
	
}
.section03_numbers.counter_clip {
  overflow: hidden;
  width: 55%;
}
.counter_section03 {
  white-space: nowrap;
}

/*section03 END*/

/*----------------------------------------
section04
----------------------------------------*/
.section04_05_img {
	position: absolute;
	top: 31%;
	right: 21%;
	width: 57%;
}



.section04_p01 {
	position: absolute;
	top: 6%;
	width: 100%;
}
.section04_p02 {
	position: absolute;
	top: 46%;
	width: 100%;
}
.section04_p03 {
	position: absolute;
	top: 64%;
	width: 100%;
}
.section04_p04 {
	position: absolute;
	top: 83%;
	width: 100%;
}
.section04_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 3.7%;
	top: 8.5%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section04_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section04_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section04_counter-wrap {
		font-size: 40vw;
	}
	
}
.section04_numbers.counter_clip {
  overflow: hidden;
  width: 74%;
}
.counter_section04 {
  white-space: nowrap;
}

/*section04 END*/

/*----------------------------------------
section05
----------------------------------------*/
.section05_02_img {
	position: absolute;
	top: -2%;
	left: 3%;
	width: 17%;
}

.section05_p01 {
	position: absolute;
	top: 4%;
	width: 100%;
}
.section05_p02 {
	position: absolute;
	top: 21%;
	width: 100%;
}
.section05_p03 {
	position: absolute;
	top: 36%;
	width: 100%;
}
.section05_p04 {
	position: absolute;
	top: 43%;
	width: 100%;
}
.section05_p05 {
	position: absolute;
	top: 58%;
	width: 100%;
}
.section05_p06 {
	position: absolute;
	top: 65%;
	width: 100%;
}
.section05_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 44%;
	top: 5%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section05_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section05_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section05_counter-wrap {
		font-size: 40vw;
	}
	
}
.section05_numbers.counter_clip {
  overflow: hidden;
  width: 59%;
}
.counter_section05 {
  white-space: nowrap;
}

.pi_wrap{
    font-family: "Jost", monospace;
    font-size:1.4rem;
    line-height:1.2;
    letter-spacing:.03em;
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translateX(-50%);
	width: 79%;
}

.pi_text{
    white-space:pre-wrap;
    word-break:break-all;
    margin:0;
}

.red{
    color:#d52323;
    font-weight:700;
}
@media screen and (width:768px) {
	.pi_wrap {
		font-size: 2.1rem;
	}
}
@media screen and (max-width:599px)  {
	.pi_wrap {
		font-size: 1.1rem;
	}
}

/*section05 END*/


/*----------------------------------------
section06
----------------------------------------*/
.section06_02_img {
	position: absolute;
	top: 22%;
	right: 36%;
	width: 28%;
}



.section06_p01 {
	position: absolute;
	top: 3%;
	width: 100%;
}
.section06_p02 {
	position: absolute;
	top: 44%;
	width: 100%;
}
.section06_p03 {
	position: absolute;
	top: 67%;
	width: 100%;
}
.section06_p04 {
	position: absolute;
	top: 57%;
	width: 100%;
}
.section06_p05 {
	position: absolute;
	top: 66.6%;
	width: 100%;
}
.section06_p06 {
	position: absolute;
	top: 71.1%;
	width: 100%;
}
.section06_p07 {
	position: absolute;
	top: 76.5%;
	width: 100%;
}
.section06_p08 {
	position: absolute;
	top: 81.8%;
	width: 100%;
}
.section06_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 74%;
	top: 5%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section06_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section06_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section06_counter-wrap {
		font-size: 40vw;
	}
	
}
.section06_numbers.counter_clip {
  overflow: hidden;
  width: 57%;
}
.counter_section06 {
  white-space: nowrap;
}
.section06_p05 .active .blur_anime {
	animation: imgBlur_anime 3.2s cubic-bezier(.25,.46,.45,.94) forwards;
	opacity: 1;
}
.section06_p06 .active .blur_anime {
	animation: imgBlur_anime 3.4s cubic-bezier(.25,.46,.45,.94) forwards;
	opacity: 1;
}
.section06_p07 .active .blur_anime {
	animation: imgBlur_anime 3.6s cubic-bezier(.25,.46,.45,.94) forwards;
	opacity: 1;
}
.section06_p08 .active .blur_anime {
	animation: imgBlur_anime 3.8s cubic-bezier(.25,.46,.45,.94) forwards;
	opacity: 1;
}

/*section06 END*/


/*----------------------------------------
section07
----------------------------------------*/
.section07_05_img {
	width: 100%;
}

.section07_p01 {
	position: absolute;
	top: 0%;
	width: 100%;
}
.section07_p02 {
	position: absolute;
	top: 40%;
	width: 100%;
}
.section07_p03 {
	position: absolute;
	top: 68%;
	width: 100%;
}
.section07_p04 {
	position: absolute;
	top: 87%;
	width: 100%;
}
.section07_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 43.4%;
	top: 4%;
	font-size: 20rem;
	font-weight: 300;
	color: #fff;
}
@media screen and (max-width:799px) {
	.section07_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section07_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section07_counter-wrap {
		font-size: 40vw;
	}
	
}
.section07_numbers.counter_clip {
  overflow: hidden;
  width: 59%;
}
.counter_section07 {
  white-space: nowrap;
}


/*section07 END*/


/*----------------------------------------
section08
----------------------------------------*/

.section08_p01 {
	position: absolute;
	top: 6%;
	width: 100%;
}
.section08_p02 {
	position: absolute;
	top: 46%;
	width: 100%;
}
.section08_p03 {
	position: absolute;
	top: 59%;
	width: 100%;
}
.section08_p04 {
	position: absolute;
	top: 82%;
	width: 100%;
}
.section08_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 19%;
	top: 12%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section08_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section08_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section08_counter-wrap {
		font-size: 40vw;
	}
	
}
.section08_numbers.counter_clip {
  overflow: hidden;
  width: 59%;
}
.counter_section08 {
  white-space: nowrap;
}

/*section08 END*/

/*----------------------------------------
section09
----------------------------------------*/
.section09_01_img {
	position: absolute;
	top: 2%;
	right: 0%;
	width: 50%;
}
.section09_02_img {
	position: absolute;
	top: 9%;
	right: 62%;
	width: 22%;
}
.section09_03_img {
	position: absolute;
	top: 21%;
	right: 7%;
	width: 21%;
}



.section09_p01 {
	position: absolute;
	top: 27.4%;
	width: 100%;
}
.section09_p02 {
	position: absolute;
	top: 46%;
	width: 100%;
}
.section09_p03 {
	position: absolute;
	top: 88%;
	width: 100%;
}
.section09_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	left: 4%;
	top: 29.2%;
	font-size: 20rem;
	font-weight: 300;
}
@media screen and (max-width:799px) {
	.section09_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section09_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section09_counter-wrap {
		font-size: 40vw;
	}
	
}
.section09_numbers.counter_clip {
  overflow: hidden;
  width: 54%;
}
.counter_section09 {
  white-space: nowrap;
}
.mekure_anime {
  overflow: hidden;
}

.mekure_anime img {
  clip-path: inset(0 0 100% 0);
}

.active .mekure_anime img {
  animation: reveal 2.5s ease forwards;
}

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

/*section09 END*/


/*----------------------------------------
section09
----------------------------------------*/

.section10_p01 {
	position: absolute;
	top: 17%;
	width: 100%;
}
.section10_p02 {
	position: absolute;
	top: 32%;
	width: 100%;
}
.section10_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 3%;
	top: 15.5%;
	font-size: 17rem;
	font-weight: 300;
	letter-spacing: -0.04em;
}
.section10_numbers.counter_clip {
  overflow: hidden;
  width: max-content;
  height: 12rem;
}
.counter_section10 {
  white-space: nowrap;
}

@media screen and (max-width:799px) {
	.section10_counter-wrap {
		font-size: 33vw;
	}
	.section10_numbers.counter_clip {
		height: 24vw;
	}
}
@media screen and (width:768px) {
	.section10_counter-wrap {
		font-size: 26rem;
	}
	.section10_numbers.counter_clip {
		overflow: hidden;
		width: max-content;
		height: 18.2rem;
	}
}
@media screen and (max-width:599px) {
	.section10_counter-wrap {
		font-size: 33vw;
	}
	
}


/*section10 END*/


/*----------------------------------------
section11
----------------------------------------*/
.section11_02_img {
	position: absolute;
	top: 37%;
	left: 0;
	width: 32%;
}
.section11_03_img {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translateX(-50%);
	width:32%;
}
.section11_04_img {
	position: absolute;
	top: 37%;
	right: 0;
	width: 32%;
}



.section11_p01 {
	position: absolute;
	top: 9%;
	width: 100%;
}
.section11_p02 {
	position: absolute;
	top: 58%;
	width: 100%;
}

.section11_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 76%;
	top: 11%;
	font-size: 20rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.13em;
}
@media screen and (max-width:799px) {
	.section11_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section11_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section11_counter-wrap {
		font-size: 40vw;
	}
	
}
.section11_numbers.counter_clip {
  overflow: hidden;
  width: 100%;
}
.counter_section11 {
  white-space: nowrap;
}

/*section11 END*/

/*----------------------------------------
section12
----------------------------------------*/
.section12_01_img {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
}
.section12_03_img {
	position: absolute;
	top: 31%;
	left: 9%;
	width: 38%;
}



.section12_p01 {
	position: absolute;
	top: 21%;
	width: 100%;
}
.section12_p02 {
	position: absolute;
	top: 42%;
	width: 100%;
}
.section12_p03 {
	position: absolute;
	top: 69%;
	width: 100%;
}
.section12_p04 {
	position: absolute;
	top: 77%;
	width: 100%;
}
.section12_counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	right: 48.5%;
	top: 23%;
	font-size: 20rem;
	font-weight: 300;
	letter-spacing: -0.1em;
}
@media screen and (max-width:799px) {
	.section12_counter-wrap {
		font-size: 40vw;
	}
}
@media screen and (width:768px) {
	.section12_counter-wrap {
		font-size: 30rem;
	}
}
@media screen and (max-width:599px) {
	.section12_counter-wrap {
		font-size: 40vw;
	}
	
}
.section12_numbers.counter_clip {
  overflow: hidden;
  width: 85%;
}
.counter_section12 {
  white-space: nowrap;
}

/*section12 END*/

/*----------------------------------------
section13
----------------------------------------*/
.section13_02_img {
	position: absolute;
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
	width: 36%;
}

.section13_p01 {
	position: absolute;
	top: 9%;
}
.section13_p02 {
	position: absolute;
	top: 32%;
}
.section13_p03 {
	position: absolute;
	top: 45%;
}
.section13_p04 {
	position: absolute;
	top: 70%;
}
.section13_p05 {
	position: absolute;
	top: 93%;
}


.glitch {
  position: relative;
  width: min(100%, 800px);
  aspect-ratio: 800 / 410;
  overflow: hidden;
}


.glitch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;

  animation: glitch-logo 3s infinite;
}



/* グリッチ演出 */
@keyframes glitch-logo {

  /* 通常状態 */
  0%,
  85%,
  100% {
    transform: translate(0);
    filter: none;
  }


  /* 赤青ズレ */
  86% {
    transform: translate(-5px, 0);

    filter:
      drop-shadow(5px 0 0 rgba(255,0,0,.9))
      drop-shadow(-5px 0 0 rgba(0,150,255,.9));
  }


  88% {
    transform: translate(4px, 1px);

    filter:
      drop-shadow(-6px 0 0 rgba(255,0,0,.9))
      drop-shadow(6px 0 0 rgba(0,150,255,.9));
  }


  /* 横ズレ */
  90% {
    transform: translate(-3px, 0);

    filter:
      drop-shadow(8px 0 0 rgba(255,0,0,.8))
      drop-shadow(-8px 0 0 rgba(0,150,255,.8));
  }


  /* 復帰 */
  92% {
    transform: translate(0);

    filter: none;
  }
}





.section13_suji_frame {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Jost", sans-serif;
	height: 266px;
    width: 100%;
}
.n2.n0_01 {
	font-size: 15rem;
	font-weight: 200;
	position: absolute;
	top: 33%;
	left: 89%;
	color: #a0a0a0;
}
.n2.n8_02 {
	color: #fff;
	font-size: 10rem;
	font-weight: 200;
	position: absolute;
	top: -5%;
	left: 81%;
}
.n2.n6_03 {
	font-size: 8rem;
	font-weight: 200;
	position: absolute;
	top: 54%;
	left: 76%;
	color: #fff;
	
}
.n2.n3_04 {
	font-size: 10rem;
	font-weight: 200;
	position: absolute;
	top: 21%;
	left: 69%;
	color: #bfbfbf;
}
.n2.n5_05 {
	font-size: 12rem;
	font-weight: 200;
	position: absolute;
	top: 56%;
	left: 58%;
	color: #a0a0a0;
}
.n2.n7_06 {
	font-size: 14rem;
	font-weight: 200;
	position: absolute;
	top: 34%;
	left: 45%;
	color: #fff;
}
.n2.n9_07 {
	font-size: 17rem;
	font-weight: 200;
	position: absolute;
	top: 45%;
	left: 27%;
	color: #fff;
}
.n2.n1_08 {
	font-size: 15rem;
	font-weight: 150;
	position: absolute;
	top: 21%;
	left: 26%;
	color: #fff;
}
.n2.n8_09 {
	font-size: 8rem;
	font-weight: 200;
	position: absolute;
	top: 64%;
	left: 18%;
	color: #bfbfbf;
}
.n2.n4_10 {
	font-size: 11rem;
	font-weight: 200;
	position: absolute;
	top: 26%;
	left: 7%;
	color: #7d7d7d;
}
.n2.n2_11 {
	font-size: 12rem;
	font-weight: 200;
	position: absolute;
	top: 58%;
	left: -1%;
	color: #fff;
}
.n2 {
  opacity: 0;
  visibility:hidden;
}
@media screen and (max-width:599px){
	.section13_suji_frame {
		top: 47%;
	}
}
/* section13 END */



/*----------------------------------------
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 3s 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;
	}
}
.jost{
	font-family: "Jost", sans-serif;
}
.counter-wrap {
	font-family: "Jost", sans-serif;
	font-weight: normal;
	position: absolute;
	left: 16%;
	top: 10%;
	font-size: 2.6rem;
}
.counter-wrap .counter .numbers div {
	padding-bottom: 6px;
}
@media screen and (width:768px) {
	.counter-wrap {
		font-size: 3.6rem;
	}
}
@media screen and (max-width:599px) {
	.counter-wrap {
		font-size: 2rem;
	}
	
}

.image-reveal {
  overflow: hidden;
}

.image-reveal div {
  width: 100%;
  height: auto;
  object-fit: cover;

  /* 初期状態 */
  clip-path: circle(0% at 50% 50%);

  /* ここに書く */
  transition: clip-path 1s ease-out;
}

/* active時 */
.active .image-reveal div {
  clip-path: circle(150% at 50% 50%);
}

.image-reveal.t01 div{
	transition-delay: 0.2s;
	--transition_d: 0.2s;
}
.image-reveal.t02 div{
	transition-delay: 0.4s;
	--transition_d: 0.4s;
}
.image-reveal.t03 div{
	transition-delay: 0.6s;
	--transition_d: 0.6s;
}
.image-reveal.t04 div{
	transition-delay: 0.8s;
	--transition_d: 0.8s;
}
.image-reveal.t05 div{
	transition-delay: 1s;
	--transition_d: 1s;
}
.image-reveal.t06 div{
	transition-delay: 1.2s;
	--transition_d: 1.2s;
}
.image-reveal.t07 div{
	transition-delay: 1.4s;
	--transition_d: 1.4s;
}

.slide-reveal {
  overflow: hidden;
}

.slide-reveal div {
  width: 100%;
  height: auto;
  object-fit: cover;

  /* 最初は左から全部隠す */
  clip-path: inset(0 100% 0 0);

  transition: clip-path 1s cubic-bezier(.77, 0, .18, 1);
}

.active .slide-reveal div {
  /* 左から右へ表示 */
  clip-path: inset(0 0 0 0);
}

.slide-reveal.t01 div{
	transition-delay: 0.2s;
	--transition_d: 0.2s;
}
.slide-reveal.t02 div{
	transition-delay: 0.4s;
	--transition_d: 0.4s;
}
.slide-reveal.t03 div{
	transition-delay: 0.6s;
	--transition_d: 0.6s;
}
.slide-reveal.t04 div{
	transition-delay: 0.8s;
	--transition_d: 0.8s;
}