/*
Theme Name: lomababy
*/

@charset "UTF-8";

.form-defList01{
	margin-bottom: 20px;
}

main{
	overflow: hidden;
}


/* ------------------------------------
mv
---------------------------------------*/
.mv{
	padding-bottom: 8.8%;
	padding-top: 8.8%;
}

.mv-logo{
	width: 9.2%;
	margin: 0 auto;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.mv-logo::after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(./img/logo03.png);
	padding-top: 75%;
}

.mv-title{
	font-size: 2.5rem;
	text-align: center;
	font-family: 'B612 Mono', monospace;
	font-weight: 600;
	padding-top: 1.48em;
}

.mv-supply{
	padding-top: 5.3%;
	width: 48%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.supply-img{
	width: 43.5%;
}

.supply-num{
	width: 48.9%;
	text-align: center;
}

.supply-num h4{
	font-family: 'Carter One', cursive;
	font-size: 2.8rem;
	padding-bottom: 1.07em;
}

.supply-num p{
	font-size: 10.9rem;
	font-family: 'Press Start 2P', cursive;
}


.btn-mv>p{
	font-family: 'Carter One',cursive;
	font-size: 2.4rem;
	padding-left: .4em;
}

/* ------------------------------------
mv
---------------------------------------*/

/* ------------------------------------
modal
---------------------------------------*/

.modal{
	width: 95%;
	height: 93vh;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 39px;
	margin-top: 2%;
	background-color: rgba(255,255,255,.9);
	padding: 8.9% 20.42% 0 16.25%;
	box-sizing: border-box;
	visibility: hidden;
}

.modal-wrapper{
	display: flex;
	justify-content: space-between;
}

.m_img{
	width: 51.9%;
}

.modal p{
	width: 45.1%;
	font-family: 'Carter One', cursive;
	font-size: 4.2rem;
	color: #626262;
	text-shadow: 0 3px 6px rgba(0,0,0,.16);
	padding-top: 4em;
}

.modal-list{
	display: flex;
}


.modal,.modal p,.modal .bar,.modal h2,.modal .modal-list{
	opacity: 0;
	transition: opacity 1.2s cubic-bezier(.24,.38,.63,.79) .8s;
	-webkit-transition: opacity 1.2s cubic-bezier(.24,.38,.63,.79) .8s;
}



.modal.active,.modal.active p,.modal.active .bar,.modal.active h2,.modal.active .modal-list{
	opacity: 1;
	visibility: visible;
}

/* ------------------------------------
modal
---------------------------------------*/


/* ------------------------------------
sec01
---------------------------------------*/

.inner_sec01{
	align-items: center;
}
.sec01_l{
	width: 58.8%;
	padding-left: 5.2%;
	box-sizing: border-box;
}

.sec01_r{
	width: 38.1%;
}
/* ------------------------------------
sec01
---------------------------------------*/

.section02{
	padding-left: 0;
	padding-top: 4.9%;
}

.sec02_l{
	width: 53.9%;
}

.sec02_r{
	padding-top: 16.4%;
	width: 42.1%;
}

.btn_sec02{
	width: 58.6%;
	text-align: center;
	padding: 4% 0;
	margin-top: 12.4%;
}

.btn_sec02 div{
	width: 70%;
	margin: 0 auto; 
}

.section03{
	padding-bottom: 14.2%;
	padding-top: 7.2%;
	position: relative;
}

.inner_sec03{
	display: flex;
}

.sec03_l{
	padding-top: 9.9%;
	width: 53.9%;
}


.inner_sec03 p{
	padding-bottom: 8.2%;
	margin: 0 auto;
}

.btn_sec03{
	padding: 1.8% 0;
	width: 25.9%;
	background-color: #FC93FF;
}

.btn_sec03 div{
	width: 72.5%;
	margin: 0 auto;
}

.sec03_r{
	width: 45.3%;
}

.bg{
	width: 27%;
	position: absolute;
	bottom: -13%;
	right: 14%;
}

.inner_sec04{
	display: block;
}

.inner_sec04 h2{
	width: 9.5%;
	margin: 0 auto;
}

.sec04_list{
	padding-top: 5.2%;
	width: 83.4%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.sec04_listItem{
	width: 21.2%;
}

.sec04_listItem:nth-of-type(3),.sec04_listItem:last-of-type{
	width: 20.3%;
}

.sec04_listItem:nth-of-type(3) .team_img,.sec04_listItem:last-of-type .team_img{
	width: 85.6%;
	margin: 10% auto 0;
}

.team_name{
	font-family: 'B612 Mono',monospace;
	font-size: 2.1rem;
	font-weight: 600;
	padding-top: .57em;
}

.team_txt{
	font-family: 'B612 Mono',monospace;
	font-size: 1.7rem;
}

.team_txt h3{
	padding: .58em 0; 
	font-weight: 600;
}


.windows{
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	z-index: 100;
	width: 70%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .5% 0;
	background-color: #D3A8FF;
	box-shadow: 3px 3px 0 #fff inset,-3px -3px 0 #734DD1 inset;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.windowsWrap.is-active .windows{
	opacity: 0;
	visibility: hidden;
}

.bar{
	box-sizing: border-box;
	display: flex;
	width: 99%;
	margin: 0 auto 0;
	justify-content: space-between;
	align-items: center;
	background: rgb(73,63,229);
	padding: 0 1%;
	background: linear-gradient(90deg, rgba(73,63,229,1) 0%, rgba(48,177,254,1) 100%);
}

.win_logo{
	width: 22%;
}

.win_btnList{
	display: flex;
	width: 2.4%;
	justify-content: space-between;
}

.win_btnListItem{
	width: 100%;
	margin-top: -2px;
	cursor: pointer;
}

.win_contents{
	width: 97.8%;
	margin: 0.7% auto 0;
	height: 38vw;
	overflow-y: scroll;
}

.win_contents::-webkit-scrollbar {
	width: 18px;
	background-color: #F6EEFF;
}

.win_contents::-webkit-scrollbar-track {
	background: #F6EEFF;
	height: 18px;
	display: block;
}

.win_contents::-webkit-scrollbar-thumb{
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(./img/bar.png);
}

.win_contents::-webkit-scrollbar-button{
	width: 42px;
	height: 42px;
	background-color: #675FE5;
}

.pop{
	position: fixed;
	z-index: 200;
	left: 0;
	right: 0;
	top: 50%;
	width: 28.9%;
	margin: 0 auto;
	box-shadow: 3px 3px 0 #fff inset,-3px -3px 0 #D94E89 inset;
	background-color: #FFCDEA;
	padding: .5% ;
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}

.pop.is-active{
	opacity:0;
	visibility: hidden;
}

.pop_bar{
	background: #FC9AC4;
	padding: 1% 2%;
	text-align: right;
	box-sizing: border-box;
}

.pop_contents{
	width: 82.7%;
	margin: 0 auto;
}

.pop_innner{
	display: flex;
	align-items: center;
	padding-top: 5%;
}

.pop_logo{
	width: 26%;
}

.pop_txt{
	width: 74%;
	text-align: center;
	color: #5050E2;
}

.pop_txt p{
	font-family: "B612 Mono",monospace;
}

.pop_txt p:first-of-type{
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 600;
}

.pop_txt p:last-of-type{
	font-size: 2.3rem;
}

.pop_btnList{
	width: 79.5%;
	padding: 5% 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.pop_btnListItem{
	width: 45%;
}

.enter_btn a{
	display: block;
}

.section_ttl{
	font-family: 'Carter One',cursive;
	font-size: 3rem;
	line-height: 1.86;
}

.sec01_l .section_ttl{
	padding-bottom: 1.23em;
}

.sec02_r .section_ttl{
	padding-bottom: .43em;
}

.inner_sec03 .section_ttl{
	padding-bottom: 1.23em;
}

.section_txt{
	font-family: 'B612 Mono',monospace;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.57;
}

.button{
	margin-top: 7.5%;
	display: inline-block;
	width: 18.5vw;
	font-family: 'Carter One',cursive;
	font-size: 2.4rem;
	padding: 0.5em 0;
	background-color: #7494FF;
	border: solid 5px #333C4C;
	border-radius: 33px;
	color: #fff;
	text-align: center;
}

.button_sec03{
	margin-top: 0;
	background-color: #FC93FF;
}

.pop_btnListItem{
	cursor: pointer;
}


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

	/* ------------------------------------
	mv
	---------------------------------------*/
	.mv{
		padding-bottom: 0%;
		padding-top: 33%;
	}

	.mv-logo{
		width: 30%;
	}

	.mv-title{
		font-size: 1.7rem;
		padding-top: 1em;
	}

	.mv-supply{
		padding-top: 14.3%;
		width: 84%;
	}

	.supply-img{
		width: 48%;
	}

	.supply-num{
		width: 52%;
	}

	.supply-num h4{
		font-size: 1.7rem;
		padding-bottom: 1em;
	}

	.supply-num p{
		font-size:5.2rem;
	}

	.btn-mv>p{
		font-size: 2.3rem;
	}


	/* ------------------------------------
	mv
	---------------------------------------*/

	/* ------------------------------------
	modal
	---------------------------------------*/

	.modal{
		width: 92%;
		height: 90vh;
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 45% 13.42% 0;
		margin-top: 3.5%;
		border-radius: 30px;
	}

	.modal-wrapper{
		display: block;
	}

	.m_img{
		width: 100%;
	}

	.modal p{
		font-size: 3.3rem;
		padding-top: 0em;
		text-align: center;
		width: 100%;
	}



	/* ------------------------------------
	modal
	---------------------------------------*/


	/* ------------------------------------
	sec01
	---------------------------------------*/

	.section01{
		padding-top: 37.6%;	
	}

	.sec01_l{
		width: 100%;
		padding-left: 0%;
		padding-top: 5%;
		box-sizing: border-box;
	}

	.inner_sec01{
		display: flex;
		flex-direction: column-reverse;
	}

	.sec01_l h2{
		margin: 0 auto;
		padding-bottom: 13.5%;
	}

	.sec01_r{
		width: 90%;
		margin: 0 auto;
		padding-top: 0%;
	}
	/* ------------------------------------
	sec01
	---------------------------------------*/

	.section02{
		padding-left: 5.2%;
		padding-top: 31.6%;
	}

	.inner_sec02{
		display: block;
		/* 		flex-direction: column-reverse; */
	}

	.sec02_l{
		width: 100%;
		padding-top: 0%;
	}

	.sec02_r{
		margin-top: -4%;
		padding-top: 0;
		width: 100%;
	}

	.sec02_r h2{
		margin: 0 auto;
		padding-bottom: 9.8%;
	}

	.btn_sec02{
		width: 82.6%;
		padding: 6% 0;
		margin: 19.4% auto 0;
	}

	.btn_sec02 div{
		width: 73%;
	}

	.section03{
		padding-bottom: 0%;
		padding-top: 37.6%;
	}

	.inner_sec03{
		flex-direction: column-reverse;
	}

	.sec03_l,.sec03_r{
		width: 100%;
	}

	.sec03_l{
		padding: 0;
	}

	.inner_sec03 h2{
		padding-bottom: 9.8%;
	}

	.inner_sec03 p{
		padding-bottom: 0%;
		width: 100%;
	}

	.btn_sec03{
		width: 82.6%;
		padding: 6% 0;
	}

	.btn_sec03 div{
		width: 72.5%;
		margin: 0 auto;
	}

	.bg{
		width: 100%;
		position: static;
		padding-top: 13.4%;
	}


	.inner_sec04 h2{
		width: 22%;
	}

	.sec04_list{
		padding-top: 17.2%;
		width: 58.7%;
		display: block;
	}

	.sec04_listItem{
		width: 100%;
	}

	.sec04_listItem:not(:last-of-type){
		padding-bottom: 29.5%;
	}


	.windows{
		top: 15%;
		width: 92.3%;
		padding: 1.5% 0;
	}

	.bar {
		padding: 1% 2%;
		width: 97%;
	}

	.win_logo{
		width: 30%;
	}

	.win_btnList{
		width: 4.4%;
	}

	.win_btnListItem{
		width: 100%;
	}

	.win_contents{
		width: 96%;
		margin: 5% auto 0;
		height: fit-content;
	}

	.win_contents::-webkit-scrollbar {
		width: 20px;
	}

	.win_contents::-webkit-scrollbar-thumb{
		background-image: url(./img/bar.png);
		background-size: cover;
	}


	.pop{
		top: 35%;
		width: 67.9%;
		padding: 1.5%;
	}

	.pop_bar{
		padding: 1% 2%;
	}

	.pop_close{
		width: 6%;
		margin-left: auto;
	}

	.pop_contents{
		width: 82.7%;
		margin: 0 auto;
	}

	.pop_innner{
		display: flex;
		align-items: center;
		padding-top: 5%;
	}

	.pop_logo{
		width: 26%;
	}

	.pop_txt{
		width: 74%;
		text-align: center;
		color: #5050E2;
	}

	.pop_txt p:first-of-type{
		font-size: 1.6rem;
	}

	.pop_txt p:last-of-type{
		font-size: 1.7rem;
	}

	.pop_btnList{
		width: 60%;
		padding: 8% 0;
		display: flex;
		flex-direction: column-reverse;
	}

	.pop_btnListItem{
		width: 100%;
	}

	.pop_btnListItem:last-of-type{
		margin-bottom: 8%;
	}

	.enter_btn a{
		display: block;
	}

	.section_ttl{
		font-size: 2.2rem;
		line-height: 1.86;
		text-align: center;
	}

	.sec01_l .section_ttl{
		padding-bottom: 1.23em;
	}

	.sec02_r .section_ttl{
		padding-bottom: .43em;
	}

	.inner_sec03 .section_ttl{
		text-align: center;
		padding-bottom: 1.23em;
	}

	.section_txt{
		font-size: 1.5rem;
		line-height: 2;
		text-align: center;
	}

	.button{
		display: block;
		margin-top: 11.5%;
		width: 73.8vw;
		margin: 12.3% auto 0;
	}

	.button_sec03{
		margin-top: 12.3%;
	}

	.sec04_listItem:nth-of-type(3), .sec04_listItem:last-of-type {
		width: 92.7%;
		margin: 0 auto;
	}

	.team_name {
		font-family: 'B612 Mono',monospace;
		font-size: 2.1rem;
		font-weight: 600;
		padding-top: 1.5em;
	}

	.sec04_listItem:nth-of-type(3) .team_img, .sec04_listItem:last-of-type .team_img {
		width: 87.6%;
		margin: 0% auto 0;
	}

	.bg {
		width: 95%;
		position: absolute;
		bottom: -47%;
		z-index: -1;
		padding-top: 13.4%;
		right: 4%;
	}

	.section04{
		padding-bottom: 3%;
		padding-top: 75%;
	}

}

.download-img,.download-img img{
	border-radius: 10px;
}

