@charset "utf-8";

/* CSS Document */

@font-face { font-family: 'FOT-SkipStd-B'; src:url(FOT-SkipStd-B_fix.otf); }
@font-face { font-family: 'AR_Gothic1_Light'; src:url(AR_Gothic1_Light.ttf); }

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
	background-image:url(../image/back.gif);
	color:#343434;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	overflow-x:hidden;
	min-width:640px;
}

body > #primary {
	height: auto;
}

@media screen and (max-width: 640px) {
	body {
		font-size:20px;
	}
}

a:link {color:#cf3434; text-decoration:underline;}
a:visited {color:#cf3434; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

img {
border:0;
vertical-align: bottom;
}

ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 0.6ex;
}

/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }
.under { margin-bottom:30px !important; }
.under-harf { margin-bottom:15px !important; }
.right { float:right; margin-left:20px; margin-bottom:15px; margin-top:5px;}
.left { float:left; margin-right:20px; margin-bottom:15px; margin-top:5px;}

.text-center { text-align:center; }
.text-right { text-align:right; }

.last { margin-bottom:0 !important; }

#lineup-font-size-sampler {
	display:none;
}

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

div:after,
section:after,
article:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
	display:inherit;
}

.sp {
	display:none;
}

@media screen and (max-width: 640px) {
	.pc {
		display:none;
	}
	
	.sp {
		display:inherit;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Float Image
-------------------------------------------------------------------------------------------------------------------*/

.photo-l {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-top:5px;
}

.photo-r {
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	margin-top:5px;
}

.photo-l img {
	width:100%;
	height:auto;
	border-radius:3px;
}

.photo-r img {
	width:100%;
	height:auto;
	border-radius:3px;
}

.photo-c {
	text-align:center;
	display:block;
}

.photo-c a {
	max-width:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.photo-c img {
	max-width:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border-radius:10px;
	box-sizing:border-box;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.34);
	margin-bottom:30px;
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	border-top:#d1d1d1 3px double;
	padding-top:40px;
	padding-bottom:50px;
	display:block !important;
	clear:both !important;
	text-align:center;
	width:100%;
	word-wrap: break-word;
	line-height:40px;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 9px 6px 9px !important;
		border:solid 1px #B6B6B6 !important;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#E6E6E6 !important;
		background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #4E802C !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		padding:6px 9px 6px 9px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:3px !important;
		text-shadow:0px 1px #4E802C !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　Primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width:640px;
}

article {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	transition:0.3s;
}

@media screen and (max-width: 1100px) {
	article {
		width:100%;
		padding-left:30px;
		padding-right:30px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		box-sizing: border-box;
	}
}

#left-content {
	width:100%;
	min-height:1000px;
	box-sizing:border-box;
	padding-right:350px;
	padding-bottom:50px;
	position:relative;
}

#right-content {
	width:300px;
	min-height:600px;
	padding-bottom:100px;
	position:absolute;
	top:102px;
	right:0;
}


@media screen and (max-width: 900px) {
	#left-content {
		padding-right:0;
	}
	#right-content {
		position:relative;
		top:inherit;
		right:inherit;
		width:100%;
		box-sizing:border-box;
	}
}

@media screen and (max-width: 640px) {
	#right-content {
		height:inherit !important;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
	width:100%;
	height:844px;
	position:relative;
}

#mainvisual:before {
	content:"";
	background-image:url(../image/mainvisual/top-left.png);
	position:absolute;
	top:0;
	left:0;
	width:547px;
	height:583px;
	display:block;
	z-index:99;
}

#mainvisual:after {
	content:"";
	background-image:url(../image/mainvisual/bottom-right.png);
	position:absolute;
	bottom:158px;
	right:0;
	width:553px;
	height:570px;
	display:block;
	z-index:99;
}

#mainvisual .item {
	width:100%;
	height:844px;
	background-position:center top;
	background-repeat:no-repeat;
}

@media screen and (max-width: 640px) {
	#mainvisual .item {
		background-size: 200%;
		background-position:center top 65px;
	}
}

#mainvisual .item:nth-child(1) { background-image:url(../image/mainvisual/01.webp); }
#mainvisual .item:nth-child(2) { background-image:url(../image/mainvisual/02.webp); }
#mainvisual .item:nth-child(3) { background-image:url(../image/mainvisual/03.webp); }
#mainvisual .item:nth-child(4) { background-image:url(../image/mainvisual/04.webp); }
#mainvisual .item:nth-child(5) { background-image:url(../image/mainvisual/05.webp); }


#mainvisual .logo {
	background-image:url(../image/mainvisual/logo.png);
	background-position:center top;
	width:562px;
	height:562px;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-282px;
}

#mainvisual .logo a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}



/*------------------------------------------------------------------------------------------------------------------
　Navi
-------------------------------------------------------------------------------------------------------------------*/

/* HOME */

#mainvisual nav {
	background-color:rgba(255,255,255,0.8);
	background-repeat:repeat-x;
	border-bottom:4px solid #97cc04;
	width:100%;
	height:100px;
	position:absolute;
	top:712px;
	left:0;
	box-sizing:border-box;
	transition:0.3s;
}

@media screen and (max-width: 900px) {
	#mainvisual nav {
		height:348px;
    top:715px;
    background-color: #ffffff;
	}
}

#mainvisual nav ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:0;
	transition:0.3s;
}

@media screen and (max-width: 1100px) {
	#mainvisual nav ul {
		padding-left:30px;
		padding-right:30px;
		box-sizing:border-box;
		letter-spacing: -.4em;
	}
}

.insta_alart {
  display: none;
}

@media screen and (max-width: 900px) {
  .insta_alart {
    display: block;
    text-align: center;
    margin-top: 38px;
  }
}

#mainvisual nav ul li {
	width:14.1%;
	height:96px;
	float:left;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}

#mainvisual nav ul li:nth-child(1) { float:left; }
#mainvisual nav ul li:nth-child(7) { float:right; }

#mainvisual nav ul li:nth-child(1) { background-image:url(../image/navi/navi01.png); min-width:102px; }
#mainvisual nav ul li:nth-child(2) { background-image:url(../image/navi/navi02.png); min-width:67px; }
#mainvisual nav ul li:nth-child(3) { background-image:url(../image/navi/navi03.png); min-width:111px; }
#mainvisual nav ul li:nth-child(4) { background-image:url(../image/navi/navi04.png); min-width:97px; }
#mainvisual nav ul li:nth-child(5) { background-image:url(../image/navi/navi08.png); min-width:68px; }
#mainvisual nav ul li:nth-child(6) { background-image:url(../image/navi/navi06.png); min-width:87px; }
#mainvisual nav ul li:nth-child(7) { background-image:url(../image/navi/navi05.png); min-width:122px; }

#mainvisual nav ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}

#mainvisual nav ul li:hover {
	border-bottom:4px solid #ffde00;
}

@media screen and (max-width: 900px) {
	#mainvisual nav ul {
		padding-top:20px;
	}
	#mainvisual nav ul li {
		width:25%;
		height:60px;
		float:none !important;
		display:inline-block;
		margin:0;
		padding:0;
		letter-spacing: normal;
	}
	#mainvisual nav ul li:hover {
		border:none;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　Header
-------------------------------------------------------------------------------------------------------------------*/

header {
	background-image:url(../image/mainvisual/01.png);
	background-position:center;
	width:100%;
	height:280px;
}

header .logo {
	background-image:url(../image/mainvisual/logo_subpage.png);
	background-position:center top;
	background-size:contain;
	width:400px;
	height:400px;
	position:absolute;
	top:-57px;
	left:50%;
	margin-left:-200px;
}

header .logo a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}


/*------------------------------------------------------------------------------------------------------------------
	Navi
-------------------------------------------------------------------------------------------------------------------*/

#subpage nav {
	background-color:rgba(255,255,255,0.8);
	background-repeat:repeat-x;
	border-bottom:4px solid #97cc04;
	width:100%;
	height:100px;
	box-sizing:border-box;
	transition:0.3s;
}

@media screen and (max-width: 900px) {
	#subpage nav {
		height:153px;
	}
}

#subpage nav ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:0;
	transition:0.3s;
}

@media screen and (max-width: 1100px) {
	#subpage nav ul {
		padding-left:30px;
		padding-right:30px;
		box-sizing:border-box;
		letter-spacing: -.4em;
	}
}

#subpage nav ul li {
	width:14.1%;
	height:96px;
	float:left;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
}

#subpage nav ul li:nth-child(1) { float:left; }
#subpage nav ul li:nth-child(7) { float:right; }

#subpage nav ul li:nth-child(1) { background-image:url(../image/navi/navi01.png); min-width:102px; }
#subpage nav ul li:nth-child(2) { background-image:url(../image/navi/navi02.png); min-width:67px; }
#subpage nav ul li:nth-child(3) { background-image:url(../image/navi/navi03.png); min-width:111px; }
#subpage nav ul li:nth-child(4) { background-image:url(../image/navi/navi04.png); min-width:97px; }
#subpage nav ul li:nth-child(5) { background-image:url(../image/navi/navi08.png); min-width:68px; }
#subpage nav ul li:nth-child(6) { background-image:url(../image/navi/navi06.png); min-width:87px; }
#subpage nav ul li:nth-child(7) { background-image:url(../image/navi/navi05.png); min-width:122px; }

#subpage nav ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}

#subpage nav ul li:hover {
	border-bottom:4px solid #ffde00;
}

@media screen and (max-width: 900px) {
	#subpage nav ul {
		padding-top:12px;
	}
	#subpage nav ul li {
		width:25%;
		height:60px;
		float:none !important;
		display:inline-block;
		margin:0;
		padding:0;
		letter-spacing: normal;
	}
	#subpage nav ul li:hover {
		border:none;
	}
}


/*------------------------------------------------------------------------------------------------------------------
　Footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
	width:100%;
	min-height:500px;
	box-sizing:border-box;
	position:relative;
	text-align:center;
	padding-top:60px;
}

@media screen and (max-width: 640px) {
	#footer {
		min-height:360px;
		padding-bottom:140px;
	}
}

#footer .logo {
	background-image:url(../image/footer/logo.png);
	width:300px;
	height:72px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.footer-navi br {
	display:none;
}

@media screen and (max-width: 820px) {
	.footer-navi {
		padding-left:30px;
		padding-right:30px;
	}
}

@media screen and (max-width: 640px) {
	.footer-navi {
		font-size:20px;
	}
	.footer-navi br {
		display:block;
	}
	.footer-navi span {
		display:none;
	}
}

.footer-navi a {
	color:#000000;
}

#footer .cc {
	background-color:#97cc04;
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#ffffff;
	position:absolute;
	bottom:0;
}

#footer .cc p {
	margin:0;
	padding:0;
}

.topback a {
	position:fixed;
	bottom:0;
	right:0;
	z-index:99;
	background-image:url(../image/footer/topback.png);
	width:71px;
	height:71px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

.footer-info p {
	width:74%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/*------------------------------------------------------------------------------------------------------------------
　fixed
-------------------------------------------------------------------------------------------------------------------*/

#fixed .mimiyori {
	position:fixed;
	background-image:url(../image/fixed/mimiyori.gif);
	width:203px;
	height:192px;
	top:30px;
	right:0;
	z-index:100;
	transition:0.3s;
}

#fixed .mimiyori:hover {
	right:0;
}

#fixed .mimiyori .button {
	background-image:url(../image/fixed/mimiyori-button.png);
	width:168px;
	height:37px;
	position:absolute;
	top:138px;
	right:16px;
}

#fixed .mimiyori .button a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	display:block;
	background-color:rgba(255,255,255,0);
	transition:0.3s;
}

#fixed .mimiyori .button a:hover {
	background-color:rgba(255,255,255,0.3);
}

@media screen and (max-width: 640px) {
	#fixed .mimiyori {
		background-image:url(../image/fixed/mimiyori_sp.gif);
		width:126px;
		height:322px;
	}
	#fixed .mimiyori .button {
		background-image:none;
		width:70px;
		height:100%;
		position:absolute;
		top:0;
		right:0;
	}
}

#fixed .instagram {
  position:fixed;
	width:60px;
	height:60px;
	top:242px;
	right:20px;
	z-index:100;
	transition:0.3s;
}

@media screen and (max-width: 900px) {
  #fixed .instagram {
    display: none;
  }
}

#subpage #fixed .instagram {
  top:20px;
}

@media screen and (max-width: 900px) {
  #subpage #fixed .instagram {
    display: block !important;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

#contents {
	padding-top:50px;
}

#subpage h2 {
	font-size:30px;
	font-family: "FOT-SkipStd-B";
	margin:0;
	padding:0;
	margin-bottom:30px;
	color:#97cc04;
}

#subpage h2 span {
	color:rgba(0,0,0,1.00);
	font-size:16px;
	display:block;
}

@media screen and (max-width: 640px) {
	#subpage h2 {
		font-size:40px;
	}
	#subpage h2 span {
		font-size:20px;
	}
}
.fancybox-inner {
		overflow-x:hidden !important;
	}
@media screen and (max-width: 640px) {
	
	.gallery-popup-primary #primary {
		min-width:500px !important;
	}
	.gallery-popup-primary {
		min-width:inherit !important;
	}
}

.enzyme-subtitle {
	font-weight:normal;
	font-size:38px;
	color:#0ebf59;
	font-family: "FOT-SkipStd-B";
	margin-bottom:0;
}

/*----------------------------------------------------------------------------
   Home
------------------------------------------------------------------------------*/

#top-contents {
	padding-top: 25px;
}

@media screen and (max-width: 900px) {
  #top-contents {
    padding-top: 290px;
  }
}

.top-comment {
	padding-top:20px;
	padding-bottom:50px;
	text-align:center;
	font-size:38px;
	font-family: "FOT-SkipStd-B";
	color:#97cc04;
	line-height:42px;
	width:640px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-indent:-30px;
}

@media screen and (max-width: 750px) {
	.top-comment {
		font-size:28px;
		width:580px;
		box-sizing:border-box;
		text-indent:-50px;
	}
}

.top-comment:after {
	content:"";
	background-image:url(../image/476429.png);
	width:50px;
	height:65px;
	position:absolute;
	top:33px;
	right:-27px;
	display:block;
}

@media screen and (max-width: 750px) {
	.top-comment:after {
		right:20px;
	}
}

.top-comment span.noone {
	font-size:54px;
}

.top-comment span.subtitle {
	font-size:26px;
	color:#333333;
}

/* whatsnew & shopblog */

#top-contents #separate_whatsnew-shopblog {
	padding-bottom:45px;
}

#top-contents #whatsnew {
	width:calc(50% - 30px);
	float:left;
	position:relative;
}

@media screen and (max-width: 640px) {
	#top-contents #whatsnew {
		margin-bottom:30px !important;
	}
}

#top-contents #shopblog {
	width:calc(50% - 30px);
	float:right;
	position:relative;
}


#top-contents #separate_whatsnew-shopblog h2 {
	font-size:30px;
	font-family: "FOT-SkipStd-B";
	margin:0;
	padding:0;
}

#top-contents #whatsnew h2 { color:#97cc04; }
#top-contents #shopblog h2 { color:#2d7dd2; }

#top-contents #separate_whatsnew-shopblog h2 span {
	color:rgba(0,0,0,1.00);
	font-size:16px;
	display:block;
}

#top-contents #separate_whatsnew-shopblog .button {
	width:150px;
	height:58px;
	box-sizing:border-box;
	line-height:54px;
	background-position:right 0px top 0px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	position:absolute;
	top:12px;
	right:0;
	transition:0.3s;
}

#top-contents #whatsnew .button {
	background-image:url(../image/contents/top/more-button01-ar.png);
	border:2px solid #97cc04;
}

#top-contents #shopblog .button {
	background-image:url(../image/contents/top/more-button02-ar.png);
	border:2px solid #2d7dd2;
}

#top-contents #separate_whatsnew-shopblog .button:hover {
	background-image:url(../image/contents/top/more-button01-ar_hover.png);
	background-position:right -5px top 0px;
	color:#ffffff;
}

#top-contents #whatsnew .button:hover { background-color:#97cc04; }
#top-contents #shopblog .button:hover { background-color:#2d7dd2; }

#top-contents #separate_whatsnew-shopblog .button a {
	font-size:16px;
	font-family: "FOT-SkipStd-B";
	text-decoration:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding-left:20px;
	transition:0.3s;
	box-sizing:border-box;
	width:100%;
	height:100%;
}

#top-contents #whatsnew .button a { color:#97cc04; }
#top-contents #shopblog .button a { color:#2d7dd2; }

#top-contents #separate_whatsnew-shopblog .button:hover a {
	color:#ffffff;
}

#top-contents #separate_whatsnew-shopblog .list-primary {
	width:100%;
	padding-top:35px;
}

#top-contents #separate_whatsnew-shopblog .list-primary .list {
	width:250px;
}

#top-contents #separate_whatsnew-shopblog .list-primary .list:nth-child(1) { float:left; }
#top-contents #separate_whatsnew-shopblog .list-primary .list:nth-child(2) { float:right; }

#top-contents #separate_whatsnew-shopblog .list-primary .list .thum {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:250px;
	height:250px;
	margin-bottom:15px;
	position:relative;
}

#top-contents #separate_whatsnew-shopblog .list-primary .list .thum:after {
	position:absolute;
	top:0;
	left:0;
	background-image:url(../image/contents/top/thum-overlay.png);
	width:250px;
	height:250px;
	display:block;
	content:"";
}

#top-contents #separate_whatsnew-shopblog .list-primary .list .thum a {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	transition:0.3s;
	z-index:99;
}

#top-contents #separate_whatsnew-shopblog .list-primary .list .thum a:hover {
	background-color:rgba(255,255,255,0.2);
}

#top-contents #separate_whatsnew-shopblog .list-primary .list span {
	font-size:14px;
	color:#000000;
}

#top-contents #separate_whatsnew-shopblog .list-primary .list p {
	margin:0;
	padding:0;
}

#top-contents #separate_whatsnew-shopblog .list-primary .list p a {
	font-size:16px;
	color:#d42639;
	text-decoration:none;
	border-bottom:1px dotted #d42639;
	padding-bottom:3px;
}

@media screen and (max-width: 640px) {
	#top-contents #separate_whatsnew-shopblog .list-primary .list span {
		font-size:20px;
	}
	#top-contents #separate_whatsnew-shopblog .list-primary .list p a {
		font-size:22px;
	}
}

@media screen and (max-width: 1100px) {
	#top-contents #separate_whatsnew-shopblog .list-primary .list:nth-child(1) {
		width:calc(50% - 10px);
		float:left;
		margin-right:10px;
	}
	#top-contents #separate_whatsnew-shopblog .list-primary .list:nth-child(2) {
		width:calc(50% - 10px);
		float:right;
		margin-left:10px;
	}
	#top-contents #separate_whatsnew-shopblog .list-primary .list .thum {
		width:100%;
		height:250px;
	}
	#top-contents #separate_whatsnew-shopblog .list-primary .list .thum:after {
		display:none;
	}
}



@media screen and (max-width: 640px) {
	#top-contents #whatsnew {
		width:100%;
		float:none;
		position:relative;
		margin-bottom:10px;
	}
	
	#top-contents #shopblog {
		width:100%;
		float:none;
		position:relative;
	}
}

/* style-gallery */

#style-gallery {
	background-image:url(../image/contents/top/style-gallery-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:519px;
	position:relative;
	box-sizing:border-box;
	padding-top:40px;
}

#style-gallery:after {
	position:absolute;
	top:0;
	left:0;
	background-image:url(../image/contents/top/line.png);
	width:100%;
	height:11px;
	content:"";
}

#style-gallery h2 {
	font-size:30px;
	font-family: "FOT-SkipStd-B";
	margin:0;
	padding:0;
	color:#f27400;
	margin-bottom:30px;
	text-shadow: 
	0 0 15px #ffffff, 
	0 0 10px #ffffff, 
	0 0 0.20px #ffffff;
}

#style-gallery  h2 span {
	color:rgba(0,0,0,1.00);
	font-size:16px;
	display:block;
}

#style-gallery .button {
	width:250px;
	height:60px;
	box-sizing:border-box;
	line-height:54px;
	background-position:right 0px top 0px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-image:url(../image/contents/top/more-button03-ar.png);
	border:2px solid #f27400;
	position:absolute;
	top:12px;
	right:0;
	transition:0.3s;
}

#style-gallery .button:hover {
	background-image:url(../image/contents/top/more-button01-ar_hover.png);
	background-position:right -5px top 0px;
	background-color:#f27400;
	color:#ffffff;
}

#style-gallery .button a {
	font-size:16px;
	font-family: "FOT-SkipStd-B";
	text-decoration:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding-left:20px;
	transition:0.3s;
	box-sizing:border-box;
	width:100%;
	height:100%;
	color:#f27400;
}

#style-gallery .button:hover a {
	color:#ffffff;
}

#style-gallery .list-primary {
	width:100%;
	height:330px;
	box-sizing:border-box;
	padding-top:38px;
	background-color:rgba(255,255,255,0.7);
	overflow:hidden !important;
}

@media screen and (max-width: 1245px) {
	#style-gallery .list-primary {
		padding-left:60px;
		padding-right:60px;
	}
}

#style-gallery .list-primary .item {
	position:relative;
	overflow:visible !important;
	min-width:250px;
	min-height:250px;
	margin-bottom:15px;
}

#style-gallery .list-primary .list {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-width:250px;
	min-height:250px;
}

#style-gallery .list-primary .list:after {
	position:absolute;
	top:0;
	left:0;
	background-image:url(../image/contents/top/thum-overlay.png);
	width:250px;
	height:250px;
	display:block;
	content:"";
}

#style-gallery .list-primary .list a {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	transition:0.3s;
	z-index:99;
}

#style-gallery .list-primary .list a:hover {
	background-color:rgba(255,255,255,0.2);
}

#style-gallery .list-primary .newflag {
	background-image:url(../image/new.png);
	width:86px;
	height:86px;
	position:absolute;
	top:-30px;
	left:-30px;
	z-index:9999 !important;
	overflow:visible !important;
	float:left !important;
}

/* lightslider.js fix css start */

#style-gallery .list-primary .list.right {
	margin-left:0 !important;
	margin-top:0 !important;
	float:left !important;
}

.lSPrev {
	background-image:url(../image/contents/top/prev.png) !important;
	background-repeat:no-repeat !important;
	background-position:center top !important;
	width:33px !important;
	height:64px !important;
	top:100px !important;
	left:-44px !important;
	overflow: visible !important;
}

.lSNext {
	background-image:url(../image/contents/top/next.png) !important;
	background-repeat:no-repeat !important;
	background-position:center top !important;
	width:33px !important;
	height:64px !important;
	top:100px !important;
	right:-44px !important;
	overflow: visible !important;
}

@media screen and (max-width: 1265px) {
	.lSPrev {
		left:-48px !important;
	}
	.lSNext {
		right:-48px !important;
	}
	#style-gallery .list-primary .list:after {
		display:none;
	}
	#style-gallery .list-primary .list {
		background-size:contain;
	}
}

.lSSlideWrapper {
	position:inherit !important;
}

.lightSlider, .lSSlideWrapper, .lSSlideOuter {
	overflow:visible !important;
}

/* lightslider.js fix css end */


#access-store {
	position:relative;
	clear:both;
	display:block;
}

#access-store article {
	box-sizing:border-box;
}

#access-store-primary {
	min-height:500px;
	padding-top:37px;
	background-image:url(../image/back-flower-left.png), url(../image/back-flower-right.png);
	background-repeat:no-repeat, no-repeat;
	background-position:left 0px top 0px, right 0px top 0px;
	box-sizing:border-box;
	overflow:hidden;
}

#access-store iframe {
	width:100%;
	height:480px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#access-store h2 {
	font-size:30px;
	font-family: "FOT-SkipStd-B";
	margin:0;
	padding:0;
	color:#2d7dd2;
	margin-bottom:30px;
	text-shadow: 
	0 0 15px #ffffff, 
	0 0 10px #ffffff, 
	0 0 0.20px #ffffff;
}

#access-store h2 span {
	color:rgba(0,0,0,1.00);
	font-size:16px;
	display:block;
}

.access-store-photo-gallery {
	width:1150px;
	height:400px;
	position:absolute;
	top:13px;
	left:50%;
	margin-left:-199px;
	overflow:hidden;
}

.access-store-photo-gallery-primary {
	width:1150px;
	height:400px;
}

.access-store-photo-gallery .thum-primary {	
}

.access-store-photo-gallery .thum-primary .thum {
	width:400px;
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.access-store-photo-gallery .right {
	margin-left:0 !important;
	margin-top:0 !important;
	float:left !important;
}

.store-info {
	width:100%;
	padding-right:780px;
	box-sizing:border-box;
	transition:0.3s;
}

@media screen and (max-width: 1070px) {
	.access-store-photo-gallery {
		left:50%;
		margin-left:0;
	}
	.store-info {
		padding-right:500px;
	}
}

@media screen and (max-width: 940px) {
	.store-info {
		padding-right:442px;
	}
}

@media screen and (max-width: 800px) {
	.store-info {
		padding-right:380px;
	}
}

@media screen and (max-width: 670px) {
	.store-info {
		padding-right:30px;
	}
	.store-info p {
		font-size:20px;
	}
	.access-store-photo-gallery {
		display:none;
	}
}


/*----------------------------------------------------------------------------
   menu
------------------------------------------------------------------------------*/

.category-menu {
	background-image:url(../image/contents/menu/category-menu-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:725px;
	box-sizing:border-box;
	padding-top:50px;
	padding-bottom:50px;
}

@media screen and (max-width: 850px) {
	.category-menu {
		background-image:url(../image/contents/menu/category-menu-back_fadeout.jpg);
		background-position:center top;
		width:100%;
		height:auto;
		min-height:600px;
		padding-bottom:0;
	}
}

@media screen and (max-width: 640px) {
	.category-menu {
		min-height:500px;
		padding-bottom:0;
	}
}

.category-menu h2 {
	color:#97cc04;
}

.category-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:calc(100% + 32px);
}

.category-menu ul li {
	width:calc(25% - 32px);
	height:0;
	padding-top:calc(25% - 32px);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	margin-right:32px;
	margin-bottom:32px;
	display:block;
	position:relative;
	float:left;
}

@media screen and (max-width: 850px) {
	.category-menu ul {
		width:calc(70% + 32px);
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.category-menu ul li {
		width:calc(50% - 32px);
		padding-top:calc(50% - 32px);
		margin-bottom:32px;
	}
}

@media screen and (max-width: 640px) {
	.category-menu ul {
		width:calc(100% + 32px);
	}
}

.category-menu ul li:nth-child(1) { background-image:url(../image/contents/menu/category01.png); }
.category-menu ul li:nth-child(2) { background-image:url(../image/contents/menu/category02.png); }
.category-menu ul li:nth-child(3) { background-image:url(../image/contents/menu/category03.png); }
.category-menu ul li:nth-child(4) { background-image:url(../image/contents/menu/category06.png); }
.category-menu ul li:nth-child(5) { background-image:url(../image/contents/menu/category07.png); }
.category-menu ul li:nth-child(6) { background-image:url(../image/contents/menu/category08.png); }

.category-menu ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-color:rgba(255,255,255,0);
	transition:0.3s;
}

.category-menu ul li a:hover {
	background-color:rgba(255,255,255,0.3);
}

.pickup {
	padding-top:50px;
	padding-bottom:50px;
}

.pickup h2 {
	color:#2d7dd2 !important;
}

.pickup ul {
	list-style:none;
	margin:0;
	padding:0;
}

.pickup ul li {
	margin-bottom:30px;
}

.pickup ul li img {
	width:100%;
	height:auto;
}

@media screen and (max-width: 640px) {
	.sp-nobg {
		background-image:none !important;
		padding-right:30px !important;
	}
}

/*----------------------------------------------------------------------------
   category menu list
------------------------------------------------------------------------------*/

.category-menu-list {
}

.category-menu-list.color h2 { color:#2d7dd2 !important; }
.category-menu-list.hair-repair h2 { color:#d42639 !important; }
.category-menu-list.enzyme h2 { color:#0ebf59 !important; }

.cateory-sub-menu-list-primary {
	padding-bottom:20px;
}

.cateory-sub-menu-list-primary h3 {
	margin:0;
	padding:0;
	padding-bottom:15px;
	border-bottom:2px dotted #cccccc;
	margin-bottom:20px;
	font-size:20px;
}

@media screen and (max-width: 640px) {
	.cateory-sub-menu-list-primary h3 {
		margin-top:30px;
	}
}

.cateory-sub-menu-list-primary p {
	font-size:16px;
}

.category-sub-menu {
	position:absolute;
	top:4px;
	right:0;
	width:100%;
	height:57px;
}

.category-sub-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:390px;
	box-sizing:border-box;
	width:calc(100% + 10px);
}

@media screen and (max-width: 1100px) {
	.category-sub-menu {
		right:30px;
	}
	.category-sub-menu ul {
		padding-left:420px;
	}
}

@media screen and (max-width: 930px) {
	.category-sub-menu {
		position:relative;
		top:inherit;
		right:inherit;
		display:block;
	}
	.category-sub-menu ul {
		padding-left:0;
	}
	.cateory-sub-menu-list-primary p:first-of-type {
		margin-top:-100px !important;
	}
}

@media screen and (max-width: 640px) {
	.cateory-sub-menu-list-primary p:first-of-type {
		margin-top:-116px !important;
	}
	.cut-and-treatment .cateory-sub-menu-list-primary p:first-of-type {
		margin-top:0 !important;
	}
}

.category-sub-menu ul li {
	float:left;
	width:calc(33.333% - 10px);
	height:61px;
	line-height:61px;
	margin-right:10px;
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
	box-sizing:border-box;
	border:2px solid #ffffff;
	transition:0.3s;
}

.category-sub-menu ul li:nth-child(1) { background-color:#f1f7e0; background-image:url(../image/contents/menu/ar01.png); }
.category-sub-menu ul li:nth-child(2) { background-color:#ffeeee; background-image:url(../image/contents/menu/ar02.png); }
.category-sub-menu ul li:nth-child(3) { background-color:#fff2e6; background-image:url(../image/contents/menu/ar03.png); }

.category-sub-menu ul li:nth-child(1):hover { border:2px solid #97cc04;}
.category-sub-menu ul li:nth-child(2):hover { border:2px solid #ff7b7b;}
.category-sub-menu ul li:nth-child(3):hover { border:2px solid #f27400;}

.category-sub-menu ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:57px;
	line-height:57px;
	text-indent:16px;
	display:block;
	font-size:18px;
	text-decoration:none;
}

.category-sub-menu ul li:nth-child(1) a { color:#97cc04; }
.category-sub-menu ul li:nth-child(2) a { color:#ff7b7b; }
.category-sub-menu ul li:nth-child(3) a { color:#f27400; }

.menu-list {
	background-color:#ffffff;
	background-image:url(../image/back-flower-right.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
	padding-top:50px;
	padding-bottom:70px;
}

.menu-list.wide .overview {
	width:45%;
	padding-right:40px;
	box-sizing:border-box;
	float:left;
}

@media screen and (max-width: 930px) {
	.menu-list.wide .overview {
		width:100%;
		padding-right:0;
		float:none;
	}
}

.menu-list.separate .overview:nth-child(1) {
	width:calc(50% - 20px);
	padding-right:0;
	padding-bottom:80px;
	box-sizing:border-box;
	float:left;
}

.menu-list.separate .overview:nth-child(2) {
	width:calc(50% - 20px);
	padding-right:0;
	box-sizing:border-box;
	float:right;
}

.menu-list.separate .overview:nth-child(3) {
	width:calc(50% - 20px);
	padding-right:0;
	box-sizing:border-box;
	float:left;
}

@media screen and (max-width: 930px) {
	.menu-list.separate .overview:nth-child(1) {
		width:100%;
		float:none;
		padding-bottom:50px;
	}
	.menu-list.separate .overview:nth-child(2) {
		width:100%;
		float:none;
		padding-bottom:50px;
	}
	.menu-list.separate .overview:nth-child(3) {
		width:100%;
		float:none;
	}
}

.cut-and-treatment .menu-list.separate .overview {
	width:calc(100% + 30px) !important;
	float:none !important;
	padding-bottom:50px;
}

.cut-and-treatment .menu-list.separate .overview:last-of-type {
	padding-bottom:0;
}

.cut-and-treatment .menu-list.separate .overview img {
	width:calc(50% - 30px);
	height:auto;
	float:right;
	margin-left:30px;
}

.cut-and-treatment .menu-list.separate .overview .overview-detail {
	width:calc(50% - 30px);
	float:left;
}

.cut-and-treatment .menu-list.separate .overview .overview-detail p {
	padding-top:0;
	margin-top:0;
	font-size:16px;
}

.cut-and-treatment .menu-list.separate .overview .overview-detail .price p {
	font-size:15px !important;
}

.cut-and-treatment .menu-list.separate .overview .overview-detail .mini-comment {
	padding-bottom:15px;
	border-bottom:1px dotted #B5B5B5;
	margin-bottom:15px;
}

.nayami {
    color: #ff1616;
}

.kaishou {
    color: #2d7dd2;
}

.menu-list .overview h3 {
	font-family: "AR_Gothic1_Light";
	font-size:72px;
	color:#5a5a5a;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:50px;
	padding-top:20px;
}

.menu-list .overview h3 span {
	font-size:18px;
	color:#787878;
	display:block;
	font-family: 'FOT-SkipStd-B';
}

@media screen and (max-width: 640px) {
	.menu-list .overview h3 {
		font-size:100px;
		white-space:nowrap;
		letter-spacing:-2px;
	}
	.menu-list .overview h3 span {
		font-size:22px;
		padding-top:20px;
	}
}

.menu-list .overview p {
	font-size:16px;
}

@media screen and (max-width: 640px) {
	.menu-list .overview p {
		padding-bottom:40px;
		font-size:22px;
	}
}

.menu-list .overview .mini-comment {
	display:block;
	color:#2d7dd2;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

@media screen and (max-width: 640px) {
	.menu-list .overview .mini-comment {
		font-size:18px;
	}
}

.menu-list .overview .price {
	font-size:32px;
	color:#ff1616;
	font-weight:bold;
	font-style:italic;
	margin-top:-8px;
}

.menu-list .overview .price span {
	font-size:22px;
}

.menu-list .overview .price p {
	font-size:18px;
	color:#444444;
	margin:0;
	padding:0;
	padding-right:20px;
	display:inline-block;
}

.menu-sub-list {
	font-size:14px;
	padding-bottom:15px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:15px;
}

@media screen and (max-width: 930px) {
	.menu-sub-list {
		margin-bottom:30px !important;
	}
}

@media screen and (max-width: 640px) {
	.menu-sub-list {
		font-size:18px;
	}
}

.menu-list .overview ul, .menu-list .detail ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
	width:calc(100% + 14px);
}

.menu-list .overview ul li, .menu-list .detail ul li {
	float:left;
	width:calc(33.333% - 14px);
	margin-right:14px;
}

@media screen and (max-width: 640px) {
	.menu-list .overview ul, .menu-list .detail ul {
		width:calc(100% + 30px);
		margin-top:30px;
		margin-bottom:30px;
	}
	.menu-list .overview ul li, .menu-list .detail ul li {
		width:calc(33.333% - 30px);
		margin-right:30px;
	}
}

.menu-list .overview ul li img, .menu-list .detail ul li img {
	width:100%;
	height:auto;
}

.menu-list.wide .detail {
	width:55%;
	float:right;
}

@media screen and (max-width: 930px) {
	.menu-list.wide .detail {
		width:100%;
		float:none;
	}
}

.menu-list .detail .box {
	border:2px solid #97cc04;
	background-color:#ffffff;
	padding-left:25px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:230px;
	background-position:right top;
	background-repeat:no-repeat;
	box-sizing:border-box;
	margin-bottom:20px;
}

@media screen and (max-width: 640px) {
	.menu-list .detail .box {
		background-size:contain;
	}
}

.category-menu-list.color .menu-list .detail .box { border-color:#2d7dd2; }
.category-menu-list.hair-repair .menu-list .detail .box { border-color:#d42639; }

.before-after {
	background-position:right 20px top 20px !important;
	min-height:240px;
	padding-right:353px !important;
}

@media screen and (max-width: 640px) {
	.before-after {
		background-size:auto !important;
	}
}

.before-after strong {
	padding-bottom:10px !important;
	display:block;
}

.menu-list .detail .box.nobg {
	padding-right:25px;
}

.menu-list .detail .box h4 {
	color:#97cc04;
	font-size:24px;
	margin:0;
	padding:0;
}

.category-menu-list.color .menu-list .detail .box h4 { color:#2d7dd2; }
.category-menu-list.hair-repair .menu-list .detail .box h4 { color:#d42639; }

.menu-list .detail .box p {
	margin:0;
	padding:0;
}

.detail-button {
	display:none;
}

.detail-button .coupon-button {
	background-color:#97cc04;
	width:calc(50% - 10px);
	height:70px;
	position:relative;
	float:left;
	padding-top:12px;
	padding-bottom:8px;
	box-sizing:border-box;
	transition:0.3s;
}

.detail-button .style-gallery-button {
	background-color:#ff7b7b;
	width:calc(50% - 10px);
	height:70px;
	position:relative;
	float:right;
	padding-top:12px;
	padding-bottom:8px;
	box-sizing:border-box;
	transition:0.3s;
}

.detail-button div a {
	display:block;
	font-family: 'FOT-SkipStd-B';
	text-decoration:none;
	color:#ffffff;
	padding-top:12px;
	padding-left:20px;
	padding-right:30px;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background-image:url(../image/contents/top/more-button01-ar_hover.png);
	background-position:right;
	background-repeat:no-repeat;
}

.detail-button div:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.detail-button2 .koso-button {
	background-color:#97cc04;
	width:calc(50% - 10px);
	height:70px;
	position:relative;
	float:left;
	padding-top:12px;
	padding-bottom:8px;
	box-sizing:border-box;
	transition:0.3s;
}

.detail-button2 .style-gallery-button {
	background-color:#ff7b7b;
	width:calc(50% - 10px);
	height:70px;
	position:relative;
	float:right;
	padding-top:12px;
	padding-bottom:8px;
	box-sizing:border-box;
	transition:0.3s;
}

.detail-button2 div a {
	display:block;
	font-family: 'FOT-SkipStd-B';
	text-decoration:none;
	color:#ffffff;
	padding-top:12px;
	padding-left:20px;
	padding-right:30px;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background-image:url(../image/contents/top/more-button01-ar_hover.png);
	background-position:right;
	background-repeat:no-repeat;
}

.detail-button2 div:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.menu-about-primary {
	padding-top:50px;
	padding-bottom:50px;
}

.menu-about-primary .box {
	background-color:#ffffff;
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:30px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
	padding:30px;
	padding-right:250px;
	box-sizing:border-box;
}

@media screen and (max-width: 930px) {
	.menu-about-primary .box {
		background-size:contain;
	}
}

.menu-about-primary .box h4 {
	color:#97cc04;
	font-size:24px;
	margin:0;
	padding:0;
}

.menu-about-primary .box p {
	margin:0;
	padding:0;
}

.hair-repair-alart {
	background-color:#ffffff;
	background-position:right;
	margin-bottom:30px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
	padding:30px;
	padding-top:23px;
	padding-bottom:23px;
	box-sizing:border-box;
	border:5px solid #d64d5c;
}

.hair-repair-alart h4 {
	color:#d64d5c;
	font-size:28px;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.hair-repair-alart p {
	margin:0;
	padding:0;
	font-weight:bold;
	color:#d64d5c;
	font-size:15px;
}

.salon-haircare-ul {
	margin:0;
	padding:0;
	list-style:circle;
	padding-left:20px;
	padding-top:10px;
}

.cateory-sub-menu-list-primary .coupon-button {
	background-color:#97cc04;
	width:300px;
	height:70px;
	position:absolute;
	top:0px;
	right:0;
	padding-top:12px;
	padding-bottom:8px;
	box-sizing:border-box;
	transition:0.3s;
}

.cateory-sub-menu-list-primary .coupon-button a {
	display:block;
	font-family: 'FOT-SkipStd-B';
	text-decoration:none;
	color:#ffffff;
	padding-top:12px;
	padding-left:20px;
	padding-right:30px;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background-image:url(../image/contents/top/more-button01-ar_hover.png);
	background-position:right;
	background-repeat:no-repeat;
}

.cateory-sub-menu-list-primary .coupon-button:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.hair-care-button a {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	clear:both;
	background-image:url(../image/contents/menu/cut-and-treatment/hair-care-button.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-size:18px;
	color:#0462cc;
	border:3px solid #0462cc;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	font-family: 'FOT-SkipStd-B';
	margin-bottom:30px;
	transition:0.3s;
}

.hair-care-button a:hover {
	background-color:#0462cc;
	color:#ffffff;
	background-image:url(../image/contents/menu/cut-and-treatment/hair-care-button_hover.png);
}


/*----------------------------------------------------------------------------
   product
------------------------------------------------------------------------------*/

.product-comment {
	padding-top:40px;
	padding-bottom:30px;
	background-image:url(../image/contents/product/mv.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border:1px dotted #cccccc;
	padding-left:30px;
	box-sizing:border-box;
	margin-bottom:30px;
}

@media screen and (max-width: 640px) {
	.product-comment {
		background-position:center top;
		padding-top:370px;
		padding-right:30px;
	}
}

.product-comment h3 {
	font-family: 'FOT-SkipStd-B';
	font-size:38px;
	color:#ff7b7b;
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:44px;
}

.product-comment p {
	font-size:16px;
}

@media screen and (max-width: 640px) {
	.product-comment h3 {
		font-size:36px;
	}
	.product-comment p {
		font-size:20px;
	}
}

.product-comment p strong {
	font-size:26px;
	padding-top:15px;
	display:block;
}

.product-list-primary {
	width:calc(100% + 30px);
}

.product-list-primary h3 {
    font-family: 'FOT-SkipStd-B';
    font-size: 24px;
    color: #97cc04;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #97cc04;
	box-sizing:border-box;
	width:calc(100% - 30px);
}

.product-list {
	width:calc(50% - 30px);
	margin-right:30px;
	float:left;
	margin-bottom:30px;
	background-color:#ffffff;
	box-sizing:border-box;
	padding:30px;
	padding-bottom:90px;
	position:relative;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 640px) {
	.product-list {
		width:calc(100% - 30px);
		float:none;
	}
}

.product-list .link-button {
	position:absolute;
	bottom:0;
	display:block;
	width:calc(100% - 60px);
}

.product-list .link-button a {
	height:40px;
	line-height:40px;
	border-radius:20px;
	font-family: 'FOT-SkipStd-B';
	font-size:16px;
}

@media screen and (max-width: 640px) {
	.product-list .link-button a {
		height:50px;
		line-height:50px;
		font-size:20px;
	}
}

.product-list h4 {
	font-family: 'FOT-SkipStd-B';
	font-size:24px;
	color:#97cc04;
	line-height:33px;
	margin:0;
	padding:0;
	padding-bottom:15px;
	border-bottom:2px dotted #cccccc;
	margin-bottom:25px;
}

.product-list h4 span {
	font-size:18px;
	display:block;
	color:#333333;
}

.product-list .thum {
	width:80％;
	height:260px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.product-list p {
	margin:0;
	padding:0;
	font-size:16px;
}

@media screen and (max-width: 640px) {
	.product-list p {
		font-size:20px;
		padding-bottom:30px;
	}
}

/*----------------------------------------------------------------------------
   pickup - setmenu
------------------------------------------------------------------------------*/

.setmenu-comment {
	background-image:url(../image/contents/pickup/setmenu-mv.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border:1px dotted #cccccc;
	min-height:257px;
	box-sizing:border-box;
	padding-top:60px;
	padding-left:30px;
	margin-bottom:30px;
}

.setmenu-comment h3 {
	font-family: 'FOT-SkipStd-B';
	font-size:34px;
	color:#2d7dd2;
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:48px;
	text-shadow:0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
}

.setmenu-comment h3 span {
	font-size:24px;
	display:block;
	line-height:30px;
	padding-bottom:6px;
	color:#333333;
}

.setmenu-comment p {
	font-size:16px;
}

.setmenu-list-primary {
}

.setmenu-list {
}

.setmenu-list h4 {
	font-family: 'FOT-SkipStd-B';
	font-size:24px;
	color:#2d7dd2;
	margin:0;
	padding:0;
	margin-bottom:30px;
	display:block;
	padding:20px;
	background-color:#ffffff;
	border:2px solid #2d7dd2;
	position:relative;
}

.setmenu-list h4 span {
	position:absolute;
	top:28px;
	right:28px;
	color:#333333;
	font-size:12px;
	display:block;
}

.setmenu-list p {
	font-size:16px;
}

.setmenu-list .in-list {
}

.setmenu-list .in-list .in-list-content {
	background-color:#ffffff;
	background-position:right;
	background-repeat:no-repeat;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:30px;
	position:relative;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
}

.setmenu-list .in-list .in-list-content h5 {
	height:30px;
}

.setmenu-list .in-list .in-list-content h5 strong {
	position:absolute;
	top:36px;
	left:90px;
	font-size:20px;
	color:#2d7dd2;
}

.setmenu-list .in-list .in-list-content h5 span {
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-bottom: 35px solid #2d7dd2;
	position: absolute;
	top: -5px;
	display:block;
	line-height:63px;
}

.setmenu-list .in-list .in-list-content h5 span:after {
	content: '';
	position: absolute;
	left: -25px; top: 35px;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 35px solid #2d7dd2;
	z-index:1;
}

.setmenu-list .in-list .in-list-content h5 span:before {
	position:absolute;
	z-index:99;
	color:#ffffff;
	font-family: 'FOT-SkipStd-B';
	text-indent:-7px;
	font-size:20px;
}

.setmenu-list .in-list .in-list-content h5 span.num1:before { content:"1"; }
.setmenu-list .in-list .in-list-content h5 span.num2:before { content:"2"; }
.setmenu-list .in-list .in-list-content h5 span.num3:before { content:"3"; }
.setmenu-list .in-list .in-list-content h5 span.num4:before { content:"4"; }

.setmenu-list .in-list .in-list-content .price {
}

.setmenu-list .in-list .in-list-content .price .price-list {
	width:250px;
	padding:20px;
	box-sizing:border-box;
	border:2px dotted #2d7dd2;
	background-color:#ffffff;
	margin-right:21px;
	float:left;
	position:relative;
	font-weight:bold;
}

.setmenu-list .in-list .in-list-content .price .price-list span {
	display:block;
	color:#ff0000;
	font-weight:bold;
	font-size:18px;
	font-family: 'FOT-SkipStd-B';
}

.setmenu-list .in-list .in-list-content .price .price-list:nth-child(1):after {
	content:"＋";
	font-size:24px;
	font-weight:bold;
	color:#2d7dd2;
	position:absolute;
	top:26px;
	right:-25px;
}

.setmenu-list .in-list .in-list-content .price .price-list:nth-child(2):after {
	content:"〉";
	font-size:24px;
	font-weight:bold;
	color:#f15f5f;
	position:absolute;
	top:26px;
	right:-32px;
}

.setmenu-list .in-list .in-list-content .price .price-last {
	background-color:#ffffff;
	border:2px solid #f15f5f;
	color:#333333;
	white-space:nowrap;
	width:280px;
}

.setmenu-list .in-list .in-list-content .price .price-last strong {
	color:#ff0000;
	font-size:30px;
	font-weight:bold;
	font-family: 'FOT-SkipStd-B';
}

.setmenu-list .in-list .in-list-content .price p {
	display:block;
	clear:both;
	margin:0;
	padding:0;
	padding-top:20px;
	margin-left:-10px;
}

.setmenu-1000off {
	text-align:center;
	padding:30px;
	font-size:24px;
	font-family: 'FOT-SkipStd-B';
	border:3px dotted #cccccc;
}

.setmenu-1000off p {
	margin:0;
	padding:0;
}

/*----------------------------------------------------------------------------
   whatsnew
------------------------------------------------------------------------------*/

.whatsnew #left-content h3 {
	background-color:#97cc04;
	display:block;
	margin:0;
	padding:0;
	color:#ffffff;
	margin-bottom:30px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	font-family: "FOT-SkipStd-B";
	font-size:20px;
}

.whatsnew #left-content h3 span {
	display:block;
	color:#ffe794;
	font-size:14px;
}

.whatsnew #left-content .content {
}

.whatsnew #right-content h3 {
	border:3px solid #97cc04;
	background-color:#ffffff;
	color:#97cc04;
	margin:0;
	padding:0;
	margin-bottom:30px;
	padding-top:23px;
	padding-bottom:23px;
	padding-left:20px;
	padding-right:20px;
	font-family: "FOT-SkipStd-B";
	font-size:20px;
}

.whatsnew #right-content ul {
	list-style:none;
	margin:0;
	padding:0;
}

.whatsnew #right-content ul li {
	display:block;
	background-image:url(../image/contents/top/more-button01-ar.png);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:2px dotted #cccccc;
	padding-bottom:10px;
	padding-right:40px;
	box-sizing:border-box;
	margin-bottom:10px;
	font-family: "FOT-SkipStd-B";
	transition:0.3s;
}

.whatsnew #right-content ul li:hover {
	background-image:url(../image/contents/top/more-button03-ar.png);
}

.whatsnew #right-content ul li a {
	color:#97cc04;
	text-decoration:none;
	transition:0.3s;
}

.whatsnew #right-content ul li a:hover {
	color:#f27400;
}

.whatsnew #right-content ul li span {
	display:block;
	color:rgba(156,156,156,1.00);
	font-size:13px;
}

/*----------------------------------------------------------------------------
   gallery-popup
------------------------------------------------------------------------------*/

.gallery-popup {
}

.gallery-popup .gallery-popup-images-primary {
	width:calc(100% + 30px);
	text-align:center;
	letter-spacing: -.4em;
	padding-bottom:30px;
}

.gallery-popup .gallery-popup-images-primary .panel {
	width:calc(33.333% - 30px);
	display:inline-block;
	margin-right:30px;
	letter-spacing: normal;
}

.gallery-popup .gallery-popup-images-primary .panel img {
	width:100%;
	height:auto;
	border-radius:10px;
}

.gallery-popup h3 {
	margin:0;
	padding:0;
	font-size:24px;
	font-family: "FOT-SkipStd-B";
	border-bottom:3px dotted #97cc04;
	padding-bottom:20px;
	margin-bottom:30px;
}

.gallery-popup h3 span {
	font-size:16px;
	color:#97cc04;
	display:block;
}

.gallery-popup p {
	font-size:16px;
	margin:0;
	padding:0;
	padding-bottom:50px;
}

.gallery-popup ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:30px;
}

.gallery-popup ul li {
	float:left;
	display:inline-block;
	background-color:#3f3f3f;
	color:#ffffff;
	margin-right:10px;
	padding-left:15px;
	padding-right:15px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	text-align:center;
}

/*----------------------------------------------------------------------------
   campaign
------------------------------------------------------------------------------*/

.campaign h2 { color:#97cc04 !important; }

.campaign #left-content h3 {
	background-color:#97cc04;
	display:block;
	margin:0;
	padding:0;
	color:#ffffff;
	margin-bottom:30px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	font-family: "FOT-SkipStd-B";
	font-size:20px;
}

.campaign #left-content h3 span {
	display:block;
	color:#ffe794;
	font-size:14px;
}

.campaign #left-content .content {
}

.campaign #right-content h3 {
	border:3px solid #97cc04;
	background-color:#ffffff;
	color:#97cc04;
	margin:0;
	padding:0;
	margin-bottom:30px;
	padding-top:23px;
	padding-bottom:23px;
	padding-left:20px;
	padding-right:20px;
	font-family: "FOT-SkipStd-B";
	font-size:20px;
}

.campaign #right-content ul {
	list-style:none;
	margin:0;
	padding:0;
}

.campaign #right-content ul li {
	display:block;
	background-image:url(../image/contents/top/more-button01-ar.png);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:2px dotted #cccccc;
	padding-bottom:10px;
	padding-right:40px;
	box-sizing:border-box;
	margin-bottom:10px;
	font-family: "FOT-SkipStd-B";
	transition:0.3s;
}

.campaign #right-content ul li:hover {
	background-image:url(../image/contents/top/more-button03-ar.png);
}

.campaign #right-content ul li a {
	color:#97cc04;
	text-decoration:none;
	transition:0.3s;
}

.campaign #right-content ul li a:hover {
	color:#f27400;
}

.campaign #right-content ul li span {
	display:block;
	color:rgba(156,156,156,1.00);
	font-size:13px;
}

/*----------------------------------------------------------------------------
   staff
------------------------------------------------------------------------------*/

#staff-harmony {
	width:calc(100% + 30px);
}

#staff-harmony .staff-box {
	width:calc(33.333% - 30px);
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	background-color:#ffffff;
	padding:20px;
	box-sizing:border-box;
}

@media screen and (max-width: 900px) {
	#staff-harmony .staff-box {
		width:calc(50% - 30px);
	}
}

@media screen and (max-width: 700px) {
	#staff-harmony .staff-box {
		width:calc(100% - 30px);
		margin-right:0;
		float:none;
	}
}

#staff-harmony .staff-box .thum {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#staff-harmony .staff-box .staff-name {
	color:#97cc04;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	font-family: "FOT-SkipStd-B";
}

@media screen and (max-width: 640px) {
	#staff-harmony .staff-box .staff-name {
		font-size:34px;
	}
}

#staff-harmony .staff-box .theme {
	background-color:#f1f1f1;
	border:1px dotted #cccccc;
	height:30px;
	line-height:30px;
	border-radius:15px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	display:inline-block;
}

@media screen and (max-width: 640px) {
	#staff-harmony .staff-box .theme {
		height:50px;
		border-radius:25px;
		line-height:50px;
		padding-left:30px;
		padding-right:30px;
	}
}

/*----------------------------------------------------------------------------
   reputation
------------------------------------------------------------------------------*/

.reputation-list-primary.show {
	width:calc(100% + 30px);
}

@media screen and (max-width: 640px) {
	.reputation-list-primary {
		width:100%;
	}
}

.reputation-list-primary .infolist {
	width:calc(33.333% - 30px);
	margin-right:30px;
	margin-bottom:30px;
	float:left;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	background-color:#ffffff;
	padding:20px;
	box-sizing:border-box;
}

@media screen and (max-width: 900px) {
	.reputation-list-primary .infolist  {
		width:calc(50% - 30px);
	}
}

.reputation-list-primary .infolist img {
	display:block;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.reputation-list-primary .infolist .info-data {
}

.reputation-list-primary .infolist .info-title {
	color:#97cc04;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.reputation-list-primary h3 {
	background-color:#97cc04;
	display:block;
	margin:0;
	padding:0;
	color:#ffffff;
	margin-bottom:30px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	font-family: "FOT-SkipStd-B";
	font-size:20px;
}

.reputation-list-primary .info-detail {
}

.reputation-list-primary .info-detail p {
	overflow:hidden;
	margin:0;
	padding:0;
}

.reputation-list-primary .info-detail .thum {
	width:300px !important;
	height:auto !important;
	float:left !important;
	margin-right:30px !important;
	margin-bottom:30px !important;
	border-radius:20px;
}

@media screen and (max-width: 640px) {
	.reputation-list-primary .info-detail .thum {
		float:none !important;
		margin-left:auto !important;
		margin-right:auto !important;
		display:block;
	}
}

.next-prev {
	position:relative;
	display:block;
	max-width:720px;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:50px;
}

.next-prev a.next {
	position:absolute;
	top:0;
	right:0;
	width:150px;
	height:44px;
	line-height:41px;
	text-align:center;
	color:#ffffff;
	display:block;
	border-radius:22px;
	background-color:#97cc04;
	text-decoration:none;
}

.next-prev a.next:after {
	content:"〉";
	color:#ffffff;
	position:absolute;
	top:0;
	right:0;
	display:block;
}

.next-prev a.prev {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:44px;
	line-height:41px;
	text-align:center;
	color:#ffffff;
	display:block;
	border-radius:22px;
	background-color:#97cc04;
	text-decoration:none;
}

.next-prev a.prev:after {
	content:"〈";
	color:#ffffff;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

.next-prev a.back-show {
	width:180px;
	height:44px;
	line-height:41px;
	text-align:center;
	color:#ffffff;
	display:block;
	border-radius:22px;
	background-color:#97cc04;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
}

.next-prev a {
	transition:0.3s;
	box-sizing:border-box;
	border:2px solid #97cc04;
}

.next-prev a:hover {
	background-color:#ffffff;
	color:#97cc04;
}

.next-prev a:hover:after {
	color:#97cc04 !important;
}



/*----------------------------------------------------------------------------
   blog
------------------------------------------------------------------------------*/

.blog {
}

#blog-contents-primary {
	position:relative;
}

.blog #content {
	box-sizing:border-box;
	padding-right:375px;
	min-height:1200px;
}

.blog #sidebar {
	position:absolute;
	top:0;
	right:0;
	width:325px;
}

@media screen and (max-width:900px) {
	.blog #content {
		box-sizing:border-box;
		padding-right:0;
	}
	
	.blog #sidebar {
		position:relative;
		top:inherit;
		right:inherit;
		width:100%;
	}
}

.blog #sidebar .box {
	background-color:#ffffff;
	border:2px solid #99cd0a;
	border-radius:5px;
	padding:20px;
	margin-bottom:30px;
}

.blog #sidebar .box h3 {
	margin:0;
	padding:0;
	margin-bottom:20px;
	font-family: "FOT-SkipStd-B";
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:24px;
	color:#97cc04;
	font-weight:normal;
	position:relative;
}


.blog #sidebar .box ul {
	list-style:none;
	margin:0;
	padding:0;
}

.blog #sidebar .box ul li {
	border-bottom:1px dotted #d1d1d1;
	padding-top:10px;
}

.blog #sidebar .box ul li p {
	padding:0;
	margin:0;
	padding-bottom:10px;
}

.blog #sidebar .box ul li a {
	text-decoration:none;
	color:#000000;
	font-size:15px;
}

.blog #sidebar .box ul li a:hover {
	color:#ff5656 !important;
}

.blog #sidebar .box ul li a span {
	font-size:12px;
	display:block;
	color:#8bbd00;
}

.blog #sidebar .box select {
	width:100%;
}

.blog #content h2 {
	font-family: "FOT-SkipStd-B";
	background-color:#97cc04;
	width:100%;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	font-size:22px;
	color:#ffffff;
	margin-bottom:30px;
	border-radius:5px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}

.blog #content h3 {
	margin:0;
	padding:0;
	display:block;
	font-size:22px;
	color:#759f00;
	padding-top:25px;
	padding-bottom:22px;
	padding-left:128px;
	padding-right:220px;
	margin-bottom:40px;
	border-bottom:1px dotted #bdbdbd;
	background-image:url(../image/contents/blog/line.gif);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	font-family: 'AR_Gothic1_Light';
}

.blog #content h3 span:nth-child(1) {
	font-weight:normal;
	display:block;
	font-size:14px;
	color:#ffffff;
	position:absolute;
	top:20px;
	left:0;
	width:108px;
	height:41px;
	line-height:42px;
	background-color:#97cc04;
	border-radius:2px;
	text-align:center;
	font-family: 'AR_Gothic1_Light';
}

.author {
	position:absolute;
	top:26px;
	right:0;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	padding-left:32px;
	padding-right:12px;
	background-color:#ffffff;
	border-radius:3px;
	box-sizing:border-box;
	border:1px solid #cccccc;
	background-image:url(../blog/image/ic_member.gif);
	background-repeat:no-repeat;
	background-position:left 7px top 7px;
	font-family: "FOT-SkipStd-B";
	line-height:19px;
}

.blog #content .content {
	padding-bottom:40px;
	/*min-height:700px;*/
}

.blog #content .content .kiji-box div {
	margin-bottom:30px;
}

.blog #content .content .kiji-box img {
	max-width:640px;
	height:auto;
}

@media screen and (max-width:640px) {
	
	#blog-contents-primary {
		position:relative;
	}
	
	.blog #content {
		box-sizing:border-box;
		padding-right:300px;
	}
	
	.blog #sidebar {
		position:absolute;
		top:0;
		right:0;
		width:270px;
	}
	
	.blog #sidebar .box {
		background-color:#ffffff;
		padding:20px;
		padding-top:16px;
	}
	
	.blog #sidebar .box h3 {
		margin:0;
		padding:0;
		margin-bottom:20px;
	}
	
	.blog #sidebar .box p {
		font-size:22px;
	}
	
	.blog #sidebar .box ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.blog #sidebar .box ul li {
		border-bottom:1px dotted #d1d1d1;
		padding-bottom:10px;
		margin-bottom:9px;
		font-size:22px;
	}
	
	.blog #sidebar .box ul li a {
		text-decoration:none;
		color:#000000;
		transition:0.3s;
		font-size:22px;
	}
	
	.blog #sidebar .box ul li a span {
		font-size:20px;
	}
	
	.blog #sidebar .box select {
		width:100%;
	}
	

.blog #content h2 {
	font-family: "FOT-SkipStd-B";
	background-color:#97cc04;
	width:100%;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	font-size:22px;
	color:#ffffff;
	margin-bottom:30px;
	border-radius:5px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.blog #content h3 {
	margin:0;
	padding:0;
	display:block;
	font-size:22px;
	color:#759f00;
	padding-top:62px;
	padding-bottom:16px;
	padding-left:128px;
	margin-bottom:40px;
	border-bottom:1px dotted #bdbdbd;
	background-image:url(../image/contents/blog/line.gif);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	font-family: 'AR_Gothic1_Light';
}

.blog #content h3 span:nth-child(1) {
	font-weight:bold;
	display:block;
	font-size:14px;
	color:#ffffff;
	position:absolute;
	top:58px;
	left:0;
	width:108px;
	height:41px;
	line-height:42px;
	background-color:#97cc04;
	border-radius:2px;
	text-align:center;
	font-family: 'AR_Gothic1_Light';
}
	
.author {
	position:absolute;
	top:15px;
	left:0;
	display:inline-block;
	color:#666666;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	padding-left:30px;
	border:none;
	background-image:url(../blog/image/ic_member.gif);
	background-repeat:no-repeat;
	background-position:left 4px top 7px;
	font-family: "FOT-SkipStd-B";
	line-height:19px;
}
	

	.blog #content .content {
		padding-bottom:40px;
	}
	
	.blog #content .content .kiji-box div {
		margin-bottom:30px;
	}
	
	.blog #content .content .kiji-box img {
		max-width:640px;
		height:auto;
	}

}

@media screen and (max-width:900px) {
	.blog #content {
		box-sizing:border-box;
		padding-right:0;
	}
	
	.blog #sidebar {
		position:relative;
		top:inherit;
		right:inherit;
		width:100%;
	}
}

@media screen and (max-width:1082px) {
	.blog #content .content .kiji-box img {
		max-width:100%;
	}
}


.enzyme-left {
	width:calc(60% - 30px);
	float:left;
	margin-right:30px;
}

.enzyme-right {
	width:40%;
	float:right;
}

.enzyme-right img {
	width:100%;
	height:auto;
}

@media screen and (max-width:850px) {
	.enzyme-right img {
		display:none;
	}
	.enzyme-left {
		float:none;
		width:100%;
		margin-right:0;
		display:block;
	}
	.enzyme-right {
		float:none;
		display:block;
		width:100%;
		height:0;
		background-image:url(../image/contents/menu/enzyme/14440305_sp9.png);
		padding-top:51.294%;
		background-position:center top;
		background-repeat:no-repeat;
		background-size:contain;
		margin-bottom:30px;
		margin-top:30px;
	}
}

@media screen and (max-width:1050px) {
	.enzyme-kouso {
		width:400px;
		height:auto;
	}
}

@media screen and (max-width:800px) {
	.enzyme-kouso {
		width:100%;
		height:auto;
		float:none;
		margin-left:0;
	}
}

.enzyme-box {
	background-color:#fafafa;
	box-sizing:border-box;
	border:1px dotted #cccccc;
	border-radius:5px;
	padding:24px;
	padding-top:10px;
	padding-bottom:30px;
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	clear:both;
}

.tab {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	top:22px;
	left:190px;
}

@media screen and (max-width:640px) {
	.tab {
		top:34px;
		left:215px;
	}
}

.tab li {
  color: #fb4343;
  float: left;
  margin: 0 10px -1px 0;
  padding: 10px 20px;
  padding-left:30px;
  padding-right:30px;
  text-align:center;
  min-width:130px;
  border: 1px solid #fb4343;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  font-weight:bold;
}
.tab li.active {
  color: #fff;
  background: #fb4343;
  cursor: auto;
}
 
.tabs-contents-primary .tabs-content {
  display: none;
}
.tabs-contents-primary .tabs-content.active {
  display: block;
}

.tabs-contents-primary h3 {
    font-family: 'FOT-SkipStd-B';
    font-size: 24px;
    color: #97cc04;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #97cc04;
	box-sizing:border-box;
	width:100%;
}

@media screen and (max-width:940px) {
	.cateory-sub-menu-list-primary p.tabs-option {
		position:absolute !important;
		top:182px !important;
		left:0 !important;
		float:none !important;
	}
}

@media screen and (max-width:640px) {
	.cateory-sub-menu-list-primary p.tabs-option {
		top:105px !important;
	}
}