
@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
	font-family: Helvetica, ArialMT, "Noto Sans Japanese","Hiragino Kaku Gothic ProN","a?â€™a?ca?Ra??eÂ§â€™a?Â´ ProN W3",a?!a??a?aa?a,sans-serif;
	/* background: #f7f8f9; */
	color:#000;
}

input:focus {
	outline: 0;
}

.mincho{
	font-family: "Sawarabi Mincho","aï¼Œï¼Œa??a??", YuMincho, "a?â€™a?ca?Ra??a??a?? ProN W3", "Hiragino Mincho ProN", "HGa??a??E", "i?-i?3 i?Â°a??a??", "i?-i?3 a??a??", serif;
}

.fs12{
	font-size:12px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs22{
	font-size:22px;
}

.fs24{
	font-size:24px;
}

.fw700{
	font-weight:700;
}

.line10{
	/* width:100%; */
	/* height: 10px; */
	/* background:url(../img/line.png) 50% 0 repeat; */
	/* margin-top: 100px; */
}

/*::::::::::header::::::::::*/

header{
	margin:0;
	position: relative;
}
/*::::::::::header::::::::::*/

/*::::::::::bingoGameView::::::::::*/

#bingoGameView {
	position: relative;
	padding: 1px 0;
	/* border-top:2px solid #fff; */
	/* border-bottom:2px solid #fff; */
	background:#C22D0C;
}

.notice00{
	font-size:90%;
	text-align: center;
	color: #FFF;
	font-weight:700;
	line-height:1.4;
}

.notice00 span {
	font-weight:400;
}
/*::::::::::bingoGameView::::::::::*/

.yellow , wall , #tutorial{
	line-height: 1.4;
	color:#000;
	font-weight:400;
}

.yellow{
	/* background:#fff000; */
}

.about{
	text-align: center;
}

.present {
	
}

.share{
	text-align: center;
}

.wall {
	background: url(../img/bg_wall.png) 50% 0 repeat;
}
#tutorial {
	color:#fff;
	background:#034616;
}

#tutorial article p{
	color:#fff;
	font-weight:800;
}

#tutorial article dl dt{
	font-weight:700;
}

.music p{
	background:#000;
	line-height: 1.0;
	text-align: center;
}

.music article ul li{
	background: #fefff1;
	color:#000;
	font-weight:500;
}

.music article ul li a{
	text-decoration:none;
	color:#000;
	display: block;
}

.point-list dt.mi {
	color:#fff;
	font-weight:800;
}

.point-list dt.mi2 {
	color:#fff;
	font-weight:700;
}

.point-list dd p {
	/* padding-left: 1.2em; */
	/* position:relative; */
	color:#fff;
	font-weight:400;
}

.point-list dd p:before {
	/* content: "a?â‰«"; */
	position: absolute;
	left: 0;
	top: 0;
}

.point-list dd a{
	text-decoration:underline;
	color:#1caeea;
}
/*::::::::::footer::::::::::*/

footer{
	background: #fff;
}

.copyright{
	font-size:9px;
	text-align: center;
	color:#000;
	font-weight:700;
}

.backtop{
	border: 5px solid #AE230F;
	box-shadow:0 3px 0 0 rgba(0,0,0,0.2);
}

.backtop a{
	display:block;
	text-decoration: none;
	padding:5px 0;
	text-align: center;
	color:#000;
}
/*::::::::::footer::::::::::*/

/*PC*/
@media screen and (min-width: 768px)
{

html,body{
	min-width: 980px;
}

body {
}

.hide_pc{
	display: none;
}

a:hover{
	opacity:0.8;
}
/*::::::::::header::::::::::*/

header {
	background: url(../img/top_pc.jpg) 50% 0 no-repeat;
	background-size: 2000px;
	height: 879px;
	margin: 0px auto;
	text-align: center;
}

h1{
	width:980px;
	height:728px;
	margin: 0 auto;
	position:relative;
}

h1 p.quick{
	position:absolute;
	bottom: -53px;
	right: 200px;
}

h1 p.quick a:hover{
	opacity:1.0;
}

h1 p.sp_link{
	position:absolute;
	bottom:325px;
	left:140px;
}

/*::::::::::header::::::::::*/

.syosai{
	border: 2px solid #9e1910;
	font-weight: bold;
	text-align:left;
	width: 725px;
	margin: 50px auto;
	padding: 20px;
	line-height: 1.6;
	font-size: 18px;
}

.yellow{
		background-image:url(../img/bg01.jpg) , url(../img/PC_top_04.jpg);
		background-position: top, bottom;
		background-repeat: no-repeat, no-repeat;
		margin-top: -19px;
		padding-bottom: -20px;
}

.yellow02{
		background-image:url(../img/bg05.png);
		background-repeat: no-repeat, no-repeat;

}
	
.yellow article,.wall article{
	width:980px;
	margin: 0px auto;
}

.yellow article.formarea{
	padding:60px 0 200px;
}

.yellow article p.mi{
	padding: 53px 0 0;
	text-align: center;
	line-height: 1.0;
}
.yellow article p.mi img{
	/* width: 227px; */
}

.red{
	color:#9f1910;
}

.about,.present{
	padding: 0 0 100px;
}

.about p{
	margin: 30px 0;
	/* padding: 30px; */
}

.present ul{
	display:table;
	width:100%;
	margin: 29px 0 39px;
}

.present ul li{
	display:table-cell;
	width:50%;
}

.present ul li:first-child{
	text-align:left;
}

.present ul li:last-child{
	text-align:right;
}

.present_box{
	width:440px;
	border:1px solid #7a5909;
	text-align:center;
	padding:10px;
	height: 460px;
}

.present ul li:first-child .present_box{
	margin:0 10px 0 0;
}

.present ul li:last-child .present_box{
	margin:0 0 0 10px;
}

.present_box p{
	margin:15px 0;
	line-height: 1.0;
}

.black{
	text-decoration:none;
	font-size:18px;
	color:#000;
	font-weight:bold;
}

.present_box img{
	width:412px;
}

.video{
	padding:30px 0;
	text-align: center;
}

.video iframe{
	width:560px;
	height:315px;
}

.share{
	padding: 50px 0 0px;
}

.social{
	margin:20px 0 30px;
}

.social a{
	margin:0 10px;
}

.social a img{
	width:50px;
}

.request{
	padding: 200px 0 30px;
	text-align: center;
}

.request img{
	margin-top:30px
}

.music{
	width:980px;
	margin:0 auto;
	padding:30px 0;
}

.music p{
	margin:0 auto;
	padding:10px 0;
}

.music article{
	display:table;
	width:100%;
}

.music article ul{
	display:table-cell;
	width: 50%;
	border:1px solid #000;
}

.music article ul:first-child{
	border-right:0;
}

.music article ul:last-child{
	border-left:0;
}

.music article ul li{
	padding:10px 5px;
	border:1px solid #000;
}

.music article ul li span.small{
	font-size:90%;
}

.music article ul li a{
	background: url(../img/sugoi.png) 99% 50% no-repeat;
	height:1em;
	outline: none;
}

.music article ul li a:hover{
	opacity:1.0;
	background:#ffffc7 url(../img/sugoi.png) 99% 50% no-repeat;
}

#tutorial article {
	width:980px;
	margin: 100px auto 0px;
	padding:30px 0;
	font-size:16px;
}

#tutorial article p{
	font-size:40px;
}

#tutorial article dl dt{
	font-size:20px;
	margin-top:15px;
}

.tyui{
	background:#034616;
}

.point-list {
	width:980px;
	margin:0 auto;
	padding:30px 0 60px;
}

.point-list dt.mi {
	font-size:40px;
	margin-bottom:10px;
}

.point-list dt.mi2 {
	margin:10px 0;
}

.point-list dd{
	font-size:14px;
	line-height:1.8;
}
/*::::::::::footer::::::::::*/

footer article{
	width:980px;
	margin: 0 auto;
	padding:30px 0 30px;
}

footer article p{
	margin:30px 0 0;
	text-align: center;
	font-size:20px;
	color:#666;
}

footer article ul{
	display:table;
	margin: 24px auto;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 37px 0;  /* 左右 上下で記述 */
}

footer article ul li{
	display:table-cell;
}

footer article ul li img{
width:150px;
}

footer article p img{
	vertical-align: middle;
	width: 180px;
}

footer article p a{
	margin:0 30px;
}

#pagetop{
	display:inline;
	position:fixed;
	bottom:0;
	right:20px;
	opacity:0.7;
	width:50px;
	text-align: right;
	line-height: 0;
}

#pagetop img{
	width:50px;
}

#pagetop img:hover{
	opacity:0.6;
	cursor: pointer;
}

.backtop{
	margin:200px auto 0;
	width:400px;
}
/*::::::::::footer::::::::::*/
}

/*SP*/
@media screen and (max-width: 767px)
{

body{
	background-size:100%;
	font-size:12px;
}

.hide_sp{
	display: none;
}

img {
	width: 100%;
}

.mincho{
	letter-spacing: -0.05em;
}
	
.fs12{
	font-size:10px;
}

.fs14{
	font-size:11px;
}

.fs16{
	font-size:12px;
}

.fs18{
	font-size:13px;
}

.fs20{
	font-size:14px;
}

.fs22{
	font-size: 18px;
	/* margin: 14px; */
}

.fs24{
	font-size:16px;
	line-height: 1.6;
}

/*::::::::::header::::::::::*/

header{
	position: relative;
}

header img{
	width: 100%;
}

h1{
	position:relative;
	padding:0;
	text-align: center;
	line-height: 0;
}

h1 p.quick{
	position:absolute;
	right: 0px;
	top: 84%;
	px;
	top:20%;
	width:100%;
	text-align: left;
}

h1 p.quick img{
	width: 91%;
	margin: 100% 0 0 5%;
}

h1 p.sp_link{
	position:absolute;
	right:0;
	bottom:27%;
	width:100%;
	text-align: left;
}

h1 p.sp_link img{
	width:28%;
	margin:0 0 0 30%;
}

nav article{
	width:100%;
	margin: 0 auto;
	display:table;
}

nav article p{
	padding:5px;
	display:table-cell;
	text-align: left;
}

nav article p:first-child{
	width:60%;
}

nav p:first-child img{
	vertical-align: middle;
	height:20px;
}

nav article p:last-child{
	text-align: right;
}

nav p:last-child img{
	vertical-align: middle;
	height:30px;
}

nav a{
	margin-left:5px;
}

/*::::::::::header::::::::::*/


	
.yellow{
	line-height: 1.4;
	background: #fff;
}

.yellow{
		background-image: url(../img/bg04sp.png);
		background-position:bottom;
		background-repeat: no-repeat;
		margin-top: -19px;
		padding-bottom: -20px;
}

.yellow02{
		background-image:url(../img/bg05sp.png);
		background-repeat:no-repeat;

}

.yellow article.formarea{
	padding:20px 0 0;
}

.yellow article p.mi{
	font-size:40px;
	padding:30px 0 0;
	line-height: 1.0;
	text-align: center;
	margin:0;
}

.yellow article p.mi img{
	width: 40%;
}

.yellow article p{
	margin: 20px 0;
}

.black{
	color:#000;
	text-decoration:none;
	font-size:15px;
	font-weight: bold;
}

.syosai{
	border: 2px solid #9e1910;
	text-align:left;
	width: 94%;
	margin: 30px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

.red{
	color:#9e1910
}

.about,.present{
	margin:0;
	padding:20px 10px;
	text-align: center;
}

.present{
	padding: 20px 10px 140px;
}

.present ul{
	padding:0 0;
}

.present ul li{
	border:1px solid #7a5909;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.video{
	padding:20px 10px;
	text-align: center;
}

.video iframe{
	width:100%;
	height:180px;
}

.share{
	padding: 13px 10px 0px;
}

.share p.social{
	margin-bottom:15px;
}

.share p.social img{
	width:40px;
	margin:0 10px;
}

.summer{
	line-height:0;
}

.wall{
	background-size:50px;
	padding:10px 0 20px;
}

.request{
	padding: 118px 10px 20px;
	text-align: center;
	line-height:1.6;
}

.request img{
	margin-top:30px
}

.music{
	margin:0 10px 30px;
}

.music p{
	background:#000;
	color:#fff;
	font-weight:700;
	margin:0 auto;
	padding:5px 10px;
	text-align: center;
	font-size:16px;
}

.music article{
	display:block;
}

.music article ul{
	display:block;
	border:2px solid #000;
	border-bottom:0;
}

.music article ul:last-child{
	border-top:0;
}

.music article ul li{
	line-height: 1.2;
	font-weight:700;
	padding:10px 5px;
	border-bottom:2px solid #000;
}

#tutorial{
	padding:10px;
	line-height: 1.4;
	margin-top: 40px;
}

#tutorial article {
	font-size:13px;
}

#tutorial article p{
	font-size:30px;
	line-height:1.0;
}

#tutorial article dl dt{
	font-size:16px;
	margin-top:10px;
}

.tyui {
	color:#fff;
	background:#034616;
}

.point-list {
	font-size:12px;
	line-height: 1.4;
	padding:10px;
}

.point-list dt.mi{
	font-size:30px;
	font-weight: 800;
}
/*::::::::::footer::::::::::*/
footer{
	padding:30px 0 5px;
}

footer article p{
	margin:20px 0 10px;
	text-align: center;
	font-size:20px;
	color:#666;
}

footer article p img{
	vertical-align: middle;
	width:40%;
	margin:0 10px;
}

footer article ul{
	display:table;
	margin: 24px;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
	/* width: 100%; */
	text-align: center;
}

footer article ul li{
	display:table-cell;
	width: 50%;
}

footer article ul li img{width: 76%;}

#pagetop{
	display:inline;
	position:fixed;
	bottom:0;
	right:10px;
	opacity:0.7;
	width:20%;
	text-align: right;
	line-height: 0;
}

#pagetop img{
	width:70%;
}

.yellow article p.backtop{
	margin:30px 10px 40px;
}
/*::::::::::footer::::::::::*/
}

