@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body{
	/*↓この2行はブラウザの内側の隙間をなくす魔法の呪文*/
	margin: 0;
	padding: 0;
	
	background-color: #F3E14C;

	font-family:"M PLUS Rounded 1c";
	}

.pancake1{
	margin-top: -21em;
	maegin-bottom: 0.7em;
	margin-left: 0.7em;
	margin-right: 1.5em;
	text-align:center;
}


	
.menu{padding: 0em 0em;
	text-align:right;
    margin-top: 1em;
	maegin-bottom: 1em;
	margin-left: 0em;
	margin-right: 1.5em;
    color: #fff;/*文字色*/
    background: #F3E14C;
}

.nami{margin-top: -2.32em;
	}

.nami2{margin-top: 3.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	background: #FFF
	}



.rogo{
	text-align: center;
	 margin-top: -3em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
}


.zentai{text-align: center;
}

.topic{
	margin-top: -11em;
	margin-bottom: -2em;
	margin-left: 0.7em;
	margin-right: 1.5em;
	text-align:center;
}



 h1{font-size:1.1em;
	 margin-top: 3em;
	 margin-bottom: 1em;
	 font-weight:700;
	 text-align:center;
	 line-height: 18px;
	 color:#FFF;
}

h2{font-size:1.3em;
	 font-weight:700;
	 text-align:left;
	line-height:0px;
	 color:#FFF;
}


h4{font-size:0.9em;
	margin-top: -2.2em;
	margin-bottom: 8em;
	 font-weight:600;
	 text-align:center;
	 line-height:0px;
	 color:#FFF;
}
	
p{
	color: #848E9D;
	font-size: 1.1em;
	font-weight:600;
	margin: 7px;
	text-align:center;/*中央揃え*/
	}

hr{
	margin-top: 90px;
    border: none;
  border-top: 5px dashed#FFF;
}

.box1 p {
    margin: 20; 
    padding: 0;
}

.box2 {
	padding: 3em 0.2em;
    margin-top: -10px;
	margin-bottom:160px;
	margin-right:35px;
	margin-left:35px;
    font-weight: normal;
    color: #848E9D;
	background: #FFF;
    border-radius: 140px;
	box-shadow: 0px 0px 0px 10px #FFF;
	border: dashed 5px #F3E14C;
    }

.box3 {
	padding: 2em 0.2em;
    margin-top: -20px;
	margin-bottom:60px;
	margin-right:35px;
	margin-left:35px;
    font-weight: normal;
    color: #848E9D;
	background: #FFF;
    border-radius: 180px;
	
    }



.tanosii {
    position: relative;
    margin: 7em 7em -4em 0.7em;
    padding: 0.2em 1em;
	background: #F46161;
    
}
.tanosii .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 0px;
    padding: 0 9px;
    line-height: 0.1em;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}
.tanosii p {
    margin: 0; 
    padding: 0;
}

.White{background-color: #FFFFFF;
	height:50px;
box-shadow: 0px 0px 0px 30px #FFF;
	
}

.LINEUP {
    position: relative;
    margin: 1.5em 7em -4em 0.7em;
    padding: 0.2em 1em;
	background: #F46161;
    }

.LINEUP p {
    margin: 0; 
    padding: 0;
}


#yoko1{
	background-color: #FFFFFF;
	width: 100%;
	height: 180px;

	display: flex;

	justify-content:space-around;
	/*エリア内で上下中央揃え（なくてもOK）*/
	align-items: center;
}

#yoko2{
	background-color: #FFFFFF;
	width: 100%;
	height: 180px;

	display: flex;

	justify-content:space-around;
	/*エリア内で上下中央揃え（なくてもOK）*/
	align-items: center;
}

#yoko3{
	background-color: #FFFFFF;
	width: 100%;
	height: 180px;

	display: flex;

	justify-content:space-around;
	/*エリア内で上下中央揃え（なくてもOK）*/
	align-items: center;
}

#yoko4{
	background-color: #FFFFFF;
	width: 100%;
	height: 180px;
    padding-bottom: 190px;
	display: flex;

	justify-content:space-around;
	/*エリア内で上下中央揃え（なくてもOK）*/
	align-items: center;
}

.pikachu{
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

h5{font-size:1.1em;
	 margin-top: 0.6em;
	 margin-bottom: 0.6em;
	 font-weight:600;
	 text-align:center;
	 line-height: 18px;
	 color:#F46161;
}
.BUTTON{
	text-align:center;
	padding: 0em 1em;
	margin-top: -10em;
	margin-bottom: 3em;
    margin-right:5em;
	margin-left:5em;
    font-weight: bold;
    background: #FFF;
    border: solid 4px #F46161;
    border-radius: 50px;
	}

.INFORMATION {
    position: relative;
    margin: 1.1em 7em -4em 0.7em;
    padding: 0.2em 1em;
	background: #F46161;
    }

.INFORMATION p {
    color: #848E9D;
	font-size: 1.1em;
	font-weight:600;
	margin-top: 2em;
	margin-bottom:8em;
	text-align:center;
}

.BUTTON2{
	font-size: 0.9em;
	text-align:center;
	padding: 0em 1em;
	margin-top: 2em;
	margin-bottom: -4em;
    margin-right:0.3em;
	margin-left:0.3em;
    font-weight: bold;
    background: #FFF;
    border: solid 4px #F46161;
    border-radius: 50px;
	}


#button1{
	width: 100%;
	height: 50px;
	margin-top:50px;
    padding-bottom: 20px;
	display: flex;
    justify-content:space-around;
	align-items: center;
}

#button2{
	width: 100%;
	height: 50px;
    padding-bottom: 20px;
	display: flex;
    justify-content:space-around;
	align-items: center;
}

#button3{
	width: 100%;
	height: 50px;
    padding-bottom: -5px;
	display: flex;
    justify-content:space-around;
	align-items: center;
}

.BUTTON3{
	font-size: 0.8em;
	text-align:center;
	padding: 0em 1.7em;
	margin-top: 2em;
	margin-bottom: -4em;
    margin-right:0.3em;
	margin-left:0.3em;
    font-weight: bold;
    background: #FFF;
    border: solid 4px #848E9D;
    border-radius: 50px;
	}

.BUTTON3 h5 {
    color: #848E9D;
}

#button4{
	font-size: 0.7em;
	width: 100%;
	height: 50px;
	padding-top: -20em;
    padding-bottom: -15em;
	display: flex;
    justify-content:space-around;
	align-items: center;
}

.bandai{
	text-align: center;
	 margin-top: 2em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
}

.icon{
	text-align: center;
	 margin-top: 4.2em;
	margin-bottom: -4.5em;
	margin-left: 0em;
	margin-right: 0em;
}


