@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,/*sub,sup,*/var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
*, *:before, *:after {
	box-sizing: border-box;
}
html {
	margin:0;
	padding:0;
	overflow:auto;
	width:100%;
}

body {
	background:#FFF;
	width:100%;
	margin:0;
	padding:0;
	font-size:17px;
	line-height:1.75;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-direction:column;
	min-height: 100vh;
	color:#222;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana, sans-serif;
    font-family: "Noto Sans JP", System-UI, sans-serif;
}

header {
	width:100%;
	background:#000;
	text-align:center;
	padding:10px 0;
	border-top:3px solid #EB0E11;
}
article {
	width:92%;
	max-width:880px;
	margin:50px auto 80px auto;
}
footer {
	width:100%;
	background:#000;
	margin-top: auto;
	text-align:center;
	padding:10px 0;
	border-bottom:3px solid #EB0E11;
}

ul {
	margin:10px 0;
}
li {
	margin-bottom:5px;
	list-style:disc;
	margin:0 0 10px 23px;
}
ol li {
	list-style-type: decimal;
}

img {
	vertical-align:top;
	max-width:100%;
}
table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #666;
	margin-bottom:1em;
}
tr {
	text-align: center;
}
th, td {
	padding:8px;
	border:1px solid #666;
	vertical-align:middle;
	font-size:14px;
	line-height:20px;
}
th {
	font-weight:normal;
	background:#EEE;
	white-space:nowrap;
}
table.block {
}
table.fnts td, table.fnts th {
	font-size: 85%;
	padding: 5px;
}

.maker {background: #333; color: #FFF; }
.line {
	background:#FFFFFF url("../../../images/common/bg_line.png") center left repeat-x;
	height: 6px;
	margin: 50px 0;
}

/*================================================
   CLASS
 ================================================*/

.clearfix {
	box-sizing:border-box;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
/* margin */
.mb05 {margin-bottom:5px; }
.mb10 {margin-bottom:10px; }
.mb15 {margin-bottom:15px; }
.mb20 {margin-bottom:20px; }
.mb25 {margin-bottom:25px; }
.mb30 {margin-bottom:30px; }
.mb40 {margin-bottom:40px; }
.mb50 {margin-bottom:50px; }
.mb80 {margin-bottom:80px; }
.mb100 {margin-bottom:100px; }

.mr05 {margin-right:5px; }
.mr10 {margin-right:10px; }
.mr15 {margin-right:15px; }
.mr20 {margin-right:20px; }
.mr25 {margin-right:25px; }
.mr30 {margin-right:30px; }

.ml05 {margin-left:5px; }
.ml10 {margin-left:10px; }
.ml15 {margin-left:15px; }
.ml20 {margin-left:20px; }
.ml25 {margin-left:25px; }
.ml30 {margin-left:30px; }

.mt05 {margin-top:5px; }
.mt10 {margin-top:10px; }
.mt15 {margin-top:15px; }
.mt20 {margin-top:20px; }
.mt25 {margin-top:25px; }
.mt30 {margin-top:30px; }
.mt40 {margin-top:40px; }
.mt50 {margin-top:50px; }
.mt80 {margin-top:80px; }
.mt100 {margin-top:100px; }

.bld {font-weight:bold; }
.txt_l {text-align:left; }
.txt_c {text-align:center; }
.txt_r {text-align:right; }
.txt_cl {text-align:center; }
.txt_u {text-decoration: underline;}

.fnts {font-size:82% !important; }
.fntl {font-size:140% !important; }
.fntn {font-weight:normal; color:#333; }




.red {color:#C70000; }
.gray {color:#777; }
.img {
	width:100%;
	height:auto;
}
.mid img {vertical-align:middle; }

/* PRODUCT */
.product {
	font-family: 'Anton', 'Impact', sans-serif;
	font-size:46px;
	text-align:center;
	margin-bottom:30px;
	line-height:46px;
}
.product span {
	font-size:30px;
	display:block;
	padding:15px 0;
}
/* PRODUCT2 */
.product2 {
	font-size:42px;
	text-align:center;
	margin-bottom:30px;
	line-height:42px;
}
.product2 span {
	font-family: 'Anton', 'Impact', sans-serif;
	font-size:36px;
	display:block;
	padding:15px 0;
}
/* PRICE */
.price {
	font-size:28px;
	text-align:center;
	line-height:40px;
	margin-bottom:50px;
}
/* CHATCH COPY */
.catch_copy {
	font-size:20px;
	line-height:30px;
	color:#EB0E11;
}
.catch_copy_en {
	font-size:20px;
	line-height:30px;
	color:#EB0E11;
}
/* TITLE */
.title {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #000;
	padding:5px;
}
.title02 {
	font-size:22px;
	text-align:center;
	margin-bottom: 10px;
}
.title03 {
	background: #666;
	color: #FFF;
	font-size:22px;
	text-align:center;
	padding: 5px;
	margin-bottom: 10px;
}


.en {
	color: #888888;
}

/* indent */
.indent2 {margin-left:2.5em; text-indent:-2.5em;} /* ぶら下げ2文字 */
/* No. */
.number {
	background-color:#CC0000;
	border-radius: 50%;
	padding: 1px 8px;
	line-height: 1.0; font-size: 105%;
	font-weight: bold;
	color: #FFFFFF;
	margin:5px 5px 5px 0;
}



/* 2 COLUMN */
.col_2 {
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.col_2 div {
	width: 50%;
	padding: 10px;
}
.col_2 div img {
	max-width:100%;
}
.col_22 {
	display:flex;
	width:100%;
}
.col_22 div {
	padding: 10px;
}
.col_22 div img {
	max-width:100%;
}
.flex-1 {width:34%; }
.flex-2 {width:66%; }

.box {border:1px solid #000; }

/* 3 COLUMN */
.col_3 {
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.col_3 div {
	width:33%;
	padding: 10px;
}
.col_3 div img {
	max-width:100%;
}

.box2 {
	border:2px solid #000;
	padding:30px;
}

/* テーブル列固定 */
.table-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  left: 0;
}

.scroll {}


/* SUSPENSION ICON */
.sus_icon {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sus_icon div {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 10px 5px;
  border-radius: 5px;
  background: #c80000;
  color: #fff;
  font-size:12px;
  text-align: center;
  line-height: 16px;
}
.sus_icon_en {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sus_icon_en div {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 10px 5px;
  border-radius: 5px;
  background:#920FD4;
  color: #fff;
  font-size:12px;
  text-align: center;
  line-height: 16px;
}

.pc_no {display:none; }
.sp_no {}
.txt_cl {text-align:center; }


/* PC wide size */
@media screen and (min-width:1280px) {
	body {
		font-size:18px;
		line-height:1.75;
	}
	/*article {
		max-width:960px;
	}*/
	th, td {
		font-size:16px;
		line-height:20px;
	}
	.product {
		font-size:50px;
	}
	.product span {
		font-size:38px;
	}
	.catch_copy {
		font-size:21px;
		line-height:32px;
	}
	.catch_copy_en {
		font-size:18px;
		line-height:28px;
	}
	.sus_icon div {
		font-size:14px;
		line-height:20px;
		padding:8px;
	}
}
@media screen and (max-width:640px) {
	body {
		font-size:16px;
	}
	th, td {
		font-size:12px;
		line-height:16px;
	}
	table.block th, table.block td {
		width:100%;
		display:block;
		font-size:14px;
	}
	.product {
		font-size:40px;
	}
	.catch_copy, .catch_copy_en {
		font-size:16px;
		line-height:22px;
	}
	/*テーブル(横スクロール)*/
	.scroll{overflow: auto;	white-space: nowrap;}
	.scroll::-webkit-scrollbar{ height: 5px;}
	.scroll::-webkit-scrollbar-track{ background: #F1F1F1;}
	.scroll::-webkit-scrollbar-thumb { background: #BCBCBC;}
	.col_2 div {width:100%; }
	.col_22 {flex-wrap:wrap;}
	.col_22 div {width:100%; }
	.box2 {padding:20px; }
	.flex-1 {width:100%; }
	.flex-2 {width:100%; }
	.txt_cl {text-align:left; }
}
@media screen and (max-width:480px) {
	th, td {padding:5px; }
	.pc_no {display:block; }
	.sp_no {display:none; }
	.col_3 div {width:100%; }
	.box2 {padding:10px; }
	.product {font-size:36px; }
	.product span {font-size:26px; }
	.price {font-size:17px; line-height:24px; }
	.title {font-size:18px; }
}



@media screen and (max-width: 320px) {
	article {width:94%; }
}

.linkbt a {
	margin:20px;
	border:2px solid #000;
	border-radius:40px;
	padding:20px 40px;
	color:#000;
	text-decoration:none;
}
.linkbt a:hover {
	background:#CCC;
}
.linkbt_w a {
	margin:20px;
	border:2px solid #000;
	border-radius:40px;
	padding:20px 40px;
	color:#000;
	text-decoration:none;
	background: #FFF;
}
.linkbt_w a:hover {
	background:#CCC;
}



/* フォームリンクボタン */
/*.form_linkbt {
	display:table;
	text-align:center;
	margin:30px auto 50px auto;
}
.form_linkbt a {
	display:table-cell;
	border:2px solid #000;
	border-radius: 20px;
	background:url("images/form.png") 30px center no-repeat;
	box-sizing:content-box;
	padding:25px 50px 25px 110px;
	text-align:left;
	color:#000;
	font-size:20px;
	text-decoration:none;
}
.form_linkbt a:hover {
	background:#EEE url("images/form.png") 30px center no-repeat;
	text-decoration:none;
}
@media screen and (max-width: 400px) {
	.form_linkbt a {
		padding:20px 15px 20px 85px;
	background:url("images/form.png") 20px center no-repeat;
	}
	.form_linkbt a:hover {
		background:#EEE url("images/form.png") 20px center no-repeat;
	}
}*/

/* youtube レスポンシブ */
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 適合表リンク */
.listBtn {
	position: relative;
	bottom: 0px;
	left: 0px;
	background: url("../../../images/common/b_productList.png")no-repeat left center;
	padding: 10px 0 10px 150px;
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 16px;
}

.listBtn a {
	color: #C70000;
	text-decoration:none;
}
.listBtn a:hover {
	color: #780b0b;
}


