@charset "UTF-8";
/*---------------------------------

base

---------------------------------*/

#wrapper {
    padding-top: 110px;
}
.mmbrSts-org ~ #wrapper,
.mmbrSts-org_pre ~ #wrapper,
.mmbrSts-hataraki ~ #wrapper {
    padding-top: 183px;
}

.nav-bg a,
.headerA a {
	text-decoration: none;
	color: #000;
}
.headerA .search_info a:hover {
  color: #ff6600;
}
.header-searchA .searchArea {
  outline: 0;
}

  .headerA .search_info a,
  .headerA .search_info a:hover{
    color: #5F4433;
  }


/*a:link,
a:visited {
    color: inherit;
}
*/

.nav-bg a:hover img,
.headerA a:hover img {
	opacity: .7;
}
/*a:link,
a:visited {
    color: inherit;
}*/

.nav-bg button {
	background: transparent;
	border: none;
}
/*---------------------------------

ユーティリティー

---------------------------------*/

.nav-bg .cf:after {
	content: "";
	display: block;
	clear: both;
}
.nav-bg .d-n,
.headerA .d-n {
	display: none;
}
.nav-bg .d-b,
.headerA .d-b {
	display: block;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

PCとSPの出し分け

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav-bg .pc,
.headerA .pc,
.FooterArea .pc {
	display: none !important;
}


/*@media only screen and (max-width: 667px) */

/*@media print, screen and (min-width: 668px) */


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

　 renewal 2021- global header   ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header_tab_index{
	position:relative;
	z-index:9;
  background:#a6a6a6;
}
.header_tab_index ul{
  display:flex;
  height:43px;
  justify-content:center;
  align-items:center;
}
.header_tab_index li{
  display:flex;
  width:calc(100% / 2);
  max-width:676px;
  padding:4px 4px 0;
  box-sizing:border-box;
}
.header_tab_index li a,
.header_tab_index li span{
  width:100%;
  height: 40px;
  padding:14px 0 10px;
  text-align:center;
  font-size: 14px;
  font-weight:bold;
  box-sizing:border-box;
}
.header_tab_index li span{
  background:#fff;
  border-radius:6px 6px 0 0; 
  color:#E5014F;
}
.header_tab_index li a{
  color:#fff;
}
.header_tab_index li .lp_s{
	font-size:13px;
	background: transparent;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

　共通メニュー基盤 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mdl-fixed {
	width: 100%;
	position: fixed;
}

.nav-musk{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3003;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s 0s, visibility 0s .6s;
}
.mdl-fixed .nav-musk{
	opacity: 1;
	visibility: visible;
	transition: opacity .6s 0s, visibility 0s 0s;
}

.nav-bg {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.0980392);
	opacity: 0;
	z-index: 4000;
	transform: translate(-00%, 0);
	-webkit-transform: translate(100%, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.nav-bg.mdl-open .nav-bg-inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.info-na-grp {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.mmbrSts-biz .info-cpA,
.mmbrSts-biz .info-mA,
.mmbrSts-biz_pre .info-cpA,
.mmbrSts-biz_pre .info-mA {
  display: none;
}
.mmbrSts-biz .nav-c .ctgr02 .li0204,
.mmbrSts-biz_pre .nav-c .ctgr02 .li0204 {
  display: none;
}

.mmbrSts-biz .info-na,
.mmbrSts-biz_pre .info-na {
  border-bottom: none;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mmbrSts-jnrl .m-info,
.mmbrSts-biz .m-info {
	background: #E74F80;
	display: block;
}
.mmbrSts-org .m-info,
.mmbrSts-org_pre .m-info,
.mmbrSts-hataraki .m-info {
	background: #415778;
	display: block;
}
.mmbrSts-pre .m-info,
.mmbrSts-jigyo .m-info,
.mmbrSts-biz_pre .m-info {
	/*    background: #A57936;*/
	background: url(/common/responsive/images/sp-bk-premium0.png) repeat-x center 0%;
	display: block;
}
.m-info {
	border-bottom: solid 2px #fff;
	color: #FFF;
	padding: 13px 0 20px;
	display: none;
}
.info-na {
	border-bottom: 2px solid #fff;
	border-color: rgba(255,255,255,0.8);
	padding: 4px 20px 12px;
	text-align: center;
}
.mmbrSts-pre .info-na,
.mmbrSts-jigyo .info-na,
.mmbrSts-biz_pre .info-na{
	background: url(/common/responsive/images/sp-bk-premium.svg) no-repeat 85% 20%;
	background-size: 49.714% auto;
}
.mmbrSts-biz .m-info,
.mmbrSts-biz_pre .m-info {
	padding-bottom: 22px;
}
.mmbrSts-biz .info-na,
.mmbrSts-biz_pre .info-na{
	padding-bottom: 0;
}
.mmbrSts-org_pre .info-na {
	background: url(/common/responsive/images/sp-bk-org-premium.svg) no-repeat 85% 20%;
	background-size: 49.714% auto;
}
.info-na-name {
	font-size: 14px;
	text-align: left;
	margin-bottom: 4px;
}
.info-cpA {
	/* border-bottom: solid 1px #fff; */
	text-align: left;
}
.info-cpA .info-cp-coin {
	display: block;
	border-bottom: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
}
.info-cpA .info-cp-point {
	display: block;
	border-bottom: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
}
.info-cpA .info-cp-point {
	display: block;
	border-bottom: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	color: #fff;
	font-size: 14px;
	padding: 7px 20px;
}
.update {
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}
.update .btn02 {
	margin: 0 20px;
	padding-top: 12px;
	padding-bottom: 11px;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	border-radius: 5px;
	display: block;
}
.update .btn02 img {
	max-width: 100%;
	vertical-align: top;
}
.info-cpA .fs {
	font-size: 26px;
}
.info-mA-ct {
	padding-bottom: 5px;
	max-height: 500px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
}
.info-mA.close .info-mA-ct {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0;
}
.exLink1 {
	padding-top: 5px;
	/* background: #D6D4CE; */
	font-size: 15px;
	color: #fff;
	text-align: left;
}
.cpdiff{
	padding: 10px 20px;
	border-bottom: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	font-size:12px;
}
.exLink1-lbl {
	padding-right: 2em;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	display: inline-block;
}
a.exLink1-lbl,
a.exLink1-lbl:visited {
	text-decoration: none;
	color: #fff;
}
.info-mA-ct .exLink1 .exLink1-lbl{
	padding: 16px 30px 14px 22px;
	border-bottom: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	display: block;
}
.info-mA-ct .exLink1 .exLink1-lbl:last-of-type{
	border-bottom: none;
}
.arrow-f-r {
	position: relative;
}
.exLink1 .arrow-f-r:after {
	content: "";
	display: block;
	width: 0.428em;
	height: 0.428em;
	margin-top: -0.214em;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	left: auto;
}
.exLink1.cpdiff .exLink1-lbl {
	font-size: 12px;
}
.exLink1.cpdiff .arrow-f-r:after {
	right: 0;
}
.plsLink a,
.logout a {
	display: block;
}
.info-mA-ct .logout{
	display: none;
}
.plsLink .bnr01 {
	display: none;
}
.mmbrSts-org .plsLink .bnr01,
.mmbrSts-org_pre .plsLink .bnr01,
.mmbrSts-hataraki .plsLink .bnr01 {
	width: 222px;
	margin: 0 auto 10px;
	display: block;
}
.plsLink .bnr01 img {
	width: 100%;
}
.logout .btn01 {
	width: 240px;
	margin: 0 auto 10px;
}
.logout .btn01 img {
	width: 100%;
}
.logout .btn01 {
	width: 240px;
	margin: 0 auto 10px;
}
.logout .btn01 img {
	width: 100%;
}

.btnA-btn {
	min-width: 100px;
	min-height: 45px;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(/common/responsive/images/icon-arrow-top-prm.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	border-color: rgba(255,255,255,0.4);
	border-radius: 5px;
	position: relative;
	display: block;
	transition: margin-top .5s;
}
.info-mA.close .btnA-btn {
	margin-top: 15px;
	background-image: url(/common/responsive/images/icon-arrow-top-prm-close.png);
	transition: margin-top .5s;
}
.btnA-btn:before,
.btnA-btn:after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
}
.btnA-btn:before{
	width: 13px;
	height: 1px;
	right: 15px;
	display: block;
}
.btnA-btn:after{
	width: 1px;
	height: 13px;
	margin-top: -6px;
	right: 21px;
	display: none;
}
.info-mA.close .btnA-btn:after {
	display: block;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec01 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*.menu {
    position: absolute;
    background: #ff0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.nav-bg.nav-open {
    opacity: 1;
    height: 100%;
    display: block;
    animation-duration: 2.5s;
    animation-name: mdl-fade-in;
    background: rgba(0, 0, 0, 0.721569);

}*/
    /*.nav-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0980392);
    opacity: 0;
    display: none;
    z-index: 100;
}
.nav-bg.mdl-open .nav-bg-inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
*/
.nav-bg.mdl-open {
	opacity: 1;
	width: 93.333%;
	height: 100%;
	display: block;
	background: #fff;
	line-height: 1.4;
	margin-bottom: 100px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
 @keyframes mdl-fade-in {
 0% {
 transform: translate(-100%, 0);
 -webkit-transform: translate(-100%, 0);
}
 100% {
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
}
}
.mdl-body {
	height: 100%;/* padding-top: 15px; */
        /* padding-bottom: 100px; */
}
.headerA {
	/* border-top: 2px solid #990000; */
	background: #fff;
}
.clone-headerA .headerA-inner {
	display: block;
	width: 100%;
	max-height: 0;
	min-height: 105px;
	padding: 0;
}


/*@media only screen and (max-width: 667px) */



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec02 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.btnclose {
	position: absolute;
	top: 58px;
	right: 15px;
	width: 40px;
	height: 45px;
	padding-top: 30px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
}
.btnclose:before,
.btnclose:after{
	content: "";
	width: 26px;
	height: 2px;
	margin-left: -13px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 14px;
	left: 50%;
}
.btnclose:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnclose:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btnclose span {
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.clone-headerA .btnclose {
	display: block;
}
.btnclose img {
	width: 100%;
}
.nav-c {
	/* width: 100%; */
	box-sizing: border-box;
	margin-bottom: 100px;
}
.nav-ctgr {
	/* padding-bottom: 14px; */
	display: block;
}
.ctgy-ttl {
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	position: relative;
}
.ctgy-ttl span{
	padding: 16px 30px 14px 22px;
	color: #000;
	display: block;
	position: relative;
}
a.ctgy-ttl,
a.ctgy-ttl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}

.nav-ctgr-dduetmem{
	display: none;
}
.mmbrSts-jnrl .nav-ctgr-dduetmem,
.mmbrSts-pre .nav-ctgr-dduetmem,
.mmbrSts-biz .nav-ctgr-dduetmem,
.mmbrSts-biz_pre .nav-ctgr-dduetmem,
.mmbrSts-jigyo .nav-ctgr-dduetmem,
.mmbrSts-org .nav-ctgr-dduetmem,
.mmbrSts-org_pre .nav-ctgr-dduetmem,
.mmbrSts-hataraki .nav-ctgr-dduetmem{
	display: block;
}
.nav-ctgr-dduetmem .nav-ctgr-ttl-dduetmem{}

.plusMinus {
	cursor: pointer;
	position: relative;
}
.plusMinus:before,
.plusMinus:after {
	content: "";
	background-color: #D32E52;
	position: absolute;
	top: 50%;
}
.plusMinus:before{
	width: 11px;
	height: 1px;
	right: 18px;
	display: block;
}
.plusMinus:after{
	width: 1px;
	height: 11px;
	margin-top: -5px;
	right: 23px;
	display: none;
}
.plusMinus.plus:after{
	display: block;
}

.arrow-b-r {
	position: relative;
}
.arrow-b-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(/common/responsive/images/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
/*.plusMinus.minus:after {
    background: url(/common/responsive/images/sp-icon-minus.png) no-repeat;
    background-size: 90%;
}
*/

.nav-c .closeItem{
font-size:0.9em;
}
.ctgy-ttl:not(.plus) .closeItem {
display: none;
}

.ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}
.ctgr03 .ctgy-ttl img {
	width: 170px;
	height: 13.5px;
}
.ctgr04 .ctgy-ttl img {
	width: 56.5px;
	height: 13.5px;
}
.ctgr05 .ctgy-ttl img {
	width: 57px;
	height: 13.5px;
}
.ctgr06 .ctgy-ttl img {
	width: 57.5px;
	height: 13.5px;
}
.ctgr01 {
	background: url(/common/responsive/images/sp-icon-home.png) no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);/* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr02 {
	background: url(/common/responsive/images/sp-icon-dduetMemberSite1.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(20px);/* padding-top: 20px; */
        /* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr03 {
	background: url(/common/responsive/images/sp-icon-dduetMemberSite2.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(20px);
}
.ctgr04 {
	background: url(/common/responsive/images/sp-icon-forBussines.png) no-repeat;
	background-size: 29px 22.5px;
	background-position: calc(0px) calc(20px);
}
.ctgr05 {
	background: url(/common/responsive/images/sp-icon-infoEnterprise.png) no-repeat;
	background-size: 31.5px 24.5px;
	background-position: calc(0px) calc(20px);
}
.ctgr06 {
	background: url(/common/responsive/images/sp-icon-shopList.png) no-repeat;
	background-size: 31px 25.5px;
	background-position: calc(0px) calc(20px);
}

.ctgr_dduet{
	text-align: left;
}

.mmbrSts-jnrl .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-org .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-pre .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-org_pre .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-hataraki .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-jigyo .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-biz .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-biz_pre .ctgr_dduet .ctgr_dduet_ttl{
	display: none;
}
.ctgr_dduet .ctgr_dduet_ttl{
	border-bottom: 1px solid #666;
	line-height: 1.4;
}
.ctgr_dduet .ctgr_dduet_ttl a,
.ctgr_dduet .ctgr_dduet_ttl span{
	padding: 16px 10px 15px 80px;
	background: #DFE0E6 url(/common/responsive/images/logo_dduet.png) 15px 11px no-repeat;
	background-size: 53px 26px;
	color: #E85282;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.nav-bg .ctgr_dduet .ctgr_dduet_ttl a,
.nav-bg .ctgr_dduet .ctgr_dduet_ttl span{
	color: #E85282 !important;
}

.nav-ctgr-ul {
	/* padding: 22px 0px 22px 55px; */
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}
.plusMinus ~ .ctgy-c {
	/* max-height: 1000px; */
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.plusMinus.plus ~ .ctgy-c {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	opacity: 0;
}
.entryBtnA {
	width: 100%;
}
.mmbrSts-jnrl .entryBtnA,
.mmbrSts-org .entryBtnA,
.mmbrSts-pre .entryBtnA,
.mmbrSts-org_pre .entryBtnA,
.mmbrSts-hataraki .entryBtnA,
.mmbrSts-jigyo .entryBtnA,
.mmbrSts-biz .entryBtnA,
.mmbrSts-biz_pre .entryBtnA{
	display: none;
}

.nav-ctgr-ttl{
	padding: 16px 10px 14px 18px;
	background-color: #DFE0E6;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.nav-links{}
.nav-links ul{}
.nav-links ul li.nav-link{
	border-bottom: 1px solid #d9d9d9;
	line-height: 1.4;
	text-align: left;
}
.nav-links ul li.nav-link a{
	padding: 16px 30px 14px 22px;
	color: #000;
	font-size: 14px;
	display: block;
	position: relative;
}
.nav-links ul li.nav-link a:after{
	content: "";
	width: 0.428em;
	height: 0.428em;
	margin-top: -0.214em;
	border-top: 1px solid #D32E52;
    border-right: 1px solid #D32E52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}
.nav-links ul li.nav-link.nav-link-gray a{
	background-color: #F2F2F2;
}
.nav-links ul  li.nav-link.nav-link-ico a{
	padding-left: 48px;
}
.nav-links ul  li.nav-link.nav-link-ico a:before{
	content: "";
	width: 22px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-login a:before{
	background-image: url(/common/responsive/images/ico-login_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-app a:before{
	background-image: url(/common/responsive/images/ico-app_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-favorite a:before{
	background-image: url(/common/responsive/images/ico-favorite_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-history a:before{
	background-image: url(/common/responsive/images/ico-history_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-logout{
	display: none;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-logout a:before{
	background-image: url(/common/responsive/images/ico-logout_nav.svg);
	background-size: 14px  auto;
}
.mmbrSts-jnrl .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-pre .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-biz .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-biz_pre .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-jigyo .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-org .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-org_pre .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-hataraki .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout{
	display: block;
}

.loginBtn,
.registerBtn {
	/* width: 220px;
	margin: auto;
	margin-bottom: 15px; */
}
a.nav-gtgr-li-lbl,
a.nav-gtgr-li-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: normal;/* display: none; */
}
.nav-gtgr-li {
	display: block;
  text-align: left;
}
.nav-gtgr-li-lbl {
	padding-left: 55px;
	display: block;
	padding: 15px 10px 15px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.li0100 {
	background: url(/common/responsive/images/sp-icon-home02.png) no-repeat;
	background-size: 24px 24px;
	background-position: calc(25px) calc(13px);/* display: none; */
}
.li0101 {
	background: url(/common/responsive/images/sp-icon-localCampaign.png) no-repeat;
	background-size: 21px 20.5px;
	background-position: calc(25px) calc(15px);
}
.li0102 {
	background: url(/common/responsive/images/sp-icon-homeItem.png) no-repeat;
	background-size: 22px 23px;
	background-position: calc(25px) calc(13px);
}
.li0103 {
	background: url(/common/responsive/images/sp-icon-housecleanning.png) no-repeat;
	background-size: 27px 18.5px;
	background-position: calc(25px) calc(15px);
}
.li0104 {
	background: url(/common/responsive/images/sp-icon-housework.png) no-repeat;
	background-size: 27.5px 22px;
	background-position: calc(25px) calc(12px);
}
.li0105 {
	background: url(/common/responsive/images/sp-icon-extermination.png) no-repeat;
	background-size: 17.5px 22px;
	background-position: calc(30px) calc(12px);
}
.li0106 {
	background: url(/common/responsive/images/sp-icon-careGarden.png) no-repeat;
	background-size: 23.5px 23.5px;
	background-position: calc(25px) calc(12px);
}
.li0107 {
	background: url(/common/responsive/images/sp-txt-seniorOther_1.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(25px) calc(12px);
}
.li0108 {
	background: url(/common/responsive/images/sp-icon-homeRepair.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(25px) calc(12px);
}
.li0200 {
	background: url(/common/responsive/images/sp-icon-koetasu.png) no-repeat;
	background-size: 25px 24px;
	background-position: calc(12px) calc(15px);
}
.li0201 {
	background: url(/common/responsive/images/sp-icon-lifeInfo.png) no-repeat;
	background-size: 26px 19px;
	background-position: calc(12px) calc(15px);
}
.li0202 {
	background: url(/common/responsive/images/sp-icon-duskinmarket.png) no-repeat;
	background-size: 25px 19px;
	background-position: calc(12px) calc(15px);
}
.li0203 {
	background: url(/common/responsive/images/sp-icon-recomendShopNavi.png) no-repeat;
	background-size: 26px 16px;
	background-position: calc(12px) calc(16px);
}
.li0204 {
	background: url(/common/responsive/images/sp-icon-dduetMemberPrivilege.png) no-repeat;
	background-size: 25px 17px;
	background-position: calc(12px) calc(17px);
}
.li0205 {
	background: url(/common/responsive/images/sp-icon-jobNavi.png) no-repeat;
	background-size: 25px 22px;
	background-position: calc(12px) calc(12px);
}
.li0206 {
	background: url(/common/responsive/images/sp-icon-coinMoal.png) no-repeat;
	background-size: 24px 26px;
	background-position: calc(12px) calc(12px);
}
.li0207 {
	background: url(/common/responsive/images/sp-icon-present.png) no-repeat;
	background-size: 25px 23px;
	background-position: calc(14px) calc(11px);
}
.li0208 {
	background: url(/common/responsive/images/sp-icon-info.png) no-repeat;
	background-size: 26px 18px;
	background-position: calc(14px) calc(24px);
}
.li0209 {
	background: url(/common/responsive/images/sp-icon-dduethome.png) no-repeat;
	background-size: 26px 20px;
	background-position: calc(14px) calc(12px);
}
.exLink {
	background: #D6D4CE;
	padding: 22px;
	font-size: 15px;
	margin: 0px 20px 20px;
  text-align: left;
}
.exLink-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink-lbl,
 a.exLink-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.arrow-f-r {
	position: relative;
}
.arrow-f-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 0px;
	/* z-index: 100000000000000000000000000000; */
        /* transform: translateY(-50%); */
	background: url(/common/responsive/images/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}


/*@media only screen and (max-width: 667px) */


  a.pc_only{
    display: none;
  }
  a.sp_only{
    display: block;
  }

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

header ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.headerA {
	width: 100%;
	/* border-top: 2px solid #990000; */
	background: #fff;
	box-sizing: border-box;
	z-index: 3001;
}
.headerA{
	position: absolute;
	top: 0;
	left:0;
}
.headerA.navscrl{
  position:fixed;
  top:0;
}
.headerA.clone-headerA{
  position: static;
}

.headerA.status_jnrl,
.headerA.status_biz {
	/* border-top: 2px solid #E74F80; */
}
.headerA.status_org,
.headerA.status_org_pre,
.headerA.status_hataraki {
	/* border-top: 2px solid #425877; */
}
.headerA.status_pre,
.headerA.status_jigyo
.headerA.status_biz_pre {
	/* border-top: 2px solid #A57936; */
}
.navscrl {
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
}

.orgLink,
.logo_pre,
.logo_org_pre,
.mnb-org{
  display: none;
}
.mmbrSts-org ~ .headerA .orgLink,
.mmbrSts-org ~ .headerA .mnb-org,
/* .mmbrSts-pre ~ .headerA .logo_pre, */
/* .mmbrSts-biz_pre ~ .headerA .logo_pre, */
/* .mmbrSts-jigyo ~ .headerA .logo_pre, */
.mmbrSts-org_pre ~ .headerA .logo_org_pre,
.mmbrSts-org_pre ~ .headerA .mnb-org,
.mmbrSts-hataraki ~ .headerA .orgLink,
.mmbrSts-hataraki ~ .headerA .mnb-org {
  display: block;
}

.headerA-inner{
	min-height: 62px;
	padding: 15px 15px 12px;
	position: relative;
	box-sizing: border-box;
}
.headerA-inner img {
	width: 100%;
}

.menuBtn {
	/*width: 24px;
	height: 24px;*/
	margin-left: 12px;
	cursor: pointer;
	text-align: center;
	float: right;
	/* display: none; */
}
.menuBtn .menuBtn-ico{
	width: 22px;
	height: 21px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/common/responsive/images/ico-menu.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}
.menuBtn .menuBtn-ico img{
	width: 26px;
}
.menuBtn .menuBtn-txt{
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	display: block;
}

.clone-headerA .menuBtn {
	display: none;
}

.logoA {
	width: 27.826%;
	max-width: 90px;
	float: left;
}
.logoA .logoA-link {
	display:flex;
	width: 80px;
	align-items:center;
	height:36px;
}
.logoA img {
	width: 100%;
	vertical-align: top;
}
.logo_pre img,
.logo_org_pre img {
	width: 50px;
	position: absolute;
	top: 25px;
	left: 100px;
}
.logoA .biz-link {
  left: 102px;
  top: 12px;
  width: 45px;
  height: 40px;
  position: absolute;
  z-index: 1;
}
.logoA .biz-link .info-txt {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
}
.biz-link a {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  font-size: 10px;
  padding-top: 30px;
}

.biz-link a::before {
  content: '';
  background-image: url(/common/responsive/images/ico-biz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  left: 6px;
}

.header-info-ul {
	font-weight: bold;
	box-sizing: border-box;
	float: right;
}
.header-info-li {
	/*padding: 3px;*/
	margin-left: 12px;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.header-info-li.icon-logout {
	display: none;
}
 @media only screen and (max-width: 750px) {
.header-info-li.icon-logout, 
.headerA .icon-support,
.headerA .icon-cart {
    display: none;
}
}
.header-info-li a {
	color: #000;
	text-align: center;
	display: block;
}
.header-info-li a .info-ico{
	height: 23px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.header-info-li.icon-entry a .info-ico{
	background-image: url(/common/responsive/images/ico-entry.svg);
}
.header-info-li.icon-logout a .info-ico{
	background-image: url(/common/responsive/images/ico-logout.svg);
}
.header-info-li a .info-txt{
	margin-top: 3px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
}

.header-info-li.icon-login{
	margin-left: 0;
}

.header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage.svg);
	background-size: auto 18px;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage-jnrl.svg);
}
.mmbrSts-pre ~ .headerA .header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage-pre.svg);
	background-size: auto 23px;
}
.mmbrSts-biz ~ .headerA .header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage-jnrl.svg);
}
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-mypage a .info-ico{}
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-mypage a .info-ico{}
.mmbrSts-org ~ .headerA .header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage-org.svg);
}
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage-org_pre.svg);
	background-size: auto 23px;
}
.mmbrSts-hataraki ~ .headerA .header-info-li.icon-mypage a .info-ico{
	background-image: url(/common/responsive/images/ico-mypage-hataraki02.svg);
}

.header-info-li.icon-login a .info-ico{
	width: 26px;
	background-image: url(/common/responsive/images/ico-login.svg);
	background-size: auto 23px;
}

.header-info-li.icon-support a .info-ico{
	width: 19px;
	background-image: url(/common/responsive/images/ico-support.svg);
	background-size: 100% auto;
}
.header-info-li.icon-support .header-support-nav{
	width: 160px;
	margin-left: -80px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 57px;
}
.header-info-li.icon-support .header-support-nav-musk{
	width: 100%;
	height: calc(100% - 105px);
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 105px;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s 0s, visibility 0s .6s;
}
.headerA.navscrl .header-info-li.icon-support .header-support-nav-musk{
	height: calc(100% - 62px);
	top: 62px;
}
.header-info-li.icon-support.op .header-support-nav-musk{
	opacity: 1;
	visibility: visible;
	transition: opacity .6s 0s, visibility 0s 0s;
}
.header-info-li.icon-support .header-support-nav{
	width: 175px;
	margin-left: -80px;
	top: 57px;
}
.header-info-li.icon-support .header-support-nav ul{
	display: none;
}
.header-info-li.icon-support .header-support-nav ul li{
	border-bottom: 1px solid #E6E6E6;
}
.header-info-li.icon-support .header-support-nav ul li:last-child{
	border-bottom: none;
}
.header-info-li.icon-support .header-support-nav ul li a{
	padding: 15px 10px 15px 18px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: block;
}

.header-info-li.icon-cart a .info-ico{
	width: 21px;
	background-image: url(/common/responsive/images/ico-cart.svg);
	background-size: 100% auto;
	font-size: 10px;
}
.header-info-li:before {
	content: '';
	display: block;
	/* width: 10.5px; */
        /* height: 20.5px; */
        /* margin: 7px auto 0; */
        /* padding: 0px 0 8px; */
	margin: 2.5px auto;/* background-size: 100%; */
	display: none;
}
.header-info-li.icon-newmember:before {
	background: url(/common/responsive/images/sp-icon-newM.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 21px;
	height: 21px;
}
/*.mmbrSts-jnrl ~ .headerA .header-info-li.icon-newmember:before {
       background: url(/common/responsive/images/sp-icon-login02.png) no-repeat;
       background-size: 100%;
}*/
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-org ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-hataraki ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-biz ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-jnrl .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-org .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-pre .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-org_pre .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-hataraki .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-newmember {
	display: none;
}
.org_wrap {
	display: none;
}
.mmbrSts-org ~ .headerA .org_wrap,
.mmbrSts-org_pre ~ .headerA .org_wrap,
.mmbrSts-hataraki ~ .headerA .org_wrap {
	display: block;
}

.header-searchA {
	width: 100%;
}
.header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-login01.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 10px;
	height: 21px;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-biz ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-jnrl .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-logout.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 22px;
}
.mmbrSts-org ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-org .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-org_pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-hataraki .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-login03.png) no-repeat;
	background-size: 100%;
}
.mmbrSts-pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-login04.png) no-repeat;
	background-size: 100%;
}

.mmbrSts-jnrl ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-pre ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-biz ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-biz_pre ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-jigyo ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-org ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-org_pre ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-hataraki ~ .headerA .header-info-li.header-info-li-login{
	display: none;
}

.header-info-li.header-info-li-mypage{
	display: none;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-pre ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-biz ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-biz_pre ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-jigyo ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-org ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-org_pre ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-hataraki ~ .headerA .header-info-li.header-info-li-mypage{
	display: inline-block;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-logout,
.mmbrSts-pre ~ .headerA .header-info-li.icon-logout,
.mmbrSts-org ~ .headerA .header-info-li.icon-logout,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-logout,
.mmbrSts-hataraki ~ .headerA .header-info-li.icon-logout {
  display: inline-block;
}
.header-info-li.icon-cart:before {
	background: url(/common/responsive/images/sp-icon-cart.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 23px;
	height: 21px;
}
.header-info-li.icon-favorite:before {
	background: url(/common/responsive/images/sp-icon-favorite.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 16px;
	height: 21px;
}
.header-info-li.icon-search:before {
	background: url(/common/responsive/images/sp-icon-search.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 19px;
	height: 21px;
}
 @media only screen and (max-width: 750px) {
  .headerA{
      position: absolute;
      top:0;
      left:0;
  }
  .headerA.navscrl{
    position:fixed;
    top:0;
  }
  .headerA.clone-headerA{
    position: static;
  }
  #container .headerA + #wrapper{
	margin: 83px auto;
	}
  .headerA .menuBtn,
  .headerA .icon-support,
  .headerA .icon-cart {
    display: none;
  }

 }
.header-searchA {
	background: #efefef;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/*    display: none;*/
	display: block;
}
.header-searchA .input_search {
	position: relative;
}
.input_search input,
.input_search button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header-searchA .searchArea {
	width: 100%;
	height: 45px;
	font-size: 16px;
	padding: 12px 47px 8px 10px;
	margin: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: block;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-searchA .search_btn {
	width: 35px;
	font-size: 15px;
	background: #e8e8e8;
	height: 43px;
	color: #333333;
	border: none;
	border-radius: 0 4px 4px 0;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0;
}
.header-searchA .search_info {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}
.menu1 .on-off {
	display: none;
}
.header-searchA {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}
.header-searchA.actSearchA {
	padding: 10px;
	max-height: 250px;
	overflow: visible;
}

/*@media only screen and (max-width: 667px) */

.orgLink {
	width: 154px;
	position: absolute;
	left: 140px;
	top: 10px;
	z-index: 1;
}
.orgLink a:hover {
	opacity: .95;
}
.mmbrSts-org .orgLink {
	display: none;
}
.org_wrap a {
	display: block;
	margin: 10px 5px 5px;
}
.mnb-org {
	margin: 0 auto 5px!important;
	border: 4px solid #415778;
    text-align: center;
}
.mdl-open .org_wrap {
	display: none;
}
.mmbrSts-org .mnb-org,
.mmbrSts-org_pre .mnb-org,
.mmbrSts-hataraki .mnb-org {
	margin: 10px 2% 5px;
	border: 4px solid #415778;
	text-align: center;
	width: 96%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.mnb-org dt {
	padding: 4px 0 5px;
}
.mnb-org dt img {
	width: 137px;
}
.mnb-org dd {
	padding: 3px 0;
	background: #415778;
}
.mnb-org dd img {
	width: 112px;
}

/*navの時にマスクをする対応*/
.clone-headerA {
	width: auto;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	/* position: relative; */
}
.clone-headerA .logoA,
.clone-headerA .header-info-ul {
	display: none;
}
	
.mmbrSts-org .clone-headerA,
.mmbrSts-org_pre .clone-headerA,
.mmbrSts-hataraki .clone-headerA{
	border-bottom: none;
}


/*-----------------------------------------
	レスポンシブフッター
-----------------------------------------*/

  #footerSp {}

  #footerSp{
    width: 100vw;
    border-top: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  #footerSp a{
    text-decoration: none;
  }
  #footerSp a img {
      margin-left: 5px;
      vertical-align: middle;
  }
  #footerSp h4 {
    padding: 5px 0 3px 23px;
    background-color: #CDA661;
    font-family: monospace;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
  }
  #footerSp #ftnav,
  #page-top{
    display: none!important;
  }
  #footerSp #fnav0,
  #footerSp #fnav2,
  #footerSp #fnav3,
  #footerSp .pagetopBottom{
    display: block;
  }
  #footerSp #ftnav,
  #footerSp .navi,
  #footerSp .navi ul,
  #footerSp .bottom{
    width: auto;
  }
  #footerSp .navi{
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
  #gfnav {
    display: none;
  }
  #fnav0 {
    background-color: #E85282;
  }
  #fnav1 {
    padding: 0 10px;
    background-color: #FFD2E0;
  }
  #fnav2 {
    padding: 0 10px;
    background-color: #f1f1f1;
  }
  #fnav3 {
    padding: 0 10px;
    background-color: #dddddd;
  }
  #fnav5 {
    background-color: #FFF1D8;
  }
  #fnav0 li a {
    padding: 19px 20px 19px 23px;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
    display: block;
  }
  #fnav1 li a {
    border-bottom: 1px dotted #FFF;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav2 li a,
  #fnav3 li a {
    border-bottom: 1px dotted #CCC;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav5 li{
    padding: 0 10px;
    border-bottom: 1px solid #CDA661;
  }
  #fnav5 li a {
    background: url(/common/responsive/images/arrow_footer_pre.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav1 li a,
  #fnav2 li a,
  #fnav3 li a,
  #fnav5 li a {
    padding: 19px 25px 19px 13px;
    font-size: 15px;
    line-height: 16px;
    display: block;
  }
  #fnav1 li:last-child a,
  #fnav2 li:last-child a,
  #fnav3 li:last-child a{
    border-bottom: none;
  }
  #fnav0 li a img {
    width: 18px;
    height: 18px;
    float: right;
  }
  .pagetopBottom {
    background-color: #9e0001;
    width: auto;
    margin: 0 auto;
  }
  .pagetopBottom a {
    padding: 8px 0;
    font-size: 13px;
    line-height: 14px;
    color: #FFF !important;
    text-align: center;
    display: block;
  }
  .pagetopBottom a span {
    vertical-align: middle;
  }
  #footerSp .bottom{
    padding: 17px 10px 20px;
  }
  #footerSp .bottom .service{
    display: block;
    position: static;
    border: 2px solid #9e0001;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
  #footerSp .bottom .service a{
    display: block;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
  #footerSp .bottom .service img{
    height: 76px;
    width: auto;
    margin: 0;
  }
  #footerSp .bottom .dduet{
    display: block;
    position: static;
    border: 2px solid #fb618f;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
  #footerSp .bottom .dduet a{
    display: block;
    background: url(/common/responsive/images/arrow_footer_dduet.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
  #footerSp .bottom .dduet img{
    height: 76px;
    width: auto;
    margin: 0;
  }
  #footerSp .bottom ul{
    position: static;
    height: auto;
    overflow: hidden;
  }
  #footerSp .bottom ul li{
    float: left;
    width: 50%;
    padding: 0 5px 0 0;
    margin: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footerSp .bottom ul li a{
    display: block;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px;
  }
  #footerSp .bottom ul li:last-child{
    padding: 0 0 0 5px;
  }
  #footerSp .bottom ul li a{
    pointer-events: auto;
  }
  #footerSp .bottom ul li img{
    height: 85px;
    width: auto;
  }
  #footerSp .bottom .logo{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  #footerSp .bottom .logo img{
    height: 22px;
    width: auto;
  }
  #footerSp .bottom .copyright{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
  }
  #footerSp .bottom .copyright span{
    display: block;
    font-size: 10px;
  }
  #footerSp .topc{
    background-color: #9e0001;
    width: auto;
    margin: 0 auto;
  }
  #footerSp .topc a{
    padding: 8px 0;
    font-size: 13px;
    line-height: 14px;
    color: #FFF !important;
    text-align: center;
    display: block;
  }
  #footerSp .topc a span{
    vertical-align: middle;
  }
  #footerSp .topc a img{
    margin-left: 5px;
    vertical-align: middle;
  }


/* 20210107追記 */
#footerSp .bottom .faq_footer {
	float: none;
	width: 100%;
	text-align: center;
	border: 2px solid #9e0001;
	border-radius: 5px;
	margin-bottom: 17px;
}

#footerSp .bottom .chat,
#footerSp .bottom .web {
	float: none;
	width: 100%;
	text-align: center;
	border: 2px solid #006dc7;
	border-radius: 5px;
	margin-bottom: 17px;
}

#footerSp .bottom .faq_footer a {
	display: block;
	background: url(/common/responsive/images/arrow_footer.png) no-repeat 15px center;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}

#footerSp .bottom .chat a,
#footerSp .bottom .web a {
	display: block;
	background: url(/common/responsive/images/arrow_footer_web.png) no-repeat 15px center;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}

#footerSp .bottom .faq_footer img,
#footerSp .bottom .chat img,
#footerSp .bottom .web img {
	width: 250px;
	margin: 0;
}


/* 202106追記 */

/* nav_global-search
---------------------------------------*/
.nav_global-search{
	width: 100%;
	padding: 10px;
	background-color: #555659;
	box-sizing: border-box;
	position: absolute;
	top: 62px;
	}

  .mmbrSts-org ~ .nav_global-search,
  .mmbrSts-org_pre ~ .nav_global-search,
  .mmbrSts-hataraki ~ .nav_global-search{
    top: 179px;
  }

  .nav_global-search *{
	box-sizing: border-box;
  }
  .nav_global-search .nav_global-search_inner{
	width: 100%;
  }
  .nav_global-search .input_search .input-textArea{
	width: 100%;
	height: 28px;
	padding: 0 40px 0 10px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	font-family: inherit;
	font-size: 16px;
	outline: none;
  }
  .nav_global-search .input_search .search_btn{
	width: 38px;
	height: 28px;
	background: url(/common/responsive/images/ico-search.svg) center center no-repeat;
	background-size: 13px auto;
	border: none;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
  }
  .nav_global-search .input_search .search_btn:hover{
	opacity: .7;
	transition: opacity .3s;
  }
	
  .is-bc .nav_search_tgl{
	  display: block;
  }
  .is-bc .mmbrSts-org ~ .nav_search_tgl,
  .is-bc .mmbrSts-org_pre ~ .nav_search_tgl,
  .is-bc .mmbrSts-hataraki ~ .nav_search_tgl{
	top: 182px;
  }
  .is-bc .nav_global-search{
	  top: 145px;
	  display: none;
  }
  .is-bc .nav_search_tgl.op + .nav_global-search{
	  display: block;
  }
  
  .mmbrSts-org ~ .nav_global-search,
  .mmbrSts-org_pre ~ .nav_global-search,
  .mmbrSts-hataraki ~ .nav_global-search{
	top: 136px;
  }
  .is-bc .mmbrSts-org ~ .nav_global-search,
  .is-bc .mmbrSts-org_pre ~ .nav_global-search,
  .is-bc .mmbrSts-hataraki ~ .nav_global-search{
	top: 222px;
  }

/* SNS
---------------------------------------*/
#footerBottom .ftSns{
	padding: 30px 15px 34px;
	background-color: #fff;
	border-top: 1px solid #CCC;
	text-align: center;
	box-sizing: border-box;
}
#footerBottom .ftSns *{
	box-sizing: border-box;
}

#footerBottom .ftSns .ftSnsTtl{
	font-size: 20px;
	font-weight: bold;
}
#footerBottom .ftSns .ftSnsList{
	margin-top: 25px;
}
#footerBottom .ftSns .ftSnsList ul{
	text-align: center;
}
#footerBottom .ftSns .ftSnsList ul li{
	width: 11.594%;
	max-width: 40px;
	margin-right: 13px;
	margin-left: 12px;
	display: inline-block;
}
#footerBottom .ftSns .ftSnsList ul li:first-child{
	margin-left: 0;
}
#footerBottom .ftSns .ftSnsList ul li:last-child{
	margin-right: 0;
}
#footerBottom .ftSns .ftSnsList ul li a{
	display: block;
	position: relative;
}
#footerBottom .ftSns .ftSnsList ul li a:after{
	content: "";
	width: 0;
	height: 3px;
	margin-left: 0;
	background-color: #000;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -13px;
}
#footerBottom .ftSns .ftSnsList ul li.insta.op a:after{
	width: 75%;
	margin-left: -38%;
	transition: width 0.3s ease, margin-left 0.3s ease;
}
#footerBottom .ftSns .ftSnsList ul li a img{
	width: 100%;
	vertical-align: top;
}
#footerBottom .ftSns .ftInsta{
	display: none;
}
#footerBottom .ftSns .ftInsta .ftInstaCnt{}
#footerBottom .ftSns .ftInsta ul{
	text-align: center;
}
#footerBottom .ftSns .ftInsta ul li{
	width: 41.379%;
	max-width: 120px;
	display: inline-block;
	vertical-align: top;
}
#footerBottom .ftSns .ftInsta ul li:first-child{
	margin-left: 0;
}
#footerBottom .ftSns .ftInsta ul li:last-child{
	margin-right: 0;
}
#footerBottom .ftSns .ftInsta ul li a{
	display: block;
}
#footerBottom .ftSns .ftInsta ul li a:hover{
	text-decoration: none;
}
#footerBottom .ftSns .ftInsta ul li a .fig{
	max-width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#footerBottom .ftSns .ftInsta ul li a .fig img{
	width: 100%;
	vertical-align: top;
}
#footerBottom .ftSns .ftInsta ul li a .txt{
	margin-top: 18px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
#footerBottom .ftSns .ftInsta .ftInstaCnt{
	padding-top: 48px;
}

/*ftArea*/
#footerBottom .ftArea{
	padding: 27px 15px 18px;
	background-color: #E6E6E6;
	border-top: 5px solid #E5014F;
	box-sizing: border-box;
	margin-bottom: 65px;
}
#footerBottom .ftArea *{
	box-sizing: border-box;
}
#footerBottom .ftArea .ftLinks{
}
#footerBottom .ftArea .ftLinks ul{
	margin-top: 4px;
	text-align: center;
}
#footerBottom .ftArea .ftLinks ul:first-child{
	margin-top: 0;
}
#footerBottom .ftArea .ftLinks ul li{
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 14px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
#footerBottom .ftArea .ftLinks ul li:after{
	content: "";
	width: 1px;
	height: 12px;
	margin-top: -7px;
	background-color: #333;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}
#footerBottom .ftArea .ftLinks ul li:first-child{
	margin-left: 0;
}
#footerBottom .ftArea .ftLinks ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
#footerBottom .ftArea .ftLinks ul li:last-child:after{
	display: none;
}
#footerBottom .ftArea .ftLinks ul li a{
	color: #333;
	font-size: 12px;
}

#footerBottom .ftArea .ftcopy{
	margin-top: 26px;
	text-align: center;
}
#footerBottom .ftArea .ftcopy p{
	color: #333;
	font-size: 10px;
}
.footer_fixblock {
  display: none;
}
@media print, screen and (max-width: 768px) {

  .footer_fixblock {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-sizing: border-box;
    padding: 17px 15px 10px;
    height: 65px;
    border-top: #bbbbbb 1px solid;
  }
  .footer_fixblock .header-info-li.icon-support .info-ico {
    width: 21px;
    height: 21px;
  }
  .footer_fixblock .header-info-li.icon-cart .info-ico {
    width: 25px;
    height: 23px;
  }
  .footer_fixblock .header-info-li.icon-support .header-support-nav {
    top: auto;
    bottom: 60px;
  }
  .footer_fixblock .header-info-li.icon-cart .cartItemNum {
    top: -12px;
  }
  .footer_fixblock .menuBtn {
    float: initial;
    margin: 0;
    padding: 0;
  }
  .footer_fixblock .footer-menu-list {
    display: flex;
		gap: 60px;
    justify-content: center;
  }
  .footer_fixblock .footer-menu-list .header-info-li {
    margin-left: 0;
  }
  .footer_fixblock .footer-menu-list .menuBtn-txt, .footer_fixblock .footer-menu-list .info-txt {
    line-height: 1.4;
  }
}