@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;

}
body{
    overflow-x: hidden;
    background-color: #fff;
    background-position: center top;
    background-size: 100% auto;
    color: #000;
    font-size: clamp(12px, 1.40625vw, 18px);
    line-height: 1.8em;
    font-family: "Noto Sans JP", sans-serif;
/*        font-family: "Noto Serif JP", serif;*/
    font-weight: 400;
    letter-spacing: 0.01em;
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

a{
    color: inherit;
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}

.pc{
        display: block;
    }
.sp{
    display: none;
}

header figure h1 {
    text-indent: 100%;
white-space: nowrap;
overflow: hidden;
    height: 0;
}


@media screen and (max-width: 768px){
    body{

}
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
}
header figure {
	width: 70%;
	max-width: 480px;
	margin: 1em auto;
}
header figure h1 {
    background: url("../img/header-h1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 46.875%;
}
@media screen and (max-width: 768px){

}

/*************************
*コンテンツ
*************************/
#product_overview {
	margin: 0.5em 0;
	padding: 2px 0 1em;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	text-align: center;
}
#product_overview h2.productTit {
	width: 100%;
	background: #c00;
	color: #fff;
		padding: 0.5em 1em;
	font-size: clamp(14px,1.875vw, 24px);
	line-height: 1.5em;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product_overview h2.productTit big {
	font-size: clamp(18px,2.8125vw, 36px);
}
#product_overview h2.productTit small {
	font-size: clamp(12px,1.40625vw, 18px);
}
#product_overview .release {
		font-size: clamp(18px,2.8125vw, 36px);
	line-height: 1.8em;
	font-weight: 900;
}
ul.jktWrap {
	width: 90%;
	max-width: 1240px;
	margin: auto;
	font-size: 0;
}
ul.jktWrap li {
	vertical-align: top;
	display: inline-block;
	font-size: clamp(14px,1.5625vw, 20px);
line-height: 1.8em;
	font-weight: 900;
	width: 24%;
	margin: 0.45%;
}
.jktImgCS {
	background: url("../img/jktImgCS.png");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 100%;
}

@media screen and (max-width: 768px){
#product_overview h2.productTit {
	display: inline-block;
	text-align: center;
	}
	#product_overview h2.productTit span {
	display: inline-block;	
	}
	ul.jktWrap {
		max-width: 560px;
		margin: auto;
	}
	ul.jktWrap li {
	width: 49%;
	margin: 0.45%;
}
}
.buyArea {
	width: 90%;
	max-width: 960px;
	margin: auto;
	padding: 1em 2em;
	border-bottom: 1px dotted #666;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
	text-align: left;
}
.buyArea:hover {
	background: #eee;
}
.buyArea .titWrap {
	width: 85%;
	font-weight: 900;
	font-size: clamp(16px,1.875vw, 24px);
	line-height: 1.25em;
}
.buyArea .titWrap .itemTit {
	font-size: clamp(18px,2.34375vw, 30px);
	font-weight: 900;
}
.buyArea .titWrap .itemTit em {
	font-style: normal;
	color: #c00;
	font-weight: 900;
}
.buyArea .titWrap .productNumber {
	font-weight: 500;
	font-size: clamp(12px,1.25vw, 16px);
}
.buyArea .cart {
	width: 15%;
	text-align: right;
	font-size: clamp(24px,2.34375vw, 30px);
	color: #C00;
}
.buyArea .cart:hover {
	color: #000;
}
.note {
	    font-size: clamp(11px, 1.09375vw, 14px); 
	line-height: 1.8em;
	text-align: center;
}
#contentWrap {
	border-bottom: 4px solid #000;
	padding: 3em 0 0;
	text-align: center;
}
.contentArea {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 2em;
	font-weight: 700;
}
.itemHead {
	width: 50%;
	max-width: 240px;
	line-height: 2em;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 900;
	margin: auto;
}
.contentArea-2 {
	width: 90%;
	max-width: 1024px;
	margin: 1em auto 2em;
	font-weight: 400;
	text-align: center;
    font-size: clamp(11px, 1.09375vw, 14px); 
    line-height: 1.5em;
}
.contentArea-2 a {
	color: #c00;
	font-weight: 700;
}
.contentArea-2 .btn {
	width: 70%;
	max-width: 480px;
	margin: 1.5em auto;
	background: #c00;
	font-weight: 900;
	color: #fff;
	font-size: clamp(14px,1.5625vw, 20px);
	line-height: 1.25em;
	padding: 0.75em 0;
}
.contentArea-3 {
	width: 90%;
	max-width: 760px;
	margin: 1em auto 2em;
	font-weight: 400;
	text-align: left;
    font-size: clamp(11px, 1.09375vw, 14px); 
    line-height: 1.5em;
	padding: 1.5em;
	border: 1px solid #000;
}


/*************************
*フッター
*************************/
footer {
    width: 100%;
    font-size: clamp(11px, 1.09375vw, 14px); 
    padding: 3em 0;
    text-align: center;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*#loading img {
    width: 80%;
    margin: auto;
}*/




