@charset "utf-8";
/* PCを基本設計------------
 - 〜479px：スマートフォン縦
 - 480px〜：PC、タブレット
-------------------------------*/

body {
	width: 100vw !important;
}

#wrapper {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

img {
	width: 100%;
}

.cp-img {}

.btn-square-pop {
	font-size: 50px;
	position: relative;
	display: block;
	margin: 10%;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	/*背景色*/
	border-bottom: solid 2px #d27d00;
	/*少し濃い目の色に*/
	border-radius: 4px;
	/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
}

.btn-square-pop:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.youtuber {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 60%;
}

.youtuber iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube_volume {
	visibility: hidden;
}


/* 〜479px：SP縦
------------------------------ */
@media screen and (max-width:479px) {

	.cp-img {}

	.btn-square-pop {
		font-size: 30px;
	}
}