@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
　　reset
-------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video, input, select {
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	white-space:normal;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
table {border-collapse:collapse; border-spacing:0;}
img {vertical-align:top;}
input, textarea, select, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}




/*-------------------------------------------
　　fonts
-------------------------------------------*/
@font-face {
	font-family: 'HelveticaNeu';
	src: url('../fonts/HelveticaNeue-CondensedBold.ttf') format("truetype");
}




/*-------------------------------------------
　　base
-------------------------------------------*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.05em;
}

a, a:visited, a:hover, a:focus, a:active {text-decoration:none; color:#000;}
a:hover			  {-moz-opacity:0.7; opacity:0.7; filter:alpha(opacity=70);}
header h1 a:hover,
footer h1 a:hover {-moz-opacity:1; opacity:1; filter:alpha(opacity=100);}

img {width: 100%; height: auto;}






/* ======================== PC site ======================== */
.sp_only {display: none !important;}


/*-------------------------------------------
　　Header & Footer
-------------------------------------------*/
/* Header */
#header {
	position: relative;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	position: absolute;
	left: calc(50% - 117px);
	width: 234px;
	top: 15px;
}
.h_link_left {
	width: 15%;
	min-width: 150px;
}
.h_link_right {
	font-family: 'HelveticaNeu';
	font-size: 13px;
}

/* Footer */
footer {
	max-width: 1200px;
	width: 90%;
	margin: 60px auto 0 auto;
}
footer .copyright {
	font-size: 9px;
	text-align: right;
}
.footer_contents {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.footer_contents h1 {
	width: 120px;
	margin-right: 20px;
}
.footer_contents p {
	font-size: 9px;
	line-height: 1.7;
	letter-spacing: -0.07em;
}
.footer_contents ul {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
}
.footer_contents ul li {
	font-family: 'HelveticaNeu';
	font-size: 11px;
	margin-left: 15px;
}
@media screen and (max-width:1100px) {
	.footer_contents {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.footer_contents p {
		width: calc(100% - 140px);
	}
	.footer_contents ul {
		margin: 20px 0 0 140px;
		display: flex;
		justify-content: flex-start;
	}
	.footer_contents ul li {
		font-family: 'HelveticaNeu';
		font-size: 11px;
		margin: 0 15px 0 0; 
	}
}


/*-------------------------------------------
　　Main Contents
-------------------------------------------*/
#main_contents {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 80px auto;
}

/* BTN */
.btn a {
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 11px;
}

/* リード文 */
.read {
	max-width: 1100px;
	width: 100%;
	margin: 70px auto 150px auto;
	position: relative;
}
.read .catch {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.8;
}
.read p {
	font-size: 11px;
	line-height: 1.9;
	width: 48.1%;
	margin: 0 auto;
	text-align: justify;
}

.read .deco {
	position: absolute;
	left: 75%;
	top: -90px;
	max-width: 230px;
	width: 22%;
}
.read .deco > img {
	width: 82%;
	margin: 30% 0 0 10%;
}
@keyframes rotation {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(-360deg); }
}
.read .deco .rotate {
	animation: 10s linear infinite rotation;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* SPECIAL PRODUCTS */
.products h1 {
	max-width: 410px;
	margin: 0 auto 50px auto;
}
.item {
	max-width: 620px;
	margin: 0 auto 70px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item .photo {
	width: 55%;
	margin: 0;
}
.item .text_area {
	width: 39%;
}
.item .text_area h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
.item .text_area p {
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}
.item .text_area .btn a {
	width: 200px;
	margin-top: 20px;
}
.item .balloon {
	position: relative;
	z-index: 99;
	margin: 0 10% 10% -30%;
}
.item .balloon .comment {
	position: absolute;
	bottom: 14%;
	left: 9.5%;
	width: 85%;
}
.item .balloon .comment p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 13px;
	text-align: center;
}

.item_02 .photo,
.item_04 .photo {
	order: 2;
}
.item_02 .text_area,
.item_04 .text_area {
	order: 1;
}
.item_02 .balloon,
.item_04 .balloon {
	margin: 0 -30% 10% 10%;
}
.item_02 .balloon .comment,
.item_04 .balloon .comment {
	left: 7.5%;
}

.item_02 .comment p,
.item_04 .comment p {
	letter-spacing: -0.01em;
}
.item_02 .balloon .comment {
	bottom: 18%;
}
.item_03 .balloon .comment {
	bottom: 9%;
}
.item_04 .balloon .comment {
	bottom: 18%;
}

/* SPECIAL LOOK */
.look h1 {
	margin: 150px auto 50px auto;
	max-width: 307px;
}
.look ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1050px;
	margin: 0 auto 50px auto;
}
.look ul li {
	width: calc(33.3% - 1px);
	margin: 0 1px 1px 0;
}
.look .btn a {
	width: 350px;
	height: 67px;
	margin: 0 auto;
	line-height: 67px;
	font-size: 17px;
}










/* ======================== SP site ======================== */
@media screen and (max-width:640px) {
	
.pc_only {display: none !important;}
.sp_only {display: block !important;}
.sp_br {display: block;}


/*-------------------------------------------
　　Header & Footer
-------------------------------------------*/
/* Header */
#header {
    margin: 0;
	width: 100%;
	padding: 0;
}
#header h1 {
	position: relative;
	left: 0;
	top: auto;
	width: 36%;
	margin: 3% auto -4% auto;
}
#header .h_link {
	display: none;
}

/* Footer */
footer {
	width: 86%;
}
footer .copyright {
	font-size: 9px;
	text-align: center;
}
.footer_contents {
	padding: 20px 0 45px 0;
	flex-direction: column;
}
.footer_contents h1 {
	margin: 20px 0;
}
.footer_contents p {
	letter-spacing: 0;
	width: 100%;
}
.footer_contents ul {
	width: 100%;
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}
.footer_contents ul li {
	font-size: 13px;
	margin: 15px 0 0 0; 
	width: calc(50% - 2px);
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_contents ul li:nth-child(odd) {
	border-left: 1px solid #ccc;
}


/*-------------------------------------------
　　Main Contents
-------------------------------------------*/
#main_contents {
	width: 100%;
}

/* リード文 */
.read {
	margin: 40px auto 80px auto;
}
.read p {
	width: 86%;
	margin-bottom: 20px;
}
.read .deco {
	position: relative;
	left: 19%;
	top: auto;
	max-width: 100%;
	width: 62%;
	margin-bottom: 150px;
}

/* SPECIAL PRODUCTS */
.products h1 {
	width: 72%;
}
.item {
	max-width: auto;
	flex-direction: column;
	width: 86%;
}
.item .photo {
	width: 100%;
	order: 2;
}
.item .text_area {
	width: 100%;
	order: 3;
}
.item .text_area h2 {
	margin-top: 25px;
	text-align: center;
}
.item .text_area .btn a {
	margin: 20px auto 0 auto;
}
.item .balloon {
	margin: 0 auto -30px auto;
	width: 92%;
	order: 1;
}
.item .balloon .comment {
	bottom: 30%;
	left: 7%;
	width: 85%;
}

.item_02 .photo,
.item_04 .photo {
	order: 2;
}
.item_02 .text_area,
.item_04 .text_area {
	order: 3;
}
.item_02 .balloon,
.item_04 .balloon {
	margin: 0 auto -30px auto;
}
.item_02 .balloon .comment,
.item_04 .balloon .comment {
	left: 7%;
}


.item_02 .balloon .comment {
	bottom: 33%;
}
.item_03 .balloon .comment {
	bottom: 26%;
}
.item_04 .balloon .comment {
	bottom: 33%;
}

/* SPECIAL LOOK */
.look h1 {
	margin: 100px auto 40px auto;
	width: 54%;
}
.look ul li {
	width: 50%;
	margin: 0;
}
.look .btn a {
	max-width: 350px;
	width: 75%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 15px;
}






}

