@charset "UTF-8";
h1, h2 {
	padding: 0;
	margin: 0;
}
.midashi_icon {
	width: 190px;
	margin: 10px 0;
}
.midashi_icon img {
	width: 100%;
}
/*index.htmlここから*/
.yura_oya {
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
}
#yura_rogo {
	width: 40.7%;
}
#yura_rogo img {
	width: 100%;
}
#yura_ko_movie {
	position: absolute;
	left: 50%;
	top: 0;
	width: 21%;
}
#yura_ko_movie img {
	width: 100%;
}
#yura_ko_dl {
	position: absolute;
	left: 60%;
	top: 3.5%;
	width: 35%;
}
#yura_ko_dl img {
	width: 100%;
}
#yura_ko_cha {
	position: absolute;
	right: 7%;
	top: 16%;
	width: 22%;
}
#yura_ko_cha img {
	width: 100%;
}
#yura_copy {
	position: absolute;
	right: 1%;
	width: 35%;
	top: 45%;
}
#yura_copy img {
	width: 100%;
}
#yura_img {
	margin-top: 50px;
	width: 100%;
}
#yura_img2 {
	margin-top: 10px;
	width: 100%;
}
#yura_img img {
	width: 100%;
}
#yura_img2 img {
	width: 100%;
}
/*index.htmlここまで*/
/*yura_movie.htmlここから*/
.yuraobup {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.yuraoblo {
	margin-top: -5%;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}
.yuraoblo img,
.yuraobup img {
	width: 100%;
}
.dogalink {
	width: 12%;
	height: auto;
	position: absolute;
	text-align: center;
}
.gava {
	top: 42%;
	left: 6%;
}
.q10 {
	top: 38.8%;
	left: 26.5%;
}
.coll {
	top: 40%;
	left: 50.5%;
}
.dw {
	margin-top: 16%;
}
/*animathion_a*/
.ani_a {
	animation:yurayura_a 5s ease infinite;
	-webkit-animation:yurayura_a 5s ease infinite;
}

@-webkit-keyframes yurayura_a {
	0% {
		-webkit-transform-origin: 50% bottom;
		-webkit-transform: rotate(-10deg);
	}
	50% {
		-webkit-transform-origin: 50% bottom;
		-webkit-transform: rotate(10deg);
	}
	100% {
		-webkit-transform-origin: 50% bottom;
		-webkit-transform: rotate(-10deg);
	}
}
@keyframes yurayura_a {
	0% {
		transform-origin: 50% bottom;
		transform: rotate(-10deg);
	}
	50% {
		transform-origin: 50% bottom;
		transform: rotate(10deg);
	}
	100% {
		transform-origin: 50% bottom;
		transform: rotate(-10deg);
	}
}
/*animathion_aここまで*/
/*animathion_b*/
.ani_b {
	animation:yurayura_b 5s ease infinite;
	-webkit-animation:yurayura_b 5s ease infinite;
}

@-webkit-keyframes yurayura_b {
	0% {
		-webkit-transform-origin: 50% bottom;
		-webkit-transform: rotate(10deg);
	}
	50% {
		-webkit-transform-origin: 50% bottom;
		-webkit-transform: rotate(-10deg);
	}
	100% {
		-webkit-transform-origin: 50% bottom;
		-webkit-transform: rotate(10deg);
	}
}
@keyframes yurayura_b {
	0% {
		transform-origin: 50% bottom;
		transform: rotate(10deg);
	}
	50% {
		transform-origin: 50% bottom;
		transform: rotate(-10deg);
	}
	100% {
		transform-origin: 50% bottom;
		transform: rotate(10deg);
	}
}
/*animathion_bここまで*/
/*yurarin_movie.htmlここまで*/
/*yurarin_movie_m.html*/
.dw_m {
	margin-top: 8%;
}
.dogalink_m {
	width: 20%;
	height: auto;
	position: absolute;
	text-align: center;
}
.gava_m {
	top: 34%;
	left: 7%;
}
.q10_m {
	top: 32.8%;
	left: 38.5%;
}
.coll_m {
	top: 32.8%;
	left: 70%;
}
/*yurarin_movie_m.htmlここまで*/
/*yurarin_dl.html*/
.dl_midashi {
	width: 190px;
	background: #f29231;
	color: white;
	text-align: center;
	margin:20px 0px;
	padding: 0 3px;
	border-radius: 25px;
}
.dl_midashi p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.kabe_sn {
	text-align: center;
	margin-right: 2%;
	display: inline-block;
	width: 48.3%;
}
.kabe_sn img {
	margin-bottom: 10px;
}
.kabe_sn p {
	margin: 0;
	padding: 0;
}
.kabe_right {
	margin-right: 0%;
}
.clear {
	margin-top: 15px;
}
.yuraoblo2 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 25px;
}
.yuraoblo2 p {
	margin: 0 auto;
}
.yuraoblo2 img {
	width:100%;
}
/*yurarin_dl.htmlここまで*/
/*yurarin_chara.html*/
.chara {
	margin-bottom: 2%;
	border-radius: 20px;
}
.yurachara_rap {
	margin-top: 25px;
}
@media (max-width:767px){

.midashi_icon {
	width: 140px;
}
.dl_midashi {
	width: 140px;
}
.dl_midashi p {
	font-size: 14px;
}
.kabe_sn {
	margin-right: 0;
	display: block;
	width: 100%;
}
.kabe_sn img {
	margin-bottom: 5px;
}
.kabe_right img {
	margin-top: 10px;
	margin-bottom: 5px;
}
.container .yuraoblo {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -30px;
}
.container .yuraobup {
	margin-left: -10px;
	margin-right: -10px;
}
.container .yuraobup img {
	width: 140%;
}
.container {
	padding-left: 10px;
	padding-right: 10px;
}
}
