@charset "UTF-8";
/* ### reset.scss ### */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; background-color: black;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* add */
*, *::before, *::after { box-sizing: border-box; }

/* mixin */
/* setting */
/* layout */
.hide-pc { display: none; }

@media screen and (min-width: 769px),(orientation: landscape){ .hide-pc { display: block; }
  .hide-sp { display: none; } }
.wrap { color: #000; font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; font-size: 15px; line-height: 1.5; text-align: center; -webkit-text-size-adjust: 100%; background-color: black; }
@media screen and (min-width: 769px),(orientation: landscape) { .wrap { min-width: 769px; } }
.wrap a { color: #00c; text-decoration: underline; }
.wrap a:hover { text-decoration: none; }
.wrap img{
	top: 0;
    height: 100%;
	margin: 0 auto;
	position: relative;
	width:100%;
}

.head-link{
z-index:2;
margin: 0 auto;
max-width:980px;
position: relative;
}

.eva-project{
padding-top: 50px;
z-index:2;
position: absolute;
right: 0;
}

.eva-project img{
width: auto;
max-height: 40px;
}

@media screen and (max-width: 840px)
{
.eva-project {
padding-top: 10px;
padding-right: 10px;
right: 0;
}

.eva-project img{
width: auto;
max-height: 30px;
}

}


/* cta */
.cta { max-width: 1000px; margin: 0 auto; padding: 10px 0 20px 0; }
@media screen and (min-width: 769px),(orientation: landscape) { .cta { padding: 0 10px 20px; } }

.cta-container { padding: 25px 0; background-color: #000000 no-repeat; background-size: 100% 100%; }
@media screen and (min-width: 769px),(orientation: landscape) { .cta-container { padding: 25px 0; } }

.cta-headline { font-size: 20px; font-weight: bold; color: #fff; margin-top: -45%;}
@media screen and (min-width: 769px),(orientation: landscape) { .cta-headline {font-size: 16px;　margin-top: -45%; } }

.cta-headline02 { font-size: 20px; font-weight: bold; color: #fff; margin-top: 2%;}
@media screen and (min-width: 769px),(orientation: landscape) { .cta-headline02 { font-size: 16px;　margin-top:　1%; } }


.Z1{
	position: absolute;
	z-index: 1;
	margin: 0 auto;
}
@media screen and (min-width: 769px),(orientation: landscape)
 { .Z1 {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	 } 
}

.Z2{
	position: absolute;
	z-index: 2;
	margin: 0 auto;
}

@media screen and (min-width: 769px),(orientation: landscape)
 { .Z2 {
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	 } 
}

.bnr-30{
	margin: -4% auto 0 auto;
	width: 90%;
}
@media screen and (min-width: 769px),(orientation: landscape)
 { .bnr-30 {
	margin: -4% auto 0 auto ;
	width: 90%;
	 } 
}

.bnr30{
	margin: 4% auto 0 auto;
	width: 90%;
}
@media screen and (min-width: 769px),(orientation: landscape)
 { .bnr30 {
	margin: 4% auto 0 auto ;
	width: 90%;
	 } 
}

.twitter{
	width: 100%;
	justify-content: center; 
	margin: 0 auto;
	padding: 30px ;
	background-color: #ff0000;
	text-align: center;
}

.twitter img {
	width: 230px;
	padding: 10px;
}

.twitter-headline {
	position: relative; 
	display: inline-block;
	margin-bottom: 10px; 
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	font-style: oblique;
	text-shadow: 1px 1px 2px #008AFF, -1px 1px 2px #008AFF
		, 1px -1px 2px #008AFF,-1px -1px 2px #008AFF;
	
}

/* wcp */
.wcp { max-width: 810px; margin: 0 auto; background-color: #db0e1d; padding: 0 20px 20px 20px;}
.wcp img { display: block; }

.video {
  position: relative;
  width: 100%;
	margin: 0 auto;
	height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

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

/* rule */
.rule { max-width: 840px; margin: 20px auto ; padding: 20px ; }
@media screen and (max-width: 840px) { .rule { padding: 20px; } }

.rule-headline { margin-bottom: 10px; font-size: 30px; font-weight: bold; color: #fff; }
@media screen and (max-width: 840px) { .rule-headline { font-size: 20px; } }

.rule-contents { background: #fff; border: 1px solid #ccc; padding: 30px 30px 20px; text-align: left; line-height: 1.3; height: 350px; overflow-y: auto; }
@media screen and (max-width: 840px) { .rule-contents { padding: 15px 15px 5px; height: 200px; } }
.rule-contents p { font-size: 14px; line-height: 1.5; }
@media screen and (max-width: 840px) { .rule-contents p { font-size: 12px; } }

.rule-headline3 { margin-bottom: 8px; font-size: 24px; font-weight: bold; }
@media screen and (max-width: 840px) { .rule-headline3 { font-size: 18px; } }

.rule-headline4 { margin-bottom: 8px; font-size: 20px; font-weight: bold; }
@media screen and (max-width: 840px) { .rule-headline4 { font-size: 16px; } }

.rule-text-wrap + .rule-text-wrap { margin-top: 20px; }

.rule-title { margin-bottom: 10px; }

.rule-list { margin-bottom: 20px; }
.rule-list > div { margin-bottom: 0.5em; padding-left: 1em; text-indent: -1em; font-size: 14px; }

.banner { max-width: 740px; width: 100%; margin: 0 auto; }
@media screen and (max-width: 959px) { .banner { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .banner a:hover { opacity: .8; } }

.banner_2 { max-width: 740px; width: 100%; margin: 0 auto; margin-top: 30px; }
@media screen and (max-width: 959px) { .banner_2 { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .banner_2 a:hover { opacity: .8; } }

.copyright { margin: 0 auto; background-color: black; text-align: center;
}


.copyright ul { display: flex; justify-content: center; }
.copyright ul li { list-style: none; }
.copyright ul li:nth-of-type(1) { margin-right: 20px; margin-bottom: 70px;}
.copyright p { margin-top: 30px;}
@media screen and (max-width: 769px) { .copyright p { width: 70%; margin: 10px auto 0; } }

/* news */
.news-contents { background: #7e7e7e; border: 1px solid #a1a1a1; padding: 3%; text-align: left; line-height: 1.3; overflow-y: auto; }
@media screen and (max-width: 740px) { .news-contents { padding: 3%; } }
.news-contents p { font-size: 14px; line-height: 1.5; }
@media screen and (max-width: 740px) { .rule-news p { font-size: 12px; } }
.news-contents p a { color: #d6d6d6; }
@media screen and (max-width: 740px) { .rule-news p a { color: #d6d6d6; } }

/* footer */
.footer { padding: 50px 0; line-height: 1.2; color: #fff; }
@media screen and (max-width: 769px) { .footer { padding: 20px 10px; font-size: 11px; } }

/* bl4 */
.bg-fixed { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: url("../img/charCP_bk.jpg") 50% 50%/cover no-repeat; z-index: -1; }

/*# sourceMappingURL=style.css.map */
