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

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

/* あとでcontents_resに移植 */
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,
#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: 50px;
	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: 68px;
	display: block;
	float: none;
	padding: 19px 125px 17px 12px;
}
#headerLogo > span {
	height: auto;
	margin: 0;
	padding: 0 0 0 15px;
	width: 100px;
	float: left;
	display: block;
	position: absolute;
	top: 18px;
	left: 103px;
}
#headerLogo > span > img {
	margin: 2px 0 1px;
	height: auto;
}


/* 4/1以降削除 */

#header {
	height: 65px;
}
#headerInner {
	height: 65px;
}
#headerLogo {
	height: 65px;
}


/****************************** 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: #333f48;
}
.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;
}


/* 4/1以降削除　*/

.menuIconWrapper {
	display: block;
}
.menuIconWrapper > .menuIcon {
	width: 65px;
	height: 65px;
	min-width: 65px;
}
.menuIconWrapper > .menuIcon span {
	left: 20px;
	width: 25px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(1) {
	top: 24px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(2) {
	top: 32px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(3) {
	bottom: 22px;
}
/* 4/1以降削除ここまで　*/


/*************** 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;
}

/* 4/1以降削除 */

.menuIconWrapper > .menuIcon span:nth-of-type(2):after {
	width: 25px;
}


#headerSp {
	position: absolute;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.9);
	z-index: 300;
}
#globalNavi {
	display: none;
	height: auto;
	background: none;
}
#headerOptionsInner,
#globalNavi #globalNaviInner,
#globalNavi #globalNaviInner {
	width: 100%;
	min-width: inherit;
	height: auto;
}
#globalNavi #globalNaviInner {
	height: auto;
	float: none;
	padding: 0;
}
#globalNaviInner > ul {
	float: none;
	padding: 14px 12px 0 !important;
	margin: 0 0 30px !important;
}
#globalNaviInner > ul > li {
	float: none;
	margin-left: 0;
	font-size: 100%;
	border-left: none !important;
	border-right: none;
	padding: 0px !important;
}
#globalNaviInner > ul > li:last-child {
	display: none;
}
#globalNaviInner > ul > li > a {
	display: block;
	padding: 14px 20px 11px 16px;
	text-align: left;
	border-bottom: 1px solid #333f48;
	background: none;
	position: relative;
	width: auto !important;
	color: #fff;
	min-height: inherit;
}
#globalNaviInner > ul > li > a:before {
	background: url(../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;
	min-height: inherit;
}
#globalNaviInner > ul > li > a.active:before {
	background: url(../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;
}
#globalNavi .subMenuWrapper .CloseWrapper {
	display: none;
}
#globalNavi .subMenuWrapper > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border:none;
}
#globalNavi .subMenuWrapper .subCategory > li {
	margin: 0 0 10px 0 !important;
	border-bottom: 1px solid #333f48;
	padding-bottom: 10px;
	text-align: center;
}
#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 {
	display: block;
	width: auto;
	margin:0 0 10px;
	vertical-align: top;
	text-align: center;
	margin:0;
	font-size: 90%;
	_color: #00adb0!important;
	border-bottom: solid 1px #333;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li:nth-child(2n){
	margin-left:0;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li a {
	padding: 5px 0;
	display: block;
	_color: #fff;
	color: #00adb0!important;
}

#globalNavi .subMenuWrapper .subCategory > li > .subMenu li a.icOtherW {
	background:url(../../shared/images/ic_other.png) no-repeat right 0.7em;
}
#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;
	top: 0;
	right: 0;
}
#headerOptions > #headerOptionsInner > ul li {
	float: none;
	margin: 0 0 10px;
	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.globalLink {
	margin: 5px 0 20px;
}
#headerOptions > #headerOptionsInner > ul li.globalLink a {
	display: block;
	padding: 12px 0;
	text-align: center;
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
	border-radius: 16px;
	width: 70%;
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch > a,
#headerOptions > #headerOptionsInner > ul > li.jp,
#headerOptions > #headerOptionsInner > ul > li.en {
	display: none;
}
#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(../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(../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 !important;
	padding: 10px 0;
}
#footerGlobal > ul > li {
	margin-left: 35px !important;
	font-size: 90%;
	display: block;
	padding: 5px 25px;
	margin: 0 0 5px 0 !important;
}
#footerGlobal > ul > li > a {
	display: block;
}
#footerGlobal > ul > li.iconMovie img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

/*#footerCredit:before {
	display: block;
	content: "";
	background-size: 100%;
	margin: 0 auto 20px;
}*/
#footerCredit {
/*	min-height: 64px;*/
	height: auto;
	padding:20px 0;
}
#footerCredit > p {
	font-size: 65%;
	margin: 0 !important;
}
#footerCredit > p > span {
	display: inline-block;
}





/*次階層のナビ*/
.nextNav{
	position:static;
	min-width:100%;
	height:auto;
	padding:0 0 0 0;
	background:#fff;
}
.nextNavTitle{
	border-top:3px solid #00a7ac;
	border-bottom:solid 1px #e0e0e0;
	padding:20px 10px;
	text-align:left;
	background:#333f48;
	color: #fff!important;
	font-size:130%;
}
.nextNavBox{
	position:static;
	padding:0;
	top:auto;
}
.nextNavUl{
	position:static;
	display:block;
	border-collapse:none;
    border-spacing:none;
}
.nextNavUl li{
	display: block;
}
.nextNavUl li a{
	display:block;
	padding:20px 10px;
	height:auto;
	background:#fff;
	border:none;
	border-bottom:solid 1px #e0e0e0;
	font-size:90%;
	text-align:left;
}
.nextNavUl li a p{
	position: static;
	top: auto;
	margin:0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.nextNavUl li a:hover{
	color:#00adb0;
	background:#f3f3f3;
}
.nextNavUl li.current{
}
.nextNavUl li.current a{
	height:auto;
	border-color: #e0e0e0;
}
.nextNavUnderline{
	display:none;
}


/*次階層本文領域*/
.nextContents{
	padding:0px 0 50px 0;
}
.nextContents h3.nextPageTitle{
	width:90%;
	font-size:160%;
	margin:30px 0 20px 0;
	padding:0 5%;
}
.nextContents .wrapBox{
	width:90%;
	padding:0px 5%;
}
.nextContents .wrapBox h4{
	margin:0 auto 20px;
	font-size:110%;
}


/**/
.pcBr{
	display:none;
}
.spBr{
	display:inline;
}

/*170122_custom*/
#headerLogo > span {
	width: 150px;
	top: 12px;
}

/* 4/1以降削除　*/
#headerLogo > span {
	width: 165px;
	top: 28px;
	padding: 0 0 0 10px;
}

#headerOptions > #headerOptionsInner > ul li {
	background:none;
	margin:0 auto 25px;
	padding:0;

}
#headerOptions > #headerOptionsInner > ul li.globalLink{
	margin-top:20px;
}
#headerOptions > #headerOptionsInner > ul li.contactLink{
	margin:30px 0;
}
#headerOptions > #headerOptionsInner > ul li.globalLink a,
#headerOptions > #headerOptionsInner > ul li.contactLink a,
#headerOptions > #headerOptionsInner > ul li.entryLink a{
	padding: 15px 0;
	text-align: center;
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
	border-radius: 30px;
	width: 90%;
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul li.globalLink a span {
	padding: 0 0 0 25px;
	background: url(../images/ico_global.png) 0px center no-repeat;
}
#headerOptions > #headerOptionsInner > ul li.contactLink a span {
	padding: 0 0 0 25px;
	background: url(../images/ico_contact.png) 0px center no-repeat;
}

#headerOptions > #headerOptionsInner > ul li.entryLink{
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul li.entryLink a{
	color: #00a7ac !important;
	border: #00a7ac 1px solid;

}
#headerOptions > #headerOptionsInner > ul li.entryLink a span{
	padding: 0 0 0 25px;
	background: url(../images/ico_entry.png) 0px center no-repeat;
	background-size: 17px;
}
#headerOptions > #headerOptionsInner > ul li.contactLink{
	margin: 10px auto 30px;
}




/*170131_custom*/
#headerInner #LogoJP{
	display:none;
}
/*170207*/
#page-top a {
    width: 40px;
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;
}
#page-top a:hover {
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
}

#page-top a img {
    width: 40px;
}

/*170217*/
#headerLogo > a {
	margin: 0;
	width: 80px;
	display: block;
	float: none;
	padding: 17px 125px 17px 12px;
}

/* 4/1以降削除 */
#headerLogo > a {
	padding: 24px 0 24px 15px;
}

/* エントリーボタンFIX　ここから */
#sideEntryBtn{
	position:inherit;
	display: none !important;
}
/* エントリーボタンFIX　ここまで */
/* 190301_headerからエントリーを消す */
#headerOptions > #headerOptionsInner > ul li.entryLink{
	display: inherit;
}
/* 190301_headerからエントリーを消す */



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

230908_SPヘッダー固定

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

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






}




@media screen and (max-width: 360px){
#headerLogo > span {
	width: 130px;
}



}
