@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #CCC;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

a {
	color: #fff;
}
a:link {
	text-decoration: none;
	color:#fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color:#fff;
}
a:active {
	text-decoration: underline;
	color:#fff;
}

body {
  color: #fff;
  background-color: #000;
  width:100%;
  font-size: 10px;
  line-height: 1.4;
  font-family: 'Noto Sans Japanese', sans-serif;
}


/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){

.supText{
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
	font-weight:400;
}


#wrapper{
	width:100%;
	margin:0 auto;
}

#header{
	width:100%;
	height:0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 72%;
	margin:0 auto;
	background-image:url(../images/header_bg_s.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: contain;
	position:relative;
}

#header h1 {
	font-size:3em;
	font-weight:900;
	line-height:1.1em;
	position:absolute;
	left:0.7em;
	top:4.5em;
}


div .mobile{
	width: 95%;
	margin: 1em auto;
	text-align:center;
}
	  
div .mobile h2{
	text-align:left;
	font-weight:600;
	font-size:2em;
		}
		
div .mobile h4{
	text-align:left;
	font-weight:500;
	font-size:1.4em;
	padding-bottom:1.5em;
		}
		
div .mobile h3{
	text-align:center;
	font-weight:600;
	font-size:2.5em;
	padding-bottom:0.5em;
		}
		
.xtrafoam{
	display: none;
}

.flex-1 { display: none; }
.flex-2 { display: none; }

.present{
	display: none;
}
  

h4 br{
	display:none;
}



ul.cotion{
	font-size:1.2em;
}

ul.cotion li{
	list-style:none;
	margin:1em 0;
}

.contents{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin:1em 0;
}

.section{
	width: calc(50% - 10px);
	margin: 10px;
	text-align:center;
	padding-top:2em;
}
p.name{
	font-size:1.1em;
	font-weight:600;
}
.number{
}
div .buybtn a{
	display:block;
	background-color:#000;
	border:1px #FFFFFF solid;
	width:80%;
	margin:1em auto;
	font-weight:500;
	padding:0.3em;
	font-size:1.2em;
}

div .buybtn a:hover {
	background-color: #666666;
}

#footer {
	width: 100%;
	height: 65px;
	padding-top:10px;
	text-align: center;
	font-size:0.9em;
}

}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
.supText{
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
	font-weight:400;
}


#wrapper{
	width:100%;
	margin:0 auto;
}

#header{
	width:100%;
	height:0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 72%;
	margin:0 auto;
	background-image:url(../images/header_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: contain;
	position:relative;
}
h1 {
	font-size:5em;
	font-weight:900;
	line-height:1.1em;
	position:absolute;
	left:1em;
	top:5em;
}
h2 {
	margin:0.6em 0 0;
	font-size:2em;
	font-weight:500;
}


		
h4 {
	margin:0.8em 0 0;
	font-size:1.2em;
	font-weight:400;
	line-height:1.6em;
}

div .mobile{
	width: 95%;
	margin: 1em auto;
	text-align:center;
}
	  
div .mobile h2{
	text-align:left;
	font-weight:600;
	font-size:2.4em;
		}
		
div .mobile h4{
	text-align:left;
	font-weight:500;
	font-size:1.1em;
	padding-bottom:1.5em;
		}
		
div .mobile h3{
	text-align:center;
	font-weight:600;
	font-size:2.5em;
	padding-bottom:0.5em;
		}


.xtrafoam{
	display: none;
}

.flex-1 { flex: 1; }
.flex-2 { flex: 2; }

.present{
	display: none;
}



ul.cotion li{
	list-style:none;
	font-size:0.6em;
	margin:1em 0;
}

.contents{
	width:95%;
	display: flex;
	flex-wrap: wrap;
	margin:1em 0;
}

.section{
	width: calc(50% - 5px);
	margin: 0;
	text-align:center;
	padding-top:2em;
}
.name{
	font-size:1.6em;
}
.number{
	font-size:1.2em;
}
.buybtn a{
	display:block;
	background-color:#000;
	border:1px #FFFFFF solid;
	width:80%;
	margin:1em auto;
	font-weight:500;
	padding:0.3em;
	font-size:1.6em;
}

.buybtn a:hover {
	background-color: #666666;
}

#footer {
	width: 100%;
	height: 65px;
	padding-top:10px;
	text-align: center;
	font-size:0.9em;
}

}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

h1 {
	font-size:6em;
	font-weight:700;
	line-height:1.1em;
	position:absolute;
	left:40px;
	top:350px;
}

h2 {
	margin:1em 0 0;
	font-size:2em;
	font-weight:500;
}

h4 {
	margin:0.8em 0 0;
	font-size:1.4em;
	font-weight:400;
	line-height:1.6em;
}

div .mobile{
	display:none;
}
	  
div .mobile h2{
	text-align:left;
	font-weight:600;
	font-size:2em;
		}
		
div .mobile h4{
	text-align:left;
	font-weight:500;
	font-size:1.4em;
	padding-bottom:1.5em;
		}
		
div .mobile h3{
	text-align:center;
	font-weight:600;
	font-size:2.5em;
	padding-bottom:0.5em;
		}

.xtrafoam{
	display: flex;
}

.flex-1 { flex: 1; }
.flex-2 { flex: 2; }


.present img{
	width:100%;
	height:auto;
}

.supText{
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
	font-weight:400;
}



#wrapper{
	width:850px;
	margin:0 auto;
	background-image:url(../images/header_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

#header{
	width:100%;
	height:580px;
	margin:0 auto;
	position:relative;
}



ul.cotion li{
	list-style:none;
	font-size:0.8em;
	margin:1em 0;
}

.contents{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin:1em 0;
}

.section{
	width: calc(25% - 10px);
	margin: 5px;
	text-align:center;
	padding-top:2em;
}
.name{
	font-size:1.2em;
}
.number{
}
.buybtn a{
	display:block;
	background-color:#000;
	border:1px #FFFFFF solid;
	width:80%;
	margin:1em auto;
	font-weight:500;
	padding:0.3em;
}

.buybtn a:hover {
	background-color: #666666;
}

#footer {
	width: 100%;
	height: 65px;
	padding-top:10px;
	text-align: center;
	font-size:1em;
}
}
