@charset "utf-8";




/*[ HEADER ] ------------------------------------------*/

.header {
  margin: 0 auto 2.7em;
  background-color: #fff !important;
}


@media screen and (min-width:768px) {
  /*-----------------------------*/
  .header_t1_r1 {
    display: block;
    color: #ffffff;
    background-color: #ede3b8;
  }
  .header_t1_r1 a {
    display: inline-block;
    color: #000;
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  .header_t1_r1 .ht1_fr1 a {
    padding-left: 12px;
    background-image: url(../../images/common/icon_arw_03.svg);
  }
  .header_t1_r1 .ht1_fr2 a {
    padding-left: 12px;
    background-image: url(../../images/common/icon_arw_03.svg);
  }
  .header_t1_r1 .ht1_fr3 a {
    padding-left: 12px;
    background-image: url(../../images/common/icon_blank.svg);
  }
  .header_t1_r1 .ht1_fr4 a {
    padding-left: 12px;
    background-image: url(../../images/common/icon_blank.svg);
  }
  .header_t1_r1 .fleft {
    float: left;
    padding: 6px 0;
    width: 30%;
    font-size: 1.1em;
  }
  .header_t1_r1 .fright {
    float: right;
    padding: 7px 0;
    width: 70%;
    text-align: right;
  }
  .header_t1_r1 .fright ul {
    display: inline-block;
    margin: 0 0 0 auto;
  }
  .header_t1_r1 .fright ul li {
    display: inline-block;
    padding: 0 14px;
  }
}


/*-----------------------------*/
.header_t1_r2 {
  background-color: #000;
}

.header_t1_r2 .fleft .headerlogoWrap {
  padding: 10px 0;
  text-align: left;
  font-size: 110%;
}

.header_t1_r2 .fleft .headerlogoWrap img {
  padding-right: 0;
  width: auto;
  height: 30px;
  vertical-align: middle;
  margin: 0 auto;
}

.header_t1_r2 .fright {
  position: absolute;
  top: 0;
  right: 3%;
}

.header_t1_r2 .fright ul {}

.header_t1_r2 .fright ul li {
  display: inline;
}

.header_t1_r2 .fright ul li.hm_fr1 a {
  display: inline-block;
  width: 30px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../../images/common/icon_mypage.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 76%;
}
.header_t1_r2 .fright ul li.hm_fr2 {
  margin-right: 5px;
  margin-top: 4px;
}
.header_t1_r2 .fright ul li.hm_fr2 a {
  display: inline-block;
  width: 30px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../../images/common/icon_cart.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}

.header_t1_r2 .fright ul li.hm_fr3, .header_t1_r2 .fright ul li.hm_fr4 {
  display: none;
}

@media screen and (min-width:768px) {
  /*-----------------------------*/
  .header_t1_r2 {
    padding: 0;
  }
  .header_t1_r2 .inner {
    margin: 0 auto;
  }
  .header_t1_r2 .fleft {
    float: left;
    width: 30%;
  }
  .header_t1_r2 .fleft .sp_MenuBtn {
    display: none;
  }
  .header_t1_r2 .fleft .headerlogoWrap {
    padding: 17px 0;
    text-align: left;
  }
  .header_t1_r2 .fleft .headerlogoWrap img {
    height: 35px;
    width: 29px;
  }
  .header_t1_r2 .goBrandTopUri {
    /* position: absolute; */
    /* left: 50%;
    transform: translate(-50%, -50%);
    top: 50%; */
    margin-right: calc(-29px / 2);
  }
  .header_t1_r2 .fright {
    float: right;
    width: 70%;
    text-align: right;
    position: inherit;
    top: inherit;
    right: inherit;
  }
  .header_t1_r2 .fright ul {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 7px 0;
  }
  .header_t1_r2 .fright ul li {
    display: inline-block;
    padding: 5px 5px;
  }
  .header_t1_r2 .fright ul li a {
    display: inline-block;
    padding: 6px 17px;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
  }
  .header_t1_r2 .fright ul li input {
    display: inline-block;
    padding: 6px 17px;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
  }
  .header_t1_r2 .fright ul li.hm_fr1 a {
    padding-left: 20px;
    padding-right: 5px;
    width: auto;
    height: auto;
    text-indent: inherit;
    background-position: 0 50%;
    background-size: auto 13.66px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    min-height: 15px;
  }
  .header_t1_r2 .fright ul li.hm_fr2 a {
    display: inline;
    padding-left: 20px;
    padding-right: 5px;
    text-indent: inherit;
    background-position: 0 50%;
    background-size: 12.98px auto;
    color: #fff;
  }
  .header_t1_r2 .fright ul li.hm_fr2 a .cartLabel {
    color: #fff;
  }
  .header_t1_r2 .fright ul li.hm_fr3 {
    display: inline-block;
  }
  .header_t1_r2 .fright ul li.hm_fr3 a {
    color: #71b330;
    background-color: #ffffff;
    border: 1px solid #fff;
  }
  .header_t1_r2 .fright ul li.hm_fr4 {
    display: inline-block;
    padding-right: 0;
  }
  .header_t1_r2 .fright ul li.hm_fr4 a {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
  }
	
  .header_t1_r2 .fright ul li.hm_fr4 input {
    color: #71b330;
    background-color: #000;
    border: 1px solid #000;
  }
	
  .header_t1_r2 .fright ul li.hm_fr4_logout input {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
  }

  .header_t1_r2 .pcText {
    color: #fff;
  }
}

@media screen and (max-width:880px) and (min-width:768px) {
  .header_t1_r2 .pcText {
    display: none;
  }

  .header_t1_r2 .fright ul li.hm_fr1 a {
    background-size: 19px 19px;
    min-height: 19px;
    padding-right: 12px;
  }

  .header_t1_r2 .fright ul li.hm_fr2 a {
    padding-right: 5px;
    background-size: 19px auto;
  }
}


/*[ GLOBAL MENU ] ------------------------------------------*/
@media screen and (min-width:768px) {
  .globalMenuBlock {
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    overflow: inherit;
    position: absolute;
    top: 93px;
    left: 0;
    z-index: 10;
    box-shadow: none;
  }
  .globalMenuBlock .inner {
    margin:0 auto;
    padding-right:50px;
    width:940px;
    max-width: inherit;
  }
  #gnav {
    margin-bottom: 6px;
  }
  #gnav a {
    font-size: 13px;
  }
  #gnav > ul {
    position: relative;
    width: 800px;
    height: 53px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: visible;
  }
  #gnav > ul > li {
    position: static;
    display: block;
    float: left;
    margin: 0 23px;
    
  }
  #gnav > ul > li:nth-child(3) {
    
  }
  #gnav > ul > li > span > a {
    position: relative;
    display: block;
    z-index: 202;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-weight: bold;
    -webkit-transition:background-color .3s linear;
    -moz-transition:background-color .3s linear;
    -o-transition:background-color .3s linear;
    transition:background-color .3s linear;
  }
  #gnav > ul > li > span > a:hover {
    text-decoration: none;
  }
  #gnav > ul > li > span + div {
    visibility: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    overflow: hidden;
    z-index: 200;
    width: 940px;
    height: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
  }
  #gnav > ul > li:hover span + div {
    visibility: visible;
    height: auto;
    min-height: 40px;
    max-height: 1000px;
    opacity: 1;
    padding-top: 18px;
  }
  #gnav > ul > li div.sn_wrap {
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    border: 3px solid #E60012;
  }
  #gnav > ul > li div.sn_wrap::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -18px;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #E60012;
    border-left: 18px solid transparent;
  }
  #gnav > ul > li div.sn_wrap::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -14px;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #FFFFFF;
    border-left: 18px solid transparent;
  }
  #gnav > ul > li:nth-child(1) div.sn_wrap::before,
  #gnav > ul > li:nth-child(1) div.sn_wrap::after {
    left: 44px;
  }
  #gnav > ul > li:nth-child(2) div.sn_wrap::before,
  #gnav > ul > li:nth-child(2) div.sn_wrap::after {
    left: 152px;
  }
  #gnav > ul > li:nth-child(3) div.sn_wrap::before,
  #gnav > ul > li:nth-child(3) div.sn_wrap::after {
    left: 307px;
  }
  #gnav > ul > li:nth-child(4) div.sn_wrap::before,
  #gnav > ul > li:nth-child(4) div.sn_wrap::after {
    left: 485px;
  }
  #gnav > ul > li:nth-child(5) div.sn_wrap::before,
  #gnav > ul > li:nth-child(5) div.sn_wrap::after {
    left: 628px;
  }
  #gnav .sn_wrap > ul > li {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
  #gnav .sn_wrap > ul > li:last-child {
    margin-bottom: 0;
  }
  #gnav .sn_wrap > ul > li > a {
    display: block;
    width: 260px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
  }
  #gnav .sn_wrap > ul > li > a img {
    margin-right: 6px;
    width: 66px;
  }
  #gnav .sn_wrap .sn_3col > ul {
    padding-top: 10px;
    width: 288px;
  }
  #gnav .sn_wrap .sn_3col a img {
    margin-right: 6px;
    width: 38px;
  }
  #gnav .sn_wrap .sn_3col > ul > li > a {
    display: block;
    
    height: 27px;
    line-height: 27px;
  }
  #gnav .sn_wrap .sn_3col a img {
    margin-right: 6px;
    width: 25px;
  }
  #gnav .sn_wrap .sn_4col {
    display: none;
  }
  #gnav .sn_wrap .sn_4col li {
    margin-bottom: 7px;
    border-right: 5px solid #fff;
  }
  #gnav .sn_wrap .sn_4col a {
    display: block;
    height: 23px;
    line-height: 23px;
  }
  #gnav .sn_wrap .sn_4col a img {
    margin-right: 6px;
    width: 38px;
  }
  #gnav .sn_wrap .sn_3col > ul > li:hover .sn_4col {
    display: block;
    position: absolute;
    top: 32px;
    left: 570px;
  }
  #gnav .sn_wrap .sn_3col > ul > li > a:hover,
  #gnav .sn_wrap .sn_4col a:hover {
    color: #E60012;
    background: #f9dedf;
  }
}

@media screen and (max-width:767px) {
  .globalMenuBlock {
    padding: 0;
    width: 320px;
    background-color: #ffffff;
    overflow: auto;
    position: absolute;
    top: 40px;
    left: -330px;
    z-index: 101;
    box-shadow: 3px 10px 10px #cccccc;
  }
  .globalMenuBlock .inner {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: inherit;
  }
  #gnav {
    min-height:100%;
    position:relative;
  }
  #gnav > ul > li img {
    display: none;
  }
  #gnav > ul > li > span {
    display: block;
    margin-top: -1px;
    padding: 7px 12px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.71;
    background-color: #f4f4f4;
    background-image: url(../../images/common/icon_open.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border-top: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
  }
  #gnav > ul > li > span.open {
    background-image: url(../../images/common/icon_close.png);
  }
  #gnav > ul > li > span + div {
    display: none;
  }
  #gnav .sn_wrap a {
    display: block;
    padding-left: 15px;
    background-image: url(../../images/common/icon_arw_01.png);
    background-repeat: no-repeat;
    background-position: left 0.5em;
  }
  #gnav .sn_wrap li {
    font-size: 13px;
  }
  #gnav .sn_wrap > ul >li {
    padding: 7px 12px;
    border-bottom: 1px solid #bdbbbb;
  }
  #gnav .sn_wrap > ul >li:last-child {
    border-bottom: none;
  }
  #gnav .sn_wrap .sn_3col > ul,
  #gnav .sn_wrap .sn_4col > ul {
    padding: 0 1em;
  }
}

/*--------------------------*/

.gm_visible_sp {}

.gm_visible_sp .gmItemWrap2 {
  border-left: 1px solid #bdbbbb;
  border-right: 1px solid #bdbbbb;
}

.gm_visible_sp .gmItemWrap2 li {
  margin-top: -1px;
  border-top: 1px solid #bdbbbb;
  border-bottom: 1px solid #bdbbbb;
}

.gm_visible_sp .gmItemWrap2 li a {
  display: block;
  padding: 0.5em 0 0.5em 3em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.71;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: auto 14px;
  background-color: #ffffff;
}

.gm_visible_sp .gmItemWrap2 li.btn_1 a {
  background-image: url(../../images/common/icon_lock.png);
}

.gm_visible_sp .gmItemWrap2 li.btn_1 input {
  display: block;
  padding: 0.5em 0 0.5em 3em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.71;
  background-image: url(../../images/common/icon_lock.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: auto 14px;
  background-color: #ffffff;
  width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:none;
  text-align: left;
}

.gm_visible_sp .gmItemWrap2 li.btn_2 a {
  background-image: url(../../images/common/icon_mypage_2.png);
}

.gm_visible_sp .gmItemWrap2 li.btn_3 a {
  background-image: url(../../images/common/icon_infocircle.png);
}

.gm_visible_sp .gmItemWrap2 li.btn_4 a {
  background-image: url(../../images/common/icon_user.png);
}

.gm_visible_sp .gmItemWrap2 li.btn_5 a {
  background-image: url(../../images/common/icon_question-circle.png);
}

.gm_visible_sp .gmItemWrap2 li.btn_6 a {
  background-image: url(../../images/common/icon_envelope.png);
}

@media screen and (min-width:768px) {
  .gmItemWrap {
    margin-bottom: 6px;
    width: 100%;
    border: 0;
  }
  .gmItem {
    float: left;
    text-align: center;
    border-bottom: 5px solid #ffffff;
    position: relative;
  }
  .gmItem.current, .gmItem:hover {
    border-bottom: 5px solid #71b330;
  }
  .gmItem.gm01 {
    width: 14%;
  }
  .gmItem.gm02 {
    width: 15%;
  }
  .gmItem.gm03 {
    width: 13%;
  }
  .gmItem.gm04 {
    width: 21%;
  }
  .gmItem.gm05 {
    width: 12%;
  }
  .gmItem.gm06 {
    width: 25%;
  }
  .gmItem .g_name {
    margin: 0;
    padding: 22px 0 13px;
    color: #333333;
    font-size: 1.3em;
    line-height: 1;
    background: none;
    border: 0;
  }
  .gmItem.current, .gmItem:hover .g_name {
    cursor: pointer;
  }
  .gmItem .submenu {
    display: none;
    padding-top: 15px;
    position: absolute;
    top: 48px;
    left: 30%;
  }
  .gmItem:hover .submenu {
    display: block;
  }
  .gmItem.gm05 .submenu, .gmItem.gm06 .submenu {
    left: inherit;
    right: 30%;
  }
  .gmItem .submenu .s_menu_item {
    width: 380px;
    padding: 30px 5px 5px;
    background-color: #ffffff;
    border: 2px solid #c01937;
    position: relative;
  }
  .gmItem .submenu .s_menu_item:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-image: url(../../images/common/icon_balloon.png);
    background-repeat: no-repeat;
    background-position: 8% 0;
    position: absolute;
    top: -12px;
    left: 0;
  }
  .gmItem.gm05 .submenu .s_menu_item:before, .gmItem.gm06 .submenu .s_menu_item:before {
    background-position: 92% 0;
    left: inherit;
    right: 0;
  }
  .gmItem .submenu .s_menu_item dl {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .gmItem .submenu .s_menu_item dl:last-child {
    margin: 0;
    border: 0;
  }
  .gmItem .submenu .s_menu_item .thumbnail {
    display: block;
    float: left;
    width: 70px;
  }
  .gmItem .submenu .s_menu_item dl dd {
    float: right;
    width: calc( 95% - 70px);
  }
  .gmItem .submenu .s_menu_item dl dd h3 {
    margin: 0 auto;
    padding: 5px 0;
    text-align: left;
    font-weight: bold;
  }
  .gmItem .submenu .s_menu_item dl dd ul {
    width: 100%;
  }
  .gmItem .submenu .s_menu_item dl dd ul li {
    float: left;
    margin-bottom: 5px;
    padding: 0;
    width: 50%;
  }
  .gmItem .submenu .s_menu_item dl dd ul li a {
    margin: 0;
    padding: 0 7% 0 0;
    text-align: left;
    background: none;
    border: 0;
  }
  .gmItem .submenu .s_menu_item dl dd ul li a:hover {
    color: #71b330;
    text-decoration: underline;
  }
}


/*[ FOOTER ] ------------------------------------------*/

.footer {
  margin: 0 auto;
}

.footer p {
  font-size: 1em !important;
}

@media screen and (min-width:768px) {
  .footer {
    padding-bottom: 0;
    background-color: #000;
    color: #ffffff !important;
  }
}


/*------------------------------*/

.footer_1_Wrap {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  max-width: 940px;
}

.footer_1_Wrap .fleft {
  margin-bottom: 2em;
}

.footer_1_Wrap .fleft .f_row h3 {
  margin-top: -1px;
  padding: 1em;
  background-image: url(../../images/common/icon_open_white.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  border: 1px solid #dcdcdc;
}
.footer_1_Wrap .fleft .f_row h3.spNoicon {
  background-image: none !important;
}

.footer_1_Wrap .fleft .f_row.open h3 {
  background-image: url(../../images/common/icon_close_white.png);
}
.footer_1_Wrap .fleft .f_row.open h3.spNoicon {
  background-image: none !important;
}

.footer_1_Wrap .fleft .f_row h3 a, .footer_1_Wrap .fleft .f_row h3 span {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.71;
}

.footer_1_Wrap .fleft .f_row h3 a {
  /* pointer-events: none; */
}

.footer_1_Wrap .fleft .f_row .f_dd_menu {
  display: none;
  padding: 1em 0 2em;
}
/*
@media screen and (min-width:768px) {
	.footer_1_Wrap .fleft .f_row .f_dd_menu {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.footer_1_Wrap .fleft .f_row .f_dd_menu {
		display: none;
	}
}*/
/*------------------------------*/

.footer_1_Wrap .fleft .f_row_1 {
  margin: 0 auto;
}

.footer_1_Wrap .fleft .f_row_1 h4 {
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 1em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.71;
  background-color: #f4f4f4;
  background-image: url(../../images/common/icon_open.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.footer_1_Wrap .fleft .f_row_1 .open h4 {
  background-image: url(../../images/common/icon_close.png);
}

.footer_1_Wrap .fleft .f_row_1 .f_col_menuWrap {
  display: none;
}

.footer_1_Wrap .fleft .f_row_1 .f_cateItem {
  margin: 0 auto;
}

.footer_1_Wrap .fleft .f_row_1 .f_cateItem_name a {
  display: block;
  padding: 0.5em 0 0.5em 2em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.42;
  color: #fff;
}

.footer_1_Wrap .fleft .f_row_1 .f_itemList {
  padding-left: 5em;
}

.footer_1_Wrap .fleft .f_row_1 .f_itemList a {
  display: block;
  padding: 0.5em 0 0.5em 1.5em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.42;
  background-image: url(../../images/common/icon_arw_01_white.png);
  background-repeat: no-repeat;
  background-position: 0.3em 50%;
  color: #fff;
}

@media screen and (min-width:768px) {
  .footer_1_Wrap .fleft {
    float: left;
    margin: 0;
    width: 88.6666%;
  }
  .footer_1_Wrap .fleft a {
    color: #ffffff !important;
  }
  .footer_1_Wrap .fleft .f_row h3 {
    margin-top: 0;
    margin-bottom: 3px;
    padding: 1em 0 0 0;
    background: none;
    border: 0;
  }
  .footer_1_Wrap .fleft .f_row .f_dd_menu {
    padding: 0;
  }
  .footer_1_Wrap .fleft .f_row h4 {
    margin: 0 auto 3px;
  }
  .footer_1_Wrap .fleft .f_row_1 {
    margin: 0 auto 0.9em;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_col {
    float: left;
    margin-bottom: 1em;
    width: 33.3333%;
    padding-right: 5px;
  }
  .footer_1_Wrap .fleft .f_row_1 h4 {
    padding: 0;
    font-size: 1.2em;
    background: none;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_col_menuWrap {
    display: block;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_cateItem_name a {
    padding: 0;
    font-size: 1.1em;
    line-height: 1.82;
  }
  .footer_1_Wrap .fleft .f_row h3 a, .footer_1_Wrap .fleft .f_row h3 span {
    font-size: 1.2em;
  }
}

@media screen and (min-width:990px) {
  .footer_1_Wrap .fleft .f_row_1 .f_col.f_col_1 {
    /* width: 166px; */
    width: 11%;
    width: 93px;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_col.f_col_2 {
    /* width: 130px; */
    width: 23%;
    width: 192px;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_col.f_col_3 {
    /* width: 207px; */
    width: 22%;
    width: 179px;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_col.f_col_4 {
    /* width: 167px; */
    width: 28%;
    width: 220px;
  }
  .footer_1_Wrap .fleft .f_row_1 .f_col.f_col_5 {
    /* width: 159px; */
    width: 16%;
    width: 137px;
  }
  /*------*/
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li {
    width: 104px;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li:nth-of-type(5n+1) {
    /* width: 169px; */
    width: 149px;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li:nth-of-type(5n+2) {
    /* width: 187px; */
    width: 193px;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li:nth-of-type(5n+3) {
    /* width: 170px; */
    width: 182px;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li:nth-of-type(5n+4) {
    /* width: 170px; */
    width: 133px;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li:nth-of-type(5n) {
    /* width: 144px; */
    width: 171px;
  }
}


/*------------------------------*/

.footer_1_Wrap .fleft .f_row_2 .gideList {
  margin: 0 auto;
}

.footer_1_Wrap .fleft .f_row_2 .gideList ul {
  padding-left: 2em;
}

.footer_1_Wrap .fleft .f_row_2 .gideList ul li {
  margin: 0 auto;
}

.footer_1_Wrap .fleft .f_row_2 .gideList ul li span,
.footer_1_Wrap .fleft .f_row_2 .gideList ul li a {
  display: block;
  padding: 0.5em 0 0.5em 0;
  font-size: 1.4em;
  line-height: 1.42;
}

.footer_1_Wrap .fleft .f_row_2 .gideList ul li.blank {
  display: none;
}

@media screen and (min-width:768px) {
  .footer_1_Wrap .fleft .f_row_2 {
    margin: 0 auto 2em;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList {
    margin: 0 auto;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul {
    margin: 0 auto;
    padding: 0;
  }
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li {
    float: left;
    width: 33.3333%;
  }

  .footer_1_Wrap .fleft .f_row_2 .gideList ul li span,
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li a {
    padding: 0;
    font-size: 1.1em;
    line-height: 1.82;
  }
}

@media screen and (min-width:940px) {
  .footer_1_Wrap .fleft .f_row_2 .gideList ul li.blank {
    display: block;
  }
}


/*------------------------------*/

.footer_1_Wrap .fleft .f_row_3 h3 a {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.71;
  pointer-events: inherit;
}

@media screen and (min-width:768px) {
  .footer_1_Wrap .fleft .f_row_3 {
    margin: 0 auto;
  }
  .footer_1_Wrap .fleft .f_row_3 h3 a {
    font-size: 1.2em;
  }
  .footer_1_Wrap .fleft .f_itemList {
    display: none;
  }
}


/*------------------------------*/

.footer_1_Wrap .fright {
  margin: 0 auto 2em;
}

.footer_1_Wrap .fright .footerlogoWrap {
  margin: 0 auto;
}

.footer_1_Wrap .fright .footerlogoWrap h3 {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6em;
  font-weight: bold;
}

.footer_1_Wrap .fright .footerlogoWrap ul {
  margin: 0 auto;
  width: 105%;
  
  position: relative;
  left: -3%;
}

.footer_1_Wrap .fright .footerlogoWrap ul li {
  float: left;
  padding: 1.4em 0;
  width: 50%;
  text-align: center;
}

.footer_1_Wrap .fright .footerlogoWrap ul li img {
  width: auto;
  height: 48px;
  padding: 7px;
}

@media screen and (max-width:767px) {
.footer_1_Wrap .fright {
  display:none;
}
  .footer_1_Wrap .fright .footerlogoWrap ul li:nth-child(1) {
    text-align: right;
    padding-right: 3em;
  }
  .footer_1_Wrap .fright .footerlogoWrap ul li:nth-child(2) {
    text-align: left;
    padding-left: 3em;
  }
}

@media screen and (min-width:768px) {
  .footer_1_Wrap .fright {
    float: left;
    width: 11.3333%;
  }
  .footer_1_Wrap .fright .footerlogoWrap h3 {
    margin: 0 auto 0.2em;
    font-size: 1.2em;
  }
  .footer_1_Wrap .fright .footerlogoWrap ul {
    padding: 0;
    width: 100%;
    position: inherit;
    left: 0;
  }
  .footer_1_Wrap .fright .footerlogoWrap ul li {
    float: none;
    padding: 1em 0;
    width: 100%;
    text-align: left;
  }
  .footer_1_Wrap .fright .footerlogoWrap ul li img {
    width: auto;
  }
}


/*------------------------------*/

.footer_2_Wrap {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  max-width: 940px;
}

.footer_2_Wrap .snsWrap {
  float: left;
  margin: 0 auto;
  padding: 0 0 1.5em;
  /* width: 50%; */
}

.footer_2_Wrap .snsWrap ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

.footer_2_Wrap .snsWrap ul li {
  float: left;
  margin-right: 13px;
  width: 32px;
}

.footer_2_Wrap .snsWrap ul li:last-child {
  margin-right: 0;
}

.footer_2_Wrap .snsWrap ul li a {
  display: block;
}

.footer_2_Wrap .snsWrap ul li a img {
  width: 100%;
  height: auto
}

@media screen and (min-width:768px) {
  .footer_2_Wrap .snsWrap {
    float: none;
    padding: 0 0 1em;
    width: 100%;
    text-align: right;
  }
  .footer_2_Wrap .snsWrap ul {
    margin: 0 auto;
  }
}


/*------------------------------*/
.footer_3_Wrap {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background: #000;
  text-align: center;
}
.footer_3_Wrap .copyright {
  font-size: 1em;
  font-weight: normal;
  
  letter-spacing: 1px;
}

@media screen and (min-width:768px) {
  .footer_3_Wrap .copyright {
    float: none;
    width: 100%;
    font-size: 1.1em;
    text-align: center;
  }
}





/*[ FOOTER TYPE02 ] ------------------------------------------*/

.footer.type02 {
  padding: 0;
  /*background-color:#eeedf2;*/
	background-color:#fff;
}

.footer.type02 .footerWrap{
  margin: 0 auto;
  padding: 10px 0;
  width: 94%;
  max-width: 940px;
	text-align:right;
}

.footer.type02 .footerWrap a{
  padding-right:12px;
}

.footer.type02 .footerWrap a:hover{
  opacity: 1;
}

.footer.type02 .footerWrap a:hover img{
  opacity: 1;
}

.footer.type02 .footerWrap img{
  vertical-align: middle;
}

@media screen and (min-width:768px) {
  .footer.type02 .footerWrap{
    padding: 28px 0;
  }
  .footer.type02 .footerWrap a{
    padding-right:24px;
  }
}



/*------------------------------*/
/*
.changeviewWrap {
  margin: 0 auto 2em;
  padding: 0;
  width: 50%;
}

.changeviewWrap ul li {
  float: left;
  width: 50%;
  padding: 0.5em;
}

.changeviewWrap ul li a {
  display: block;
  padding: 0.1em 0;
  font-size: 1.4em;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

.changeviewWrap ul li a.current {
  color: #ffffff;
  background-color: #71b330;
  border: 1px solid #71b330;
}
*/

/*[ pagetop ] ------------------------------------------*/

.pagetop {
  display: none;
  position: fixed;
  bottom: -100px;
  right: 13px;
  z-index: 99;
}

@media screen and (max-width:767px) {
  .pagetop {
    display: block;
  }
  .pagetop a:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width:768px) {
  .pagetop {
    display: block;
  }
}



/*[ PKG3.4.6 ADD layout.css ] ------------------------------------------*/
#d_quick_cart .sumCountIcon {
	display: inline-block;
	position: relative;
	top: -15px;
	right: 20px;
	border-radius: 50%;
	background: #e71833;
	color: #fff;
	font-weight: bold;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 11px;
}
#d_quick_cart a:hover {
	text-decoration: none;
}

/*[ PKG3.4.6 ADD page.css ] ------------------------------------------*/
#d_goods_detail #unitSelect1,
#d_goods_detail #unitSelect2,
#d_goods_detail #purchaseInterval,
#d_goods_detail #parentGoods {
	max-width: 100%;
}

/*[ PKG3.4.6 ADD parts.css ] ------------------------------------------*/
input.w7 {
	width: 40px;
	padding: 2px;
}
#d_socialmedia div.fb-like {
	float: none;
}
#d_order_item tbody tr:last-child {
	border-bottom: 1px solid #C0C7C0;
}
.pluginCountButtonNub {
    border-color: transparent #9197a3;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: inline-block;
    position: relative;
    top: -6px;
    width: 5px;
    z-index: 2;
}
.pluginCountButton {
    background: white;
    border: 1px solid #9197a3;
    border-radius: 2px;
    color: #4e5665;
    display: inline-block;
    font-size: 11px;
    height: auto;
    line-height: 18px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
    position:relative;
    top: -7px;
}

@media screen and (max-width:767px) {
 #d_socialmedia_complete .items {
   border: 1px solid #cdcdcd;
   padding: 8px;
   margin-bottom: 10px;
 }
 #d_socialmedia_complete .items .snsBtn span {
    float: left;
 }
  #d_socialmedia_complete .items th {
    width: 21%;
    padding-right: 6px;
    border-right: 1px dotted #dedede;
  }
  
 #d_socialmedia_complete .items td.lead {
    display: block;
    text-align: left !important;
    margin-left: 5px;
  }
  #d_socialmedia_complete .items td.snsBtn {
    display: block;
    margin-left: 5px;
    margin-top: -15px;
    text-align: center;
  }
  
  #d_socialmedia_complete .items td img {
    margin: 3px;
  }
}

@media screen and (min-width:768px) {
  #d_socialmedia_complete .items {
   border: 1px solid #cdcdcd;
   padding: 8px;
   margin-bottom: 12px;
 }
  #d_socialmedia_complete .items th.pl {
    margin: 10px;
    width: 10%;
  }
  #d_socialmedia_complete .items th img {
    /*border: 1px solid #dedede;*/
    display: table-cell;
    margin-right: 12px;
  }
  #d_socialmedia_complete .items td.lead {
    vertical-align: middle;
    width: 65%;
    text-align: left;
  }
  #d_socialmedia_complete .items td.snsBtn {
    width: 25%;
    text-align: right;
    vertical-align: middle !important;
  }
  #d_socialmedia_complete .items td.snsBtn img {
    margin-right: 10px;
    margin-bottom: 3px;
  }
}

@media screen and (min-width:768px) {
 .h_searchBox .scloseBtn {
   text-align: right;
   font-size: 16px;
   padding: 3px;
 }
 .h_searchBox .pc-on {
  display: block;
 }
}
/*20190417header追記
------------------------------*/

.header_group .header_t1_r1 .fleft {
    float: left;
    padding: 10px 0;
    width: 50%;
    font-size: 1.1em;
}

.header_group .header_t1_r1 .fright {
    float: right;
    padding: 10px 0;
    width: 50%;
    text-align: right;
}
#header_group_logoWrap img {
    height: 46px;
}
.header_group .header_t1_r2 .fright ul {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .header_t1_r2 .fright ul {
    display: flex;
    align-items: center;
    height: 54px;
    gap: 10px;
  }
  .header_t1_r2 .fright ul li {
    height: 42px;
    display: flex;
    align-items: center;
  }
  .header_t1_r2 .fright ul li.hm_fr2 {
    margin-right: 0;
    margin-top: 0;
  }
  .header_t1_r2 .fright ul li.hm_fr1 a {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .header_t1_r2 .fright ul li.hm_fr2 a {
    width: 20px;
    height: 17px;
    background-size: contain;
    margin-right: 2px;
  }
  .header_t1_r2 .fright {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .header_t1_r2.header_group > .inner {
    width: calc(100% - 45px);
  }
}

.wd50{width: 50%!important}
.mt10{margin-top: 10px!important;}
.mt12{margin-top: 12px!important;}
.mt20{margin-top: 20px!important;}
.pc{
	display: inline-block;
}
.pc_block{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width:767px) {
  .pc,.pc_block{
	display: none;
}

.sp{
	display: inline-block;
}
	.h1_la{height: 60px;}
.mt10{margin-top: 0px!important;}
.mt12{margin-top: 0px!important;}
.mt20{margin-top: 0px!important;}
	.wd50{width: auto!important}
	.wd70{width: 70%!important}
	.white{color: #fff!important;}
	.bgwhite{background: #fff!important;}
	.sp_MenuBtn_la span,.sp_MenuBtn_la:after,.sp_MenuBtn_la:before{background-color: #fff!important;}
}
@media screen and (min-width: 767px){
  #gnav .gnav_list > li:nth-child(1) div.sn_wrap::before{
    width: 52px;
  }
  #gnav .gnav_list > li:nth-child(2) div.sn_wrap::before{
    width: 80px;
  }
  #gnav .gnav_list > li:nth-child(3) div.sn_wrap::before{
    width: 156px;
  }
  #gnav .gnav_list > li:nth-child(4) div.sn_wrap::before{
    width: 212px;
  }
  #gnav .gnav_list > li:nth-child(5) div.sn_wrap::before{
    width: 95px;
  }
  
  #gnav .gnav_list > li:nth-child(1) div.sn_wrap::before,
  #gnav .gnav_list > li:nth-child(1) div.sn_wrap::after {
    left: 16px;
  }
  #gnav .gnav_list > li:nth-child(2) div.sn_wrap::before,
  #gnav .gnav_list > li:nth-child(2) div.sn_wrap::after {
    left: 100px;
  }
  #gnav .gnav_list > li:nth-child(3) div.sn_wrap::before,
  #gnav .gnav_list > li:nth-child(3) div.sn_wrap::after {
    left: 212px;
  }
  #gnav .gnav_list > li:nth-child(4) div.sn_wrap::before,
  #gnav .gnav_list > li:nth-child(4) div.sn_wrap::after {
    left: 396px;
  }
  #gnav .gnav_list > li:nth-child(5) div.sn_wrap::before,
  #gnav .gnav_list > li:nth-child(5) div.sn_wrap::after {
    left: 640px;
  }
}

/*20230313 ヘッダー固定改修
------------------------------*/
.searchWrapper20230313 #freeArea9 {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .commonHeader20230313 .header_t1_r2 .fright ul {
    padding: 0;
  }

  .commonHeader20230313 .header_t1_r2 .fleft .headerlogoWrap {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .commonHeader20230313 .mt12 {
    margin-top: 12px!important;
  }

  .commonHeader20230313 .header.type01 {
    height: auto;
  }

  .globalMenuBlock20230313 {
    height: auto;
    position: relative;
    top: auto;
  }

  .globalMenuBlock20230313 #gnav .gnav_list {
    margin-bottom: 0;
    transition: none;
  }

  .globalMenuBlock20230313 #gnav > .gnav_list > li > span > a {/**/
    height: 48px;
    line-height: 53px;
  }

  .globalMenuBlock20230313 .globalMenuBlock .inner {
    padding-right: 179px;
  }

  .commonHeader20230313 .h1_la {
    /* height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end; */
  }

  .globalMenuBlock20230313 {
    position: relative;
  }

  .globalMenuBlock20230313 .globalMenuBlock {
    z-index: 2;
  }


  .globalMenuBlock20230313 .inner {
    padding-right: 0;
    position: relative;
  }

  .globalMenuBlock20230313 .searchWrapper20230313 {
    position: absolute;
    right: 0;
    bottom: 59px;
    transition: none;
    z-index: 202;
  }

  .globalMenuBlock20230313 .searchWrapper20230313.is-searchFix {
    position: fixed;
    bottom: auto;
    transition: none;
  }

  .globalMenuBlock20230313 .h_searchBlock {
    top: auto;
  }

  .globalMenuBlock20230313 .h_searchBlock .hs_btn {
    display: none;
  }

  .globalMenuBlock20230313 .h_searchWrap {
    display: block;
    padding: 0;
    width: auto;
    position: absolute;
    top: -1px;
    right: 0;
  }

  .globalMenuBlock20230313 .h_searchBlock .h_searchWrap {
    transition: top 0 ease-in-out;
  }

  .globalMenuBlock20230313 input[type="submit"].h_search_btn {
    background-color: #fff;
    background-image: url(../../images/common/icon_seach_3_20230310.png);
  }

  .globalMenuBlock20230313 input[type="submit"].h_search_btn {
    margin: 0;
    width: 33px;
  }

  .globalMenuBlock20230313 .h_searchBlock {
    margin-left: auto;
    right: 0;
    left: auto;
    position: absolute;
  }

  .globalMenuBlock20230313 .h_searchBox .scloseBtn {
    display: none;
  }

  .globalMenuBlock20230313 .h_searchBlock .h_searchWrap .h_searchBox {
    padding: 0;
    background-color: transparent;
    border: none;
    width: 189px;
  }

  .globalMenuBlock20230313 .h_searchBlock .h_searchWrap .h_searchBox:before {
    content: none;
  }

  .globalMenuBlock20230313 ::-webkit-input-placeholder {
    color: #A7A7A7;
  }

  .globalMenuBlock20230313 :-ms-input-placeholder {
    color: #A7A7A7;
  }

  .globalMenuBlock20230313 ::placeholder {
    color: #A7A7A7;
  }

  .globalMenuBlock20230313 input[type="text"].h_search_txt {
    font-size: 12px;
    height: 32px;
    width: calc(100% - 33px);
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 0;
  }

  .globalMenuBlock20230313 .headerBannerArea20230313 {
    margin-right: auto !important;
    padding: 10px 10px 5px;
    text-align: center;
  }

  .globalMenuBlock20230313 .headerBannerArea20230313 .headerBannerAreaText {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
  }

  .commonHeader20230313 .is-fix,
  .globalMenuBlock20230313 .is-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }

  .commonHeader20230313 .is-fix {
    background-color: #000;
  }

  .globalMenuBlock20230313 .is-fix.h_searchWrap {
    position: fixed;
    top: 58px;
    left: 0;
    z-index: 2;
    width: 100%;
    width: 940px;
    margin: 0 auto;
    text-align: right;
  }

  .globalMenuBlock20230313 #gnav.is-fix {
    transition: none;
    background-color: #fff;
  }

  .globalMenuBlock20230313 #gnav > .gnav_list {
    min-height: 50px;
    height: 50px;
  }

  .globalMenuBlock20230313 #gnav.is-fix .gnav_list {
    transition: none;
    max-width: 990px;
    left: 50%;
    padding-left: 25px;
    transform: translateX(-50%);
  }

  .commonHeader20230313.is-fix {
    transition: height .2s ease-in-out;
    background-color: #eeedf2;
  }
}

.globalMenuBlock20230313 input[type="text"].h_search_txt:focus {
  outline: none;
  width: calc(100% - 33px);
}

/* ヘッダーバナー表示調整  */
.globalMenuBlock20230313 .headerBanner.headerBannerArea20230313 {
  padding: 0;
}

/* ヘッダーバナー表示調整  */
.globalMenuBlock20230313 .sp-on.headerBannerArea20230313Sp {
  display: none;
}

/* ヘッダーバナー表示調整  */
.globalMenuBlock20230313 .spFreearea .sp-on.headerBannerArea20230313Sp {
  display: block;
}

@media screen and (max-width: 940px) {
  .globalMenuBlock20230313 .is-fix.h_searchWrap {
    width: 100%;
  }

  .globalMenuBlock20230313 #gnav.is-fix {
    padding-left: 0;
  }
}

@media screen and (max-width: 950px) and (min-width: 870px) {
  .globalMenuBlock20230313 .h_searchBlock .h_searchWrap .h_searchBox {
    width: 190px;
  }
}

@media screen and (max-width: 990px) {
  .globalMenuBlock20230313 input[type="text"].h_search_txt {
    width: calc(100% - 32px);
  }

  .globalMenuBlock20230313 input[type="submit"].h_search_btn {
    width: 32px;
  }

  .globalMenuBlock20230313 input[type="text"].h_search_txt:focus {
    width: calc(100% - 32px);
  }

  .commonHeader20230313 .is-fix.h_searchWrap {
    width: 100%;
  }

  .pc [freeareakey="top_tfal01"] .top_mv20230313.sliderWrap {
    width: 100%;
  }

  .globalMenuBlock20230313 >.inner {
    width: 100%;
  }

  .globalMenuBlock20230313 #gnav.is-fix .gnav_list {
    padding-left: 0;
  }

  .globalMenuBlock20230313 .searchWrapper20230313 {
    right: 20px;
  }
}

@media screen and (max-width: 890px) and (min-width: 768px) {
  .commonHeader20230313 .header_t1_r2 .inner .fleft.wd50,
  .commonHeader20230313 .header_t1_r2 .inner .fright.wd50 {
    /* width: auto !important; */
  }
}

@media screen and (max-width: 890px) and (min-width: 800px) {
  .globalMenuBlock20230313 #gnav > .gnav_list > li {
     margin: 0 1.5%;
   }
}

@media screen and (max-width: 799px) and (min-width: 768px) {
  .globalMenuBlock20230313 #gnav > .gnav_list > li {
     margin: 0 1%;
   }
}

@media screen and (max-width: 990px) {
  .globalMenuBlock20230313 .h_searchBlock .h_searchWrap .h_searchBox {
    width: 74px;
  }
}

@media screen and (max-width: 767px) {
  .globalMenuBlock20230313 {
    top: 54px;
  }

  .commonHeader20230313 {
    position: fixed;
    top: 0;
    z-index: 102;
    width: 100%;
  }

  .commonHeader20230313 .header.type01 {
    margin: 0 auto;
  }

  .searchWrapper20230313 {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    top: -100px;
    transition: top .1s ease-out;
  }

  .searchWrapper20230313.is-searchFix {
    position: fixed;
  }

  .commonHeader20230313 .h1_la {
    height: auto;
  }

  .globalMenuBlock20230313 {
    z-index: 101;
  }

  .searchWrapper20230313 .h_searchWrap {
    display: inline-block;
    width: 100%;
  }

  .searchWrapper20230313 .h_searchBlock {
    background: #fff;
    margin: 0;
    padding: 10px 30px;
 }

 .searchWrapper20230313 .h_searchBlock input[type="text"].h_search_txt {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 34px;
    width: 100%;
  }

  .searchWrapper20230313 input[type="submit"].h_search_btn {
    background-color: #fff;
    background-image: url(../../images/common/icon_seach_3_20230310_sp.png);
    background-size: calc(47px / 2), calc(48px / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) 56%;
    box-sizing: border-box;
    font-size: 0;
    height: 30px;
    margin-left: 0;
    width: 32px;
    position: absolute;
    top: 2px;
    right: 8px;
  }

  .searchWrapper20230313 .hs_btn {
    display: none;
  }

  .headerBannerArea20230313Sp {
    text-align: center;
    padding: 0 3px 10px;
    width: 100%;
  }

  .headerBannerArea20230313Sp .headerBannerAreaText {
    border-bottom: 1px solid #000;
    color: #000;
    display: inline;
    font-size: 12px;
    padding-bottom: 1px;
    text-align:center;
  }

  .headerBannerArea20230313Sp.is-fix {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position: fixed;
    z-index: -1;
  }

  .globalMenuBlock20230313 {
    box-shadow: none;
    overflow: visible;
  }

  .globalMenuBlock20230313 .inner {
    box-shadow: 5px 5px 10px #ccc;
  }

  .globalMenuBlock20230313 .h_searchBlock .h_searchWrap .h_searchBox {
    position: relative;
    width: 100%;
  }

  .globalMenuBlock20230313 #gnav .sn_wrap > ul >li {
    background-color: #fff;
  }
}

/* トップページ改修 20240514 */
@media screen and (max-width: 767px) {
   .wmf20240618 #gnav > ul > li > span {
    background-image: url(../../images/common/icon_open_wmf.png);
  }

  .wmf20240618 #gnav > ul > li > span.open {
    background-image: url(../../images/common/icon_close_wmf.png);
  }

  .wmf20240618 #gnav .sn_wrap a {
    background-image: url(../../images/common/icon_arw_01_wmf.png);
  }
}

@media screen and (max-width: 767px) {
  .CloneGlobalMenuWmf {
    margin-bottom: 30px;
  }

  .CloneGlobalMenuWmf #gnav .sn_wrap a {
    background-image: url(../../images/common/icon_arw_01_wmf.png);
  }

  .CloneGlobalMenuWmf #gnav > ul > li[id^="g"] > span,
  .CloneGlobalMenuWmf #gnav > ul > li[id^="gn"] > span {
    background-position:2px 50%, 98% 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 35px 27px, 18px 18px;
    padding: 7px 12px 7px 44px;
  }

  .CloneGlobalMenuWmf .gnav_list #gn1 span {
    background-image:
      url(/ec/shop/images/common/thumb-kitchenware-wmf01.png),
      url(../../images/common/icon_open_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #gn2 span {
    background-image:
      url(/ec/shop/images/common/thumb-knife-wmf01.png),
      url(../../images/common/icon_open_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #gn3 span {
    background-image:
      url(/ec/shop/images/common/thumb-Kitchen-tools-wmf01.png),
      url(../../images/common/icon_open_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #g4 span {
    background-image:
      url(/ec/shop/images/common/thumb-table-accessories-wmf01.png),
      url(../../images/common/icon_open_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #gn5 span {
    background-image:
      url(/ec/shop/images/common/thumb-drinkware-wmf01.png),
      url(../../images/common/icon_open_wmf.png);
  }
  .CloneGlobalMenuWmf .gnav_list #gn1 span.open {
    background-image:
      url(/ec/shop/images/common/thumb-kitchenware-wmf01.png),
      url(../../images/common/icon_close_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #gn2 span.open {
    background-image:
      url(/ec/shop/images/common/thumb-knife-wmf01.png),
      url(../../images/common/icon_close_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #gn3 span.open {
    background-image:
      url(/ec/shop/images/common/thumb-Kitchen-tools-wmf01.png),
      url(../../images/common/icon_close_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #g4 span.open {
    background-image:
      url(/ec/shop/images/common/thumb-table-accessories-wmf01.png),
      url(../../images/common/icon_close_wmf.png);
  }

  .CloneGlobalMenuWmf .gnav_list #gn5 span.open {
    background-image:
      url(/ec/shop/images/common/thumb-drinkware-wmf01.png),
      url(../../images/common/icon_close_wmf.png);
  }
}

/* 新規会員登録導線更新 */
@media screen and (min-width:768px) {
  .header_t1_r2 .fright ul li.hm_fr3 .btnInterim20240523 {
    color: #000;
    background-color: #ede3b8;
    border: 1px solid #ede3b8;
    font-weight: bold;
    border-radius: 3px;
  }
}