@charset "utf-8";

/* reset
--------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body { -webkit-text-size-adjust: 100%;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
li { list-style: none;}
html,body{ height: 100%;}
html { overflow-y: scroll;}
img {
	border: 0;
	vertical-align: bottom;
}


/* style
--------------------------------------*/
.fl_l {	float:left;}
.fl_r {	float:right;}
.vm {	vertical-align:middle;}
.txt_c { text-align: center !important;}
.txt_r { text-align: right !important;}

.mt0 {	margin-top:0 !important;}
.mt5 {	margin-top:5px !important;}
.mt8 {	margin-top:8px !important;}
.mt10 {	margin-top:10px !important;}
.mt15 {	margin-top:15px !important;}
.mt20 {	margin-top:20px !important;}
.mt25 {	margin-top:25px !important;}
.mt30 {	margin-top:30px !important;}
.mt40 {	margin-top:40px !important;}
.mt50 {	margin-top:50px !important;}
.mt_20 { margin-top:-20px !important;}

.mr0 {	margin-right:0 !important;}
.mr2 {	margin-right:2px !important;}
.mr5 {	margin-right:5px !important;}
.mr10 {	margin-right:10px !important;}
.mr15 {	margin-right:15px !important;}
.mr20 {	margin-right:20px !important;}
.mr25 {	margin-right:25px !important;}
.mr30 {	margin-right:30px !important;}

.mb0 {	margin-bottom:0 !important;}
.mb5 {	margin-bottom:5px !important;}
.mb10 {	margin-bottom:10px !important;}
.mb15 {	margin-bottom:15px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb25 {	margin-bottom:25px !important;}
.mb30 {	margin-bottom:30px !important;}

.ml0 {	margin-left:0 !important;}
.ml5 {	margin-left:8px !important;}
.ml10 {	margin-left:10px !important;}
.ml15 {	margin-left:15px !important;}
.ml20 {	margin-left:20px !important;}
.ml25 {	margin-left:25px !important;}
.ml30 {	margin-left:30px !important;}

.pt0 {	padding-top:0 !important;}
.pt5 {	padding-top:5px !important;}
.pt10 {	padding-top:10px !important;}
.pt15 {	padding-top:15px !important;}
.pt20 {	padding-top:20px !important;}
.pt25 {	padding-top:25px !important;}
.pt30 {	padding-top:30px !important;}

.pr0 {	padding-right:0 !important;}
.pr5 {	padding-right:5px !important;}
.pr10 {	padding-right:10px !important;}
.pr15 {	padding-right:15px !important;}
.pr20 {	padding-right:20px !important;}
.pr25 {	padding-right:25px !important;}
.pr30 {	padding-right:30px !important;}

.pb0 {	padding-bottom:0 !important;}
.pb5 {	padding-bottom:5px !important;}
.pb10 {	padding-bottom:10px !important;}
.pb15 {	padding-bottom:15px !important;}
.pb20 {	padding-bottom:20px !important;}
.pb25 {	padding-bottom:25px !important;}
.pb30 {	padding-bottom:30px !important;}

.pl0 {	padding-left:0 !important;}
.pl5 {	padding-left:5px !important;}
.pl10 {	padding-left:10px !important;}
.pl15 {	padding-left:15px !important;}
.pl20 {	padding-left:20px !important;}
.pl25 {	padding-left:25px !important;}
.pl30 {	padding-left:30px !important;}



.block {
	clear:both;
	width: 100%;
}
.block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.pagetop {
	margin: 80px auto 48px;
	width: 42px;
}
.pagetop a {
	display: block;
	height: 61px;
	background: url(../images/btn_pagetop.png) center top no-repeat;
	text-indent: -9999px;
}

.opimg {
	-webkit-transition: .2s;
	transition: .2s;
}
.opimg:hover {
	opacity: .5;
}

.dot_list li:before {
	content: "\30FB";	
}


/* link
--------------------------------------*/
a {
	color: #000;
	outline: none;
}
a:hover { color: #969696;}

.disabled a {
	text-decoration: none;
	color: #969696;
	cursor: default;
}
.disabled a img {
	cursor: default;
	opacity: .5;
}

/* structure
--------------------------------------*/
/* フォント指定 */
html { font-size: 62.5%; }
body {
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
	margin: 0 auto;
	min-width: 960px;
	overflow: hidden;
}
#contents {
	position: relative;
}
#header {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 960px;
}
#footer {
	margin: 0 auto;
	padding: 20px 0 60px;
	min-width: 960px;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}


/* header */
.header_inner {
	margin: 0 auto;
	width: 960px;
}
.header_inner .header_parts {
	letter-spacing: -.4em;
	height: 45px;
	text-align: right;
}
.header_inner .header_parts li {
  vertical-align:top;
	display: inline-block;
	margin-left: 3px;
	height: 35px;
	line-height: 0;
	background-image: url(../images/btn_menu_2018.png);
	background-repeat: no-repeat;
	letter-spacing: normal;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header_parts li:nth-child(1) {
	width: 37px;
	background-position: 0 -35px;
}
.header_parts li:nth-child(2) {
	width: 37px;
	background-position: -37px -35px;
}
.header_parts li:nth-child(3) {
	width: 37px;
	background-position: -74px -35px;
}
.header_parts li:nth-child(4) {
	width: 180px;
	background-position: -111px -35px;
}
.header_inner .header_parts li a {
	display: block;
	height: 35px;
	background-image: url(../images/btn_menu_2018.png);
	background-repeat: no-repeat;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header_parts li:nth-child(1) a {
	background-position: 0 0;
}
.header_parts li:nth-child(2) a {
	background-position: -37px 0;
}
.header_parts li:nth-child(3) a {
	background-position: -74px 0;
}
.header_parts li:nth-child(4) a {
	background-position: -111px 0;
}
.header_inner .header_parts li a:hover {
	opacity: 0;
}

.header_inner .header_navi {
	position: relative;
}
.header_inner .header_navi:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.header_inner .header_navi h1 {
	float: left;
	width: 183px;
	margin-right: 108px;
}
.header_inner .header_navi .header_navi_inner {
  float: left;
  width: 669px;
}
.header_inner .header_navi .catch {
  margin-left: 10px;
  line-height: 1.0;
  font-size: 12px;
  letter-spacing: .03em;
}
.header_inner .header_navi #g_navi {
	margin-top: 30px;
	width: 380px;
}
.header_inner .header_navi #g_navi li {
	float: left;
	background-image: url(../images/bg_gnavi_new.png);
	background-repeat: no-repeat;
}
.header_inner .header_navi #g_navi a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	background-image: url(../images/bg_gnavi_new.png);
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 1;
}
.header_inner .header_navi #g_navi a:hover,
.header_inner .header_navi #g_navi a.active {
	opacity: 0;
}

.header_inner .header_navi #g_navi li#gn_active {
	width: 105px;
	margin-right: 40px;
	background-position: 0 -32px;
}
.header_inner .header_navi #g_navi li#gn_active a {
	background-position: 0 0;
}
.header_inner .header_navi #g_navi li#gn_formal {
	width: 89px;
	margin-right: 48px;
	background-position: -105px -32px;
}
.header_inner .header_navi #g_navi li#gn_formal a {
	background-position: -105px 0;
}
.header_inner .header_navi #g_navi li#gn_natural {
	width: 89px;
	background-position: -194px -32px;
}
.header_inner .header_navi #g_navi li#gn_natural a {
	background-position: -194px 0;
}

.header_inner .header_navi .btn_catalog {
	position: absolute;
	top: 45px;
	right: 20px;
	z-index: 9999;
}

/* footer */
.footer_top {
	margin: 0 auto;
	padding-left: 10px;
	width: 980px;
}
.footer_top:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.footer_top_l {
	float: left;
	padding-right: 30px;
	width: 490px;
}
.footer_top_l .logo {
	float: left;
	letter-spacing: -.4em;
	width: 275px;
	letter-spacing: normal;
	text-align: center;
}
.footer_top_l .sns_box {
	margin-top: 10px;
}

.footer_top_l .link {
	float: right;
	margin: 20px 0 0 10px;
	letter-spacing: normal;
	width: 170px;
}
.footer_top_l .sns_box .fb,
.footer_top_l .sns_box .tw {
	display: inline-block;
	margin: 0 5px;
	letter-spacing: normal;
	min-width: 60px;
	vertical-align: middle;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
.footer_navi li a,
.footer_info li a {
	text-decoration: underline;
  font-weight:bold;
}
.footer_navi li.disabled a,
.footer_info li.disabled a {
	text-decoration: none;
}
.footer_navi li.disabled:before,
.footer_info li.disabled:brfore {
	color: #969696;
}
.footer_navi {
	float: left;
	margin-top: 18px;
	width: 210px;
	min-height: 100px;
}
.footer_navi li {
	line-height: 2.5;
}
.footer_navi li:before {
	font-size: 12px;
	content: "\ff1e";
	margin-right: 5px;
}
.footer_info {
	float: left;
	margin-top: 8px;
	padding-left: 41px;
	width: 265px;
	border-left: 2px solid #e6e6e6;
	min-height: 100px;
}
.footer_info li {
	line-height: 2.3;
	font-size: 10px;
}
.footer_info li:before {
	font-size: 7px;
	content: "\ff1e";
	margin-right: 5px;
}
.footer_navi .list01 {
	margin-top: -10px;
}
.footer_info .list02 {
	float: left;
	margin-top: 5px;
	width: 100px;
}
.footer_info .list03 {
	float: left;
	margin-top: 5px;
	width: 119px;
}
.footer_btm {
	display: table;
	margin: 10px auto 0;
	border-top: 2px dotted #e6e6e6;
	width: 960px;
}
.footer_btm address {
	display: table-cell;
	padding-top: 20px;
	font-style: normal;
	vertical-align: middle;
}
.footer_btm .copyright {
	display: table-cell;
	padding-top: 20px;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}
.footer_btm .copyright img {
	margin-left: 10px;
	vertical-align: middle;
}

/* contents */
.inner {
	position: relative;
	clear:both;
	margin: 0 auto;
	width: 960px;
}
.inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.main_img {
	position: absolute;
	top: -137px;
	right: 0;
	width: 700px;
}
.txt_main_img {
	position: absolute;
	top: -287px;
	right: 593px;
	width: 68px;
	z-index: 10;
}
.comming_soon {
	display: table;
	margin: 0 auto 100px;
	height: 500px;
	background-color: #e9e9e9;
}
.comming_soon .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.comming_soon h2 {
	margin-top: -5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: .075em;
}
.comming_soon p {
	margin-top: 10px;
	line-height: 1.8;
}
.comming_soon .btn {
	margin-top: 40px;
}

@media print {
	@page { margin: 12.7mm 5mm; }
	.wrapper {
		width: 960px;
	}
	.header_inner .header_navi #g_navi a {
		text-indent: 0;
		font-weight: bold;
		text-decoration: none;
		opacity: 1;
	}
	.header_inner .header_navi #g_navi a.active {
		text-decoration: underline;
	}
}
