@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: #000;
    background-position: center top;
    background-size: 100% auto;
    color: #fff;
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.5em;
    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;
/*    word-break: break-all;*/
	overflow-wrap: anywhere; 
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}

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

/*header h1, #copyArea h2 {
    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%;
	margin: 2.5em 0;
}
header #headerInner {
      width: 100%;
    max-width: 1024px;
margin: auto;
	text-align: center;
	
}
header #headerInner #mvWrap {
	width: 100%;
	max-width: 680px;
	margin: auto;
}
header #headerInner #mvWrap #mv {
    width: 100%;
    background: url("../img/mv.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top:88.24%;
    background-size: cover;
}
hgroup {
	width: 94%;
	color: #c00;
	margin:2em auto;
	font-family: "Noto Serif JP", serif;
}
hgroup p {
	width: 16em;
	margin: auto;
	border: 3px solid #c00;
	font-weight: 900;
	border-radius: 100px;
	font-size: clamp(16px, 2.8125vw, 36px);
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
hgroup h1 {
	font-weight: 600;
	font-size: clamp(24px, 4.6875vw, 60px);
	line-height: 1.25em;
	margin-top: 0.25em;
}
hgroup h2 {
	font-size: clamp(16px, 2.34375vw, 30px);
	line-height: 1.5em;
	color: #fff;
	margin: 1em auto;
}
hgroup h1 span, hgroup h2 span, h3#ver-1 span, h5#tokuten span, .pcscTxt span {
	display: inline-block;
}

@media screen and (max-width: 768px){
header {
    width: 100%;
	margin: 0;
}
hgroup p {

	border: 2px solid #c00;
	font-weight: 900;
}
}

/*************************
*コンテンツ
*************************/
.cmpWrap {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto 4em;
	border: 1px solid #fff;
	padding: 2em;
	text-align: center;
}
h3#ver-1 {
	font-size: clamp(14px, 2.34375vw, 24px);
	line-height: 1.5em;
	font-weight: 500;
}
h3#ver-1 .marker {
	background: linear-gradient(transparent 70%, #bf1a20 70%);
}
.cmpItemWrap {
	width: 100%;
	margin: 3em auto;
}
.cmpItemWrap h4 {
	width: 60%;
	max-width: 320px;
	margin: auto;
	border:1px solid #fff;
	font-size: clamp(14px, 2.34375vw, 24px);
	line-height: 1.8em;
	font-weight: 500;
}
.cmpItemWrap .whet {
	font-weight: 900;
	font-size: clamp(16px, 2.34375vw, 30px);
	line-height: 1.5em;
	margin: 0.5em auto;
}
.productWrap {
	width: 100%;
	margin: 2em auto;
}
.productWrap h5 {
	font-weight: 900;
	font-size: clamp(14px, 1.5625vw, 20px);
	line-height: 1.8em;
	border-bottom: 1px dotted #fff;
}
.productWrap .productArea {
	width: 96%;
	text-align: left;
	margin: 1em auto;
	display: flex;
	justify-content: space-around;
}
.productWrap .productArea .innerJkt{
	width: 27.5%;
	max-width: 400px;
/*	margin: auto;*/
}
.jkt {
	width: 100%;
	background: url("../img/jkt-00.jpg");
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 100%;
}
.productWrap .productArea .innerOrderBtn{
	width: 33.5%;
}
.btnWrap-1 {
	width: 80%;
	max-width: 320px;
	margin:1em 0.5em;
	border:2px solid rgba(204,0,51,0.7);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.8em;
	border-radius: 100px;
	padding: 0.25em 1em;
}
.btnWrap-2 {
	width: 80%;
	max-width: 320px;
	margin:1em 0.5em;
	border:2px solid rgba(255,102,153,0.7);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.8em;
	border-radius: 100px;
	padding: 0.25em 1em;
}
.btnWrap-3 {
	width: 80%;
	max-width: 320px;
	margin:1em 0.5em;
	border:2px solid rgba(51,163,204,0.7);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.8em;
	border-radius: 100px;
	padding: 0.25em 1em;
}
.btnWrap-4 {
	width: 80%;
	max-width: 320px;
	margin:1em 0.5em;
	border:2px solid rgba(255,204,51,0.7);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(12px, 1.40625vw, 18px);
	line-height: 1.8em;
	border-radius: 100px;
	padding: 0.25em 1em;
}

h5#tokuten {
	font-size: clamp(14px, 1.5625vw, 20px);
	line-height: 2em;
	padding: 1em 0;
}
h5#tokuten big {
	color: #c00;
	font-size: clamp(24px, 3.125vw, 40px);
	font-weight: 900;
	font-family: "Noto Serif JP", serif;
}
#tokuten_img {
	width: 100%;
	background: url("../img/tokuten_img.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 104.5%;
	margin-bottom: 1em;
}


@media screen and (max-width: 768px){
.productWrap .productArea {
	text-align: center;
	display: inline-block;
flex-wrap: nowrap;
}
	.productWrap .productArea .innerJkt{
	width: 80%;
		max-width: 320px;
		margin: 1em auto;
		
}
.productWrap .productArea .innerOrderBtn{
	width: 100%;
	margin: 1em auto;
	padding-bottom: 0.5em;
/*	border: 1px solid #fff;*/
	
}
.btnWrap-1, .btnWrap-2, .btnWrap-3, .btnWrap-4 {
		margin: 1em auto;
	}
}


/*PCSCエリア*/
.font-red {
	color: #c00;
}
.pcscWrap {
    width: 100%;
    padding: 2em 0;
    background: #fff;
	color: #000;
}
.pcscTxt {
     font-size: clamp(14px, 1.875vw, 24px); 
    line-height: 1.5em;
    font-weight: 700;
	text-align: center;
	padding: 0 5%;
}
.pcscBtn {
    width: 70%;
    margin: 1.5em auto;
    max-width: 600px;
    font-size: clamp(16px, 2.34375vw, 30px); 
    line-height: 2em;
    border-radius: 50px;
    border: 3px solid #c00;
    color: #c00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.noticeWrap {
    width: 90%;
    max-width: 800px;
    margin: auto;
    text-align: left;
}
.noticeWrap p {
	   padding-bottom: 2em;
}
.noticeWrap span, .noticeWrap a {
    color: #c00;
}

/*************************
*フッター
*************************/
footer {
	background: #fff;
	color: #000;
    width: 100%;
    font-size: clamp(11px, 1.09375vw, 14px); 
    padding: 3em 0;
    text-align: center;
        font-family: "Noto Sans JP", sans-serif;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #000;
  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;
}




