@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 {text-decoration:none; color:#000;}
a:hover			  {-moz-opacity:0.7; opacity:0.7; filter:alpha(opacity=70);}
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;}


/*-------------------------------------------
　　Common
-------------------------------------------*/
/* Header */
#header {
	position: relative;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .h_link_left {
	width: 140px;
}
#header .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;
		justify-content: flex-start;
	}
	.footer_contents ul li {
		margin: 0 15px 0 0; 
	}
}


/*-------------------------------------------
　　Main Contents
-------------------------------------------*/
#main_contents {
	overflow: hidden;
}
#main_contents .main_visual {
	max-width: 1080px;
	margin: 0 auto 140px auto;
}
.item {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 130px auto;
	position: relative;
}
.item p {
	font-size: 10px;
	line-height: 2.0;
	text-align: justify;
	margin: 15px 0;
}
.item .clipping_img {
	pointer-events: none;
}
.btn a {
	display: block;
	width: 200px;
	background: #000;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 1.1;
	padding-top: 12px;
	font-size: 11px;
}
@media screen and (max-width:870px) {
	.item {
		margin: 0 auto 70px auto;
	}
	.btn a {
		width: 100%;
	}
}

/* TETTA */
#tetta {
	display: flex;
	justify-content: space-between;
	max-width: 920px;
	width: 80%;
	margin-bottom: 180px;
}
#tetta .left {
	width: 52%;
}
#tetta .left h1 {
	margin: 2% 0 6% 0;
}
#tetta .left .photo_01 {
	width: 78%;
}
#tetta .right {
	width: 43.5%;
}
#tetta .right .text_area {
	width: 65%;
	margin: 10% 2% 0 auto;
}
#tetta .clipping_img {
	width: 38.5%;
	position: absolute;
	top: 14%;
	left: 34%;
}
@media screen and (max-width:870px) {
	#tetta {
		margin-bottom: 100px;
	}
	#tetta .right .text_area {
		width: 84%;
		margin: 10% -16% 0 auto;
	}
}

/* REI */
#rei .flex {
	display: flex;
}
#rei .photo_01 {
	width: 35.7%;
	margin-right: 0.8%;
}
#rei .photo_02 {
	width: 35.7%;
}
#rei .clipping_img {
	width: 29%;
	margin: 3% 0 -28% -5%;
}
#rei .text_area {
	width: 32%;
}
#rei h1 {
	width: 23%;
	margin: 4% 0 0 10%;
}

/* EIKU */
#eiku h1 {
	margin: 0 0 2% 33%;
	width: 53%;
}
#eiku .flex {
	display: flex;
	justify-content: flex-end;
}
#eiku .photo_01 {
	width: 35.7%;
}
#eiku .photo_02 {
	width: 35.7%;
	margin-left: 0.8%;
}
#eiku .text_area {
	width: 31.7%;
	margin: 2% 0 0 31%;
}
#eiku .clipping_img {
	width: 35.7%;
	position: absolute;
	top: -9%;
	left: 0.5%;
}
@media screen and (max-width:870px) {
	#eiku .text_area {
		width: 39%;
	}
	#eiku .clipping_img {
		top: 0;
	}
}

/* HAYATO */
#hayato {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
}
#hayato .left {
	width: 38.1%;
	margin: 5.5% 0 0 0;
}
#hayato .text_area {
	width: 63%;
	margin: 5% 0 0 auto;
}
#hayato .right {
	width: 60%;
}
#hayato h1 {
	width: 93%;
}
#hayato .photo_02 {
	width: 63%;
	margin: 2% 0 0 auto;
}
#hayato .clipping_img {
	width: 30.7%;
	position: absolute;
	top: 8%;
	left: 33.5%;
}
@media screen and (max-width:870px) {
	#hayato .text_area {
		width: 94%;
		margin: 5% auto 0 0;
	}
}

/* KENSHIN */
#kenshin h1 {
	margin: 0 0 2% 0;
	width: 66.8%;
}
#kenshin .flex {
	display: flex;
}
#kenshin .photo_01 {
	width: 35.7%;
	margin-right: 0.8%;
}
#kenshin .photo_02 {
	width: 35.7%;
}
#kenshin .text_area {
	width: 34%;
	margin: 2% 0 0 0;
}
#kenshin .clipping_img {
	width: 25.5%;
	position: absolute;
	top: 9%;
	right: 8%;
}
@media screen and (max-width:870px) {
	#kenshin .text_area {
		width: 39%;
	}
}

/* NAOYA */
#naoya {
	margin-bottom: 20px;
}
#naoya h1 {
	margin: 2% 0 0 28%;
	width: 53%;
}
#naoya .flex {
	display: flex;
	justify-content: flex-end;
}
#naoya .photo_01 {
	width: 35.7%;
}
#naoya .photo_02 {
	width: 35.7%;
	margin-left: 0.8%;
}
#naoya .text_area {
	width: 31.7%;
	margin: -9% 0 0 63%;
}
#naoya .clipping_img {
	width: 27%;
	position: absolute;
	top: -5%;
	left: 2%;
}
@media screen and (max-width:870px) {
	#naoya .text_area {
		width: 39%;
	}
}


/*-------------------------------------------
　　NOVELTY 要項
-------------------------------------------*/
#novelty {
	box-sizing: border-box;
	max-width: 800px;
	width: 90%;
	margin: 140px auto 80px auto;
	padding: 0 30px 40px 30px;
	border: 1px solid #000;
}
#novelty h1 {
	max-width: 600px;
	width: 100%;
	background: #fff;
	margin: -30px auto 20px auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#novelty h1 img {
	width: 80%;
}
#novelty,
#novelty p {
	text-align: center;
	font-size: 14px;
}
#novelty h1 + p {
	font-size: 18px;
}
#novelty p.note {
	font-size: 10px;
	margin-top: 5px;
}
#novelty h2 {
	color: #c01523;
	text-align: center;
	font-size: 30px;
	margin-top: 30px;
}
#novelty > img {
	margin-top: 20px;
	width: 80%;
}
#novelty .period {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7px;
}
#novelty .period img {
	width: 38px;
	margin-right: 4px;
}
#novelty .btn a {
	margin: 20px auto 0 auto;
	width: 200px;
}

/* ONLINE STORE ボタン */
.btn.online_store a {
	width: 340px;
	height: 47px;
	font-size: 18px;
	margin: 0 auto;
	padding-top: 24px;
}












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


/*-------------------------------------------
　　Common
-------------------------------------------*/
/* Header */
#header {
    margin: 0 0 0 4%;
	width: 91%;
	padding: 6px 0;
}
#header .h_link_left {
	width: 52%;
}

/* 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 .main_visual {
	margin: 0 auto 70px auto;
}
.item {
	width: 100%;
}
.btn a {
	width: 200px;
	margin: 0 auto;
}

/* TETTA */
#tetta {
	width: 100%;
	flex-direction: column;
	margin-bottom: 70px;
}
#tetta .left {
	width: 100%;
}
#tetta .left h1 {
	width: 81%;
	margin: 0 auto 3% auto;
}
#tetta .left .photo_01 {
	width: 49%;
}
#tetta .right {
	width: 100%;
}
#tetta .right .photo_02 {
	width: 49%;
	margin-top: 2%;
}
#tetta .right .text_area {
	width: 86%;
	margin: 8% auto 0 auto;
}
#tetta .clipping_img {
	width: 67.4%;
	top: 9%;
	left: 40%;
}

/* REI */
#rei .flex {
	flex-direction: column;
}
#rei h1 {
	width: 66%;
	margin: 0 auto 4% auto;
}
#rei .photo_01 {
	width: 49%;
	margin: 0 0 0 auto;
}
#rei .photo_02 {
	width: 49%;
	margin: 2% 0 0 auto;
}
#rei .clipping_img {
	position: absolute;
	top: 7.5%;
	left: -2%;
	width: 63.7%;
	margin: 0;
}
#rei .text_area {
	width: 86%;
	margin: 20% auto 0 auto;
}

/* EIKU */
#eiku h1 {
	margin: 0 auto 3% auto;
	width: 53%;
}
#eiku .flex {
	flex-direction: column;
}
#eiku .photo_01 {
	width: 49%;
}
#eiku .photo_02 {
	width: 49%;
	margin-left: 0;
	margin-top: 2%;
}
#eiku .clipping_img {
	width: 73%;
	top: 8%;
	left: 35%;
}
#eiku .text_area {
	width: 86%;
	margin: 9% auto 0 auto;
}

/* HAYATO */
#hayato {
	flex-direction: column;
}
#hayato h1 {
	width: 91%;
	margin: 0 auto 3% auto;
}
#hayato .right {
	width: 100%;
	order: 1;
}
#hayato .right .photo_02 {
	width: 49%;
	margin: 0 0 0 auto;
}
#hayato .left {
	width: 100%;
	margin: 0;
	order: 2;
}
#hayato .left .photo_01 {
	width: 49%;
	margin: 2% 0 0 auto;
}
#hayato .clipping_img {
	width: 60%;
	top: 7%;
	left: -3%;
}
#hayato .text_area {
	width: 86%;
	margin: 7% auto 0 auto;
}

/* KENSHIN */
#kenshin h1 {
	margin: 0 auto 3% auto;
	width: 89.8%;
}
#kenshin .flex {
	flex-direction: column;
}
#kenshin .photo_01 {
	width: 49%;
	margin-right: 0;
}
#kenshin .photo_02 {
	width: 49%;
	margin-top: 2%;
}
#kenshin .text_area {
	width: 86%;
	margin: 9% auto 0 auto;
}
#kenshin .clipping_img {
	width: 50.5%;
	top: 6.5%;
	right: 5%;
}

/* NAOYA */
#naoya h1 {
	margin: 0 auto 3% auto;
	width: 83%;
}
#naoya .flex {
	flex-direction: column;
}
#naoya .photo_01 {
	width: 49%;
	margin: 0 0 0 auto;
}
#naoya .photo_02 {
	width: 49%;
	margin: 2% 0 0 auto;
}
#naoya .text_area {
	width: 86%;
	margin: 8% auto 0 auto;
}
#naoya .clipping_img {
	width: 54%;
	top: 9%;
	left: 0;
}


/*-------------------------------------------
　　NOVELTY 要項
-------------------------------------------*/
#novelty {
	width: 86%;
	margin: 120px auto 100px auto;
	padding: 0;
	border: 0;
	
}
#novelty h1 {
	width: 80%;
	margin: 0 auto 20px auto;
	height: auto;
}
#novelty,
#novelty p {
	font-size: 12px;
}
#novelty h1 + p {
	font-size: 14px;
}
#novelty h2 {
	font-size: 20px;
	margin-top: 20px;
}
#novelty > img {
	width: 98vw;
	margin-left: -6%;
}

/* ONLINE STORE ボタン */
.btn.online_store a {
	width: 80%;
	height: 38px;
	padding-top: 20px;
}





}

