/*///////// header /////////*/
.header-info {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}
.header-innner {
  width: 100%;
  padding: 50px 5% 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 270px;
  display: block;
}
.header-right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
	
}
.header-rightNav__inputGroup {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header-rightNav__input {
  width: 210px;
  border-radius: 0;
}
.header-rightNav__button {
  margin-left: 10px;
  border: none;
  background: none;
}
.header-menu {
  margin-left: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header-menu .fs-pt-menu a{margin: 0;padding: 0;}
.header-menu .fs-p-headerUtilityMenu__logout a,
.header-menu .fs-p-headerUtilityMenu__login a,
.header-menu .icon-mypage .fs-pt-menu__heading a,
.header-menu .icon-favorite .fs-pt-menu__heading a,
.header-menu .fs-p-headerUtilityMenu__register .fs-pt-menu__heading a{
  padding-left: 40px;
}
.header-menu .icon-mypage .fs-pt-menu__heading a::before {
  width: 32px;
  height: 32px;
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-mypage.png) 50% 50% no-repeat;
  border: none;
  position: absolute;
  left: 0;
  top: -8px;
}
.header-menu .icon-favorite .fs-pt-menu__heading a::before {
  width: 31px;
  height: 27px;
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-heart.png) 50% 50% no-repeat;
  border: none;
  position: absolute;
  left: 0;
  top: -4px;
}
.header-menu .icon-cart .fs-pt-menu__heading a::before {
  width: 36px;
  height: 36px;
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-cart.png) 50% 50% no-repeat;
  border: none;
  position: absolute;
  left: 0;
  top: -6px;
}
.header-menu .icon-cart .fs-pt-menu__heading a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fs-p-headerUtilityMenu{margin-bottom: 5px;}
.header-icon_cart{position: relative;}
.fs-p-cartItemNumber{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: flex!important;
	align-items: center;
	justify-content: center;
	top: -5px;
	right: -5px;
}
.fs-p-headerNavBar .fs-p-cartItemNumber{
  top: 2px;
  right: 10px;
}
.icon-cart{position: relative;}

.fs-p-headerUtilityMenu__register a {
  padding-left: 35px;
}
.fs-p-headerUtilityMenu__register a::before {
  width: 25px;
  height: 34px;
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-member.png) 50% 50% no-repeat;
  border: none;
  position: absolute;
  left: 0;
  top: -8px;
}
.header-right_cart {
  padding-right: 20px;
}
.fs-p-headerUtilityMenu__login .fs-pt-menu__link--lv1 {
  padding-left: 50px;
}
.fs-p-headerUtilityMenu__login .fs-pt-menu__link--lv1::before {
  content: '';
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-login.png)no-repeat 0 0;
  position: absolute;
  top: -8px;
  left: 0;
  width: 36px;
  height: 36px;
  border: none;
}
.fs-p-headerUtilityMenu__logout .fs-pt-menu__link--lv1 {
  padding-left: 50px;
}
@media screen and (max-width:1000px){
	.header-menu .icon-mypage .fs-pt-menu__heading a, .header-menu .icon-favorite .fs-pt-menu__heading a{padding-left: 0;}
	.fs-p-headerUtilityMenu__logout .fs-pt-menu__link--lv1{padding: 0;}
}

@media screen and (max-width:768px){
	.header-icon_cart{
		margin: 0!important;
		padding: 0!important;
		width: 27px;
		height: 27px;
		display: block;
	}
	.header-icon_cart img{
		width: 27px;
		height: 27px;
	}
}

.fs-p-headerUtilityMenu__logout .fs-pt-menu__link--lv1::before {
  content: '';
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-logout.png)no-repeat 0 0;
  position: absolute;
  top: -8px;
  left: 0;
  width: 35px;
  height: 36px;
  border: none;
}
.header-drawer_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.header-drawer_inner ul {
  width: calc(500px - 40px);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.header-drawer_inner > ul > li {
  width: 100%;
}
.header-drawer_inner li > .fs-pt-menu__heading, .header-drawer_inner .fs-pt-menu__submenu li {
  width: 210px;
}
.header-menu_list > ul {
  flex-direction: column;
}
.header-menu_list > ul > li {
  height: 50px;
}
.header-menu_list > ul > li > a {
  width: 210px;
}
@media screen and (max-width:1200px) {
  .header-menu {}
  .fs-p-headerUtilityMenu__login .fs-pt-menu__link--lv1, .fs-p-headerUtilityMenu__logout .fs-pt-menu__link--lv1, .header-menu .icon-mypage .fs-pt-menu__heading a, .header-menu .icon-favorite .fs-pt-menu__heading a, .fs-p-headerUtilityMenu__register a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .fs-p-headerUtilityMenu__list > li + li {
    width: 45px;
  }
}
#header_top {
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  letter-spacing: 0.2em;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #e5edf5;
}
@media only screen and (max-width: 980px) {
  .header-form {
    width: 50%;
    max-width: 170px;
  }
  .header-rightNav__input {
    width: 100%;
  }
  .fs-p-headerUtilityMenu__list > li, .fs-p-headerUtilityMenu__list > li + li {
    width: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo {
    width: 30%;
    max-width: 200px;
  }
  #header_top {
    padding: 10px 0 0;
  }
  #gNav .nav {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #header_top {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_nav {
    margin: 0 auto;
  }
  #gNav ul {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #gNav li {
    position: relative;
    margin-right: 5em;
  }
  #gNav li.menu-arrow > a {
    padding-right: 13px;
  }
  #gNav li.menu-arrow > a:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    transition: all .2s ease;
  }
  #gNav li.menu-arrow > a:hover:after {
    top: calc(50% - 3px);
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
    transition: all .2s ease;
    font-size: 13.5px;
    letter-spacing: 0.08em;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -250px;
    padding: 15px 20px 20px;
    width: calc(500px - 40px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  #gNav .sub-menu:before {
    content: '';
    position: absolute;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e5edf5;
    left: calc(100% / 2 - 15px);
  }
  #gNav .sub-menu > ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu, #gNav .sub-menu .menu-small, .header-drawer_inner ul {
    height: 375px;
  }
  #gNav li:last-child .sub-menu, #gNav .sub-menu .menu-middle, .header-menu_list ul {
    height: 375px;
  }
  #gNav .sub-menu .menu-middle {
    width: 100%;
  }
  .sub-menu_inner {
    width: 50%;
  }
  .sub-menu_inner h2 {
    padding: 20px 5px 20px 10px;
    font-size: 13px;
  }
  .sub-menu_inner ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  #gNav .sub-menu .sub-menu_inner li {
    width: 100%;
  }
  #gNav .sub-menu ul li a {
	  width: 100%;
    padding: 20px 5px 20px 10px;
    display: inline-block;
    border-bottom: none;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0;
  }
  #gNav .sub-menu .sub-menu_inner ul li a {
    padding: 20px 5px 20px 10px;
  }
  #gNav .sub-menu ul li a:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    transition: all .3s;
  }
  #gNav .sub-menu ul li a:hover:before {
    right: 20px;
  }
  #gNav .sub-menu ul li a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    width: 210px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #000;
  }
  #gNav li:hover .sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover .sub-menu ul li a {
    color: #000;
  }
  #gNav li:hover .sub-menu ul li a:hover {
    color: #7f8bac;
  }
}
/*///////// footer /////////*/
.footer-contents {
  margin: 100px auto 0;
  padding: 65px 0 50px;
  color: #fff;
  background: #99b8d9;
}
.footer-inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.footer-information, .footer-support_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.footer-mailmagazine {
  padding-top: 20px;
}
.footer-mailmagazine .mailmagazine-titie {
  padding-left: 70px;
  position: relative;
  font-size: 11.5px;
  line-height: 1.6;
}
.footer-mailmagazine .mailmagazine-titie:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 36px;
  background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-mail.png);
  top: 4px;
  left: 0;
}
.footer-mailmagazine .mailmagazine-titie .en {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.footer-mailmagazine .mailmagazine-form {
  margin-top: 25px;
}
.footer-mailmagazine .mailmagazine-form [type="text"] {
  width: 320px;
}
.footer-mailmagazine .mailmagazine-form [type="submit"] {
  padding: 6px 15px;
  background: #004da0;
  color: #fff;
  font-size: 11px;
  border: none;
  line-height: 16px;
}
.mailmagazine-text p {
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.8;
}
.footer-support {}
.footer-support .footer-check .footer-check_link {
  background: url(https://ikdj.itembox.design/item/s/assets/images/footer/title-check.png) 0 0 no-repeat;
  display: block;
  width: 416px;
  height: 67px;
  padding: 25px 0 0;
  text-align: center;
}
.footer-support .footer-check .footer-check_link p {
  padding-top: 10px;
  font-size: 14px;
}
.footer-support_box {
  margin-top: 25px;
  line-height: 1.6;
}
.footer-support_title {}
.footer-supoprt_mtitle {
  font-size: 11.5px;
  line-height: 1.6;
}
.footer-supoprt_mtitle .en {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.footer-support_text {}
.footer-support_text p {
  margin-top: 0;
  line-height: 2rem;
}
.footer-support_text a {
  color: #fff;
}
.footer-navigation {
  margin: 35px 0 35px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.footer-navigation2 {
  margin-top: 100px;
  margin-bottom: 130px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.footer-navigation_menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.footer-navigation_menu2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.footer-navigation_menu div + div {
  margin-left: 60px;
}
.footer-nav_inner {}
.footer-nav_title {
  width: 140px;
  height: 23px;
  padding: 0 5px;
  font-size: 13px;
  border: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.footer-nav_inner .fs-pt-menu__item, .footer-nav_category_other li {
  margin-top: 30px;
}
.footer-navigation_othermenu {
  width: 50%;
}
.footer-navigation_othermenu li {
  width: 50%;
}
.footer-nav_category_other {
  height: 275px;
  margin-left: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-nav_category_other li:nth-child(8), .footer-nav_category_other li:first-child {
  margin-top: 0;
}
.footer-nav_category_other .fs-p-headerUtilityMenu__register a {
	display: contents;
  padding-left: 0;
}
.footer-sns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.footer-sns a img {
  width: 25px;
  height: 25px;
}
.footerCopyright {
  text-align: center;
}
.footerCopyright__text {
  font-size: 10px;
}
.service-footer {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.service-footer .fs-pt-column__item + .fs-pt-column__item {
  margin-left: 20px;
}
.service-footer .fs-pt-column__item {
  padding: 0;
}


.footer_payment{
  align-items: center;
  display: flex;
}

.payment_brand_icon{
  display: flex;
  flex-direction: row;


}
.payment_brand_icon img{

  height: 25px;
  margin-right: 15px;
  margin-left: 15px;

}




/*///////// ドロワーメニュー（drawermenu） /////////*/
.drawerMenu-banner {
  margin-bottom: 30px;
}
.drawer-title_h2 {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 1.3rem;
}
.drawer-title_h3 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1.3rem;
}
.drawerMenu-tag {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.drawerMenu-tag li a {
  margin: 0 10px 10px 0;
}
.drawerMenu-tag li a {
  padding: 5px 10px;
  display: block;
  background: #bfd2e7;
}
.drawerMenu-tag > li {
  margin-top: 0 !important;
}
.fs-p-drawer .fs-p-searchForm {
  margin-bottom: 30px;
}
.drawerMenu_sp {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.drawerMenu_sp li {
  width: 100%;
  border-bottom: 1px solid gray;
}
.drawerMenu_sp li a {
  padding: 20px 5px 20px 10px;
  display: block;
  border-bottom: none;
  line-height: 1.2em;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0;
}
.drawerMenu_sp li a {
  padding: 20px 5px 20px 10px;
}
.drawerMenu_sp li a:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  transition: all .3s;
}
.drawerMenu_sp li a:hover:before {
  right: 20px;
}
.drawerMenu_sp li a:hover:after {
  content: none;
}
.drawerMenu_sp > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media screen and (max-width:768px) {
  /*///////// drawerMenu /////////*/
  .fs-p-drawer__buttonContainer {
    position: absolute;
    right: 5%;
  }
  .drawerMenu-info {
    padding-top: 50px;
  }
  .fs-p-drawer .fs-l-header__logo {
    top: 25px;
  }
  .drawerMenu-info {}
  .drawerMenu-info li {
    padding: 2px 0;
    background: #004da0;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .drawerMenu-info li + li {
    margin-top: 5px;
  }
  .drawerMenu-info li a {
    color: #fff;
  }
  /*///////// header /////////*/


  .fs-l-header {
    padding: 0;
  }
  .fs-preview-header {
    display: none;
  }
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: none;
  }
  .fs-p-headerNavBar {
    width: 100%;
    padding: 2px 0 5px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid rgb(38, 38, 38);
    border-bottom: 1px solid #7c8790 !important;
    background: #fff;
    color: #000;
    z-index: 99999;
  }
  .fs-p-headerNavBar .sp-headerNavigation__list {
    justify-content: space-between;
  }
  .fs-p-headerNavBar .sp-headerNavigation__list li {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  .fs-p-headerNavBar .sp-headerNavigation__list li button {
    width: 100%;
  }
  .sp_headerNavigation {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp-headerNavigation__list {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: end;
    justify-content: space-evenly;
  }
  .sp-headerNavigation__list li a {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    color: #000;
  }
  .sp-headerNavigation__list li button {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    color: #000;
  }


  .sp-headerNavigation__list li a img,
  .sp-headerNavigation__list li button img {
    height: 40px;
  }
  .sp-headerNavigation__list li a:visited {
    color: #000;
  }


  .header-info {
    width: 100%;
    height: 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .sp-header__contents {
    width: 95%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fs-l-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-search-sp{
    width: 90%;
    margin: 0px auto 10px;
    position: relative;
    transition: all .3s;
  }
  .header-search-sp.active {
    z-index: 10000;
  }
  .fs-p-logo {
    padding: 0;
  }
  .fs-p-logo__image {
    max-height: 25px;
  }
  .fs-p-drawer {
    width: 80%;
    padding: 0;
    z-index: 10001 !important;
  }
  .fs-p-drawerButton {
    padding: 20px 0 0;
  }
  .header-sp_rightmenu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 55px;
	  margin-right: 10px;
  }


  .header-sp_rightmenu li + li {
    margin-left: 5px;
  }
  .header-sp_rightmenu .icon-search .fs-pt-menu__heading a, .header-sp_rightmenu .icon-cart .fs-pt-menu__heading a {
    position: relative;
  }
  .header-sp_rightmenu .icon-search .fs-pt-menu__heading a::before {
    content: '';
    width: 27px;
    height: 27px;
    background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-search.png) 50% 50% no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-sp_rightmenu .icon-cart .fs-pt-menu__heading a::before {
    content: '';
    width: 27px;
    height: 27px;
    background: url(https://ikdj.itembox.design/item/s/assets/images/icon/icon-cart.png) 50% 50% no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-sp_rightmenu .icon-search .fs-pt-menu__heading a, .header-sp_rightmenu .icon-cart .fs-pt-menu__heading a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 27px;
    height: 27px;
  }
  .campaign_sp_header_text {
    margin: auto;
    padding: 5px;
    color: #ffffff;
    background-color: #004DA0;
    font-size: 1rem;
    text-align: center;
  }
  .fs-c-productNumber {
    border: none;
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px 8px;
  }
  /*///////// footer /////////*/
  .sp-footer {
    margin: 70px auto 0;
  }
  .service-footer {
    width: 90%;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  .service-footer .fs-pt-column__item {
    padding: 0;
  }
  .service-footer .fs-pt-column__item + .fs-pt-column__item {
    margin-left: 0;
  }
  .service-footer a + a {
    margin-top: 15px;
  }
  .footer-contents {
    width: 100%;
    margin: 3em auto 0;
    padding: 1em 0 2em;
    background: #99b8d9;
    color: #fff;
  }
  /*///////// mail-top /////////*/
  .mail-top {
    width: 90%;
    margin: 50px auto 0;
  }
  .mail-top .top-title_h2 {
    margin: 0 0 20px;
    display: inline-block;
  }
  .mailmagazine-form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .mailmagazine-form img {
    height: 20px;
    object-fit: contain;
  }
  .mailmagazine-form [type="text"] {
    width: 60%;
    margin: 0 5px;
    padding: 5px;
    background: #eee;
    border: none;
    font-size: 10px;
  }
  .mailmagazine-form [type="submit"] {
    height: 23px;
    padding: 0 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004da0;
    color: #fff;
    font-size: 10px;
    border: none;
  }
  .mailmagazine-text p {
    margin: 20px auto 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
  }
  .footer-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .footer-check .footer-check_link {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    padding: 25px 0 0 0;
    background: url(https://ikdj.itembox.design/item/s/assets/images/footer/title-check.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    text-align: center;
  }
  .footer-check .footer-check_link p {
    font-size: 11px;
  }
  .footer-tax {
    font-size: 0.8em;
  }
  .footer-free {
    font-size: 1.2em;
  }
  .footer-navigation {
    margin: 20px 0 0;
    padding: 0;
    border-top: none;
  }
  .footer-navigation ul {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .footer-nav_inner .fs-pt-menu__item, .footer-nav_category_other li {
    margin-top: 0
  }
  .footer-navigation ul li {
	  padding: 0 0 18px;
  }
  .footer-navigation ul li:nth-last-child(-n+5) {
    margin-left: 5%;
  }
  .footer-sns {
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
  }
  .footer-sns::after {
    content: '';
    width: 100%;
  }


  .footer-sns a img {
    width: 25px;
    height: 25px;
  }

  .footer_payment {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 0 50px;
}

  .payment_brand_icon img {
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .footerCopyright {
    width: 100%;
    padding: 0 0 90px;
    text-align: center;
  }
  .footerCopyright__text {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  /*///////// bottom-menu /////////*/
  .fs-p-drawerButton__icon {
    padding-bottom: 7px;
    display: inline-block;
  }
  .fs-p-drawerButton__icon {
      font-size: 2.5rem !important;
  }
  /*///////// drawer-menu /////////*/
  .fs-p-drawer {
    padding: 0 5%;
  }
  .drawer-icon .login {
    margin: 5rem auto 0;
  }
  .drawer-icon .logout {
    margin: 2rem auto 0;
  }
  .is-ready .fs-p-drawer__welcomeMsg {
    margin: 20px auto 0;
    font-size: 12px;
  }
  .is-ready .fs-p-memberInfo {
    flex-direction: column;
    align-items: baseline;
	  line-height: 1.5;
  }
  .drawer-icon__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-evenly;
  }
  .drawer-icon a {
    display: inline-block;
    width: 30%;
  }
  .fs-p-drawer__search {
    text-align: center;
  }
  .fs-p-drawer__search .drawerMenu_titile {
    font-size: 1.2rem;
    margin: 20px auto 5px;
  }
  .fs-p-drawer .drawerMenu_sp {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 1.5em;
  }
  .drawerMenu_sp li a {
    padding: 0;
    display: contents;
    font-size: 1rem;
  }
  .fs-p-drawer .drawerMenu_sp li {
    width: calc(50% - 2.5px);
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #a2a2a2;
    font-size: 11px;
  }
  .fs-p-drawer .drawerMenu_sp li a {
    display: contents;
    padding: 0;
  }
  .fs-p-drawer .drawerMenu_sp li a:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
  }
  .fs-p-drawer .drawerMenu_sp li:nth-child(even) {
    margin-left: 5px;
  }
  .fs-p-drawer .drawerMenu-info_sp {
    margin-top: 10px;
  }
  .fs-p-drawer .drawerMenu-info_sp li {
    background: #ebebeb;
    border: none;
    margin-bottom: 5px;
    padding: 10px 6px;
    font-size: 9px;
  }
  .fs-p-drawer .footer-sns {
    margin: 10px auto 0;
  }
  .fs-p-drawer .footer-sns a img {
    width: 18px;
    height: 18px;
  }
  .fs-p-drawer .fs-pt-column__item {
    padding: 4px;
  }
  .footer-support_sp{

    width:90%;
    margin:20px auto;
  }
  .footer-support_text_parts{
    margin:10px;
  }
  .footer-support_text_parts p{
    line-height: 2rem;
  }

  /* 202508より変更分 */
  body.menu-open {
    overflow: hidden;
  }
  .hb202508 {
    padding: 0 0 9em;
    font-weight: 500;
  }
  .hb202508 .is-ready .fs-p-memberInfo {
    width: 15em;
    margin: 3em auto -1em;
    font-size: 15px;
  }
  .hb202508 .is-ready .fs-p-memberInfo > * {
    line-height: 1.8em;
}
  .hb202508 .drawer-icon__inner {
    display: block;
    width: 15em;
    margin: 3.5em auto 2.5em;
    border-radius: 1.2em;
    font-size: 15px;
    justify-content: center;
    align-items: center;
  }
  .hb202508 .drawer-icon__inner > * {
    margin-bottom: 1.2em;
    background: #e5eef5;
  }
  .hb202508 .drawer-icon__inner .d_flex {
    display: flex;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .hb202508 .drawer-icon__inner .d_flex a {
    width: calc(50% - .5em);
  }
  .hb202508 .drawer-icon__inner .d_flex a:first-child {
    text-align: right;
    padding-right: .5em;
  }
  .hb202508 .drawer-icon__inner .d_flex a:last-child {
    text-align: left;
    padding-left: .5em;
  }
  .hb202508 .drawer-icon__inner > a {
    width: 100%;
    border-radius: 24px;
  }
  .hb202508 .drawer-icon__inner a {
    color: #010103;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
  }
  .hb202508 .drawer_title {
    display: block;
    line-height: 3em;
    border-bottom: 1px solid #c5c5c5;
    font-size: 17px;
    color: #000;
  }
  .hb202508 .drawermenu_wrap {
    width: 75%;
    margin: 0 auto;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .hb202508.fs-p-drawer .drawer_title.accordion + .drawerMenu_sp {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp li {
    width: 100%;
    height: 49px;
    margin-left: 0;
    font-size: 16px;
    padding: 0;
    border-bottom: 1px solid #c5c5c5;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp li span {
    width: 100%;
    height: 100%;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 48px;
    margin: 0;
    padding-left: 1em;
    font-size: 14px;
    transition: all .3s ease;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp li a:hover,
  .hb202508.fs-p-drawer .drawerMenu_sp li a:active {
    opacity: .8;
  }
  .hb202508 .drawer_title.accordion,
  .hb202508 .drawer_title,
  .hb202508 .fs-clientInfo.hb_under a {
    position: relative;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp li a::before,
  .hb202508 .drawer_title.accordion::before,
  .hb202508 .drawer_title::before,
  .hb202508 .fs-clientInfo.hb_under a::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    transition: all .3s;
  }
  .hb202508 .drawer_title.no_arrow::before {
    display: none;
  }
  .hb202508 .drawer_title.accordion.active:before {
    transform: rotate(135deg);
  }
  .hb202508.fs-p-drawer .drawerMenu-info_sp {
    margin: 5em 0 3em;
    padding: 0;
    background: #e4edf4;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp.drawerMenu-info_sp li {
    width: 75%;
    height: 48px;
    margin: 0 auto;
    background: #e4edf4;
    border-bottom: 1px solid #ffffff;
  }
  .hb202508.fs-p-drawer .drawerMenu_sp.drawerMenu-info_sp li a::before {
    display: none;
  }
  .fs-p-drawer .footer-sns.hb_sns {
    gap: 2em;
  }
  .fs-p-drawer .footer-sns.hb_sns a img {
    width: 3em;
    height: 3em;
  }
  .hb202508 .fs-clientInfo.hb_under .my-true {
    margin-top: -1em;
  }
  .hb202508 .fs-clientInfo.hb_under .drawer-icon__inner {
    display: flex;
    justify-content: right;
  }
  .hb202508 .fs-clientInfo.hb_under .drawer-icon__inner.my-false {
    display: none;
  }
  .hb202508 .fs-clientInfo.hb_under a {
    display: inline-block;
    width: 8em;
    background: none;
    border-radius: unset;
    text-align: left;
    font-size: 14px;
  }
}

