﻿@charset "UTF-8";

/* ===== 共通 ===== */

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html{
	font-size: 62.5%;
}
body{
	margin: 0;
	padding: 0;
	color: #111111;
	background-attachment: fixed;
	background-size: cover;
	background:#FFF;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing: 0.08em;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 185%;
}
.clearfix{
	clear:both;
	display: inline-table; 
}
a {
	color: #222;
	position: relative;
}
section{
	width: 100%;
	max-width: 1320px;
	margin:1% auto;
}
article{
	width:90%;
	margin:5% auto 0;
}
p{
	font-size:1.7rem;
}
img{
	width:100%;
}


@media screen and (max-width: 736px) {
article{
	margin:5%;
}
p{
	font-size:1.5rem;
}
}


p.lead{
	width:90%;
	margin:3% auto;
}
ul.contents{
	width:90%;
	margin:3% auto;
	padding:1%;
	border-radius:10px;
	overflow:hidden;
	background:#eee;
}
ul.contents li{
	float:left;
	margin-left:3%;
	margin-top:1%;
}

h1{
	margin:2% auto 0;
	width:90%;
	text-align:center;
	font-size:3.3rem;
	line-height:150%;
	color:#aa000c;
}
h2{
	margin:3% auto;
	width:100%;
	padding:1.5%;
	border-bottom:1px solid #111;
}
h2:before{
	content: "\f19d";
	position:relative;
    display: inline-block;
    font-family: 'FontAwesome';
	font-size:3rem;
	padding-right:1.5%;
}
h2.voice{
	font-size:2.8rem;
	position: relative;
	padding: 1.5rem 2rem;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
}
h2.voice:before {
	position: absolute;
	bottom: -14px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #d8d8d8 transparent transparent transparent;
}
h2.voice:after {
	position: absolute;
	bottom: -10px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #f9f9f9 transparent transparent transparent;
}
h2.content {
  position: relative;
  padding: 0;
  text-align: center;
	border-bottom:none;
	margin:0;
}
h2.content:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h2.content span {
  position: relative;
  padding: 0 1em;
	background:#eee;
}
h3{
	font-size:2.3rem;
	padding:1%;
	margin-left:3%;
	position: relative;
	border: 1px solid #111;
}
h3.buy{
	font-size:3rem;
	padding:1%;
	margin-left:0%;
	position: relative;
	border:none;
	background:#EA6D4F;
	color:#fff;
	text-align:center;
	width:100%;
	margin:0;
}
h4{
	font-size:1.8rem;
	background:#eee;
	text-align:center;
	padding:1%;
    margin: 2% 0;
}
h4.product{
	font-size:2.3rem;
	background:#fff;
	color:#aa000c;
}
h4.product:before{
	content: '製品名：';
}
h5{
	font-size:2rem;
	margin: 0;

}
div.Box{
	width:100%;
	margin:1% auto;
}
div.BoxS{
	width:90%;
	margin:1% auto;
}
div.CenterBox{
	width:100%;
	margin:1% auto;
}
div.LeftBox{
	float:left;
	width:46%;
	margin:1% 2%;
}
div.RightBox{
	float:right;
	width:46%;
	margin:1% 2%;
}
div.BoxBuy{
	width:90%;
	margin:1% auto;
	border-radius:10px;
	background:#eee;
	overflow: hidden;
	padding-bottom:2%;
}
.att{
	font-size:1.5rem;
}
table{
	width:90%;
	margin:1% auto;
	padding:1%;
}
table th{
	padding:1%;
	background:#eee;
}
table td{
	padding:1%;
	border-bottom:1px dotted #111;
}
@media screen and (max-width: 736px) {
ul.contents{
	width:93%;
	margin:1% auto;
	padding:2%;
}
ul.contents li{
	float:left;
	width:44%;
	margin-left:3%;
	margin-top:2%;
}
h1{
	font-size:2.5rem;
	line-height:150%;
}
h2{
	font-size:1.8rem;
	margin-top:2%;
}
h2.voice{
	width:95%;
	font-size:2rem;
	position: relative;
	padding: 1% 0 1% 2%;
	margin:1% auto;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
}
h3{
	font-size:1.6rem;
	padding:1% 0 1% 3%;
	margin:0;
	position: relative;
	border: 1px solid #111;
}
h4{
	font-size:1.5rem;
}
h4.product{
	font-size:2rem;
}
h3.buy{
	font-size:2rem;
}
div.LeftBox{
	width:100%;
	display:block;
}
div.RightBox{
	width:100%;
	display:block;
}
div.BoxS{
	width:100%;
}
div.BoxBuy{
	width:100%;
}
table{
	width:100%;
}
}

	/* リンクボタン */
.button a{
	text-decoration: none;
	color:#fff;
}
.button {
	margin:1% auto;
	position: relative;
	z-index: 2;
	background-color: #111;
	line-height: 50px;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:2rem;
	font-weight:bold;
}
.button:hover {
	opacity:0.6;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button:hover::after {
	background: #dab523;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 736px) {
.button {
	height:auto;
}
.button a{
	color:#fff;
}
}