@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#000000;
    font-family: 'Sawarabi Gothic', sans-serif;
	color: #ddd;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}


ul,
ol{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #ddd;
	text-decoration: none;
    outline: none;
}

img{
    max-width:100%;
    height: auto;
    border-radius: 10px;
}

*{
    box-sizing: border-box
}

/* area */

html{
    overflow-x: hidden;/*IE11用*/
}

#container{
    overflow-x: hidden;
    /*以下、IE11用*/
    z-index: 1;
    position: relative;
}

/*レイアウトのためのCSS*/
#wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 70px;
}

#main-area{
	width:100%;
}

/*1020px以下の見え方*/

@media screen and (max-width:1020px){
#wrapper{
    padding: 0;
}
#main-area{
    padding: 0 30px;
}

}

/* header */
#header h1 a{
    color: #ddd;
}

#header h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 0 0 3%;
    line-height: 1;
    white-space: nowrap;
}

#header h1 img{
    height: 80px;
}

@media screen and (max-width:960px){
  #header h1{
    position: absolute;
      top:10px;
      left:20px;
      padding: 0;
    }

    #header h1 img{
        height: 50px;
    }
}

/*modal*/

.modaal-container{
    border-radius:10px;
}

/* heading */

.modaal-container h2,
#goods h2,
#news h2,
#newitems h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color:#ddd;
    margin: 120px 0 20px 0;
}

@media screen and (max-width:960px){
.modaal-container h2,
#goods h2,
#news h2,
#newitems h2{
    margin: 110px 0 20px 0;
}

}

#video-area{
  margin: 100px 0 0 0;
}

#video-area dl{
  position: relative;
  text-align: center;
  height: 100px;
  padding: 45px;
}

#video-area dt, #video-area dd, #video-area ul, #video-area ul li {
display: inline-block;
}

#video-area ul li {
margin: 0 10px;
}

#video-area ul img {
width: 30px;
border-radius: 0;
}

.modaal-container h2{
    margin: 0 0 30px 0;
}

.modaal-container h2 span,
#goods h2 span,
#news h2 span,
#newitems h2 span{
    position: relative;
    padding: 0 70px;
}


@media screen and (max-width:550px){
.modaal-container h2,
#goods h2,
#news h2,
#newitems h2{
    font-size: 1.4em;
}
.modaal-container h2 span,
#goods h2 span,
#news h2 span,
#newitems h2 span{
    padding: 0 50px;
}

}

.modaal-container h2 span,
#goods h2 span,
#news h2 span,
#newitems h2 span{
    background: url(../img/bg_header.png) no-repeat left, url(../img/bg_header.png) no-repeat right;
    background-size: 45px 45px;
    padding: 10px 60px;
    white-space: nowrap;
}

/* goods */

/*画像の横幅を100%にしてレスポンシブ化*/
#goods img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

.goods-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: number;
}

.goods-list li {
    position: relative;
    z-index: 1;
    width:30%;
    margin:20px 0;
    opacity: 0;
}

.goods-list .goods-cap{
    margin:10px 0 0 0;
    text-align: center;
    display: block;
}

@media screen and (max-width:550px){
.goods-list li {
    width: 46%;
}

.goods-list li:last-child{
    display: none;
    }
}

.goods-list li::before {
      position: absolute;
      left:-0.5em;
      top:-0.5em;
      z-index: 2;
      display: inline-block;
      width: 2.5em;
      height:2.5em;
      line-height:2.5em;
      font-size:1.2rem;
      text-align: center;
      border-radius: 50%;
      color: #fff;
}

@media screen and (max-width:960px){
.goods-list li::before {
      width: 2em;
      height:2em;
      line-height:2em;
      font-size:1.1rem;
    }

}

/* newitems */

#newitems{
    margin: 0 0 50px 0;
}

#newitems li{
    position: relative;
}

#newitems .choice-btn li{
    border-radius: 10px;
}

span.detail-price{
    position: absolute;
    right:10px;
    bottom:10px;
    background:#fff;
    padding: 2px 10px;
    border-radius: 10px;
}

#newitems .choice-btn li .detail-cap{
     border-radius:10px;
}

/* news */

#news-list{
    background:#fff;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 0 50px 0;
    color: #333;
}

/* sub-area */

.sub-btn-list{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.sub-btn-list li{
    width:48%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
}

.sub-btn-list li img{
    width:30px;
}

.sub-btn-list li a{
     color:#fff;
    display: block;
    border-radius: 10px;
    padding: 20px;
}

.inner-cap{
    padding: 10px;
}

.tab-area .area li a{
    display: block;
    border-bottom:1px solid #ccc;
    padding: 10px 10px 10px 20px;
    transition: all .3s;
}

.tab-area .area li a:hover{
     background:#efefef;
}


/* footer */

#footer{
    padding:300px 70px 0 70px;
}

.footer-area{
    flex-wrap: wrap;
    justify-content: space-between;
    display: block;
    text-align: center;
    color: #ddd;
}

.footer-area a{
    color: #ddd;
    transition: all .3s;
}

.footer-area a:hover{
     color: #960021;
}

.footer-area ul,
.footer-area dl{
    width:100%;
    line-height: 2;
    justify-content: center;
    display: flex;
}

.footer-area ul li {
    padding: 0 10px;
}

.footer-area dt{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

small{
    text-align: center;
    display: block;
    padding: 50px 0;
}
