@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #000000;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}

.pconly{display: none;}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideInRight {
  opacity : 0;
  transform: translateX(50px);
  transition: 1.5s;
}

.slideInLeft {
  opacity : 0;
  transform: translateX(-50px);
  transition: 1.5s;
}

.slideInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 2.5s;
}

.zoomin{overflow: hidden; }
.zoomin img{transition-duration: 0.5s;}
.slideInLeft:hover .zoomin img , .slideInRight:hover .zoomin img{transform: scale(1.2); transition-duration: 0.5s;}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}

/* フォントサイズ指定
================================================ */
html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}


/* header
================================================ */
header {
	background: #000;
	overflow: hidden;
	padding: 8px 0;
}

header p img {
	width: 50%;
	display: block;
	margin:  0 auto;
}

 
/* contents
================================================ */

.mainImg {
	margin-bottom: 60px;
	display: none;
}

.mainImg .pc {
	display: none;
}

.midashi {
	text-align: center;
	margin-bottom: 24px;
}
.midashi h2 {
	color: #FFF;
	font-size: 1.6rem;
	background: #172A88;
	border-radius: 8px;
	display: inline-table;
	margin: 0 auto;
	padding: 8px 12px;
}

.pickupWarp {
	padding-bottom: 24px;
	margin-bottom: 48px;
}

.pickupBox {
	position: relative;
	width: 90%;
	margin: 0 auto 24px;
}

.num-icon {
	position: absolute;
	width: 20%;
	top: 0%;
	left: 0;
}

.pickupBox .item {
	padding-top: 30px;
}

.pickupWarp .itemText {
	text-align: center;
}

.pickupWarp .itemText h3 {
	font-weight: bold;
	font-size: 1.6rem;
	color: #E8382F;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.pickupWarp .itemText p {
	display: inline-block;
	font-size: 1.3rem;
	border-bottom: 1px dotted #CCC;
	padding: 0 12px;
}

.pickupWarp .itemText p a {
	display: block;
	color: #E8382F;
}

.newsBox {
	position: relative;
	width: 90%;
	margin: 0 auto 48px;
}

.imgBox {
	margin-bottom: 24px;
}

.imgBox .item {
	padding-top: 66px;
}

.newsBox .itemText {
	text-align: center;
}

.newsBox .itemText h3 {
	font-weight: bold;
	font-size: 1.6rem;
	color: #E8382F;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.newsBox .itemText p {
	display: inline-block;
	font-size: 1.3rem;
	border-bottom: 1px dotted #CCC;
	padding: 0 12px;
}

.newsBox .itemText p a {
	display: block;
	color: #E8382F;
}

.productWarp {
	width: 90%;
	margin: 0 auto;
}

.productBox {
	padding-bottom: 24px;
	overflow: hidden;
	margin-bottom: 24px;
}

.productImg {
	margin-bottom: 24px;
}

.productTxt h3 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 12px;
	color: #E8382F;
}

.productTxt .spec {
	text-align: center;
}

.productTxt .spec li {
	font-size: 1.2rem;
	line-height: 1.5em;
}

.productTxt .spec li.plice {
	font-size: 1.5rem;
	margin-bottom: 12px;
}


.shopBtn {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.shopBtn {
	text-align: center;
	background: #000;
	padding: 8px 0;
	margin-bottom: 48px;
}

.shopBtn img {
	display: inline-block;
	width: 90%;
}


/* 共通項目
================================================ */
.mb24 {
	margin-bottom: 24px;
}

		
/* footer
================================================ */
footer {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 24px;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #000;
}
#footArea p {
	font-size: 10px;
	color: #000;
}

 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
    /* タブレット端末以上から効くスタイル */   
	
	header p img {
		width: 40%;
	}
		

	/* main
	================================================ */
	
	.midashi h2 {
		color: #FFF;
		font-size: 3.2rem;
		background: #172A88;
		border-radius: 8px;
		display: inline-table;
		margin: 0 auto;
		padding: 8px 12px;
	}
		
}


/*------------------------------------------------------
 PC ~
------------------------------------------------------*/
@media screen and (min-width:1024px) {
    /* PC以上から効くスタイル */
	header p img {
		width: 20%;
	}

	/* main
	================================================ */
	.mainImg .sp {
		display: none;
	}	
	.mainImg .pc {
		display: block;
	}
	.pickupWarp {
		display: flex;
		width: 1024px;
		margin: 0 auto 48px;
	}
	.pickupBox {
		flex:0 0 48.5%;	
	}
	.itemText {
		flex:0 0 48.5%;	
	}
	.pickupBox .num-icon {
		width: 18%;
	}
	.itemText {
		padding-top: 15%;
	}
	.pickupWarp .itemText h3 {
		font-size: 2.6rem;
		margin-bottom: 12px;
	}
	.pickupWarp .itemText p {
		font-size: 1.6rem;
	}
	
	.nomalnews {
		display: flex;
		width: 1024px;
		margin: 0 auto 48px;
	}
	.nomalnews .newsBox {
		flex:0 0 45%;	
	}
	.imgBox .num-icon {
		width: 12%;
	}
	.newsBox .itemText {
		padding-top: 5%;
	}
	.newsBox .itemText h3 {
		font-size: 1.8rem;
	}
	
	.newsBox .itemText p {
		font-size: 1.5rem;
	}
	.productWarp {
		width: 1024px;
		margin: 0 auto 48px;
	}
	.productConteiner {
		display: flex;
	}
	.productBox {
		flex:0 0 28%;
		margin-right: 8%;
	}
	.productBox:last-child {
		margin-right: 0;
	}
	.productBox.left {
		flex:0 0 42%;
		margin-right: 16%;
	}
	.productBox.right {
		flex:0 0 42%;
	}
	
	.shopBtn {
		width: 30%;
		margin: 0 auto 48px;
	}
}

