@charset "UTF-8";

/*------------------------------------------- generate settings */
html, body, h1, h2, h3, h4, div, ul, li, span {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
    height: 100%;
}
body {
	font-family: "Arial", "メイリオ";
	color: #000;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}
h1,h2,h3,h4,p,a{
    font-weight:normal;
    color: #000;
    letter-spacing: 0.10em;
}
p {
	margin: 10px 0 20px 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.line {
}
.line span {
	margin-bottom: 5px;
	height: 2px;
	width: 100%;
	display: block;
	background: #6d99bb;
}
.line span:last-child {
	margin-bottom: 0;
}

body{
	/*animation: cheesewhite 60s infinite;*/
}

@keyframes cheesewhite {
  0% { background-color: #fff; }
  50% { background-color: #fefcf0; }
  100% { background-color: #fff; }
}

/*---------------------------------------------------------------------------------------- header */
header {
	}

header h1{
	display: none;
}

header img {
	padding:30px 70px;
	width: calc(100% - 140px);
	display: block;
	background-size:contain;
	text-indent: -9999px;
	z-index:201;
	opacity: 0;
}

header img.appear{
	animation: logoFadein 0.2s linear 0.5s forwards;
}
@keyframes logoFadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}



/*---------------------------------------------------------------------------------------- menu */

#menuContent {
	margin:0 70px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#menuContent ul#menuButton {
    margin:0 auto;
	display: flex;
	justify-content: center;
}
#menuContent ul#menuButton li {
	margin:0 20px;
    font-size: 14px;
	color: #000;
    letter-spacing: 0.1em;
}
#menuContent ul#menuButton li a {
    padding:25px 10px;
    display: block;
    color:#000;
	font-weight: bold;
}
#menuContent ul#menuButton li a:hover {
	opacity:0.4;
}

/*---------------------------------------------------------------------------------------- message */

#message{
	padding:0 120px;
	width: 100%;
    text-align: center;
}
#message h3{
    padding:70px 0;
    font-size:1.0em;
    line-height: 1.9em;
    letter-spacing: 0.13em;
    color:#000;
}

/*---------------------------------------------------------------------------------------- content */

#container {
    margin:0 auto;
    width: 100%;
    max-width: 1200px;
}

.content{
    margin:0 0 80px 0;
	padding:0 70px;
	width: 100%;
	font-size:0.8em;
	line-height: 1.9em;
    letter-spacing: 0.13em;
	position: relative;
}
.content p a{
    color:#888;
	text-decoration: underline;
}
.content p a:hover{
    color:#000;
}

.block1 .detailArea{
	width: 300px;
	height: auto;
	border-top:1px solid #000;
}
.block1 .detailArea p{    
}
.block1 .detailArea p.data{
    font-size:0.6em;
}

.block2{
    float: right;
}
.block2 .detailArea{
    float: left;
	width: 300px;
	height: auto;
    border-top: 1px solid #000;
}
.block2 .detailArea p.exp{
    font-size:1.0em;
	font-weight: bold;
}
.block2 .detailArea p.data{
    transform:scale(0.5);
    transform-origin:top left;
}


.block2 .imageArea{
	margin-bottom: 10px;
    margin-left: 340px;
	line-height: 2.0em;
}
.block2 .imageArea img{
    width: 100%;
}
.block2 .imageArea a{
    color:#888;
	text-decoration: underline;
	display: block;
}
.block2 .imageArea a:hover{
	color:#000;
}

.block2 .noImage{
	float: none;
	width: 100%;
}

.titleP{
	font-weight: bold;
	font-size: 1.4em;
}

#rules{

}
#rules ul li {
	list-style:circle;
}
#rules a {
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------- footer */

footer {
	margin: 20px 0 0 0;
}

footer #followArea{
	display: block;
    padding:30px 0 37px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}
footer #followArea p{
    font-size: 0.8em;
}
footer #followArea span.logo_instagram{
    margin:20px auto;
    width:15px;
    height: 15px;
    display: block;
    background: url(../img/logo_insta.png) no-repeat;
    background-size: contain;
}
footer #followArea a{
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.10em;
}
footer #followArea a:hover {
	opacity:0.6;
}
footer p.copyright {
	padding: 100px 0;
	font-size: 0.6em;
	letter-spacing: 4px;
	text-align: center;
	transform-origin:center center;
}

span.bold{
	font-weight: bold;
}


/*/--------------------------------------------------------------------------------------------------------------- 
    media screen for tablet and sp
//---------------------------------------------------------------------------------------------------------------*/





/*------------------------------------------------width 1100px over*/
@media screen and (min-width: 1100px) {
    

}

/*------------------------------------------------width 1100px within*/
@media screen and (max-width: 1100px) {
    
    
}

/*------------------------------------------------width 800px within*/
@media screen and (max-width: 800px) {

}


/*------------------------------------------------width 670px within*/
@media screen and (max-width: 670px) {

	header {
		padding:0px;
	}
	
	header img {
		
	}

	header img {
		padding:20px 20px;
		width: calc(100% - 40px);
		display: block;
		background-size:contain;
		text-indent: -9999px;
		z-index:201;
		opacity: 0;
	}

	#menuContent {
		margin:0 20px;
	}
	
	#menuContent ul#menuButton {
		margin:0 auto;
		display:block;
		justify-content: center;
	}
	#menuContent ul#menuButton li {
		margin:0 0;
		font-size: 13px;
		border-bottom:1px dotted #000;
	}
	#menuContent ul#menuButton li a {
		padding:25px 10px;
		display: block;
		color:#000;
		font-weight: bold;
	}
	#menuContent ul#menuButton li a:hover {
		opacity:0.4;
	}
	#menuContent ul#menuButton li:last-child {
		border-bottom:none;
	}

    .content{
        padding:0 20px;
        float:none;
    }

    .block1 .detailArea,
	.block2 .detailArea{
        float:none;
        width: 100%;
    }

    .block1 .imageArea,
	.block2 .imageArea{
        margin-left: 0;
    }
	
	.block2 .detailArea .storeButtonPC{ display: none; }
	.block2 .storeButtonSP { display:inherit; }

	
	#message{
		text-align: center;
		margin-bottom:30px;
		padding:0 20px;
	}
	#message h3{
		padding:20px 0px;
		font-size:0.9em;

	}
	
	footer #followArea{
		margin:0 20px;
		padding:30px 0px 35px 0px;
		text-align: center;
	}
	footer #followArea a{
		font-size: 0.7em;
	}
	footer p.copyright {
		padding: 100px 70px;
		font-size: 6px;
		transform:scale(1);
	}


}

/*------------------------------------------- clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}