.sp {
	display: none;	
}

html {
	font-size: 14px;
	line-height: 1.5em;
	height: 100%;
	width: 100%;
	min-width: 1200px;
	color: #fff;
/*	font-family: 'Noto Serif JP', serif;*/
    font-family: 'Noto Sans JP', sans-serif;

}
body {
margin: 0;
	width: 100%;
	height: 100%;
    background-color: #000;
     background-image: url("../img/base_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
a {
text-decoration: none;
    color: #33ccff;
}
a:hover {
filter: alpha(opacity=70);
	opacity: 0.7;
}
.floatL {
float: left;
}
.floatR {
float: right;
}
.alignC {
text-align: center;
}
article, section {
	width: 100%;
}

#wrap {
width: 100%;
max-width: 1200px;
margin: 0 auto;
    background: rgba(51,51,102,0.75);
}
.inner {
    width: 960px;
    margin: auto;

}
header h1, #ima_tit 
{
text-indent:100%;
height: 0;
white-space:nowrap;
overflow:hidden;
}
/*************************
*header
*************************/
header {
    padding: 30px 0;
}
header h1 {
    background: url("../img/h1_tit_pc.png");
    width: 960px;
    height: 166px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

/*************************
*Main
*************************/
.intro {
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    text-align: center;
}
.intro span {
    color: #FFFF00;
}
.intro span.underline {
    text-decoration: underline;
}
.cmpArea {
    margin-top: 50px;
}
.cmpArea h2 {
    border: 2px solid #33ccff;
    text-align: center;
    font-size: 24px;
    line-height: 1.8em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    color: #33ccff;
}
.limited {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
}
.limited small {
     font-size: 24px;
}
#ima_tit {
    background: url("../img/ima_tit.png");
    width: 147px;
    height: 156px;
    margin: 10px  auto;
    background-size: contain;
}
ul.itemWrap {
    width:480px ;
    margin: auto;
    font-weight: 300;
}
ul.itemWrap li {
    border-top: dotted 1px #fff;
    padding: 10px;
    display: flex;
}
.tit {
    width: 55%;
    font-size: 24px;
}
.tit small {
    font-size: 20px;
}
.price {
    width: 35%;
    font-size: 20px;
}
.price small {
    font-size: 16px;
}
.cart {
    width: 10%;
    color: #33ccff;
    font-size: 30px;
    text-align: right;
    
}
.cmpArea h3  {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    margin: 10px 0;
}
ul.tokutenWrap {
    width: 100%;
    font-size: 0;
    text-align: center;
margin: 10px;
}
ul.tokutenWrap li {
    display: inline-block;
    font-size: 20px;
    line-height: 1.25em;
    width: 280px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 12px;
    vertical-align: top;
}
ul.tokutenWrap li:nth-child(2) {
    margin: 0 20px;
}
ul.tokutenWrap li h4 {
    font-size: 16px;
    line-height: 1.5em;
    color: #33ccff;
}
.tokuten_img {
    width: 240px;
    height: 240px;
    margin: 10px auto 0 auto;
}
#cf_A {
        background: url("../img/cf_A.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#cf_B {
        background: url("../img/cf_B.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#cf_N {
        background: url("../img/cf_N.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.notice {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 1.5em;
}
.notice02 {
    text-align: center;
    font-size: 18px;
    color: #ffff00;
    line-height: 1.5em;
    font-weight: 700;
}

.pcscWrap {
    background: rgba(0,0,51,0.4);
    margin: 50px auto 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 0 40px;
}
.pcscWrap h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}
.pcscWrap .btn {
    width: 400px;
    height: 46px;
    margin: 20px auto;
    border-radius: 23px;
    border:3px solid #ff0;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 2em;
    color: #ff0;
    font-weight: 700;
}
.pcsc_notice {
    margin: 60px auto;
    width: 100%;
    border-top: solid 1px #fff;
    padding:20px  40px 40px 40px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
}
.pcsc_notice h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
}
.pcsc_notice p {
    margin-left: 8px;
    margin-bottom: 1em;
}
.pcsc_notice span {
    color: #ff0;
}
.pcsc_notice a {
    color: #33ccff;
    font-weight: 500;
}
/*************************
*フッター
*************************/
footer {
width: 100%;
padding:0 0 40px 0;
text-align: center;
}
footer p {
font-size: 12px;
color: #ccc;
font-weight: 300;
}
/*************************
*ふわっと表示
*************************/
#wrap {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


