@charset 'utf-8';

.spHide {
	display: none !important;
}
#viewport {
	overflow: hidden;
}

/*__ common ________________________________*/

body { -webkit-text-size-adjust: none; }

img { vertical-align:bottom; }
a img { border-style:none; }
p {	margin:0; padding:0; }
ul,ol {	margin:0; padding:0; list-style:none; }
dl,dt,dd { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:normal; }
hr.dashed { margin:10px 0; border: 0; border-bottom: 1px dashed #ccc; }
i { font-style:normal !important; }


#viewport {
	line-height: normal;
}

.head {
	width: 100%;
	margin: 0 auto;
}
h1 {
	font-size: 14px;
	padding: 20px 0;
}


.box {
	padding-bottom: 35px;
	/*box-shadow: 0px 5px 5px rgba(0,0,0,0.5);*/
}
.box .sp-img {
	width: 100%;
}
.boxInner {
	width: 90%;
	margin: 20px auto 0;
	padding: 20px 0;
	background-color: #000;
}
.boxInnerL {
	display: none;
}
.boxInnerR {
	width: 100%;
	margin: 0 auto;
}
.boxInnerR img {
	display: none;
}
.boxInnerR ul {
	color: #fff;
	font-size: 14px;
}
.boxInnerR ul span {
	font-size: 24px;
}
.boxInnerR ul li {
	margin: 15px 0;
}
.boxInnerR ul li:last-child {
	margin: 10px 0;
	font-size: 18px;
}





.item {
	margin-top: 7px;
	padding: 20px 0;
	font-size: 16px;
	background-color: #eaeaea;
}
.item p a {
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.item p a:hover {
	color: #cc0000;
}





.button {
	display: inline-block;
	width: 70%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #CC0000;
	border: 2px solid #CC0000;
	color: #fff;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #CC0000;
	color: #CC0000;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #CC0000;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #CC0000;
}




/*0619調節*/
.line{
	width: 100%;
	height: 30px;
	background-image: url(../img/line.png);
	margin-bottom: 15px;
}


.monkey_utimoji{
	display: none;
}




.boxInnerRR {
	width: 100%;
	margin: 0 auto;
}
.boxInnerRR img {
	display: none;
}
.boxInnerRR ul {
	color: #fff;
	font-size: 14px;
}
.boxInnerRR ul span {
	font-size: 24px;
}
.boxInnerRR ul li {
	margin: 15px 0;
}
.boxInnerRR ul li:last-child {
	margin: 10px 0;
	font-size: 18px;
}





.box2018 .sp-img {
	width: 100%;
}
.boxInner2018sp2 {
	width: 90%;
	margin: 20px auto 0;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.8);
}

.boxInner2018sp2 .boxInnerR ul li:first-child {
	font-size: 24px !important;
	margin-top: 0 !important;
}
.boxInner2018sp2 .boxInnerR ul li.end {
	font-size: 18px !important;
}






