  @charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){
	

body {
	min-width: 320px;
	padding: 0;
	font-size: 100% !important;
}

html,body {
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

#contents,
#contents #contentsInner {
	width: 100%;
	min-width: inherit;
}

	
#header,
#globalNavi,
#headerOptions,
#footer,
#footerGlobal > ul {
	width: 100%;
	min-width: inherit;
}

/* 非表示 */
#footer .footerInner {
	display: none;
}

/ header /
#header,#headerOptions,#globalNavi {
	position: static;
	left: inherit;
	top: inherit;
	z-index: auto;
}
#header {
	height: 50px;
}
#headerInner {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
}
#headerLogo {
	margin-left: 0;
	width: 100%;
	height: 27px;
	padding: 0;
}
#headerLogo > p {
	float: left;
	font-size: 8px;
	margin: 0;
	line-height: 11px;
	position: absolute;
	top: 30px;
	left: 198px;
}
#headerLogo img {
	height: auto;
}
#headerLogo > a {
	margin: 0;
	width: 70px;
	display: block;
	float: none;
	padding: 11px 0px 25px 12px;
}
#headerLogo > span {
	height: auto;
	margin: 0;
	padding: 0 0 0 11px;
	width: 240px;
	border: none;
	float: left;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
#headerLogo > span > img {
	margin: 3px 0 0;
	height: auto;
	width: inherit;
}
#headerLogo.jp {
	height: 50px;
}
#headerLogo.jp > a {
	padding-top: 19px;
}
#headerLogo.jp > span {
	padding: 0 0 0 11px;
	top: 17px;
	left: 91px;
	width: 144px;
	border-left: 1px solid #fff;
}
/ hamburger-menu /

.menuIconWrapper {
	display: block;
}
.menuIconWrapper > .menuIcon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	min-width: 50px;
	top: 0;
	left: inherit;
	right: 0px;
	position: absolute;
	background: #028484;
}
.menuIconWrapper > .menuIcon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 16px;
	width: 18px;
	height: 2px;
	background-color: #fff;
}
.menuIconWrapper > .menuIcon span:nth-of-type(1) {
	top: 17px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(2) {
	top: 24px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(3) {
	bottom: 17px;
}

/ hamburger-menu close /

.menuIconWrapper > .menuIcon span:nth-of-type(2):after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 18px;
	height: 2px;
	background-color: #fff;
	transition: all .4s;
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(1) {
	transform: translateY(7px) scale(0,0);
	opacity:0;
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(2):after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(3) {
	transform: translateY(-7px) scale(0,0);
	opacity:0;
}

#headerSp {
	position: absolute;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}
#globalNavi {
	display: none;
	height: auto;
	background: none;
}
#headerOptionsInner,
#globalNavi #globalNaviInner,
#globalNavi #globalNaviInner {
	width: 100%;
	min-width: inherit;
}
#globalNavi #globalNaviInner {
	height: auto;
	float: none;
	padding: 0;
}
#globalNaviInner > ul {
	float: none;
	padding: 14px 12px 0;
	margin: 0 0 15px;
}
#globalNaviInner > ul > li {
	float: none;
	margin-left: 0;
	font-size: 100%;
}
#globalNaviInner > ul > li > a {
	display: block;
	padding: 14px 20px 11px 16px;
	text-align: left;
	border-bottom: 1px solid #333f48;
	background: none;
	position: relative;
}
#globalNaviInner > ul > li > a:before {
	background: url(/shared/images/gnavi_open.png) no-repeat center;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}
#globalNaviInner > ul > li > a.hasnoMenu:before {
	display: none;
}
#globalNaviInner > ul > li > a.active {
	padding: 14px 16px 11px;
	text-align: left;
	border-bottom: none;
	background: #333f48;
}
#globalNaviInner > ul > li > a.active:before {
	background: url(/shared/images/gnavi_close.png) no-repeat center;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6px 0 0 0;
	border: none;
	left: inherit;
}

#globalNaviInner > ul > li > a:after,
#globalNaviInner > ul > li:hover > a:after,
#globalNaviInner > ul > li.current > a:after {
	display:none;
}


#globalNavi .subMenuWrapper {
	position: static;
	background: none;
	padding-top: 15px;
}
#globalNavi .subMenuWrapper .mainCategory {
	width: auto;
	font-size: 100%;
	margin-top: 0;
}
#globalNavi .subMenuWrapper .mainCategory > a {
 display: block;
}
#globalNavi .subMenuWrapper .CloseWrapper {
	display: none;
}
#globalNavi .subMenuWrapper > ul {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
#globalNavi .subMenuWrapper .subCategory > li {
	margin: 0 0 10px 0 !important;
	border-bottom: 1px solid #333f48;
	padding-bottom: 10px;
	text-align: center;
}
#globalNavi .subMenuWrapper .subCategory.col2 > li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#globalNavi .subMenuWrapper .subCategory > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 !important;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu {
	border-left: none;
	padding-left: 0;
	float: none;
	margin: 0;
	width: auto;
	box-sizing: border-box;
	text-align: left;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li {
	width: 48%;
	margin:0 0 10px;
	vertical-align: top;
	text-align: center;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu.col2 li {
	width: 48%;
	display: inline-block;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li a {
	padding: 5px 0;
	display: block;
}
#globalNavi .subMenuWrapper .subCategory > li.hasnoMenu {
	margin-left:0;
	float: none;
}
#globalNavi .subMenuWrapper .subCategory > li.hasnoMenu:first-child {
	margin-left:0;
}
#globalNavi .subMenuWrapper .subCategory > li > a {
	float: none;
	font-size: 100%;
	display: block;
    padding: 10px 0;
}
#headerOptions {
	display: none;
	background: none;
	height: auto;
}

#headerOptions > #headerOptionsInner > ul {
	float: none;
	padding: 0 12px;
	line-height: 1.4;
	padding-bottom: 20px;
	position: relative;
	height: auto;
	overflow: hidden;
}
#headerOptions > #headerOptionsInner > ul li {
	float: none;
	margin: 5px 0 20px;
	font-weight: bold;
	font-size: 100%;
}
#headerOptions > #headerOptionsInner > ul li a {
	display: block;
	padding: 5px 16px;
	text-align: center;
	border-bottom: none;
}
#headerOptions > #headerOptionsInner > ul li a.contact,
#headerOptions > #headerOptionsInner > ul li a.worldWide {
    display: block;
    padding: 14px 0;
    text-align: center;
    background: none;
    border: #fff 1px solid;
    color: #fff !important;
    border-radius: 20px;
    width: 80%;
	font-size: 90%;
    margin: 0 auto 10px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch > a,
#headerOptions > #headerOptionsInner > ul > li.en {
	display: none;
}
#headerOptions > #headerOptionsInner > ul > li.jp,
#headerOptions > #headerOptionsInner > ul > li.en {
	margin: 5px 0 20px;
	border: none;
	padding: 0;
}
#headerOptions > #headerOptionsInner > ul > li.jp a,
#headerOptions > #headerOptionsInner > ul > li.en a {
	padding: 14px 0;
	text-align: center;
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
	border-radius: 20px;
	width: 80%;
	font-size: 90%;
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch {
	position: relative;
	width: 100%;
	height: auto;
	bottom: 0;
	height: 35px;
	left: 0;
	float: none;
	margin: 15px 0 30px;
	font-size:85%;
}
#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper {
	display: block;
}

#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper > a {
	display: block;
	padding: 15px 20px 13px;
	background: #333f48;
	position: relative;
}
#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper > a:after {
	background: #333f48 url(/shared/images/icon_close.png) no-repeat center;
	display: block;
	content:'';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active {
	width: 100%;
	left: 0;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch form {
	display: block;
	height: 40px;
	left: 0;
	overflow: hidden;
	width: 100%;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form {
	height: 35px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch form input.headerSearchWindow,
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form input.headerSearchWindow {
	width: 100%;
	padding: 8px 0 8px 5px;
	height: 24px;
	max-height: inherit;
	transition: none;
	right:-5px;
	border-radius: 0;
}

#headerOptions > #headerOptionsInner > ul > li.headerSearch form input.headerSearchSubmit,
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form input.headerSearchSubmit {
	width: 40px;
	height: 40px;
	background: url(/shared/images/icon_search_sp.gif) no-repeat left top;
	background-size: 40px;
	text-indent: -5000px;
	margin: 0;
	cursor: pointer;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border-radius: 0;
}

#headerTrueBlue {
	display: none;
}


/ footer /


#footerGlobal {
	border-top: none;
	height: auto;
}
#footerGlobal > ul {
	margin: 0 auto;
	padding-top: 7px;
}
#footerGlobal > ul > li {
	margin-left: 35px;
	display: block;
	padding: 5px 25px;
	margin: 0 0 5px 0;
}
#footerGlobal > ul > li.iconMovie img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}
/*#footerCredit:before {
	display: block;
	content: "";
	width: 150px;
	height: 39px;
	background: url(/shared/images/footer_true_blue.gif) no-repeat center;
	background-size: 100%;
	margin: 0 auto 15px;
}*/
#footerCredit {
	/*min-height: 64px;*/
	height: auto;
	padding: 15px 0 15px;
}
#footerCredit > p {
	font-size: 65%;
	margin: 0;
}
#footerCredit > p > span {
	display: inline-block;
}
/ footer jp/

#footerGlobal.jp > ul {
	margin: 0 auto;
	padding: 10px 0;
}

#footerGlobal.jp > ul > li {
	margin-left: 35px;
	font-size: 90%;
	display: block;
	padding: 5px 25px;
	margin: 0 0 5px 0;
}
#footerGlobal.jp > ul > li:first-child {
	margin-left: 0;
}
#footerGlobal > ul > li > a {
	display: block;
}

/ jp only /

.jp #globalNaviInner > ul > li {
	margin-left: 0;
	font-size: 100%;
}

#headerOptions.jp > #headerOptionsInner > ul > li {
	font-size: 100%;
}
#headerOptions.jp > #headerOptionsInner > ul > li.en {
	display: block;
	margin-left: 0;
}
#headerOptions.jp > #headerOptionsInner > ul > li.jp {
	display: none;
}


/* 171127_ページトップに戻る実装
-------------------------------------------------- */
#page-top a {
    width: 40px;
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;
}
#page-top a:hover {
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
}
#page-top a img {
    width: 40px;
}




}



/* ==================== 170705_ヘッダー修正 ==================== */

@media screen and (max-width: 767px){
	#headerJP #headerLogo > a {
		width: 70px;
		padding: 11px 113px 25px 12px;
	}
	#headerJP  #headerLogo > span > img {
		margin: 2px 0 2px;
		width: inherit;
		height:inherit;
	}
	#headerJP #headerLogo.jp {
		height: 50px;
		width: 100%;
		float: none;
	}
	#headerJP #headerLogo.jp > a {
		padding-top: 18px;
	}
	#headerJP #headerLogo.jp > span {
		padding: 0 0 0 14px;
		top: 15px;
		left: 92px;
		width: 220px;
	}

	#headerJP #headerInner #headerLink{
		display:none;
	}
	#LinkAreaSP{
		display:inline;
	}
	#headerOptions #headerOptionsInner ul li#LinkAreaSP a{
		display: block;
		padding: 8px 0 10px;
		text-align: center;
		background: none;
		border: #fff 1px solid;
		color: #fff !important;
		border-radius: 20px;
		width: 80%;
		margin: 0 auto 30px;
	}
	#headerOptions #headerOptionsInner ul li#LinkAreaSP a span{
		font-size:68%;
		font-weight:normal;
		display: block;
		padding-bottom:8px;
		text-align: center;
	}
	
	
	/* 180528_お問い合わせアイコン実装
	-------------------------------------------------- */
	#headerOptionsInner .clearfix li .contact .ic_inquiry {
		background-position: left center;
		background-size: 15px;
		padding-left: 22px;
	}


/* 190205_worldwideアイコン追加
-------------------------------------------------- */
#headerOptionsInner .clearfix li a.worldWide .ic_worldwide {
	background: url(/jp/shared/images/ico_globalW.png) no-repeat left center;
	background-size: 15px;
	padding-left:21px;
}
	
	

    
/* ============================================

200511_SNSリンク追加_SP

============================================ */
#footer #footerSNS{}
#footer #footerSNS dl{
    margin: 0 auto 20px auto;
    padding: 30px 0 0 0;
}
#footer #footerSNS dt{
    padding: 0 14px 0 0;
    line-height: 34px;
    font-size: 100%;
}
#footer #footerSNS dt.sns_en{
    display: block;
    font-size: 100%;
    margin: 0 auto 10px;
}    
#footer #footerSNS dd{
    margin: 0 0 0 14px;
}
#footer #footerSNS dd:first-of-type{margin: 0 0 0 14px;}
#footer #footerSNS dd a{
    line-height: 34px;
    background: none;
    padding-right: 0;
    
}
#footer #footerSNS dd a.icOtherW {background: none !important;}
    #footer #footerSNS dd a img{
    margin-right: 0px;
    width: 34px;
}
#footer #footerSNS dd a span{display: none;}   

    
    
 /* ============================================

200609_90thロゴ追加_SP

============================================ */
#headerJP #headerInner #header90th{display: none;}
    
#headerOptions > #headerOptionsInner > ul.custom_90th li {margin: 5px 0 14px;}
#headerSp #headerOptions ul.custom_90th li.anniversaryLink{
    display: block;
    width: 50%;
    max-width: 140px;
    margin: 0 auto 35px;
    padding: 0px;
}


/* ============================================

230908_SPヘッダー固定

============================================ */

body.bgfixed{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#headfix {
    margin: 0 0 50px 0;
}
#headfix .headfixInner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
#headfix .headfixInner #header {
    height: 50px;
}
#headfix .headfixInner #headerSp {
    display: none;
    position: absolute;
    top: 50px;
    height: calc(100vh + 50px);
    overflow: scroll;
    padding-bottom: 180px;
    box-sizing: border-box;
}
#headfix .headfixInner #headerSp #globalNavi:before {
    display: none;
}

    
    
}




@media screen and (max-width: 410px){
	#headerJP #headerLogo > a {
		width: 60px;
		padding: 11px 113px 25px 12px;
	}
	#headerJP  #headerLogo > span > img {
		margin: 2px 0 2px;
	}
	#headerJP #headerLogo.jp {
		height: 50px;
	}
	#headerJP #headerLogo.jp > a {
		padding: 19px 0 0 16px;
	}
	#headerJP #headerLogo.jp > span {
		padding: 0 0 0 12px;
		top: 16px;
		left: 85px;
		width: 210px;
	}
}

@media screen and (max-width: 360px){
	#headerJP #headerLogo > a {
		width: 50px;
		padding: 11px 113px 25px 12px;
	}
	#headerJP  #headerLogo > span > img {
		margin: 2px 0 2px;
	}
	#headerJP #headerLogo.jp {
		height: 50px;
	}
	#headerJP #headerLogo.jp > a {
		padding-top: 20px;
	}
	#headerJP #headerLogo.jp > span {
		padding: 0 0 0 8px;
		top: 17px;
		left: 70px;
		width: 180px;
	}
}