@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
img {
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
}
html, body{
	width: 100%;
	height:100%;
	font-size:62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #161616;
	font-size: 1.4rem;
	text-align: left;
}
img {
	display: block;
}
a {
	width: 100%;
	display: block;
}
/*=========================
▼▼共通▼▼
===========================*/
.sp_none{
    display: none;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.barlow {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}
.auto {
	width: 90%;
	margin: 0 auto;
}
/*=========================
▲▲共通▲▲
===========================*/
#container {
	width: 100%;
	clear: both;
	float: left;
}
header {
    width: 100%;
    padding: 14px 0 13px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: both;
}
header h1 {
    width: 92px;
    float: left;
}
header .sns_link {
    float: right;
    margin-top: 6px;
}
header .sns_link li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
header .sns_link li img {
    width: 20px;
}
#contents {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 40px;
}

.product_area {
	width: 100%;
	clear: both;
}
.product_area h3 {
    width: 100%;
    font-size: 1.7rem;
	position: relative;
    margin-bottom: 20px;
}
.product_area h3 .title_inner {
	display: inline-block;
	background-color: #ffffff;
    padding-right: 20px;
}
.product_area h3::before {
	content: "";
	display: block;
    width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
}
.product_area h3::after {
	content: "";
	display: block;
    width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: -1;
}
.product_area .box_wrapper {
	width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    letter-spacing: -.4em;
}
.product_area .box_wrapper .box {
	width: 48%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    padding-bottom: 48px;
    margin-right: 3%;
	margin-bottom: 38px;
    position: relative;
}
.product_area .box_wrapper .box:nth-of-type(2n) {
    margin-right: 0;
}
.product_area .box_wrapper .box .img {
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
    margin-bottom: 10px;
}
.product_area .box_wrapper .box .img a {
	width: 100%;
	height: 0;
    padding-top: 100%;
	position: relative;
    transition-duration: .6s;
}
.product_area .box_wrapper .box .img a:hover {
	transform: scale(1.06);
}
.product_area .box_wrapper .box .img img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.product_area .box_wrapper .box .text_box {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
    text-align: center;
}
.product_area .box_wrapper .box .text_box .btn {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	font-size: 1.3rem;
	text-align: center;
}
.product_area .box_wrapper .box .text_box .btn a {
	border: 1px solid #b1b1b1;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    text-decoration: none;
    padding: 10px 15px 8px 0;
	background-image: url("../img/share/icon_01.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px;
    transition-duration: .3s;
}
.product_area .box_wrapper .box .text_box .btn a:hover {
	background-color: #b1b1b1;
    color: #ffffff;
	background-image: url("../img/share/icon_01w.png");
}

footer{
	width: 100%;
	clear: both;
	float: left;
	border-top: 1px solid #f3f3f3;
	padding-top: 32px;
	padding-bottom: 18px;
	font-size: 1rem;
	line-height: 1.3;
	color: #bcbbbb;
	text-align: center;
}
footer .under_banner {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: normal;
    margin-bottom: 16px;
}
footer .under_banner a {
	text-decoration: none;
    display: inline;
}
footer .under_banner dl {
	display: inline-block;
    margin-bottom: 12px;
}
footer .under_banner dl dt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
footer .under_banner dl dt img {
	width: 130px;
}
footer .under_banner dl dd {
	display: inline-block;
	vertical-align: middle;
	width: 143px;
    text-align: left;
}
#back-top {
    display: none;
	position: fixed;
	bottom: 60px;
	right: 5%;
	width: 38px;
	z-index: 99;
	clear: both;
	float: left;
}
#back-top img {
    height: auto;
}
}