@charset "UTF-8";

html, button, input, select, textarea {
    color: #161515;
}

html {
    font-size: 100%;
    line-height: 2;
}

html, body {
    background-color: #322A24;	
}

::-moz-selection {
    background: #FF7F7F;
    text-shadow: none;
}

::selection {
    background: #FF7F7F;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video, iframe {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

h1, h2, h3, p, ul, dl, dd {
    margin: 0;
}

dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

blockquote, q, cite {
	font-style: italic;
}

ul, li {
	list-style: none;
}


a {
    color: inherit;
    text-decoration: inherit;
}

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

.sp {
    display: none;
}
em {
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
    html {
	    font-size: 62.5%;	
    }
    .sp {
        display: block;
    }	
    .pc {
        display: none;
    }
}

p {
	margin: 0 0 0 0;
}

section {
}

/* --------------------------------------------------------------------------
   font
   -------------------------------------------------------------------------- */
body [lang="ja"] {
	font-size: 2.9rem;
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {

}

/* ========================================================================== */

.fontSerif {
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

@font-face {
font-family: YuGothicM;
src: local("Yu Gothic Medium");
}

.fontSanserif {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

.fontDIN {
    font-family: 'DIN';
}

/* ========================================================================== */

#mainContents {
    background-color: #DFDBD7;	

}

.section {
	max-width: 1200px;
	margin: 0 auto;
}

.section img {
	width: 100%;
}

.cnt {
	width:100%; 
	margin: 0 auto; 
	border: 0; 
	color: #161515;
}

.linkUL {
	font-weight: bold;


	text-decoration: underline;
}

#cover .cnt {
	text-align: center;
}

#cover .cnt a {
}

#cover .cnt h1 img {
	width: 100%;
}
#cover .cnt .main {
	margin-bottom: 0;
	margin-top: 0;
}

.main a {
	width: 16rem;
	height: 5rem;
	position: absolute;
	top: 0.3%;
	left: 2.8%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 20;
}
/* モバイル向け調整 */
@media only screen and (max-width: 640px) {
	.main a {
		width: 12.8rem;
		height: 3.6rem;
	}
}


#cover, #goods #hazure, #about, #nesage {
	background-color: #DFDBD7;
}
#nesage, #rules {
	background-color: #918274;
}
#goods .cnt, #hazure .cnt, #about .cnt, #nesage .cnt, #rules .cnt {
	text-align: center;
}
#hazure {
	margin-top: -5.4rem;
}

.x1 {
	width: 94%;
	margin: 3rem auto;
	border-bottom: solid 1px #918274;	
}
.x2 {
	width: 94%;
	margin: 3rem auto;
	border-bottom: solid 1px #F4F2F1;	
}

#goods .ttl {
	text-align: center;
	border-bottom: solid 1px #918274;
	width: 94%;
	margin: 3rem auto 2rem auto;
}

#goods .ttl img {
	width: 72%;
	margin: 0 auto;
}

#goods #slide {
	text-align: center;
	width: 94%;
	margin: auto;
}
#goods #slide img {
	width: 94%;
}

#hazure img {
	width: 86%;
	margin: 1rem auto;
}
#hazure p {
	color: #918274;
}

#about {
	font-size: 130%;
	font-weight: bold;
}
#about ul {
	text-align: left;
	width: 25em;
	margin: 3rem auto;
}
img.btnShopList {
	width: 70%;
}
#about p {
	margin: 3rem auto;
	width: 80%;
	line-height: 160%;
}

#nesage img {
	width: 90%;
	margin: 2rem auto;
	font-size: 120%;
}
#nesage p {
	font-size: 130%;
	color: #F4F2F1;
	font-weight: bold;
	line-height: 160%;
}

.copyright {
	font-size: 100%;
	font-weight: normal;
}

#about h3, #rules h3 {
	text-align: center;
	font-weight: bold; 
	border-bottom: 3px solid #333;
	width: 5em;
	margin: 1rem auto 2rem auto;
}



/* ナビゲーションメニュー */
#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 840px;
	margin: 0 auto;
}

#mainContents {
	-webkit-transition: ease .3s;
	transition: ease .3s;
}
#mainContents.cover {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


#navArea {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	transition: .8s;
	z-index: 20;
}

#navBtn {
	position: absolute;
	right: 1.5rem;
	bottom : 1.2rem;
	font-size: 400%;
	color: rgba(255,255,255,0.5);
	text-align: center;
	line-height: 0.6em;
}

#navBtn .indTxt{
	font-size: 24%;
	font-weight: bold;
	margin: 0;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 2.0s ease-in-out infinite alternate;
    -moz-animation:blink 2.0s ease-in-out infinite alternate;
    animation:blink 2.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



.upper {
    text-transform: uppercase;
}




/* --------------------------------------------------------------------------
