@charset "shift_jis";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img { vertical-align: top; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after { clear: both; }

/* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem. */
.clearfix { zoom: 1; }


/* Font
----------------------------------------------------------------------------------------------------*/
body,select,input,button,textarea,button {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
	-webkit-font-smoothing: antialiased;
}
.EN {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", "メイリオ", sans-serif;
}


/* Basic
----------------------------------------------------------------------------------------------------*/
html {
	background-color: #FFF;
	overflow-y: scroll;
	min-height: 100%;
	position: relative;
}
body {
	background-color: #FFF;
	min-width: 1020px;
	height: 100%;
	color: #000;
	word-wrap: break-word;
}

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }
.LinkLine a:link, .LinkLine a:visited, a:link.LinkLine, a:visited.LinkLine { text-decoration: underline; }
.LinkLine a:hover, .LinkLine a:active, a:hover.LinkLine, a:active.LinkLine { text-decoration: none; }

.Fleft { float: left !important; }
.Fright { float: right !important; }
.Fnone { float: none !important; }

.TextLeft { text-align: left !important; }
.TextCenter { text-align: center !important; }
.TextRight { text-align: right !important; }

.mb0 { margin-bottom: 0px !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; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !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; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.pb0 { padding-bottom: 0px !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; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0px !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; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }


/* Option
----------------------------------------------------------------------------------------------------*/
/* animation */
.Anime {
	-moz-transition: -moz-all 0.3s linear;
	-webkit-transition: -webkit-all 0.3s linear;
	-o-transition: -o-all 0.3s linear;
	-ms-transition: -ms-all 0.3s linear;
	transition: all 0.3s linear;
}

/* OverOpacity */
.OverOpacity { opacity: 1; }
.OverOpacity:hover { opacity: 0.6; }

/* BoxSizing */
.bs {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* Header
----------------------------------------------------------------------------------------------------*/
#Header {
	text-align: center;
	background: url(../images/hd_bg.png) repeat-x left top;
	height: 132px;
}
#Header h1 {
	padding-top: 49px;
	height: 51px;
}
#Header h1 img {
	width: auto; height: 35px;
}

#Navigation {
	height: 32px;
}
#Navigation ul {
	list-style: none;
	height: 32px;
}
#Navigation ul li {
	display: inline;
}
#Navigation ul li a {
	display: inline-block;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
}
#Navigation ul li a:hover {
	background-color: rgba(255,255,255,0.30);
}

#Footer {
	width: 100%;
	border-top: solid 1px #000;
	text-align: center;
	font-size: 13px;
	padding: 15px 0 30px;
}
#Footer ul {
	list-style: none;
}
#Footer ul li {
	display: inline-block;
	margin: 0 10px;
}
#Footer ul li a:link, #Footer ul li a:visited { color: #000; text-decoration: none; }
#Footer ul li a:hover, #Footer ul li a:active { color: #000; text-decoration: underline; }

/* Contents
----------------------------------------------------------------------------------------------------*/
#Contents {
	width: 874px;
	margin: 0 auto;
	text-align: center;
}
#Contents .Banner {
	margin-top: 34px;
}
#Contents .Banner img {
	width: 100%;
	height: auto;
}


/* Visual
----------------------------------------------------------------------------------------------------*/
#Visual {}


/* Menu
----------------------------------------------------------------------------------------------------*/
#Menu {
	position: relative;
	list-style: none;
	height: 560px;
	margin-top: 34px;
}
#Menu li,
#Menu li a,
#Menu li a span {
	display: block;
	width: 283px; height: 170px;
	overflow: hidden;
}
#Menu li {
	position: absolute;
	width: 285px; height: 172px;
}
#Menu li.m01 { top: 0; left: 0; }
#Menu li.m02 { top: 0; left: 295px; }
#Menu li.m03 { top: 0; left: 589px; }
#Menu li.m04 { top: 194px; left: 0; }
#Menu li.m05 { top: 194px; left: 295px; }
#Menu li.m06 { top: 194px; left: 589px; }
#Menu li.m07 { top: 388px; left: 0; }
#Menu li.m08 { top: 388px; left: 295px; }
#Menu li.m09 { top: 388px; left: 589px; }

/*
#Menu li.m01 { top: 0; left: 0; }
#Menu li.m02 { top: 194px; left: 0; }
#Menu li.m03 { top: 194px; left: 295px; }
#Menu li.m04 { top: 0; left: 589px; }
#Menu li.m05 { top: 194px; left: 589px; }
#Menu li.m06 { top: 388px; left: 0; }
#Menu li.m07 { top: 388px; left: 295px; }
#Menu li.m08 { top: 388px; left: 589px; }
#Menu li.m09 { top: 0; left: 295px; }
*/

#Menu li a {
	position: relative;
	border: solid 1px #FFF;
}
#Menu li a:hover {
	position: relative;
	border: solid 1px #c30d23;
}
#Menu li a span {
	position: absolute;
	top: 0; left: 0;
}
#Menu li a .text {
	line-height: 172px;
}
#Menu li a:hover .text {
	background-color: rgba(0,0,0,0.30);
}
#Menu li a .text img {
	vertical-align: middle;
}
#Menu li a .img img {
	width: 100%; height: auto;
	-moz-transition: -moz-all  0.2s linear;
	-webkit-transition: -webkit-all  0.2s linear;
	-o-transition: -o-all  0.2s linear;
	-ms-transition: -ms-all  0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: scale(1.001);
	-moz-transform: scale(1.001);
	-o-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
}
#Menu li a:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#Menu li a .text {
	z-index: 10;
}
#Menu li a .img {
	z-index: 1;
}


/* Menu
----------------------------------------------------------------------------------------------------*/
#Media {
	margin-top: 24px;
}
#Media .Title {
	display: none;
}
#Media ul {
	list-style: none;
}
#Media ul li {
	list-style: none;
	border-top: dashed 1px #717171;
	border-bottom: dashed 1px #717171;
	border-right: dashed 1px #717171;
	
	width: 291px;
	padding: 30px 10px 15px 10px;
	font-size: 13px;
	line-height: 1.75;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#Media ul li dt {
	margin-bottom: 20px;
}
#Media ul li dd {}
#Media ul li dd .Img {
	float: left;
	width: 102px;
}
#Media ul li dd .Text {
	float: right;
	width: 163px;
	text-align: left;
}


/* Instagram
----------------------------------------------------------------------------------------------------*/
#Instagram {
	margin-top: 37px;
}
#Instagram .Title {
	margin-bottom: 30px;
}
#Instagram .Title img {
	width: auto; height: 22px;
}
#Instagram ul {
	list-style: none;
	height: 150px;
}
#Instagram ul li {
	width: 150px;
	height: 150px;
}


/* Copy
----------------------------------------------------------------------------------------------------*/
#Copy {
	margin-top: 60px;
	margin-bottom: 60px;
}
#Copy img {
	width: auto; height: 22px;
}

