@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

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:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,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;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
}


/*--------------------------------------------------------------------------
   head  common.util.isDisplayTypeのトリガー
---------------------------------------------------------------------------*/

head{
  font-family: pc;
}
/* @SP */
@media all and (max-width: 767px) {
  head{
    font-family: sp;
  }
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	min-width: 1150px;
	color: #333;
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
	font-size: 82%\9;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
  body{font-size:75%;}
}

/* @SP */
@media all and (max-width: 767px) {
	body{
		min-width: 320px;
	}
}


/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link,
a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	outline: none;
}
a:active{
	outline: none;
}


/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/

#Page{
	background: url(/shared/images/bg_content01.jpg) repeat-y 50% 0;
}

@media all and (min-width: 2000px) {
	#Page{
		background-size: 100% auto;
	}
}

/* @SP */
@media all and (max-width: 767px) {
	#Page{
		background: #fff;
	}
}


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

#Header{
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: relative;
	min-height: 190px;

}
#Header .c_l-content{
	position: relative;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header{
		min-height: inherit;
		background: url(/shared/images/hd_bg_sp.jpg) no-repeat;
		background-size: 100% auto;
	}
	#Header .c_l-content{
		position: relative;
		padding: 0;
	}
	#Header .hd_tp_pc .c_l-content{
		position:  static;
	}
}

/* 枠 pc,sp
-----------------------------------------------------------------*/
.hd_tp_pc{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	color: #FFF;
}
.hd_tp_pc .c_l-content{
	height: 60px;
}
.hd_bt_pc{
	padding-top: 60px;
}

/* @SP */
@media all and (max-width: 767px) {
	.hd_tp_pc{
		position: static;
	}
	.hd_tp_pc .c_l-content{
		height: auto;
	}
	.hd_bt_pc{
		padding-top: 40px;
	}
	.hd_inner_sp{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 60px;
		padding: 7px 0;
		border-bottom: solid 2px #000;
	}
}

/* ロゴ
-----------------------------------------------------------------*/
#Header .logo{
	position: absolute;
	top: 78px;
	left: 0;
}
#Header .logo a{
	overflow: hidden;
	display: block;
	width: 86px;
	height: 82px;
	background: url(/shared/images/hd_logo.png) no-repeat;
	background-size: 86px 82px;
	text-indent: -9999px;
	white-space: nowrap;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header .logo{
		position: static;
		text-align: center;
		display: block;
	}
	#Header .logo a{
		width: 43px;
		height: 41px;
		background-size: 43px 41px;
		margin: 0 0 0 10px;
	}
}

/* hd_tagline
-----------------------------------------------------------------*/
#Header .hd_tagline{
	position: absolute;
	top: 20px;
	left: 0;
	width: 282px;
	height: 13px;
	z-index: 100;
	background: url(/shared/images/hd_tagline.png) no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
}


/* hd_point
-----------------------------------------------------------------*/
#Header .hd_point{
	position: absolute;
	top: 83px;
	right: 6px;
}

/* @SP */
@media all and (max-width: 767px) {
	/* hd_point
	-----------------------------------------------------------------*/
	#Header .hd_point{
		top: 6px;
		left: 6px;
		width: 25%;
	}
	#Header .hd_point img{
		width: 76px;
		height: auto;
	}
}

/* hd_menu
-----------------------------------------------------------------*/
#Header .hd_menu{
	position: absolute;
	top: 50%;
	right: 260px;
	margin-top: -.75em;
	font-size: 12px;
}
#Header .hd_menu ul{
	overflow: hidden;
	text-align: right;
}
#Header .hd_menu ul li{
	float: left;
	height: 13px;
	border-right: 1px solid #FFF;
	line-height: 1.2;
}
#Header .hd_menu ul li:last-child{
	/* border-right: none; */
}
#Header .hd_menu ul li a{
	display: inline-block;
	padding: 0 12px;
	color: #FFF;
	text-decoration: none;
}
#Header .hd_menu ul li a:hover{
	opacity: .7;
}
#Header .hd_menu ul li span{
	display: block;
	overflow: hidden;
	height: 12px;
	white-space: nowrap;
	text-indent: 100%;
}
#Header .hd_menu01 span{
	width: 51px;
	background: url(/shared/images/hd_menu_btn01.png) no-repeat;
}
#Header .hd_menu02 span{
	width: 53px;
	background: url(/shared/images/hd_menu_btn02.png) no-repeat;
}
#Header .hd_menu03 span{
	width: 78px;
	background: url(/shared/images/hd_menu_btn06.png) no-repeat;
}
#Header .hd_menu04 span{
	width: 77px;
	background: url(/shared/images/hd_menu_btn04.png) no-repeat;
}
#Header .hd_menu05 span{
	width: 276px;
	background: url(/shared/images/hd_menu_btn05.png) no-repeat;
}
#Header .hd_menu07 span{
	width: 117px;
	background: url(/shared/images/hd_menu_btn07.png) no-repeat;
}
#Header .language-list {
	position: absolute;
	top: 20px;
	right: 153px;
	width: 106px;
	line-height: 1.2;
	cursor: pointer;
	z-index: 10001;
}
#Header .language-list span{
	display: block;
	overflow: hidden;
	width: 106px;
	height: 13px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(/shared/images/hd_menu_btn08.png) no-repeat 6px 2px;
}
#Header .language-list .list-ttl{
	opacity: 1;
}

/* @PC */
@media all and (min-width: 768px) {
	#Header .language-list .list-ttl:hover {
		opacity: .7;
	}
}

#Header .language-list .list-ttl span{
	position: relative;
}

#Header .language-list .list-ttl span::before{
	content: '';
  width: 8px;
  height: 5px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
	-moz-transition: -moz-transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
  -o-transition: -o-transform .2s ease;
  -ms-transition: -ms-transform .2s ease;
  transition: transform .2s ease;
	background: url(/shared/images/ico_arw15.png) no-repeat 0 0;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#Header .language-list .list-ttl.active span::before{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#Header .language-list .list{
	background: #000;
	padding: 33px 0 7px;
	display: none;
}
#Header .language-list .list li{
	position: relative;
	width: 100%;
	margin: 0 auto 14px;
	padding: 0 15px;
	opacity: 1;
}
#Header .language-list .list li:hover{
	opacity: .7;
}
#Header .language-list .list li::before{
	content: '';
  width: 8px;
  height: 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -3px;
	background: url(/shared/images/ico_arw15.png) no-repeat 0 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#Header .language-list .list span{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 12px;
	white-space: nowrap;
	text-indent: 100%;
}
#Header .language-list .list span.menu_en{
	background: url(/shared/images/hd_menu_btn08_en.png) no-repeat 12px 0;
}
#Header .language-list .list span.menu_cn{
	background: url(/shared/images/hd_menu_btn08_cn.png) no-repeat 12px 0;
}
#Header .language-list .list span.menu_kr{
	background: url(/shared/images/hd_menu_btn08_kr.png) no-repeat 12px 0;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header .hd_menu{
		position: static;
		margin-top: 0;
		padding-bottom: 1px;
		background: #000;
	}
	#Header .hd_menu ul{
		text-align: left;
	}
	#Header .hd_menu ul li{
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		height: auto;
		width: 50%;
		border: none;
		border-top: solid 1px #000;
	}
	#Header .hd_menu ul li.full{
		width: 100%;
	}
	#Header .hd_menu ul li:not(.full){
		float: left;
		padding: 0 .5px;
	}
	#Header .hd_menu ul li a{
		display: block;
		padding: 10px 10px;
		color: #FFF;
		background: #A9151A;
	}
	#Header .hd_menu ul li a span{
		padding-left: 17px;
		background: url(/shared/images/gnav_ico_arw_sp.png) no-repeat 0 50%;
		background-size: 7px 9px;
	}
	#Header .hd_menu ul li a:hover{
		opacity: 1;
		text-decoration: underline;
	}
	#Header .hd_menu ul li span{
		background: none;
		height: auto;
		width: auto;
		white-space: inherit;
		text-indent: inherit;
	}
	#Header .language-list {
		position: absolute;
		top: 10px;
		right: 67px;
		width: 106px;
		line-height: 1.2;
		cursor: pointer;
		z-index: 10001;
	}
	#Header .language-list .list {
    background: #ae1f23;
	}
	#Header .language-list .list-ttl span {
    display: block;
    overflow: hidden;
    width: 106px;
		height: 29px;
		line-height: 26px;
		padding-left: 10px;
    white-space: nowrap;
		/* text-indent: 100%; */
		text-indent: inherit;
		/* background: url(/shared/images/hd_menu_btn08_blk.png) no-repeat 12px 50%; */
		background: none;
		border: 2px solid #ae1f23;
		box-sizing: border-box;
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
		color: #ae1f23;
	}
	#Header .language-list .list-ttl span::before{
		background: url(/shared/images/ico_arw16.png) no-repeat 0 0;
	}
	#Header .language-list .list {
    padding:15px 0 2px;
	}
	#Header .hd_menu .language-list_sp{
		background: #A9151A;
		padding: 30px 0;
		border-top: solid 1px #000
	}
	#Header .hd_menu .language-list_sp ul{
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#Header .hd_menu .language-list_sp ul li{
		position: relative;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		height: auto;
		width: auto;
		border: none;
	}
	#Header .hd_menu .language-list_sp ul li::before{
		content: '';
	  width: 1px;
	  height: 13px;
	  position: absolute;
	  left: 0;
	  top: 50%;
		background: #fff;
		transform: translateY(-50%);
	}
	#Header .hd_menu .language-list_sp ul li:first-child::before{
		display: none;
	}
	#Header .hd_menu .language-list_sp ul li{
		float: none;
		padding: 0 0;
	}
	#Header .hd_menu .language-list_sp ul li a{
		display: block;
		padding: 10px 25px;
		background: none;
	}
}

/* hd_gnav
-----------------------------------------------------------------*/
#Header .hd_gnav{
	overflow: hidden;
	position: absolute;
	top:0;
	right: 175px;
	width: 750px;
}
#Header .hd_gnav li{
	float: left;
}
#Header .hd_gnav li a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 130px;
	white-space: nowrap;
	text-indent: -9999px;
}
#Header .hd_gnav li a:hover:after,
#Header .hd_gnav li.active a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #B81B22;
}
#Header .hd_gnav li#gnav01 a{
	width: 150px;
	background-image: url(/shared/images/hd_gnav01.png);
}
#Header .hd_gnav li#gnav02 a{
	width: 100px;
	background-image: url(/shared/images/hd_gnav02.png);
}
#Header .hd_gnav li#gnav03 a{
	width: 100px;
	background-image: url(/shared/images/hd_gnav03.png);
}
#Header .hd_gnav li#gnav04 a{
	width: 110px;
	background-image: url(/shared/images/hd_gnav04.png);
}
#Header .hd_gnav li#gnav05 a{
	width: 80px;
	background-image: url(/shared/images/hd_gnav05.png);
}
#Header .hd_gnav li#gnav06 a{
	width: 70px;
	background-image: url(/shared/images/hd_gnav06.png);
}
#Header .hd_gnav li#gnav07 a{
	width: 140px;
	background-image: url(/shared/images/hd_gnav07.png);
}

/* @SP */
@media all and (max-width: 767px) {
	#Header .hd_gnav{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		position: static;
		width: 100%;
		padding: 5px 15px 0;
		background: #000;
		font-size: 12px;
	}
	#Header .hd_gnav li{
		width: 100%;
		border-top: solid 1px #FFF;
	}
	#Header .hd_gnav li:first-child{
		border-top: none;
	}
	#Header .hd_gnav li a{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		padding: 7px 0;
		color: #FFF;
		white-space: inherit;
		text-indent: inherit;
		text-decoration: none;
	}
	#Header .hd_gnav li a:after,
	#Header .hd_gnav li a:hover:after,
	#Header .hd_gnav li.active a:after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: inherit;
		right: 0;
		margin-top: -4px;
		width: 7px;
		height: 9px;
		background: url(/shared/images/gnav_ico_arw_sp.png) no-repeat 0 50%;
		background-size: 7px 9px;
	}
	#Header .hd_gnav li#gnav01 a,	#Header .hd_gnav li#gnav02 a,	#Header .hd_gnav li#gnav03 a,	#Header .hd_gnav li#gnav04 a,	#Header .hd_gnav li#gnav05 a,	#Header .hd_gnav li#gnav06 a,	#Header .hd_gnav li#gnav07 a{
		width: 100%;
		background-image: none;
	}
}

/* hd_search
-----------------------------------------------------------------*/
#Header .hd_search{
	position: absolute;
	top: 14px;
	right: 0;
}
#Header .hd_search .form{
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
				box-sizing: border-box;
	position: relative;
	width: 152px;
	height: 32px;
	font-size: 12px;
}
#Header .hd_search .txt{
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%!important;
	height: 30px;
	border: none!important;
	background: #FFF!important;
	padding: 0 32px 0 11px!important;
	text-indent: 0px !important;
}
#Header .hd_search .txt.tipped{
	color: #777;
}
#Header .hd_search .submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 30px;
	border: none;
	background: url(/shared/images/hd_ico_search.png) no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	cursor: pointer;
}

/* @SP */
@media all and (max-width: 767px) {
	#Header .hd_search{
		-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		box-sizing: border-box;
		top: 0;
		width: 100%;
		padding: 8px 20px;
		background: #A9151A;
		border-bottom: solid 2px #000;
	}
	#Header .hd_search .form{
		width: 100%;
		height: 22px;
		font-size: 10px;
	}
	#Header .hd_search .txt{
		height: 22px;
		padding: 4px 30px 4px 7px!important;
	}
	#Header .hd_search .submit{
		width: 21px;
		height: 22px;
		background: url(/shared/images/hd_ico_search_sp.png) no-repeat;
		background-size: 21px 22px;
	}
}

/* ヘルプナビ
-----------------------------------------------------------------*/
#Header .nav-help{
	overflow: hidden;
	position: absolute;
	top:;
	right:;
}
#Header .nav-help li{
	float: left;
}

/*  hd_nav_sp
-----------------------------------------------------------------*/
/* @SP */
@media all and (max-width: 767px) {
	#Header .hd_nav_sp{
		overflow: hidden;
		position: absolute;
		top: 60px;
		width: 100%;
		height: 0;
		background: #666;
		z-index: 10000;
	}
	#Header.nav-open .hd_nav_sp{
		overflow: inherit;
		overflow: inherit;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
}

/*  hd_info-sp
-----------------------------------------------------------------*/
/* @SP */
@media all and (max-width: 767px) {
	#Header .hd_info-sp ul{
		overflow: hidden;
		width: 100%;
	}
	#Header .hd_info-sp ul li{
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		width: 50%;
	}
	#Header .hd_info-sp ul li a img{
		width: 100%;
		height: auto;
	}
	#Header .hd_info-sp ul li:nth-child(3){
		width: 100%;
	}
}

/*  nav-btn SP
-----------------------------------------------------------------*/
/* @SP */
@media all and (max-width: 767px) {
	#Header .nav-btn{
		position: absolute;
		top: 0;
		right: 0;
	}
	#Header .nav-btn{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 9px;
		padding: 12px 0 0;
	}
	#Header .nav-btn .first,
	#Header .nav-btn .second,
	#Header .nav-btn .third{
		-webkit-border-radius: 1px;
		border-radius: 1px;
		display: block;
		position: relative;
		background: #B81C22;
		width: 28px;
		height: 3px;
		margin: 0 auto 7px;
	}
	#Header .nav-btn .first{
		-webkit-transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
		-moz-transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
		transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
	}
	#Header .nav-btn .second{
		-webkit-transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
		-moz-transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
		transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
	}
	#Header .nav-btn .third{
		-webkit-transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
		-moz-transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
		transition: all 250ms cubic-bezier(.6,0,.2,1)0s;
	}

	#Header .nav-btn.nav-open{
		padding-top: 11px;
	}
	#Header .nav-btn.nav-open .first,
	#Header .nav-btn.nav-open .third{
		width: 33px;
		height: 2px;
	}
	#Header .nav-btn.nav-open.step02 .txt{
		opacity: 0;
	}
	#Header .nav-btn.nav-open.step01 .first{
		-webkit-transform: translate(0,12px);
		-moz-transform: translate(0,12px);
		transform: translate(0,12px);
	}
	#Header .nav-btn.nav-open.step01 .second{
		-webkit-transform: translate(0,0px);
		-moz-transform: translate(0,0px);
		transform: translate(0,0px);
	}
	#Header .nav-btn.nav-open.step01 .third{
		-webkit-transform: translate(0,-10px);
		-moz-transform: translate(0,-10px);
		transform: translate(0,-10px);
	}
	#Header .nav-btn.nav-open .first,
	#Header .nav-btn.step02 .first{
		-webkit-transform: translate(0,12px)rotate(135deg);
		-moz-transform: translate(0,12px)rotate(135deg);
		transform: translate(0,12px)rotate(135deg);
		margin: 0 auto 9px;
	}
	#Header .nav-btn.nav-open .second,
	#Header .nav-btn.step02 .second{
		 opacity:  0;
	}
	#Header .nav-btn.nav-open .third,
	#Header .nav-btn.step02 .third{
		-webkit-transform: translate(0,-9px)rotate(-135deg);
		-moz-transform: translate(0,-9px)rotate(-135deg);
		transform: translate(0,-9px)rotate(-135deg);
	}
	/* IE9用ハック */
	.is-ie9 #Header .nav-btn{
		background: url(/shared/images/nav_btn_ie9.png) no-repeat 12px 12px;
		background-size: 28px 25px;
	}
	.is-ie9 #Header .nav-btn.nav-open{
		background: url(/shared/images/nav_btn_on_ie9.png) no-repeat 12px 12px;
		background-size: 28px 25px;
	}
	.is-ie9 #Header .nav-btn .first,
	.is-ie9 #Header .nav-btn .second,
	.is-ie9 #Header .nav-btn .third{
	  display: none;
	}
}


/*--------------------------------------------------------------------------
   Header global over wtite
---------------------------------------------------------------------------*/
.page-world #Header .hd_menu{
	margin-top:-10px;
	right:0;
}
.page-world #Header .hd_menu ul li{
	border-right:none;
}
.page-world #Header .hd_menu ul li,
.page-world #Header .hd_menu ul li span{
	height:20px;
}
#Header .gl_menu-ja span{
	width:36px;
	background:url(../images/hd_ja.png) no-repeat 0 0;
}
#Header .gl_menu-en span{
	width:56px;
	background:url(../images/hd_en.png) no-repeat 0 0;
}
#Header .gl_menu-cn span{
	width:24px;
	background:url(../images/hd_cn.png) no-repeat 0 0;
}
#Header .gl_menu-kr span{
	width:36px;
	background:url(../images/hd_kr.png) no-repeat 0 0;
}

/* @SP */
@media all and (max-width: 767px) {
	.page-world #Header .hd_menu{
		margin-top:0;
	}
	.page-world #Header .hd_menu ul li{
		width:33.33%;
	}
	.page-world #Header .hd_menu ul li a{
		background:#252525;
	}
	.page-world #Header .hd_menu ul li,
	.page-world #Header .hd_menu ul li span{
		height:auto;
	}

}


/*--------------------------------------------------------------------------
   Header en over wtite
---------------------------------------------------------------------------*/
.page-en #Header .hd_tagline{
	width: 185px;
	height: 20px;
	background: url(/shared/images/hd_tagline_en.png) no-repeat;
}
.page-cn #Header .hd_tagline{
	width: 212px;
	height: 20px;
	background: url(/shared/images/hd_tagline_cn.png) no-repeat;
}
.page-kr #Header .hd_tagline{
	width: 243px;
	height: 20px;
	background: url(/shared/images/hd_tagline_kr.png) no-repeat;
}



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

#Footer{
	width: 100%;
	background: #E7E4DD;
}
#Footer .c_l-content{
	position: relative;
}

/* @SP */
@media all and (max-width: 767px) {
	#Footer .c_l-content{
		margin: 0;
	}
}

/* レイアウト枠
-----------------------------------------------------------------*/
#Footer .ft_tp{
	padding: 36px 0 45px;
	background: #E7E4DD;
}
#Footer .ft_tp .c_l-content{
	overflow: hidden;
}
#Footer .ft_bt{
	background: #000;
	color: #FFF;
}
#Footer .ft_bt .c_l-content{
	height: 60px;
}

/* @SP */
@media all and (max-width: 767px) {
	#Footer .ft_tp{
		padding: 12px 0 0 17px;
	}
	#Footer .ft_bt{
		background: none;
		color: #000;
	}
	#Footer .ft_bt .c_l-content{
		padding: 0;
		height: auto;
	}
}

/* フッターナビ
-----------------------------------------------------------------*/
#Footer .ft_nav{
	overflow: hidden;
	float: left;
	width: 388px;
	font-size: 12px;
}
#Footer .ft_nav ul{
	float: left;
	width: 194px;
}
#Footer .ft_nav li{
	padding-top: 12px;
}
#Footer .ft_nav li:fisrst-child{
	padding-top: 0;
}
#Footer .ft_nav li a{
	display: inline-block;
	padding-left: 15px;
	background: url(/shared/images/ft_ico_arw.png) no-repeat 0 .6em;
	background-size: 4px 7px;
	text-decoration: none;
}
#Footer .ft_nav li a:hover{
	color: #a9151a;
}

/* @SP */
@media all and (max-width: 767px) {
	#Footer .ft_nav{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		font-size: 11px;
	}
	#Footer .ft_nav ul{
		float: none;
		width: 100%;
		margin: 0 auto;
		letter-spacing: -.4em;
	}
	#Footer .ft_nav ul li{
		width: 50%;
		overflow: hidden;
		display: inline-block;
		padding: 0;
		margin: 4px 0;
		line-height: 1.4;
		letter-spacing: normal;
	}
	#Footer .ft_nav li a{
		display: inline-block;
		padding: 0 0 0 18px;
		background-position: 0 50%;
		background-size: 5px 7px;
	}
	#Footer .ft_nav ul li:last-child a{
		border: none;
	}
}

/* snsエリア
-----------------------------------------------------------------*/
#Footer .sns-area{
	overflow: hidden;
	padding-top: 14px;
}
#Footer .sns-area > div{
	float: left;
	width: 340px;
}
#Footer .sns-area .tw{
	margin-left: 20px;
}

/* コピーライト
-----------------------------------------------------------------*/
#Footer .ft_bt .copy{
	padding-top: 22px;
	text-align: left;
	font-size: 12px;
}

/* @SP */
@media all and (max-width: 767px) {
	#Footer .ft_bt .copy{
		background: #000;
		padding: 9px 0;
		color: #FFF;
		font-size: 10px;
		text-align: center;
	}
}

/* sns
-----------------------------------------------------------------*/
#Footer .ft_bt .sns{
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 0;
}
#Footer .ft_bt .sns li{
	float: left;
	margin-left: 13px;
}
#Footer .ft_bt .sns li a{
	display: block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	white-space: nowrap;
	text-indent: -9999px;
}
#Footer .ft_bt .sns li.fb a{
	background: url(/shared/images/ft_ico_fb.png) no-repeat 50% 50%;
}
#Footer .ft_bt .sns li.tw a{
	background: url(/shared/images/ft_ico_tw.png) no-repeat 50% 50%;
}
#Footer .ft_bt .sns li.rss a{
	background: url(/shared/images/ft_ico_rss.png) no-repeat 50% 50%;
}

/* @SP */
@media all and (max-width: 767px) {
	#Footer .ft_bt .sns{
		position: static;
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
	}
	#Footer .ft_bt .sns li{
		float: none;
		display: inline-block;
		margin: 0 7px;
		letter-spacing: normal;
	}
	#Footer .ft_bt .sns li.fb a{
		background: url(/shared/images/ft_ico_fb_sp.png) no-repeat 50% 50%;
		background-size: 9px 20px;
	}
	#Footer .ft_bt .sns li.tw a{
		background: url(/shared/images/ft_ico_tw_sp.png) no-repeat 50% 50%;
		background-size: 20px 16px;
	}
	#Footer .ft_bt .sns li.rss a{
		background: url(/shared/images/ft_ico_rss_sp.png) no-repeat 50% 50%;
		background-size: 19px 19px;
	}
}



/* footer world
-----------------------------------------------------------------*/
#Footer .ft_bt .ft_world{
	position: absolute;
	top: 50%;
	right: 113px;
	margin-top: -8px;
	font-size: 12px;
	overflow:hidden;
}
#Footer .ft_bt .ft_world li{
	display:inline-block;
}
#Footer .ft_bt .ft_world li a{
	display: inline-block;
	padding: 0 12px;
	color: #FFF;
	text-decoration: none;
}
#Footer .ft_bt .ft_world li a:hover{
	opacity: .7;
}
#Footer .ft_bt .ft_world li span{
	display: block;
	overflow: hidden;
	height: 20px;
	white-space: nowrap;
	text-indent: 100%;
}

/* @SP */
@media all and (max-width: 767px) {
	#Footer .ft_bt .ft_world{
		position:static;
		margin-top:0;
		right:inherit;
		top:inherit;
		padding:10px 0 15px;
		overflow:hidden;
		text-align:center;
	}
	#Footer .ft_bt .ft_world li a{
		padding:5px 12px;
	}
	#Footer .ft_bt .ft_world li span{
		height: 11px;
	}
	#Footer .ft_bt .ft_world li.gl_menu-kr{
		margin-right:10px;
	}
}



/*--------------------------------------------------------------------------
   Footer global over wtite
---------------------------------------------------------------------------*/
.page-world #Footer .ft_menu{
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -.5em;
	font-size: 12px;
}
.page-world #Footer .ft_menu ul{
	overflow: hidden;
	text-align: right;
}
.page-world #Footer .ft_menu ul li{
	float: left;
	height: 13px;
	border-right: 1px solid #FFF;
	line-height: 1.2;
}
.page-world #Footer .ft_menu ul li:last-child{
	border-right: none;
}
.page-world #Footer .ft_menu ul li a{
	display: inline-block;
	padding: 0 13px;
	color: #FFF;
	text-decoration: none;
}
.page-world #Footer .ft_menu ul li a:hover{
	opacity: .7;
}
.page-world #Footer .ft_menu ul li span{
	display: block;
	overflow: hidden;
	height: 12px;
	white-space: nowrap;
	text-indent: 100%;
}
.page-world #Footer .ft_menu{
	margin-top:-10px;
}
.page-world #Footer .ft_menu ul li{
	border-right:none;
}
.page-world #Footer .ft_menu ul li,
.page-world #Footer .ft_menu ul li span{
	height:20px;
}
#Footer .gl_menu-ja span{
	width:36px;
	background:url(../images/hd_ja.png) no-repeat 0 0;
}
#Footer .gl_menu-en span{
	width:56px;
	background:url(../images/hd_en.png) no-repeat 0 0;
}
#Footer .gl_menu-cn span{
	width:24px;
	background:url(../images/hd_cn.png) no-repeat 0 0;
}
#Footer .gl_menu-kr span{
	width:36px;
	background:url(../images/hd_kr.png) no-repeat 0 0;
}


/* @SP */
@media all and (max-width: 767px) {
	.page-world #Footer .ft_menu{
		position:static;
		top:50%;
		right:0;
		margin-top:0;
		background:#000;
		padding:15px 0 0;
	}
	.page-world #Footer .ft_menu ul li,
	.page-world #Footer .ft_menu ul li span{
		height:11px;
	}
	.page-world #Footer .ft_menu ul{
		text-align:center;
	}
	.page-world #Footer .ft_menu ul li{
		float:none;
		display:inline-block;
	}
	#Footer .gl_menu-ja span{
		width:30px;
		background:url(../images/hd_ja_sp_n.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	#Footer .gl_menu-en span{
		width:43px;
		background:url(../images/hd_en_sp_n.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	#Footer .gl_menu-cn span{
		width:24px;
		background:url(../images/hd_cn_sp_n.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	#Footer .gl_menu-kr span{
		width:30px;
		background:url(../images/hd_kr_sp_n.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	.page-world #Footer .gl_menu-ja span{
		background:url(../images/hd_ja_sp.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	.page-world #Footer .gl_menu-en span{
		background:url(../images/hd_en_sp.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	.page-world #Footer .gl_menu-cn span{
		background:url(../images/hd_cn_sp.png) no-repeat 0 0;
		background-size:auto 11px;
	}
	.page-world #Footer .gl_menu-kr span{
		background:url(../images/hd_kr_sp.png) no-repeat 0 0;
		background-size:auto 11px;
	}
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

#Content{
	padding-bottom: 60px;
	font-weight: 600;
}

/* @SP */
@media all and (max-width: 767px) {
	#Content{
		padding: 0 0 20px;
	}
}

/* Main サイドナビあり
-----------------------------------------------------------------*/
#Content .content-inner #Main{
	float: left;
	width: 790px;
	margin-right: 30px;
}

/* @SP */
@media all and (max-width: 767px) {
	#Content .content-inner #Main{
		width: 100%;
		margin-right: 0;
	}
}


/* Side
-----------------------------------------------------------------*/
.content-inner #Side{
	float: left;
	width: 268px;
}
#Side .s_cont-base{
	margin-bottom: 30px;
}
#Side .s_cont-base.bnr-shop{
	margin-left: -3px;
	margin-right: -3px;
}
#Side .s_cont-base.bnr-app{
	margin-left: -3px;
	margin-right: -3px;
}
#Side .s_cont-base.bnr-takeout{
	margin-left: -6px;
	margin-right: -6px;
}

/* @SP */
@media all and (max-width: 767px) {
	.content-inner #Side{
		width: 100%;
	}
	#Side .s_cont-base{
		margin-bottom: 0;
	}
	#Side .bnr-wrap .s_cont-base,
	#Side .bnr-wrap .s_cont-base:first-child{
		margin-bottom: 0;
		margin-top: 15px;
	}
}

/* s_nav-low 下層メニュー共有スタイル */

#Side .s_nav-low dt a{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	background: #a9151a;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
}
#Side .s_nav-low dt a:hover{
	opacity: 0.7;
}
#Side .s_nav-low dd a:hover,
#Side .s_nav-low dd a.active{
	color: #a9151a;
}
#Side .s_nav-low dd li a{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	margin-top: 2px;
	padding: 16px 0 15px 57px;
	text-decoration: none;
	display: block;
	background: #f5f5f5;
}
#Side .s_nav-low dd li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 37px;
	width: 6px;
	height: 8px;
	margin-top: -4px;
	background: url(/shared/images/ico_arw06.png) no-repeat;
	background-size: 6px 8px;
}

/* @SP */
@media all and (max-width: 767px){
	#Side .side-inner{
		overflow: hidden;
		padding: 12px 13px;
		background: #ccc;
	}
	#Side .s_nav-low dl{
		overflow: hidden;
		margin-right: -2px;
	}
	#Side .s_nav-low dt.u_pc + dd ul{
		margin-right: -1px;
	}
	#Side .s_nav-low dt,
	#Side .s_nav-low dd li{
		width: 50%;
		float: left;
	}
	#Side .s_nav-low dt a,
	#Side .s_nav-low dd li a{
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: #fff;
		padding: 9px 2px 8px 25px;
		margin: 1px 1px 0 0;
		color: #000;
		font-size: 13px;
		text-align: left;
	}
	#Side .s_nav-low dt a:before,
	#Side .s_nav-low dd li a:before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 12px;
		width: 8px;
		height: 11px;
		margin-top: -6px;
		background: url(/shared/images/ico_arw06.png) no-repeat;
		background-size: 8px 11px;
	}
}

 /* nav-menu　メニューナビ　固定 */
#Side .nav-style01{
	position: relative;
	margin-left: -4px;
	margin-right: -3px;
	padding: 76px 0 0;
	background: url(/shared/images/side/s_cont-base_top.png) no-repeat;
}
#Side .nav-style01 .outer{
	padding-bottom: 35px;
	background: url(/shared/images/side/s_cont-base_bottom.png) no-repeat 0 100%;
}
#Side .nav-style01 .inner{
	background: url(/shared/images/side/s_cont-base_middle.png) repeat-y;
}
#Side .nav-style01 .ttl{
	position: absolute;
	left: 50%;
	top: 18px;
}
#Side .nav-style01 .ttl a{
	display: block;
}
#Side .nav-style01 .ttl a:hover{
	opacity: .7;
}
#Side .nav-style01 .cont{
	position: relative;
	margin-top: -10px;
	padding: 0 20px;
}
#Side .nav-style01 .cont ul li{
	margin-top: 7px;
}
#Side .nav-style01 .cont ul li:first-child{
	margin-top: 0;
}
#Side .nav-style01 .cont ul li a{
	position: relative;
	display: table;
	width: 100%;
	text-decoration: none;
}
#Side .nav-style01 .cont ul li a:hover{
	opacity: .7;
}
#Side .nav-style01 .cont ul li a:hover .img:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: solid 2px #a9151a;
	width: 46px;
	height: 46px;
}
#Side .nav-style01 .cont ul li a > span{
	display: table-cell;
	vertical-align: middle;
}
#Side .nav-style01 .cont ul li .img{
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	width: 46px;
	height: 46px;
	background: #FFF;
}
#Side .nav-style01 .cont ul li .img img{
	width: 38px;
	height: auto;
	margin: 4px;
}
#Side .nav-style01 .cont ul li .txt{
	padding-left: 11px;
}

/* .nav-menu */
#Side .nav-style01.nav-menu .ttl{
	margin-left: -93px;
}

/* .nav-korezo */
#Side .nav-style01.nav-korezo .ttl{
	margin-left: -82px;
}
#Side .nav-style01.nav-korezo .ttl a{
	overflow: hidden;
	display: block;
	width: 164px;
	height: 25px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/shared/images/side/side_korezo_ttl.png) no-repeat;
}

#Side .nav-style01.nav-korezo li{
	margin: -10px 0;
	padding-left: 5px
}
#Side .nav-style01.nav-korezo li a{
	overflow: hidden;
	display: block;
	width: 154px;
	height: 30px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/shared/images/side/side_korezo_txt.png) no-repeat;
}

/* @SP */
@media all and (max-width: 767px) {
	#Side .nav-style01{
		position: static;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		background: none;
	}
	#Side .nav-style01 .outer{
		padding-bottom: 0;
		background: none;
	}
	#Side .nav-style01 .inner{
		background: none;
	}

	/* .nav-korezo */
	#Side .nav-style01.nav-korezo .ttl{
		position: static;
		left: auto;
		top: auto;
		margin-left: 0;
	}
	#Side .nav-style01.nav-korezo .ttl a{
		background: none;
    height: auto;
    width: auto;
    white-space: inherit;
    text-indent: inherit;
	}
	#Side .nav-style01.nav-korezo li a{
		background: none;
    height: auto;
    width: auto;
    white-space: inherit;
    text-indent: inherit;
	}

	/* .side-inner */
	#Side .side-inner .nav-style01.nav-korezo{
		overflow: hidden;
		background: #ccc;
	}
	#Side .s_nav-low.nav-style01 .cont{
		position: static;
		padding: 0;
		margin-top: 0;
	}
	#Side .s_nav-low.nav-style01 .ttl,
	#Side .s_nav-low.nav-style01 .cont li{
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	#Side .s_nav-low.nav-style01 .cont li{
		margin: 0;
		padding-left: 0;
	}
	#Side .s_nav-low.nav-style01 .ttl a,
	#Side .s_nav-low.nav-style01 .cont li a{
		-webkit-border-radius: 0;
		border-radius: 0;
		box-sizing: border-box;
		background-color: #fff;
		padding: 9px 2px 8px 25px;
		margin: 1px 1px 0 0;
		color: #000;
		font-size: 13px;
		text-align: left;
	}
	#Side .s_nav-low.nav-style01 .ttl a{
		position: relative;
		text-decoration: none;
	}
	#Side .s_nav-low.nav-style01 .ttl a:before,
	#Side .s_nav-low.nav-style01 .cont li a:before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 12px;
		width: 8px;
		height: 11px;
		margin-top: -6px;
		background: url(/shared/images/ico_arw06.png) no-repeat;
		background-size: 8px 11px;
	}
}

/* パンくずリスト
-----------------------------------------------------------------*/
#bread-crumb{
	margin-bottom: 30px;
	background: url(/shared/images/bg_bread-crumb.png) repeat-x 0 100%;
}
#bread-crumb ul{
	overflow: hidden;
	padding: 15px 0;
	line-height: 1.4;
}
#bread-crumb ul li{
	float: left;
	margin-right: 12px;
	font-size: 13px;
}
#bread-crumb ul li a{
	display: inline-block;
	margin-right: 11px;
}
#bread-crumb ul li a:hover{
	color: #a9151a;
	text-decoration: underline;
}
#bread-crumb ul li:first-child{
	background: none;
	padding-left: 0;
}


/* @SP */
@media all and (max-width: 767px) {
	#bread-crumb{
		display: none;
	}
}


/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}

/* box-model
-----------------------------------------------------------------*/
/*
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
