@charset "utf-8";
/* -------------------------------
FONT
------------------------------- */
html { font-size: 62.5%; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.3rem;
	color: #0B0705;
}
/* -------------------------------
LAYOUT
------------------------------- */
* {
	word-break: break-all;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	min-width: 1200px;
}
html { -webkit-text-size-adjust: 1; }
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.sp {
	display: none;
}
.sp_only{
	display: none;
}
@media screen and (max-width: 767px){
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}
}
/* -------------------------------
FONT
------------------------------- */
.font_mb_l{font-family: "ゴシックMB101 L",Gothic MB101 Light !important;}
.font_mb_r{font-family: "ゴシックMB101 R",Gothic MB101 Regular !important;}
.font_mb_m{font-family: "ゴシックMB101 M",Gothic MB101 Medium !important;}
.font_mb_b{font-family: "ゴシックMB101 B",Gothic MB101 Bold !important;}
.font_reimin_m{font-family: "黎ミン M",Reimin Medium !important;}
.font_arial{font-family: Arial !important;}
.font_arial_n{font-family: Arial Narrow !important;}
/* -------------------------------
COLOR
------------------------------- */
.red { color: #ff0000; }
.yellow { color: #FFF01F; }
.orange { color: #fe6600; }
/* -------------------------------
SARAYA HEADER
------------------------------- */
#saraya-header {
    background: #efefef none repeat scroll 0 0;
	width: 100%;
	height: 27px;
}
#saraya-header::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#saraya-header ul {
    margin: 0 auto;
	padding: 0 50px;
    width: 1080px;
}
#saraya-header ul::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#saraya-header ul li {
    float: right;
    list-style: outside none none;
    margin-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#saraya-header ul li a:link,
#saraya-header ul li a:visited {
    color: #666;
    text-decoration: none;
}
#saraya-header ul li a:hover {
    text-decoration: underline;
}
#saraya-header ul li#saraya-header-logo {
    line-height: 0;
    margin-right: 5px;
    padding-bottom: 0;
    padding-top: 6px;
}
#saraya-header img {
    border: medium none;
    font-size: 0;
    vertical-align: bottom;
}
/* -------------------------------
HEADER
------------------------------- */
header {
	height: 117px;
	z-index: 10000;
	position: absolute;
	top: 27px;
	width: 100%;
	background: #fff;
}
header.fixed {
    position: fixed;
    top: 0;
	height: 105px;
}
header #spLogo {
	display: none;
}
header #navBtn {
	display: none;
}
header #gnav { 
	position: relative;
	width: 1080px;
	height: 117px;
	margin: 0 auto;
}
header #gnav > ul {
	margin-top: 20px;
}
header #gnav > ul > li {
	float: left;
	height: 67px;
	border-right: 1px dotted #ccc;
	position: relative;
}
header #gnav > ul > li.nav01 {	width: 20.7%;}
header #gnav > ul > li.nav02 {	width: 18.5%;}
header #gnav > ul > li.nav03 {	width: 18.5%;}
header #gnav > ul > li.nav04 {	width: 18.5%;}
header #gnav > ul > li.nav05 {	width: 18.5%;}
header #gnav > ul > li#spEx {
	display: none;
}
header #gnav > ul > li > a {
	color: #0B0905;
	font-family: "ゴシックMB101 L",Gothic MB101 Light;
	display: block;
	text-align: center;
	position: relative;
	padding-top: 50px;
	padding-bottom: 27px;
	transition: all 0.3s ease;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}
header #gnav > ul > li > a:hover {
	color: #221C0F;
	opacity: 0.7;
}
header #gnav > ul > li.nav01 > a {
	padding-top: 0;
	margin-top: -17px;
}
header #gnav > ul > li > a::after {
	content: "";
	display: block;
	position: absolute;
}
header #gnav > ul > li.nav01 a img { width: 80.7%;}
header #gnav > ul > li.nav02 > a::after {
	width: 20px;
	height: 34px;
	top: -3px;
	left: 50%;
	margin-left: -10px;
	background: url(../images/ico_products01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li.nav03 > a::after { 
	width: 46px;
	height: 34px;
	top: -1px;
	left: 50%;
	margin-left: -23px;
	background: url(../images/ico_concept01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li.nav04 > a::after {
	width: 54px;
	height: 37px;
	top: -5px;
	left: 50%;
	margin-left: -27px;
	background: url(../images/ico_history01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li.nav05 > a::after {
	width: 71px;
	height: 34px;
	top: 0px;
	left: 50%;
	margin-left: -35px;
	background: url(../images/ico_environment01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li .modalMenu {
	position: absolute;
	top: 97px;
	padding-top: 10px;
	padding-left: 73px;
	display: none;
}
header #gnav > ul > li .modalMenu ul {
	position: relative;
	background: #fff;
	background: rgba(255,255,255,0.70);
	white-space: nowrap;
	padding: 15px 10px;
}
header #gnav > ul > li .modalMenu ul::before {
	bottom: 100%;
	left: 22px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
	border-bottom: 10px solid rgba(255,255,255,0.70);
 }
header #gnav > ul > li .modalMenu ul li {
	display: inline-block;
	padding: 5px;
	text-align: center;
}
header #gnav > ul > li .modalMenu ul li a {
	display: block;
	transition: all 0.4s ease;
}
header #gnav > ul > li .modalMenu ul li a:hover {
	opacity: 0.7;
}
header #gnav > ul > li .modalMenu ul li a img {
	margin-bottom: 10px;
}
header #gnav > ul > li #modalMenu02 {
}
/* -------------------------------
EX LINK
------------------------------- */
#exLink {
	position: absolute;
	width: 100%;
	top: 188px;
	z-index: 5;
}
#exLink ul {
	width: 1080px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
}
#exLink ul li {
	float: right;
	width: 90px;
	text-align: center;	
}
#exLink ul li a {
	display: block;
	transition: all 0.3s ease;
}
#exLink ul li a:hover {
	margin-top: -5px;
}
/* -------------------------------
CONTENT
------------------------------- */
#content {
	width: 1200px;
	padding: 117px 0 0;
	margin: 0 auto;
	min-height: 1%;
	position: relative;
}
#content::after {
	content: "";
	display: block;
	clear: both;
}
/* -------------------------------
SNS
------------------------------- */
#sns {
	width: 1080px;
	margin: 0 auto;
}
#sns ul {
	padding: 0 10px;
}
#sns ul li {
	float: left;
	margin-right: 10px;
}
/* -------------------------------
FOOTER
------------------------------- */
footer {
	margin-top: 15px;
}
#footerTop {
	background: url(../images/bg_green01.png) repeat 0 0;
	height: 34px;
}
#footerTop .inn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#footerTop ul {
	padding: 0 10px;
}
#footerTop ul li {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0C0A06;
	line-height: 34px;
}
#footerTop ul li::before {
	content:"|";
	vertical-align: middle;
	margin: -2px 10px 0;
	display: inline-block;
}
#footerTop ul li:first-child::before {
	content:"";
	margin: 0;
}
#footerTop ul li a{
	color: #0C0A06;
}
#footerTop #footerMenu {
	padding-left: 305px;
	padding-top: 20px;
}
#footerTop #footerMenu > li {
	float: left;
	width: 200px;
}
#footerTop #footerMenu > li dt {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	position: relative;
}
#footerTop #footerMenu > li dt::after {
	content: "";
	display: inline-block;
	width: 36px;
	height: 37px;
	margin-left: 10px;
}
#footerTop #footerMenu > li.menu01 dt::after { background: url(../img/common/footer/ico_menu01.png) no-repeat 0 0;}
#footerTop #footerMenu > li.menu02 dt::after { background: url(../img/common/footer/ico_menu02.png) no-repeat 0 0;}
#footerTop #footerMenu > li.menu03 dt::after { background: url(../img/common/footer/ico_menu03.png) no-repeat 0 0;}
#footerTop #footerMenu > li dd li {
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
#footerBtm {
	background: #1983C8;
	padding: 45px 0 20px;
}
#footerBtm .inn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#footerBtm #siteMap > ul {
	margin-top: -15px;	
}
#footerBtm #siteMap > ul > li {
	margin-top: 15px;
	float: left;
	width: 270px;
}
#footerBtm #siteMap > ul > li > a {
	padding-left: 32px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-indent: -18px;
	white-space: nowrap;
}
#footerBtm #siteMap > ul > li > a::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_caret01.png) no-repeat center center;
	background-size: contain;
	width: 7px;
	height: 8px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
}
#footerBtm #siteMap > ul > li > ul > li {
	margin-top: 10px;
}
#footerBtm #siteMap > ul > li > ul > li a {
	padding-left: 35px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
#footerBtm #copyright {
	text-align: right;
	display: block;
	margin-top: 60px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
/* -------------------------------
PAGETOP
------------------------------- */
#pageTop {
	position: absolute;
	bottom: 8px;
	right: 10px;
	transition: all 0.4s ease;
}
#pageTop:hover {
	opacity: 0.8;
}
#pageTop img {
	width: 62px;
}
/* -------------------------------
SCRIPT
------------------------------- */
#script {
	height: 0;
	overflow: hidden;
}
/* -------------------------------
COMMON PARTS
------------------------------- */
/* font-size */
.fs10 { font-size: 1.0rem !important; }
.fs11 { font-size: 1.1rem !important; }
.fs12 { font-size: 1.2rem !important; }
.fs13 { font-size: 1.3rem !important; }
.fs14 { font-size: 1.4rem !important; }
.fs15 { font-size: 1.5rem !important; }
.fs16 { font-size: 1.6rem !important; }
.fs17 { font-size: 1.7rem !important; }
.fs18 { font-size: 1.8rem !important; }
.fs19 { font-size: 1.9rem !important; }
.fs20 { font-size: 2.0rem !important; }
.fs21 { font-size: 2.1rem !important; }
.fs22 { font-size: 2.2rem !important; }
.fs23 { font-size: 2.3rem !important; }
.fs24 { font-size: 2.4rem !important; }
.fs25 { font-size: 2.5rem !important; }
.fs26 { font-size: 2.6rem !important; }
/* link */
a {
	color: #0B0705;
	outline: none !important;
	text-decoration: none;
}
a:visited {
	color: #0B0705;
	text-decoration: none;
}
a:hover {
	color: #221C0F;
	text-decoration: underline;
}
a:active { }
/* bold */
.bold { font-weight: bold; }
/* img */
img { vertical-align: bottom; }
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb6 { margin-bottom: 6px !important; }
.mb7 { margin-bottom: 7px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb9 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb11 { margin-bottom: 11px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb14 { margin-bottom: 14px !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; }
.mt1 { margin-top: 1px !important; }
.mt2 { margin-top: 2px !important; }
.mt3 { margin-top: 3px !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important; }
.mt6 { margin-top: 6px !important; }
.mt7 { margin-top: 7px !important; }
.mt8 { margin-top: 8px !important; }
.mt9 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important; }
.mt11 { margin-top: 11px !important; }
.mt12 { margin-top: 12px !important; }
.mt13 { margin-top: 13px !important; }
.mt14 { margin-top: 14px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !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; }
.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; }
/* padding */
.p1 { padding: 1px !important; }
.p2 { padding: 2px !important; }
.p3 { padding: 3px !important; }
.p4 { padding: 4px !important; }
.p5 { padding: 5px !important; }
.p6 { padding: 6px !important; }
.p7 { padding: 7px !important; }
.p8 { padding: 8px !important; }
.p9 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.pb0 { padding-bottom: 0px !important; }
.pb1 { padding-bottom: 1px !important; }
.pb2 { padding-bottom: 2px !important; }
.pb3 { padding-bottom: 3px !important; }
.pb4 { padding-bottom: 4px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb6 { padding-bottom: 6px !important; }
.pb7 { padding-bottom: 7px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb9 { padding-bottom: 9px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb11 { padding-bottom: 11px !important; }
.pb12 { padding-bottom: 12px !important; }
.pb13 { padding-bottom: 13px !important; }
.pb14 { padding-bottom: 14px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pt0 { padding-top: 0px !important; }
.pt1 { padding-top: 1px !important; }
.pt2 { padding-top: 2px !important; }
.pt3 { padding-top: 3px !important; }
.pt4 { padding-top: 4px !important; }
.pt5 { padding-top: 5px !important; }
.pt6 { padding-top: 6px !important; }
.pt7 { padding-top: 7px !important; }
.pt8 { padding-top: 8px !important; }
.pt9 { padding-top: 9px !important; }
.pt10 { padding-top: 10px !important; }
.pt11 { padding-top: 11px !important; }
.pt12 { padding-top: 12px !important; }
.pt13 { padding-top: 13px !important; }
.pt14 { padding-top: 14px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !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; }
.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; }
/* text-align */
.alignCenter { text-align: center !important; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }
/* float */
.floatLeft { float: left; }
.floatRight { float: right; }
/* display */
.dispInlineBlock { display: inline-block; }
.dispInline { display: inline; }
.dispBlock { display: block; }
.dispNone { display: none; }
/* hr */
hr {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
/* clear */
.clear { clear: both;}
/* clearfix */
.clearfix { min-height: 1%; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.linkBox { cursor: pointer; }

::-webkit-input-placeholder {
 color: #b2b2b2;
}
:-ms-input-placeholder {
 color: #b2b2b2;
}
::-moz-placeholder {
 color: #b2b2b2;
}
h1 small { color:#0B0805; }
/* modal */
#bgModal {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
}

@media screen and (max-width: 1199px){
html {
	min-width: 100%;
}
body {
	min-width: 100%;
	overflow-x: hidden;
}
#saraya-header ul {
    width: 100%;
}
header { 
}
#exLink ul {
	width: 100%;
}
#content {
	width: 100%;
}
}
@media screen and (max-width: 1079px){
header #gnav {
	width: 100%;
}
#sns {
	width: 100%;
}
#footerTop .inn {
	width: 100%;
}
#footerBtm .inn {
	width: 100%;
}
}
@media screen and (max-width: 980px){
header #gnav > ul > li > a {
	font-size: 13px;
	font-size: 1.3rem;
}
}
@media screen and (max-width: 767px){
/*--------------------------------------
SP
---------------------------------------*/
.sp {
	display: block;
}
.spNone {
	display: none;
}
/* -------------------------------
LAYOUT
------------------------------- */
#saraya-header {
	display: none;
}
/* -------------------------------
HEADER
------------------------------- */
header {
	height: 48px;
	top: 0;
	width: 100%;
	background: #fff;
	position: fixed;
}
header #spLogo {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
}
header #spLogo img {
	width: 150px;
}
header #navBtn {
    bottom: 0;
    cursor: pointer;
    display: block;
    padding: 12px 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
header #navBtn span {
	display: block;
	height: 4px;
	width: 100%;
	background: #666;
	border-radius: 2px;
	transition: all 0.5s ease;
}
header #navBtn span:nth-of-type(2),
header #navBtn span:nth-of-type(3) {
	margin-top: 5px;
}
header.open #navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
header.open #navBtn span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}
header.open #navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header #gnav { 
	position: relative;
	width: 100%;
	height: 48px;
	margin: 0 auto;
}
header #gnav > ul {
	display: block;
	position: absolute;
	margin-top: 0px;
	width: 80%;
	top: 48px;
	right: -80%;
	transition: all 0.4s ease;
	background: #fff;
}
header.open #gnav > ul {
	right: 0%;
}
header #gnav > ul > li {
	float: none;
	height: auto;
	border-right: none;
	border-top: 1px solid #ccc;
	position: relative;
}
header #gnav > ul > li.nav01 {	display: none;}
header #gnav > ul > li.nav02 {	width: 100%;}
header #gnav > ul > li.nav03 {	width: 100%;}
header #gnav > ul > li.nav04 {	width: 100%;}
header #gnav > ul > li.nav05 {	width: 100%;}
header #gnav > ul > li#spEx {
	width: 100%;
	display: block;
	padding: 5px 0;
}
header #gnav > ul > li#spEx ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
header #gnav > ul > li#spEx ul li {
	width: 64px;
	text-align: center;	
}
header #gnav > ul > li#spEx ul li a {
	display: block;
	width: 90%;
}
header #gnav > ul > li#spEx ul li a img {
	width: 100%;
}

header #gnav > ul > li > a {
	color: #0B0905;
	font-family: "ゴシックMB101 L",Gothic MB101 Light;
	display: block;
	text-align: left;
	position: relative;
	height: 45px;
	padding: 10px 10px 10px 75px;
	transition: none;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	line-height: 1.5;
}
header #gnav > ul > li > a::after {
	content: "";
	display: block;
	position: absolute;
}
header #gnav > ul > li.nav02 > a::after {
	width: 17px;
	height: 30px;
	top: 50%;
	left: 29px;
	margin-top: -17px;
	margin-left: 0px;
	background: url(../images/ico_products01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li.nav03 > a::after { 
	width: 43px;
	height: 30px;
	top: 50%;
	left: 17px;;
	margin-top: -15px;
	margin-left: 0;
	background: url(../images/ico_concept01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li.nav04 > a::after {
	width: 43px;
	height: 30px;
	top: 50%;
	left: 16px;
	margin-top: -15px;
	margin-left: 0;
	background: url(../images/ico_history01.png) no-repeat 0 0;
	background-size: contain;
}
header #gnav > ul > li.nav05 > a::after {
	width: 64px;
	height: 31px;
	top: 50%;
	left: 5px;
	margin-top: -15px;
	margin-left: 0;
	background: url(../images/ico_environment01.png) no-repeat 0 0;
	background-size: contain;
}
header #btnToggle {
    bottom: 0;
    cursor: pointer;
    display: block;
    padding: 13px 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
	z-index: 10001;
}
header #btnToggle span {
	display: block;
	height: 6px;
	width: 100%;
	background: #666;
	border-radius: 2px;
}
header #btnToggle span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(0) rotate(90deg);
	transform: translateY(6px) translateX(0) rotate(90deg);
}
header #btnToggle.open span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(0) rotate(0deg);
	transform: translateY(6px) translateX(0) rotate(0deg);
}
header #gnav > ul > li .modalMenu {
	position: relative;
	top: 0;
	padding-top: 0;
	padding-left: 0;
	display: none;
}
header #gnav > ul > li .modalMenu ul {
	position: relative;
	background: #efefef;
	white-space: nowrap;
	padding: 0;
}
header #gnav > ul > li .modalMenu ul::before {
	display: none;
}
header #gnav > ul > li .modalMenu ul li {
	display: block;
	height: 40px;
	padding: 0px 10px 0px 30px;
	line-height: 1.1;
	text-align: left;
	border-top: 1px solid #ccc;
}
header #gnav > ul > li .modalMenu ul li a {
	display: block;
	transition: none;
}
header #gnav > ul > li .modalMenu ul li a:hover {
	opacity: 1;
}
header #gnav > ul > li .modalMenu ul li a img {
	display: none;
}
#container {
	overflow: hidden;
}
a:link {
	text-decoration: none;
}
#exLink {
	display: none;
}
#content {
	padding-top: 48px;
}
#siteMap {
	display: none;
}
#likeBox {
	display: none;
}
footer {
	margin-top: 15px;
}
#footerTop {
	height: auto;
}
#footerTop .inn {
	width: 100%;
}
#footerTop ul {
	padding: 0 10px;
}
#footerTop ul li {
	float: none;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0C0A06;
	line-height: 34px;
	border-top: 1px solid #689C39;
}
#footerTop ul li:first-child {
	border-top: none;
}
#footerTop ul li::before {
	content:"";
	display: none;
}
#footerTop ul li a{
	color: #0C0A06;
	display: block;
}
#footerTop #footerMenu {
	padding-left: 305px;
	padding-top: 20px;
}
#footerBtm {
	padding: 15px 0;
}
#footerBtm #copyright {
	text-align: center;
	display: block;
	margin-top: 0px;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
}
/* -------------------------------
PAGETOP
------------------------------- */
#pageTop {
	position: absolute;
	bottom: auto;
	top: -50px;
	right: 10px;
	transition: none;
}
#pageTop:hover {
	opacity: 1;
}
}
/*----------------------------------
セブン&アイコラボ バナー
------------------------------------*/
@media screen and (min-width: 768px){
div#footer{
display: none;
}
div.pc_7i_btn{
text-align: center;
}
}
@media screen and (max-width: 767px){
footer{
padding-bottom: 21.5vw;
}
div#footer {
  width: 100%;
  height: 40vw;
  position: fixed;
  bottom: 0;
  z-index:99;
  }
div#footer img:first-child{
margin-top: 18.5vw;
}
div#footer img:nth-child(2){
position: absolute;
bottom: 1vw;
right: 0;
}
div.pc_7i_btn{
display: none;
}
}