@charset "utf-8";

#himichu #header{
	background:url('../images/header_pc.jpg') right 0 no-repeat;
	padding-bottom:16px;
	max-height: 470px;
	max-width: 960px;
	padding-top: 61%;
	margin: 0 auto;
	background-size: cover;
}
#youtube_slick {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#youtube_slick .movie {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.2em;
}
#youtube_slick .item1 {
	width: 70%;
	margin: 0 auto;
}
#youtube_slick .wrap_img1 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 6px;
}
#youtube_slick .wrap_img1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#youtube_slick .topItem_title {
	font-size: 1.4em;
	font-weight: bold;
	margin-inline: auto;
	max-inline-size: max-content;
}
#youtube_slick .item_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
#youtube_slick .movie2 {
	width: 45%;
	height: auto;
	margin: 12px 0;
	/*border: 3px solid #ffe997;
	padding: 1%;
	box-shadow: 1px 1px 6px rgb(201 201 201 / 10%);*/
}
/*@media screen and (min-width:900px) {
	#youtube_slick li:nth-of-type(3n) {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}
}*/
@media screen and (max-width:899px) {
	#youtube_slick .movie2 {
		width: 48%;
		height: auto;
		margin: 10px auto;
	}
}
#youtube_slick .wrap_img2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 8px;
}
#youtube_slick a .wrap_img2 img  {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition:.3s;
}
#youtube_slick a:hover .wrap_img2 img {
	width: 105%;
}

#himichu .form{
	background: #fff9dc;
	margin-bottom: 20px;
	padding: 4%;
	text-align: center;
	position: relative;
}


#himichu .form a{
	font-size: 1.6em;
	padding: 1% 5%;
	margin: auto;
	text-align: center;
	display: block;
	max-width: 440px;
	background: #ff513e;
	color: #fff8f0;
	border-radius: 30px;
	font-weight: bold;
	transition: .3s;
}

#himichu .form a:hover{
	background: #ffb588;
}

#himichu .form p{
	font-size: 1.5em;
	margin-bottom: 1%;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}

#himichu .form p .or{
	font-size: 1.1em;
	color: #ff341e;
}

#himichu .form::before{
	content: "";
	position: absolute;
	background: url("../images/himichu.png") no-repeat top center;
	background-size: contain;
	padding: 6%;
	/* z-index: 1; */
	top: 6%;
	left: 11%;
}


#himichu .btn {
    width: 95%;
    display: block;
    margin: 30px auto;
    text-align: center;
    padding: 0.5em;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #aacc02;
    border: 3px solid #aacc02;
}
#himichu .fes_btn{
	background: #fff9dc;
	padding: 3% 4% 0;
}
#himichu .fes_btn>a{
	display: block;
	margin: 0 auto;
	width: 80%;
}
