@charset "UTF-8";
/*
Theme Name: NewSite
Author: ProntoNet
Author URI: http://www.prontonet.ne.jp/
Version: 1.0
*/

/* =======================================
reset
========================================*/
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, 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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, 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; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
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; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
img { vertical-align: top; font-size: 0; line-height: 0; }
sup { font-size: 8px; }
em { font-style: normal; }
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after { content: ""; display: block; }
div:after, ul:after, ol:after, dl:after { clear: both; }
div, ul, ol, dl { zoom: 1; }


/* =======================================
contents
========================================*/
#index{
background: #000000;
}

#index img{
width: 100%;
}

#index section{
width: 640px;
margin: 0 auto;
text-align: center;
}
@media (max-width: 767px) {
	#index section{
		width: 86%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#index section ul.btn_area{
padding: 20px 0;
margin: 75px auto;
text-align: center;
background: #404040;
}
@media (max-width: 767px) {
	#index section ul.btn_area {
		padding: calc(100vw / 750 * 24) 0;
		margin: 0 auto;
	}
}

#index section li{
width: 600px;
margin: 0 auto;
text-align: center;
padding: 0;
box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, 0.5);
background: #ffffff;
}
@media (max-width: 767px) {
	#index section li{
		width: 92%;
	}
}

#index section li:nth-child(1){
margin: 0 auto 20px;
}
@media (max-width: 767px) {
	#index section li:nth-child(1){
		margin: 0 auto calc(100vw / 750 * 24);
	}
}

#index section li a:hover {
opacity: .8;
transition:0.5s;
}


