@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,body{
  height: 100%;
}
html{
  font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form, input,figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-size: 1.0rem;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #1A1A1A;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  hanging-punctuation: allow-end;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*:focus {
  outline: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a{
  text-decoration: none;
  color: #1A1A1A;
}
.login.my-true { display: none !important; }
.logout.my-false { display: none !important; }

@media screen and (min-width: 1025px){
  a,
  a img{
    transition-duration: .3s;
  }
  a:hover img{
    opacity: .7
  }
}
a:hover{
  text-decoration: none;
}
@media screen and (max-width: 1024px){
  a:active img{
    opacity: .7
  }
}
a.no-link{
  pointer-events: none;
}
.show_search,
.show_nav,
.nav_hover{
  overflow: hidden;
}
/* ------------------------------
    common
------------------------------ */
.sp640{  
	display: none;
}
.bold{  
	font-weight: 700;
}
.center{
  text-align: center;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-gray{
  background-color: #F8F8F8;
}
.wrap{
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.section_wrap{
  margin: 0 auto;
}
.popi{
  font-family: 'Poppins', sans-serif;
}
.bask{
  font-family: baskerville-display-pt,serif;
  font-weight: 400;
  font-style: normal;  
}
.serif{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cont_ttl{
  margin-bottom: 45px;
}
.cont_ttl .en{
  font-size: 26px;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  font-weight: 500;
}
.cont_ttl .ja{
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 1em;
}
.site_btn{
  margin: 0 auto;
  border: 1px solid #1A1A1A;
}
.site_btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  height: 60px;
  font-size: 12px;
}
.site_btn a::before{
  content: "";
  width: 15px;
  height: 1px;
  background: #1A1A1A;
  -webkit-animation: bo002 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation: bo002 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;  
}
.site_btn a::after{
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-animation: bo001 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation: bo001 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;  
}
.site_btn a:hover{
  background: #1A1A1A;
  color: #fff;
}
.site_btn a:hover::after{
  -webkit-animation: bo002 0.3s forwards;
  animation: bo002 0.3s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.more_link a{
  letter-spacing: 0.1em;
}
.more_link a span{
  position: relative;
  font-size: 100%;
  padding: 5px;
}
.more_link a span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94);
  transform: scaleX(1);
  transform-origin: center left;  
}
.more_link a:hover span::before{
  transform: scaleX(1);
  transform-origin: center left;
-webkit-animation: underline .5s linear forwards;
    animation: underline .5s linear forwards;  
}
@media screen and (min-width: 1025px){
	.sp{
    display: none!important;  
	}
  .site_btn{
    width: 280px;
  }
}
@media screen and (max-width: 1024px){
	.pc{
		display: none!important;
	}
  .site_btn{
    width: 65%;
  }
  
  
}
@media screen and (max-width: 640px){
	.sp640{
    display: block;  
	}  
	.pcTab{
    display: none;  
	}
  .site_btn{
    width: 70%;
  }
  .site_btn a{
    height: 50px;
    font-size: 0.8rem;
  }
  .site_btn a::before{
    width: 10px;
  }
  .cont_ttl{
    margin-bottom: 25px;
  }
  .sec_news .cont_ttl{
    margin-bottom: 20px;
  }
  .cont_ttl .en{
    font-size: 20px;
    margin-bottom: 9px;
  }
  .cont_ttl .ja{
    font-size: 10px;
  }
  .more_link a span{
    font-size: 0.8rem;
  }
  
}
@media screen and (min-width: 1025px){
  #header {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------
    header
------------------------------ */
#header{
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  border-bottom: 1px solid #f4f4f4;
}
#header .header_inner{
  position: relative;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
#header__logo{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}
.header_nav_btn{
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
}
.header_nav_btn .trigger_box span{
  width: 35px;
  height: 2px;
  background-color: #1A1A1A;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .8s cubic-bezier(.19,1,.22,1);
}
.header_nav_btn .trigger_box span:nth-child(1){
  top: 11px;
}
.header_nav_btn .trigger_box span:nth-child(2){
  bottom: 11px;
}
/*クリック後*/
.show_nav .header_nav_btn .trigger_box span:nth-child(1){
  transform: translate(-50%,6px) rotate(15deg);
}
.show_nav .header_nav_btn .trigger_box span:nth-child(2){
  transform: translate(-50%,-5px) rotate(-15deg);
}

/*アナウンスバー*/
.head__newsBox{
  background-color: #C6C6C6;
  padding: 12px 0 11px;
}
.head__newsBox p a{
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 1em;
  border-bottom: 1px solid #fff;
}
.head__newsBox p a:hover{
  opacity: 0.75;
  border-color: #c6c6c6;
}
/*ハンバーガーメニュー*/
#hd_nav_drawer{
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 9996;
  border-top: 1px solid #F4F4F4;
  transition: .6s cubic-bezier(.165,.84,.44,1);
  border-bottom: 1px solid #f4f4f4;
}
.show_nav #hd_nav_drawer{
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 1025px){
  #header{
    height: 80px;
  }
  #header .header_inner{
    padding: 0 50px;
  }
  #header .header__nav{
    -ms-align-items: center;
    align-items: center;
    height: 100%;
  }
  #header .header__nav .nav_links{
    margin-left: 50px;
    height: 100%;
  }
  .nav_links .nav__item{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-right: 29px;
  }
  .navi_line > a > span,
  .nav_links .nav__item > a > span{
    position: relative;
    padding: 0 3px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .navi_line > a > span::after,
  .nav_links .nav__item > a > span::after{
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    right: 2px;
    left: 0;
    bottom: 0;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    transform-origin: right center;
    transform: scaleX(0);
  }
  .navi_line:hover > a > span::after,
  .nav_links .nav__item:hover > a > span::after{
    left: 0;
    right: auto;
    transform-origin: left center;
    transform: scaleX(1);
    width: 100%;
  }
  .nav__item.has__child .nav_child_container{
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border-top: #F4F4F4 1px solid;
    border-bottom: #F4F4F4 1px solid;
  }
  .nav__item.has__child:hover .nav_child_container{
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }
  .show_nav .nav__item.has__child{
    pointer-events: none;
  }
  /*ITEM*/
  #nav_item.nav_child_container .nav_child_inner{
    
  }
  #nav_item.nav_child_container .nav_child_inner > div{
    padding: 80px 0 130px; 
    box-sizing: border-box;
  }
  #nav_item.nav_child_container .nav_child_inner .nav_ttl{
    margin-bottom: 25px;
    line-height: 1.67;
    font-size: 1.29rem;
  }
  #nav_item.nav_child_container .nav_child_inner ul li a{
    font-size: 0.93rem;
  }
  #nav_item.nav_child_container .nav_child_inner ul li a:hover{
    opacity: 0.6;
  }
  #nav_item.nav_child_container .nav_category_area{
    border-right: 1px solid #F4F4F4;
    max-width: 25.6856%;
    flex: 0 0 25.6856%;
    padding-left: 9.3645%!important;
  }
  #nav_item.nav_child_container .nav_category_area ul li + li{
    margin-top: 20px;
  }
  #nav_item.nav_child_container .nav_item_area{
    width: calc(100% - 25.6856%);
    padding-left: 6.689%!important;
  }
  #nav_item.nav_child_container .nav_item_area .nav_item_list{
    max-width: 463px;
    flex-wrap: wrap;
  }
  #nav_item.nav_child_container .nav_item_area .nav_item_list li{
    width: 33.3333%;
    margin-bottom: 20px;
  }
  /*BRAND*/
  .nav_type_menu.nav_child_container,
  .nav_brand_menu.nav_child_container{
    padding: 60px 0;
  }
  .nav_type_menu.nav_child_container .nav_child_inner,
  .nav_brand_menu.nav_child_container .nav_child_inner{
    max-width: 1220px;
    width: 90%;
    margin: 0 auto;
  }
  .nav_type_menu.nav_child_container .nav_child_inner .nav_brand_list,
  .nav_brand_menu.nav_child_container .nav_child_inner .nav_brand_list{
    flex-wrap: wrap;
  }
  .nav_brand_menu.nav_child_container .nav_child_inner .nav_brand_list .brand_item{
    width: 24%;
    margin: 1% .5%
  }
  #nav_category.nav_brand_menu.nav_child_container .nav_child_inner .nav_brand_list .brand_item{
    width: 19%;
    margin: 1% .5%
  }
  .nav_brand_menu .nav_child_inner .nav_brand_list .brand_item .image{
    margin-bottom: 5px;
  }
  .nav_brand_menu .nav_child_inner .nav_brand_list .brand_item .name{
    font-weight: 400;
    line-height: 2.14;
    font-size: 12px;
  }
  .header__infoArea .info_list{
    align-items: center;
  }
  .header__infoArea .info_list li{
    margin-right: 36px;
  }
  .header__infoArea .info_list li:last-child{
    margin-right: 0;
  }
  #search_toggle_pc a {
    display: inline-block;
    background-size: contain;
    background-position: center center;
  }
  #search_toggle_pc a img {
    width: 24px;
    height: 19px;
    object-fit: scale-down;
    background: #fff;
  }
  .show_search #search_toggle_pc a img {
    opacity: 0;
  }
  .show_search #search_toggle_pc a {
    background: url("https://accessory.itembox.design/item/assets/image/common/ico_head_search_close.svg") center center no-repeat;
  }
  .show_search .search_cover {
    background: rgba(255,255,255,.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
  }
  /*ハンバーガーメニュー*/
  #hd_nav_drawer{    
    top:80px;
  }
  .pc_menuArea .nav_contianer{
    max-width: 1215px;
    width: 90%;
    margin: 0 auto;
  }
  .pc_menuArea .nav_contianer > div{
    box-sizing: border-box;
  }
  .pc_menuArea .nav_contianer .shop_menu_area{
    padding: 80px 0;
    border-right: 1px solid #F4F4F4;
    width: 61.1523%;
  }
  .pc_menuArea .nav_contianer .shop_menu_area .nav_column + .nav_column{
    margin-left: 13%;
  }
  .pc_menuArea .nav_contianer .shop_menu_area .nav_ttl{
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
  }
  .pc_menuArea .nav_contianer .shop_menu_area ul li {
    font-size: 12px;
    line-height: 1.6;
  }
  .pc_menuArea .nav_contianer .shop_menu_area ul li + li{
    margin-top: 10px;
  }
  .pc_menuArea .nav_contianer .shop_menu_area ul li a:hover{
    opacity: 0.7;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area{
    padding: 80px 0 130px 10.3704%;
    width: calc(100% - 61.1523%);
    justify-content:space-between;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_ttl{
    margin-bottom: 22px;
    font-size: 1.14rem;
    letter-spacing: 0.08em;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_ttl a:hover{
    opacity: 0.6;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area ul li + li{
    margin-top: 20px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area ul li a{
    font-size: 0.93rem;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area ul li a:hover{
    opacity: 0.7;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area ul + .nav_ttl{
    margin-top: 40px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li a{
    font-weight: 400;
    position: relative;
    padding-left: 20px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li a::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li.insta a::before{
    left: 2px;
    background-image: url("../image/common/ico_sns_instagram.svg");
    width: 11px;
    height: 11px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li.yt a::before{
    left: 0;
    background-image: url("../image/common/ico_sns_youtube.svg");
    width: 15px;
    height: 10px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li.line a::before{
    left: 0;
    background-image: url("../image/common/ico_sns_line.svg");
    width: 15px;
    height: 15px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li.email a::before{
    left: 1px;
    background-image: url("../image/common/ico_sns_email.svg");
    width: 14px;
    height: 11px;
  }
  .pc_menuArea .nav_contianer .shopInfo_menu_area .nav_sns_list li a:hover{
    opacity: 0.7;
    color: #1a1a1a;
  }
  
}
@media screen and (max-width: 1024px){
  #header{
    height: 60px;
  }
  #header .header_inner{
    padding: 0 5%;
  }
  #header .header__nav .nav_links{
    display: none;
  }
  #header .header__nav{
    -ms-align-items: center;
    align-items: center;
  }
  #search_toggle_sp{
    margin-left: 25px;
    width: 25px;
  }
  .show_search #search_toggle_sp button {
    background: url("https://accessory.itembox.design/item/assets/image/common/ico_head_search_close.svg") center center no-repeat;
  }
  #search_toggle_sp button img {
    transition-duration: .3s;
  }
  .show_search #search_toggle_sp button img {
    opacity: 0;
  }
  #header .info_list{
    -ms-align-items: center;
    align-items: center;
  }
  #header .info_list li + li{
    margin-left: 20px;
  }
  #header .info_list li.fav{
    width: 30px;
  }  
  #header .info_list li.cart{
    width: 25px;
  }  
  #header .info_list li img{
    width: 100%;
  }
  /*ハンバーガーメニュー*/
  #hd_nav_drawer{
    height: calc(100vh - 60px);
    overflow-y: scroll;
    top: 60px;
  }
  /*_::-webkit-full-page-media, _:future, :root #hd_nav_drawer{
    height: calc(100svh - 60px);
  }*/
  .nav_contents_list .sp_nav_item .nav_item_ttl{
    position: relative;
    padding: 18px 5%;
    text-align: left;
    font-size: 1.29rem;
    border-bottom: #F4F4F4 1px solid;
    letter-spacing: 0.08em;
  }
  .nav_contents_list .sp_nav_item.sp_open .nav_item_ttl::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)rotate(45deg);
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #1A1A1A;
    border-right: 1px solid #1A1A1A;
    transition: all .3s ease-in-out;
  }
  .nav_contents_list .sp_nav_item.sp_open .nav_item_ttl.open::before{
    transform: translateY(-45%)rotate(225deg);
  }
  .nav_contents_list .sp_nav_item ul li{
    border-bottom: #EDEDED 1px solid;
  }
  .nav_contents_list .sp_nav_item ul li > a,
  .nav_contents_list .sp_nav_item ul li .sub_menu_ttl{
    position: relative;
    display: block;
    background-color: #F8F8F8;
    padding: 18px 7%;
  }
  .nav_contents_list .sp_nav_item ul li .sub_menu_ttl::before,
  .nav_contents_list .sp_nav_item ul li .sub_menu_ttl::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 1px;
    background-color: #1A1A1A;
    transform: translate(0,-50%);
    transition: all .3s ease-in-out;
  }
  .nav_contents_list .sp_nav_item ul li .sub_menu_ttl::before{
    transform: translate(0,-50%)rotate(90deg);
  }
  .nav_contents_list .sp_nav_item ul li .sub_menu_ttl.open::before{
    transform: translate(0,-50%)rotate(0deg);
    opacity: 0;
  }
  .nav_contents_list .sp_nav_item .sp_sub_menu{
    border-top: 1px solid #ededed;
  }
  .nav_contents_list .sp_nav_item .sp_sub_menu p{
    border-bottom: 1px solid #ededed;
  }
  .nav_contents_list .sp_nav_item .sp_sub_menu p:last-child{
    border-bottom: none;
  }
  .nav_contents_list .sp_nav_item .sp_sub_menu p a{
    display: block;
    padding: 15px 8%;
    font-weight: 400;
    font-size: 0.93rem;
    background-color: #F8F8F8;
  }
  .nav_contianer .social_ttl{
    padding-top: 33px;
    font-size: 1.14rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .nav_contianer .nav_sns_list{
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .nav_contianer .nav_sns_list li{
    margin: 0 8px;
  }
  .nav_contianer .nav_sns_list li.insta img{
    width: 20px;
  }
  .nav_contianer .nav_sns_list li.yt img{
    width: 25px;
  }
  .nav_contianer .nav_sns_list li.line img{
    width: 21px;
  }
  .nav_contianer .nav_sns_list li.email img{
    width: 20px;
  }
  
  
}
@media screen and (max-width: 640px){
  .header_nav_btn{
    width: 24px;
    height: 24px;
  }
  .header_nav_btn .trigger_box span{
    width: 24px;
  }
  .header_nav_btn .trigger_box span:nth-child(1){
    top: 8px;
  }  
  .header_nav_btn .trigger_box span:nth-child(2){
    bottom: 8px;
  }
  /*クリック後*/
  .show_nav .header_nav_btn .trigger_box span:nth-child(1){
    transform: translate(-50%,3px) rotate(30deg);
  }
  .show_nav .header_nav_btn .trigger_box span:nth-child(2){
    transform: translate(-50%,-3px) rotate(-30deg);
  }
  #search_toggle_sp{
    width: 18px;
    margin-left: 15px;
  }
  #header{
    height: 50px;
  }
  #header__logo{
    width: 60px;
  }
  #header .info_list li + li{
    margin-left: 16px;
  }
  #header .info_list li.fav{
    width: 19px;
  }
  #header .info_list li.cart{
    width: 15px;
  }
  /*アナウンスバー*/
  .head__newsBox{
    padding:8px 0 7px;
  }
  .head__newsBox p a{
    font-size: 0.79rem;
  }
  /*ハンバーガーメニュー*/
  #hd_nav_drawer{
    height: calc(100vh - 50px);
    top: 50px;
  }
  /*_::-webkit-full-page-media, _:future, :root #hd_nav_drawer{
    height: calc(100svh - 50px);
  }*/
  .nav_contents_list .sp_nav_item .nav_item_ttl{
    font-size: 1.07rem;
    padding: 15px 5%;
  }
  .nav_contents_list .sp_nav_item ul li > a, .nav_contents_list .sp_nav_item ul li .sub_menu_ttl{
    font-size: 0.93rem;
    padding: 15px 7%;
  }
  .nav_contents_list .sp_nav_item .sp_sub_menu p a{
    font-size: 0.8rem;
    padding: 1em 7%;
  }
}
/* ------------------------------
    search
------------------------------ */
#search_modal{
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 9995;
  transition: .6s cubic-bezier(.165,.84,.44,1);
  padding: 65px 0 63px;
  /* border-top: 1px solid #F4F4F4; */
}
.show_search #search_modal{
  opacity: 1;
  pointer-events: all;
}
#search_modal .search_modal_wrap{
  max-width: 1250px;
}
#search_modal_sp .keyWowd_box,
#search_modal .keyWowd_box{
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px;
}
#search_modal_sp .keyWowd_box .keyword,
#search_modal .keyWowd_box .keyword{
  width: calc(100% - 75px);
  font-size: 1.14rem;
  padding: 26px 0 26px 30px;
  box-sizing: border-box;
  outline: none;
  border: none;
}
#search_modal .keyWowd_box .keyword {
  background: #fff;
}
#search_modal_sp .keyWowd_box .keyword::placeholder,
#search_modal .keyWowd_box .keyword::placeholder{
  color: #B5B5B5;
  font-size: 1.14rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
#search_modal_sp .keyWowd_box .key_search,
#search_modal .keyWowd_box .key_search{
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
  background-color: #F8F8F8;
  width: 75px;
  transition-duration: .3s;
}
#search_modal_sp .keyWowd_box .keyword,
#search_modal_sp .keyWowd_box .key_search {
  background-color: #fff;
}
#search_modal_sp .keyWowd_box .key_search::before,
#search_modal .keyWowd_box .key_search::before{
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url("../image/common/ico_head_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;   
}
#search_modal_sp .keyWowd_box .key_search:hover,
#search_modal .keyWowd_box .key_search:hover{
  opacity: 0.7;
}
#search_modal .search_tag_area{
  margin-bottom: 60px;
}
#search_modal .search_tag_area .tag_list{
  flex-wrap: wrap;
  justify-content: center;
}
#search_modal .search_tag_area .tag_list li{
  margin: 5px;
}
.search_tag_area .tag_list li a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 44px;
  border-radius: 22px;
  background-color: #F8F8F8;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 0 20px;
  cursor: pointer;
  transition: .3s;
}
.search_tag_area .tag_list li a::before{
  content: '#';
}
.search_tag_area .tag_list li a:hover{
  background-color: #1a1a1a;
  color: #fff;
}
.search_more_container{
  margin-bottom: 65px;
}
.search_more_container .search_more_item{
  -ms-align-items: center;
  align-items: center;
}
.search_more_container .search_more_box + .search_more_box .search_more_item {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.search_more_container .search_more_item .search_ttl{
  max-width: 24.2623%;
  flex: 0 0 24.2623%;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  /*padding-top: .8em;*/
}
.search_more_container .search_more_item .search_more .select_container{
  position: relative;
}
.search_more_container .search_more_item .search_more .select_container::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-80%)rotate(45deg);
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
}
.search_more_container .search_more_item .search_more .select_container select{
  box-sizing: border-box;
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
  padding: 17px 20px 16px;
  font-size: 12px;
}
.search_more_container .search_more_item .search_more .price_list{
  -ms-align-items: center;
  align-items: center;
  max-width: 300px;
}
.search_more_container .search_more_item .search_more .price_list li.txt{
  padding: 0 13px;
}
.search_more_container .search_more_item .search_more .price_list li .price{
  box-sizing: border-box;
  border: 1px solid #B5B5B5;
  border-radius: 2px;
  padding: 11px 0 10px 36px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; 
  background-repeat: no-repeat;
  background-image: url("../image/common/ico_yen.svg");
  background-size: 10.5px 13px;
  background-position: left 15px center;
  background-color: #fff;
  width: 100%;
}
.search_more_container .search_more_item .search_more .price_list li .price::placeholder{
  color: #B5B5B5;
}
.search_more_container .search_more_item .search_more .color_list li + li{
  margin-left: 15px;
}
.search_more_container .search_more_item .search_more .color_list li label input{
  display: none;
}
.search_more_container .search_more_item .search_more .color_list li label span{
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  line-height: 0;
  border-radius: 50%;
  cursor: pointer;
}
.search_more_container .search_more_item .search_more .color_list li label span::before{
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}
.search_more_container .search_more_item .search_more .color_list li label span::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #B5B5B5;
  /*background-color: rgba(255,255,255,0.31);*/
  box-sizing: border-box;
}
.search_more_container .search_more_item .search_more .color_list li label input:checked + span::after{
  display: block;
}
/*色玉カラー*/
.search_more_container .search_more_item .search_more .color_list li.color-01 label span::before{
  border: 1px solid #F4F4F4;
  background-color: #fff;
}
.search_more_container .search_more_item .search_more .color_list li.color-02 label span::before{
  background-color: #F0F0F0;
}
.search_more_container .search_more_item .search_more .color_list li.color-03 label span::before{
  background-color: #F0F0F0;
}
.search_more_container .search_more_item .search_more .color_list li.color-04 label span::before{
  background-color: #F0F0F0;
}
.search_more_container .search_more_item .search_more .color_list li.color-05 label span::before{
  background-color: #F6F2E7;
}
.search_more_container .search_more_item .search_more .color_list li.color-06 label span::before{
  background-color: #414141;
}


/*OTHER チェック*/
.search_more_container .search_more_item .search_more .other_check li{
  margin-top: 10px;
}
.search_more_container .search_more_item .search_more .other_check li label input{
  display: none;
}
.search_more_container .search_more_item .search_more .other_check li label span{
  position: relative;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 0 0 0 27px;
}
.search_more_container .search_more_item .search_more .other_check li label span::before,
.search_more_container .search_more_item .search_more .other_check li label span::after{
  content: "";
  position: absolute;
  top: 50%;
}
.search_more_container .search_more_item .search_more .other_check li label span::before{
  width: 13px;
  height: 13px;
  border: 1px solid #B5B5B5;
  left: 0;
  transform: translate(0,-50%);
  background-color: #fff;
}
.search_more_container .search_more_item .search_more .other_check li label span::after{
  width: 3px;
  height: 7px;
  top: 50%;
  left: 5px;
  border-right: 2px solid #fff; /* チェックマークの色 */
  border-bottom: 2px solid #fff; /* チェックマークの色 */
  content: '';
  margin-top: -6px;
  opacity: 0;
  transform: rotate(45deg);  
}
.search_more_container .search_more_item .search_more .other_check li label input:checked + span::before{
  background-color: #B5B5B5;
}
.search_more_container .search_more_item .search_more .other_check li label input:checked + span::after{
  opacity: 1;
}

.search_more .other_check.color li {
  line-height: 16px;
}
.search_more .other_check.color li label strong {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
  background-size: contain;
}
.search_more .other_check.color li label i {
  font-style: normal;
}

.search_more .other_check.color li.color-01 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-01.png); }
.search_more .other_check.color li.color-02 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-02.png); }
.search_more .other_check.color li.color-03 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-03.png); }
.search_more .other_check.color li.color-04 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-04.png); }
.search_more .other_check.color li.color-05 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-05.png); }
.search_more .other_check.color li.color-06 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-06.png); }
.search_more .other_check.color li.color-07 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-07.png); }
.search_more .other_check.color li.color-08 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-08.png); }
.search_more .other_check.color li.color-09 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-09.png); }
.search_more .other_check.color li.color-10 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-10.png); }
.search_more .other_check.color li.color-11 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-11.png); }
.search_more .other_check.color li.color-12 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-12.png); }
.search_more .other_check.color li.color-13 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-13.png); }
.search_more .other_check.color li.color-14 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-14.png); }
.search_more .other_check.color li.color-15 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-15.png); }
.search_more .other_check.color li.color-16 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-16.png); }
.search_more .other_check.color li.color-17 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-17.png); }
.search_more .other_check.color li.color-18 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-18.png); }
.search_more .other_check.color li.color-19 label strong { background-image: url(https://accessory.itembox.design/item/assets/image/common/color-19.png); }

@media screen and (min-width: 1025px){
  .search_more_container .search_more_item .search_more .other_check li{
    width: 45%;
    padding-right: 5%;
  }
  .search_more_container .search_more_item .search_more .other_check {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1401px){
  .search_more_container .search_more_item .search_more .other_check li{
    width: 30%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px){
  .search_more_other .other_check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
  .search_more_other .other_check li label span {
    display: inline-block;
  }
}


/*検索・リセットボタン*/
.search_button_wrap{
  justify-content: center;
}
.search_button_wrap button{
  border: 1px solid #1A1A1A;
  height: 60px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.search_button_wrap .submit_btn{
  background-color: #1a1a1a;
  color: #fff;
}
.search_button_wrap button:hover{
  opacity: 0.7;
}
/*.search_button_wrap .submit_btn:hover{
  color: #1a1a1a;
  background-color: #fff;
}
.search_button_wrap .reset_btn:hover{
  background-color: #1a1a1a;
  color: #fff;
}*/
#search_modal_sp {
  background: #F8F8F8;
  padding: 15px 0;
}
@media screen and (min-width: 1025px){
  #search_modal{
    max-height: calc(100vh - 80px);
    overflow: auto;
  }
  .search_more_container .search_more_box{
    width: 40%;
  }
  .search_more_container .search_more_box + .search_more_box {
    width: 60%;
    margin-left: 95px;
  }
  .search_more_container .search_more_box:first-child .search_ttl {
    margin-right: 40px;
  }
  .search_more_container .search_more_box + .search_more_box .search_ttl {
    margin-right: 50px;
    margin-top: 10px;
    flex: none;
  }
  .search_more_container .search_more_item + .search_more_item{
    margin-top: 50px;
  }
  .search_more_container .search_more_item .search_more .select_container{
    width: 300px;
  }
  .search_button_wrap button{
    width: 230px;
  }
  .search_button_wrap .submit_btn{
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px){
  #search_modal{
    top: 60px;
    height: calc(100vh - 60px);
    padding: 0;
    overflow-y: scroll;
  }
  /*_::-webkit-full-page-media, _:future, :root #search_modal{
    height: calc(100svh - 60px);
  }*/
  #search_modal_sp .keyWowd_box,
  #search_modal .keyWowd_box{
    margin-top: 45px;
  }
  #search_modal_sp .keyWowd_box .keyword,
  #search_modal .keyWowd_box .keyword{
    width: calc(100% - 55px);
    font-size: 16px;
    padding: 16px 0 15px 5%;
  }
  #search_modal_sp .keyWowd_box .key_search,
  #search_modal .keyWowd_box .key_search{
    width: 55px;
  }
  .search_more_container{
    flex-direction: column;
  }
  .search_more_container .search_more_item .search_ttl{
    max-width: 31.0606%;
    flex: 0 0 31.0606%;
    font-size: 1.0rem;
  }
  .search_more_container .search_more_box + .search_more_box{
    margin-top: 30px;
  }  
  .search_more_container .search_more_item + .search_more_item{
    margin-top: 30px;
  }
  .search_more_container .search_more_item .search_more{
    width: calc(100% - 31.0606%);
  }
  .search_more_container .search_more_item .search_more .select_container{
    max-width: 350px;
    width: 100%;
  }
  .search_more_container .search_more_item .search_more .select_container select{
    padding: 15px 15px 14px;
    font-size: 0.8rem;
  }
  .search_more_container .search_more_item .search_more .price_list li.txt{
    padding: 0 9px;
  }
  .search_more_container .search_more_item .search_more .price_list li .price{
    font-size: 16px;
    background-size: 9px 11px;
    background-position: left 9px center;
  }
  .search_more_container .search_more_item .search_more .color_list li + li{
    margin-left: 8px;
  }
  .search_button_wrap{
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .search_button_wrap button{
    width: 48.4848%;
  }
}
@media screen and (max-width: 640px){
  #search_modal{
    top: 50px;
    height: calc(100vh - 50px);
  }
  #search_modal .keyWowd_box{
    margin-bottom: 30px;
    margin-top: 40px;
  }
  #search_modal_sp .keyWowd_box{
    margin-bottom: 0;
    margin-top: 0;
  }
  #search_modal_sp .keyWowd_box .keyword,
  #search_modal .keyWowd_box .keyword{
    padding: 12px 0 12px 5%;
    width: calc(100% - 49px);
  }
  #search_modal_sp .keyWowd_box .keyword::placeholder,
  #search_modal .keyWowd_box .keyword::placeholder{
    font-size: 1.0rem;
  }
  #search_modal_sp .keyWowd_box .key_search,
  #search_modal .keyWowd_box .key_search{
    width: 49px;
  }
  #search_modal_sp .keyWowd_box .key_search::before,
  #search_modal .keyWowd_box .key_search::before{
    width: 18px;
    height: 18px;
  }
  #search_modal .search_tag_area{
    margin-bottom: 40px;
  }
  .search_tag_area .tag_list li a{
    font-size: 0.8rem;
    height: 32px;
    border-radius: 16px;
    padding: 0 11px;
  }
  .search_more_container{
    margin-bottom: 50px;
  }
  .search_more_container .search_more_item .search_more .price_list{
    justify-content: space-between;
  }  
  .search_more_container .search_more_item .search_more .price_list li .price{
    padding: 11px 0 10px 26px;
  }
  .search_more_container .search_more_item .search_more .price_list li.txt{
    padding: 0 6px;
  }
  .search_more_container .search_more_item .search_more .other_check li label span{
    font-size: 0.8rem;
  }
  .search_button_wrap button{
    height: 50px;
    font-size: 0.8rem;
  }
  .search_more_color .other_check i {
    display: none;
  }
  .search_more_color .other_check {
    display: flex;
    flex-wrap: wrap;
  }
  .search_more_color .other_check li {
    width: 30%;
  }
}


/* ------------------------------
    footer
------------------------------ */
.fs-l-footer{
  background-color: #fff;
  border-top: none;
  margin-top: 0;
}
#fixed_banner{
  position: fixed;
  z-index: 9994;
  right: 20px;
  bottom: 30px;
}
#fixed_banner a {
  display: block;
  position: relative;
}
.fixed_banner_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}


#footer {
  border-top: 1px solid #F4F4F4;
}
#footer .section_wrap{
  max-width: 1114px;
  margin: 0 auto;
}
#footer .footer_links ul{
  justify-content: center;
  flex-wrap: wrap;
}
#footer .footer_links ul li{
  position: relative;
  padding: 0 20px;
}
#footer .footer_links ul li::after{
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} 
#footer .footer_links ul li:last-child::after{
  content: none;
}
#footer .footer_links ul li a{
  position: relative;
  font-size: 0.79rem;
  letter-spacing: 0.02em;
}
#copyright{
  width: 100%;
  padding: 20px 0 15px;
}
.footer_sns_link{
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer_sns_link li{
  margin: 0 10px;
}
.footer_sns_link li img.insta{
  width: 20px;
}
.footer_sns_link li img.yt{
  width: 24px;
}
.footer_sns_link li img.line{
  width: 20px;
}
.footer_sns_link li img.email{
  width: 20px;
}

#copyright p{
  color: #B5B5B5;
  font-size: 0.79rem;
}
@media screen and (min-width: 1025px){
  #fixed_banner{
    max-width: 240px;
  }
  #footer{
   padding: 90px 0 20px;
  }
  #footer .section_wrap{
    width: 90%;
  }
  .footer_categories{
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .footer_categories .ct_box + .ct_box{
    margin-top: 40px;
  }
  .footer_categories .nav_ttl{
    letter-spacing: 0.08em;
    font-size: 1.29rem;
    margin-bottom: 25px;
  }
  .footer_categories .cate_item + .cate_item{
    margin-top: 20px;
  }
  .footer_categories .cate_item a{
    position: relative;
    padding-bottom: 5px;
    font-size: 0.93rem;
  }
  .footer_categories .cate_item a::after{
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    right: 2px;
    left: 0;
    bottom: 0;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    transform-origin: right center;
    transform: scaleX(0);
  }
  .footer_categories .cate_item a:hover::after{
    left: 0;
    right: auto;
    transform-origin: left center;
    transform: scaleX(1);
    width: 100%;
  }
  .footer_categories .ct_box .cate_child{
    display: block !important;
    overflow: hidden;
  }
  #footer .footer_links ul li a{
    padding-bottom: 5px;
  }
  #footer .footer_links ul li a::after{
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    right: 2px;
    left: 0;
    bottom: 0;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    transform-origin: right center;
    transform: scaleX(0);
  }
  #footer .footer_links ul li a:hover::after{
    left: 0;
    right: auto;
    transform-origin: left center;
    transform: scaleX(1);
    width: 100%;
  }
  #copyright{
    border-top: 1px solid #f4f4f4;
  }
  .footer_sns_link li img.insta{
    width: 22px;
  }
  .footer_sns_link li img.yt{
    width: 26px;
  }
  .footer_sns_link li img.line{
    width: 22px;
  }
  .footer_sns_link li img.email{
    width: 22px;
  }
  
  .footer_categories .nav_cat_section ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
  }
  .footer_categories .nav_brand_section ul {
    display: grid;
  }
  .footer_categories p {
    font-size: 16px;
    letter-spacing: .08em;
    margin-bottom: 20px;
  }
  .footer_categories li {
    font-size: 12px;
    margin: .5em 0;
    line-height: 1.5;
  }

}
@media screen and (max-width: 1024px){
  #fixed_banner{
    right: 1.3333%;
    width: 43.0667%;
  }
  #footer{
    margin-top: 0;
  }
  .fs-body-top #footer{
    margin-top: 0;
  }
  .footer_categories{
    flex-direction: column;
  }
  .footer_categories .nav_ttl,
  .footer_categories .open_sub_nav{
    position: relative;
    padding: 18px 5%;
    text-align: left;
    font-size: 1.29rem;
    border-bottom: #F4F4F4 1px solid;
    letter-spacing: 0.08em;
  }
  .footer_categories .ft_col:first-child .nav_ttl{
    border-top: #F4F4F4 1px solid;
  }
  .footer_categories .open_sub_nav::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)rotate(45deg);
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #1A1A1A;
    border-right: 1px solid #1A1A1A;
    transition: all .3s ease-in-out;
  }
  .footer_categories .open_sub_nav.open::before{
    transform: translateY(-45%)rotate(225deg);
  }
  
  .footer_categories .cate_item a,
  .footer_categories .cate_item .child_ft_openTtl{
    position: relative;
    background-color: #F8F8F8;
    display: block;
    padding: 18px 7%;
    border-bottom: 1px solid #EDEDED;
  }
  .footer_categories .cate_item > a,
  .footer_categories .cate_item .child_ft_openTtl{
    font-weight: bold;
  }
  .footer_categories .cate_item .child_ft_openTtl::before,
  .footer_categories .cate_item .child_ft_openTtl::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 1px;
    background-color: #1A1A1A;
    transform: translate(0,-50%);
    transition: all .3s ease-in-out;
  }
  .footer_categories .cate_item .child_ft_openTtl::before{
    transform: translate(0,-50%)rotate(90deg);
  }
  .footer_categories .cate_item .child_ft_openTtl.open::before{
    transform: translate(0,-50%)rotate(0deg);
    opacity: 0;
  }
  .footer_categories .cate_item .ft_sp_children li a{
    font-size: 0.93rem;
    padding: 15px 8%;
  }

  #footer .footer_links{
    padding-top: 40px;
  }
  .footer_sns_link{
    margin-bottom: 20px;
  }
  .footer_sns_link li{
    margin: 0 7px;
  }
  
  .footer_categories p {
    font-size: 16px;
    letter-spacing: .08em;
    padding: 1em;
    background: #F8F8F8;
    font-weight: 500;
  }
  .footer_categories li {
    font-size: 11px;
    border-bottom: 1px solid #F4F4F4;
    line-height: 1.5;
  }
  .footer_categories li a {
    display: flex;
    padding: 1.2em 1em;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .footer_categories li a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%)rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    z-index: 5;
  }
  
  .footer_categories .ft_col ul {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_categories .ft_col ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .footer_categories .ft_col ul li:nth-child(even) {
    border-left: 1px solid #F4F4F4;
  }
  #copyright{
    background: #f8f8f8;
  }
}
@media screen and (max-width: 640px){
  .footer_categories .nav_ttl,
  .footer_categories .open_sub_nav{
    font-size: 1.07rem;
    padding: 15px 5%;
  }
  .footer_categories .cate_item a,
  .footer_categories .cate_item .child_ft_openTtl{
    font-size: 0.93rem;
    padding: 15px 7%;
  }
  .footer_categories .cate_item .ft_sp_children li a{
    font-size: 0.8rem;
    padding: 1em 7%;
  }
  
  #footer .footer_links ul {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer_links {
    background: #f8f8f8;
  }
  #footer .footer_links ul li{
    padding: 2px 11px;
  }
  #footer .footer_links ul li a{
    font-size: 0.71rem;
  }
  #footer .footer_links ul li::after{
    content: none;
  }
  .fixed_banner_close {
    width: 20px;
    height: 20px;
  }
}
/* ------------------------------
    item list
------------------------------ */
.item_block .item_list{
  flex-wrap: wrap;
}
.item_block .item_list .item{
  position: relative;
}
.item_block .item_list .item .item_image{
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;  
}
.item_block .item_list .item .item_image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}
.item_block .item_list .item .item_name{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.item_block .item_list .item .item_price{
  font-size: 16px;
  letter-spacing: 0.02em;
}
.item_block .item_list .item p:not(.item_image){
  transition-duration: .3s;
}
.item_block .item_list .item a:hover p:not(.item_image){
  opacity: 0.7;
}
/*スライダーの場合（ランキング）*/
.item_spSlide_block.rank_block .item_list .item{
  margin-bottom: 0;
}

@media screen and (min-width: 769px){
  .item_block.item_column5 .item_list .item{
    width: 17.5676%;
    margin-right: 3.0405%;
  }
  .item_block.item_column5 .item_list .item:nth-child(5n){
    margin-right: 0;
  }
  .item_block.item_column4 .item_list .item{
    width: 22.7425%;
    margin-right: 3.01%;
  }
  .item_block.item_column4 .item_list .item:nth-child(4n){
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  /*スライダーの場合*/
  .item_spSlide_block{
    width: 95%;
    margin: 0 0 0 auto;
  }  
  .item_spSlide_block .slick-list{
    padding-left: 0!important;
  }
  .item_spSlide_block .slick-slide{
    margin: 0 20px 0 0;
  }
  .item_spSlide_block .item_block{
    margin-bottom: 0 !important;
  }
  .item_spSlide_block.item_block .item_list .item{
    margin-bottom: 0;
    margin-right: 0;
  }
  .item_spSlide_block .slick-dots{
    position: inherit;
    bottom: 0;
    margin-top: 30px;
  }
  .item_spSlide_block .slick-dots li{
    margin: 0 5px!important;
  }
  /*スライダーの場合（ランキング）*/
  .item_spSlide_block.rank_block .slick-list{
    padding-top: 10px!important;
  }
  .item_spSlide_block.rank_block .item_list .item::before{
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 1.14rem;
    z-index: 10;
  }
  .item_spSlide_block.rank_block .item_list .item::after{
    left: 8px;
    z-index: 11;
  }
  .item_spSlide_block.rank_block .item_list .item::before,
  .item_spSlide_block.rank_block .item_list .item::after{
    color: #1A1A1A!important;
  }
  .item_spSlide_block.rank_block .item_list .rank01::after,
  .item_spSlide_block.rank_block .item_list .rank01::before{
    color: #B1982E!important;
  }  
  .item_spSlide_block.rank_block .item_list .rank01::before{
    content: "1";
  }
  .item_spSlide_block.rank_block .item_list .rank02::after,
  .item_spSlide_block.rank_block .item_list .rank02::before{
    color: #858990!important;
  }    
  .item_spSlide_block.rank_block .item_list .rank02::before{
    content: "2";
  }
  .item_spSlide_block.rank_block .item_list .rank03::after,
  .item_spSlide_block.rank_block .item_list .rank03::before{
    color: #B57D3B!important;
  }    
  .item_spSlide_block.rank_block .item_list .rank03::before{
    content: "3";
  }
  .item_spSlide_block.rank_block .item_list .rank04::before{
    content: "4";
  }
  .item_spSlide_block.rank_block .item_list .rank05::before{
    content: "5";
  }
  .item_spSlide_block.rank_block .item_list .rank06::before{
    content: "6";
  }
  .item_spSlide_block.rank_block .item_list .rank07::before{
    content: "7";
  }
  .item_spSlide_block.rank_block .item_list .rank08::before{
    content: "8";
  }
  .item_spSlide_block.rank_block .item_list .rank09::before{
    content: "9";
  }
  .item_spSlide_block.rank_block .item_list .rank010::before{
    content: "10";
  }
  
}
@media screen and (max-width: 768px){
  .item_block .item_list .item{
    width: 49.2754%;
    margin-right: 1.4493%;
    margin-bottom: 30px;
  }
  .item_block .item_list .item:nth-child(2n){
    margin-right: 0;
  }
  .item_block .item_list .item.swiper-slide{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px){
  .item_block .item_list .item .item_image{
    margin-bottom: 10px;
  }
  .item_block .item_list .item .item_name{
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  .item_block .item_list .item .item_price{
    font-size: 1.1rem;
    letter-spacing: 0.8px;
  }
  /*スライダーの場合*/
  .item_spSlide_block .slick-slide{
    margin: 0 7px 0 0;
  }
  
}

/* ------------------------------
    tab
------------------------------ */
.tab-btn,.second-tab-btn{
  position: relative;
  cursor: pointer;
  transition-duration: .3s;
}
.tab-contents,.second-tab-contents{
  display: none;
  opacity: 0;
}
.tab-contents.show,.second-tab-contents.show{
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;    
}
@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  
}
/* ------------------------------
    animation
------------------------------ */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes bo001 {
  0% {
    width: 15px; }
  100% {
    width: 0; } 
}

@keyframes bo001 {
  0% {
    width: 15px; }
  100% {
    width: 0; } 
}

@-webkit-keyframes bo002 {
  0% {
    width: 0;
    right: calc(15px + 5%); }
  100% {
    width: 15px;
    right: 5%; } 
}

@keyframes bo002 {
  0% {
    width: 0;
    right: calc(15px + 5%); }
  100% {
    width: 15px;
    right: 5%; } 
}
@keyframes underline{
  0%{
    transform:scaleX(1);transform-origin:center right}
  49%{
    transform:scaleX(0);transform-origin:center right}
  50%{
    transform:scaleX(0);transform-origin:center left}
  to{
    transform:scaleX(1);transform-origin:center left}
}

/* ------------------------------
    パンくず
------------------------------ */
.fs-c-breadcrumb{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list{
  padding: 0;
}
.fs-c-breadcrumb__list > li, .fs-c-breadcrumb__list > li a{
  color: #B5B5B5;
  font-size: 0.79rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .fs-l-main.freepage .fs-c-breadcrumb{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 640px){
  .fs-c-breadcrumb__list > li, .fs-c-breadcrumb__list > li a{
    font-size: 0.71rem;
  }
  .fs-body-cart .fs-c-breadcrumb {
    padding: 15px 0 0;
  }
}


/* ------------------------------
    ご利用ガイド
------------------------------ */
strong.red {
  color: #B55454;
}
.guide_header_wrap {
  background: #F8F8F8;
}
.guide_header_wrap h2,
.guide_header_wrap p,
.guide_header_wrap li {
  text-align: center;
}
.guide_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.guide_menu ul li a {
  display: block;
  border: 1px solid #1A1A1A;
  background: #fff;
  transition-duration: .3s;
}
.guide_menu ul li a:hover {
  opacity: .7;
}
@media screen and (min-width: 1025px){
  .guide_header_wrap {
    padding: 130px 5% 100px;
  }
  .fs-body-cart .cont_ttl {
    margin-top: 38px;
  }
  .term_wrap .cont_ttl,
  .privacy_wrap .cont_ttl,
  .guide_header_wrap .cont_ttl {
    margin-bottom: 100px;
  }
  .fs-body-login .cont_ttl .en,
  .fs-body-cart .cont_ttl .en,
  .term_wrap .cont_ttl .en,
  .privacy_wrap .cont_ttl .en,
  .guide_header_wrap .cont_ttl .en {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .fs-body-login .cont_ttl .ja,
  .fs-body-cart .cont_ttl .ja,
  .term_wrap .cont_ttl .ja,
  .privacy_wrap .cont_ttl .ja,
  .guide_header_wrap .cont_ttl .cont_ttl .ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px){
  .guide_header_wrap {
    padding: 70px 5% 50px;
  }
  .term_wrap .cont_ttl,
  .privacy_wrap .cont_ttl,
  .guide_header_wrap .cont_ttl {
    margin-bottom: 48px;
  }
  .fs-body-login .cont_ttl .en,
  .fs-body-cart .cont_ttl .en,
  .term_wrap .cont_ttl .en,
  .privacy_wrap .cont_ttl .en,
  .guide_header_wrap .cont_ttl .en {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 641px){
  .guide_menu ul li {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
  }
  .guide_menu ul li a {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 640px){
  .guide_menu ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .guide_menu ul li a {
    padding: 17px 10px;
    font-size: .8751rem;
  }
  .fs-body-cart .cont_ttl {
    margin-top: 50px;
    margin-bottom: 48px;
  }
}


.page_text th,
.page_text td {
  line-height: 1.5;
  border: 1px solid #c6c6c6;
  text-align: center;
}
.page_text th {
  background: #F8F8F8;
}
@media screen and (min-width: 641px){
  .page_text table {
    margin-top: 40px;
  }
  .page_text th {
    padding: 15px 30px;
  }
  .page_text th .small {
    font-size: 13px;
  }
  .page_text td {
    padding: 30px;
  }
}
@media screen and (max-width: 640px){
  .page_text table {
    margin-top: 20px;
  }
  .page_text td {
    padding: 20px 5px;
    font-size: 12px;
  }
  .page_text th {
    padding: 10px;
    font-size: 12px;
  }
  .page_text th .small {
    font-size: 11px;
  }
  .page_text p.credit {
    margin-top: 5px !important;
  }
  .page_text .credit img {
    display: block;
    margin-top: 10px;
    height: 30px;
  }
}


/* ------------------------------
    フリーページ
------------------------------ */
.freepage_content {
  max-width: 1200px;
  margin: 0 auto;
}
.freepage_wrap .cont_ttl h2,
.freepage_wrap .cont_ttl p {
  text-align: center;
}
.contact_parts {
  background: #F8F8F8;
}
.contact_parts p {
  text-align: center;
  line-height: 2;
}
.contact_parts p.tl {
  font-weight: 700;
}
.page_title {
  font-weight: 700;
  border-bottom: 1px solid #B5B5B5;
  line-height: 1.4;
}
@media screen and (min-width: 1025px){
  .freepage_wrap {
    padding: 100px 5%;
  }
  .freepage_wrap.term_wrap {
    padding-top: 100px;
  }
  .contact_parts .site_btn {
    width: 350px;
    letter-spacing: 0.08em;
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .contact_parts .site_btn a {
    height: 70px;
  }
}
@media screen and (max-width: 1024px){
  .freepage_wrap {
    padding: 20px 5% 40px;
  }
  .guide_main .freepage_wrap {
    padding-top: 90px;
  }
  .contact_parts .site_btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px){
  .contact_parts {
    padding: 70px 15px;
  }
  .contact_parts p.tl {
    font-size: 18px;
  }
  .contact_parts p.sub {
    font-size: 13px;
    margin-top: 1em;
  }
  .page_title {
    padding: 30px 0;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .page_section {
    margin-top: 100px;
  }
  .fs-body-about-privacyPolicy .page_section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px){
  .contact_parts {
    padding: 45px 15px;
  }
  .contact_parts p.tl {
    font-size: 15px;
  }
  .contact_parts p {
    font-size: 13px;
  }
  .contact_parts p.sub {
    font-size: 11px;
    margin-top: 1em;
    text-align: left;
  }
  .page_title {
    padding: 15px 0;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page_section {
    margin-top: 50px;
  }
}


.page_text p {
  line-height: 2;
}
.page_text p:not(:first-child) {
  margin-top: 2em;
}
.page_text .flow p {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px){
  .page_text p .small {
    font-size: 13px;
  }
  .page_text .site_btn {
    width: 320px;
    margin: 40px 0 0;
  }
  .page_text .flow {
    margin-top: 40px;
  }
  .page_text .flow p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px){
  .page_text p {
    font-size: .86rem;
  }
  .page_text p.extext {
    margin-top: 1em;
  }
  .page_text p .small {
    font-size: 11px;
  }
  .page_text .site_btn {
    margin: 20px 0 0;
  }
  .page_text .flow {
    margin-top: 20px;
  }
}


/* ------------------------------
    よくある質問
------------------------------ */
.faq_index ul li a {
  color: #1a1a1a;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: block;
  line-height: 1.1;
}
.faq_wrap .page_section dl dt,
.faq_wrap .page_section dl dd {
  display: flex;
}
.faq_wrap .page_section dl dt,
.faq_wrap .page_section dl dd,
.faq_wrap .page_section dl dd p {
  line-height: 2;
}
.faq_wrap .page_section dl dd p:not(:first-child) {
  margin-top: 2em;
}
.faq_wrap .page_section dl dt::before,
.faq_wrap .page_section dl dd::before {
  font-family: 'Poppins', sans-serif;
  margin-right: 10px;
}
.faq_wrap .page_section dl dt {
  font-weight: 700;
  margin-bottom: 1em;
}
.faq_wrap .page_section dl dt::before {
  content: "Q.";
}
.faq_wrap .page_section dl dd::before {
  content: "A.";
}
.faq_wrap .page_section dl dd .site_btn {
  margin: 20px 0 0;
}
@media screen and (min-width: 641px){
  .faq_index {
    margin-bottom: 80px;
  }
  .faq_index ul {
    display: flex;
    justify-content: center;
  }
  .faq_index ul li {
    border-right: 1px solid #B5B5B5;
  }
  .faq_index ul li:first-child {
    border-left: 1px solid #B5B5B5;
  }
  .faq_index ul li a {
    padding: 0 2em;
  }
  .faq_wrap .page_section dl dt {
    font-size: 18px;
  }
  .faq_wrap .page_section dl dd {
    margin-bottom: 70px;
  }
  .faq_wrap .page_section dl dd p .small {
    font-size: 13px;
  }
  .faq_wrap .page_section dl dt::before,
  .faq_wrap .page_section dl dd::before {
    font-size: 20px;
  }
  .faq_wrap .page_section dl dt::before {
    line-height: 36px;
  }
  .faq_wrap .page_section dl dd::before {
    line-height: 28px;
  }
  .faq_wrap .page_section dl dd .site_btn {
    width: 320px;
  }
}
@media screen and (max-width: 640px){
  .faq_index {
    margin-bottom: 40px;
  }
  .faq_index ul li {
    border-bottom: 1px solid #c6c6c6;
  }
  .faq_index ul li a {
    padding: 20px 5px;
    background: url("../image/page/arw.svg") right 5px center no-repeat;
    background-size: 10px auto;
  }
  .faq_wrap .page_section dl dt {
    font-size: 13px;
    line-height: 1.4;
  }
  .faq_wrap .page_section dl dd {
    margin-bottom: 40px;
  }
  .faq_wrap .page_section dl dd,
  .faq_wrap .page_section dl dd p {
    font-size: 12px;
  }
  .faq_wrap .page_section dl dd p .small {
    font-size: 11px;
  }
  .faq_wrap .page_section dl dt::before {
    line-height: 1;
  }
  .faq_wrap .page_section dl dd::before {
    line-height: 24px;
  }
  .faq_wrap .page_section dl dt::before,
  .faq_wrap .page_section dl dd::before {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
  }
  .faq_wrap .page_section dl dd .site_btn {
    width: 90%;
  }
}


.fs-l-main .fs-c-breadcrumb{
  padding: 30px 0 40px;
}
@media screen and (min-width: 769px) {
  .fs-body-cart .fs-l-main {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-main .fs-c-breadcrumb{
    padding: 0;
    margin: 0 0 40px;
  }
}

/* ------------------------------
    特定商
------------------------------ */
.term_list {
  border-top: 1px solid #C6C6C6;
  max-width: 1000px;
  margin: 0 auto;
}
.term_list dl {
  border-bottom: 1px solid #C6C6C6;
}
.term_list dl dt {
  font-weight: 700;
}
.term_list dl dt,
.term_list dl dd {
  line-height: 2;
}
@media screen and (min-width: 641px){
  .term_list {
    display: table;
    width: 100%;
  }
  .term_list dl {
    align-items: center;
    display: flex;
  }
  .term_list dl dt,
  .term_list dl dd {
    padding: 50px 25px;
    font-size: 12px;
  }
  .term_list dl dt {
    width: 25%;
  }
  .term_list dl dd {
    flex: 1;
  }
  .term_list dl dd .small {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px){
  .term_list dl {
    padding: 25px 0;
  }
  .term_list dl dt {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .term_list dl dd {
    font-size: 12px;
  }
  .term_list dl dd .small {
    font-size: 11px;
  }
}


/* ------------------------------
    個人情報保護
------------------------------ */
.privacy_head p {
  text-align: center;
  line-height: 2;
  font-size: 12px;
}
.privacy_list {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #C6C6C6;
}
.privacy_item {
  border-bottom: 1px solid #C6C6C6;
}
.privacy_item p {
  font-size: 12px;
  line-height: 2;
}
.privacy_item p.tl {
  font-weight: 700;
  margin-bottom: .5em;
}
@media screen and (min-width: 641px){
  .privacy_item {
    padding: 50px 0;
  }
  .privacy_item p.tl {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px){
  .privacy_item {
    padding: 25px 0;
  }
  .privacy_head p {
    text-align: left;
    font-size: 12px;
  }
  .privacy_item p {
    font-size: 12px;
  }
  .privacy_item p.tl {
    font-size: 13px;
  }
}


/* 会員登録フォーム */
.fs-c-inputInformation .fs-c-inputInformation__field {
  max-width: 1200px;
}
[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
}
.fs-c-inputTable {
  border-bottom: 1px solid #F0EFF0;
}
.fs-c-inputGroup {
  border-color: #F7F7F7;
}
.fs-c-button--particular.fs-c-button--displayPassword {
  background: #F7F7F7;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  color: #232323;
}
.fs-c-dropdown__menu {
  background: #F7F7F7;
}
.fs-c-dropdown::after {
  background-color: #EAE8E4;
}
.fs-c-inputField__explanation {
  line-height: 2;
  margin-top: 1em;
}
.fs-c-inputInformation__message {
  text-align: center;
  line-height: 2;
}
.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField,
.fs-c-memberPolicyAgreeField.fs-c-additionalCheckField {
  margin-bottom: 1em;
}

#tableForm .fs-c-inputInformation__field {
  background: none;
}

@media screen and (min-width: 769px) {
  [type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
    padding: 15px 20px;
    font-size: 12px;
  }
  .fs-c-dropdown__menu {
    padding: 15px 20px;
    padding-right: 75px;
    background: #F7F7F7;
    font-size: 16px;
  }
  #tableForm .fs-c-inputTable > tbody,
  #fs_CustomerDetails .fs-c-inputTable > tbody,
  #fs_Register .fs-c-inputTable > tbody {
    display: table-row-group;
  }
  #tableForm .fs-c-inputTable > tbody > tr,
  #fs_CustomerDetails .fs-c-inputTable > tbody > tr,
  #fs_Register .fs-c-inputTable > tbody > tr {
    display: table-row;
  }
  #tableForm .fs-c-inputTable__headerCell,
  #tableForm .fs-c-inputTable__dataCell,
  #fs_CustomerDetails .fs-c-inputTable__headerCell,
  #fs_CustomerDetails .fs-c-inputTable__dataCell,
  #fs_Register .fs-c-inputTable__headerCell,
  #fs_Register .fs-c-inputTable__dataCell {
    padding: 30px 0;
    font-size: 12px;
    border-top: 1px solid #F0EFF0;
  }
  #tableForm .fs-c-inputTable__headerCell,
  #fs_CustomerDetails .fs-c-inputTable__headerCell,
  #fs_Register .fs-c-inputTable__headerCell {
    width: 30%;
  }
  fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField,
  #tableForm .fs-c-inputInformation__button,
  #fs_CustomerDetails .fs-c-inputInformation__button,
  #fs_Register .fs-c-inputInformation__button {
    margin-top: 70px;
  }
  .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField,
  .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField {
    margin-left: 40%;
    font-size: 12px;
  }
  .fs-c-modal--inquiry .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .fs-c-radioGroup .fs-c-radio:not(:last-child), .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
    margin-right: 30px;
  }
  .fs-c-inputInformation__message {
    font-size: 12px;
  }
  .fs-c-radio__radioMark {
    margin-right: 10px;
  }
  .fs-c-checkbox__checkMark {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  [type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
    padding: 10px;
    font-size: 16px;
  }
  .fs-c-dropdown__menu {
    padding: 10px;
    padding-right: 45px;
  }
  #tableForm .fs-c-inputTable > tbody > tr,
  #fs_CustomerDetails .fs-c-inputTable > tbody > tr,
  #fs_Register .fs-c-inputTable > tbody > tr {
    border-top: 1px solid #F0EFF0;
    padding: 20px 0;
  }
  #tableForm .fs-c-inputTable > tbody > tr + tr,
  #fs_CustomerDetails .fs-c-inputTable > tbody > tr + tr,

  #fs_Register .fs-c-inputTable > tbody > tr + tr {
    margin-top: 0;
  }
  .fs-c-inputTable__headerCell {
    margin-bottom: 1em;
    font-size: 0.86rem;
  }
  .fs-c-checkout-destination__tel,
  .fs-c-checkout-destination__address,
  .fs-c-checkout-customerInfo__tel,
  .fs-c-checkout-customerInfo__email,
  .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell,
  .fs-c-inputTable__dataCell,
  .fs-c-requiredMark::before {
    font-size: 0.86rem;
  }
  .fs-c-modal__inner .fs-c-inputTable__headerCell {
    margin-bottom: .5em;
  }
  .fs-c-radio__radioMark {
    margin-right: 5px;
  }
  .fs-c-checkbox__checkMark {
    margin-right: 10px;
  }
  .fs-c-inputField__explanation {
    font-size: 1.1rem;
  }
  .fs-c-modal .fs-c-inputField__explanation {
    font-size: 0.86rem;
  }
  .fs-c-noResultMessage__title,
  .fs-c-inputInformation__message p {
    font-size: 0.86rem;
  }
}

.fs-c-orderTotalTable__grandTotal th,
.fs-c-orderTotalTable__grandTotal td {
  font-weight: 700 !important;
}

/* ログインタイトル */
.fs-body-wishlist-login .fs-c-loginForm,
.fs-body-login .fs-c-loginForm {
  max-width: 1200px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
.fs-c-heading--page {
  border: none;
}
.fs-c-heading--page,
.fs-c-linkedServiceLogin__title,
.fs-c-subSection__title {
  text-align: center;
  color: #111;
  font-weight: 700;
  border-bottom: none;
}
.fs-c-newUsers__message.fs-c-subSection__message {
  line-height: 2;
}
.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field {
  padding: 0;
  background: none;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer {
  text-align: center;
}
.fs-c-inputInformation__link.fs-c-textLinkContainer a::before {
  content: ">";
}
#fs_ShoppingCartLogin .fs-c-inputTable__headerCell,
#fs_PasswordReminder .fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-c-inputTable__headerCell,
#fs_Login .fs-c-inputTable__headerCell {
  font-weight: 500;
  margin-bottom: 1em;
}
.fs-c-anotherLogin__message p {
  line-height: 2;
  font-size: 12px;
}
.fs-c-anotherLogin__button--amazon {
  margin-top: 20px;
}
.fs-body-checkout .fs-c-heading--page {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .fs-c-newUsers__message.fs-c-subSection__message {
    font-size: 12px;
  }
  .fs-c-heading--page,
  .fs-c-linkedServiceLogin__title,
  .fs-c-subSection__title {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .fs-c-inputInformation__link.fs-c-textLinkContainer {
    margin-top: 30px;
  }
  #fs_WishListLogin .fs-c-buttonContainer--memberRegister,
  #fs_WishListLogin .fs-c-inputInformation__button,
  #fs_Login .fs-c-buttonContainer--memberRegister,
  #fs_Login .fs-c-inputInformation__button {
    margin-top: 50px;
  }
  #fs_WishListLogin .fs-c-inputTable__headerCell,
  #fs_Login .fs-c-inputTable__headerCell {
    font-size: 12px;
  }
  .fs-c-otherServiceLogin:not(:first-child) {
    margin: 100px 0;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-wishlist-login .fs-c-loginForm,
  .fs-body-login .fs-c-loginForm {
    gap: 48px 120px;
    margin-top: 130px;
  }
  .fs-body-wishlist-login .fs-c-loginForm > *,
  .fs-body-login .fs-c-loginForm > * {
    flex-basis: calc(50% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .fs-c-heading--page,
  .fs-c-linkedServiceLogin__title,
  .fs-c-subSection__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .fs-body-login .fs-c-linkedServiceLogin__title,
  .fs-body-login .fs-c-subSection__title {
    font-size: 16px;
  }
  .fs-body-search .fs-c-heading--page {
    margin-top: 30px;
  }
  #fs_WishListLogin .fs-c-buttonContainer--memberRegister,
  #fs_WishListLogin .fs-c-inputInformation__button,
  #fs_Login .fs-c-buttonContainer--memberRegister,
  #fs_Login .fs-c-inputInformation__button {
    margin-top: 30px;
  }
  #fs_WishListLogin .fs-c-subSection,
  #fs_Login .fs-c-subSection {
    margin-bottom: 50px;
  }
  .fs-c-otherServiceLogin:not(:first-child) {
    margin: 60px 0;
  }
}

/* パスワードを忘れた方 */
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .fs-c-inputInformation__field {
    padding: 15px 0;
  }
}

.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field {
  background: none;
}

/* お客様情報 */
.fs-c-agreementConfirmation {
  margin: 10px 0;
  padding: 10px 0;
  line-height: 1.6;
}
.fs-c-agreementConfirmation__message {
  margin-bottom: 1em;
}

/* マイページ */
.fs-p-announcement {
  line-height: 2;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border-color: #f7f7f7;
  border-radius: 5px;
  color: #111;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 13px;
  font-weight: 500;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #111;
}
.fs-p-accountInfo {
  padding: 15px 10px 5px;
}
.fs-p-accountInfo__header {
  margin-bottom: 1em;
}
.logout_btn,
.fs-l-account {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fs-p-accountInfo__body {
  padding: 10px;
  letter-spacing: .1em;
}
.fs-p-accountInfo__point__point__available__number {
  color: #B55454;
  font-size: 20px;
}
.fs-c-accountService__page--accountDelete {
  display: none;
}
.logout_btn {
  margin-top: 30px;
}
.logout_btn a {
  text-decoration: underline;
}
.delete {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 12px;
  }
  .delete,
  .fs-c-reviewList__item__editButton,
  .fs-c-buttonContainer--myPageTop {
    font-size: 0.86rem;
  }
  .fs-p-accountInfo__point__point__available__number {
    vertical-align: middle;
  }
  .fs-p-accountInfo__point__point__available > span {
    vertical-align: middle;
  }
}
@media screen and (max-width: 529px) {
  .fs-l-account {
    padding: 0 4px;
  }
  .fs-c-accountService {
    grid-gap: 2%;
  }
  .fs-c-accountService > li.fs-c-accountService__page {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    flex-basis: 49%;
    margin: 1% 0;
    height: 124px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 40px;
    height: 54px;
    width: 54px;
    margin-top: 0;
  }
}


/* 買い物かご */
.fs-c-button--plain {
  color: #232323;
}
.fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-c-button--buyItLater.fs-c-button--plain,
.fs-c-button--cancel--cart.fs-c-button--plain {
  background: #B5B5B5;
  min-width: 50px;
  letter-spacing: 0.14em;
  padding: 4px;
  font-size: 12px;
  color: #fff;
}
.fs-c-button--cancel--cart.fs-c-button--plain {
  margin: 0 auto;
  width: 50px;
}
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
  border-color: #C6C6C6;
}
.fs-c-cartTable__headerCell {
  background: #f5f5f5;
  font-weight: 500;
  text-align: center;
}
.fs-c-cartTable__product {
  line-height: 1.8;
}
.fs-c-quantity__select.fs-system-quantity-list {
  text-align: right;
  background: #fff;
  border: 1px solid #C6C6C6;
  padding: 10px;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price,
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
}
.fs-c-productPrice {
  font-weight: 500;
}
.fs-body-cart .fs-l-cart__sideColumn {
  border: 1px solid #ddd;
}
.fs-c-purchaseHere__message {
  text-align: center;
  font-weight: 700;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td,
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type{
  border-color: #F8F8F8;
}
.cart_text {
  line-height: 2;
  font-size: 13px;
}
.fs-c-orderTotalTable__mainRow > td {
  font-size: 14px;
}
.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
  font-size: 13px;
}
.fs-c-productPrice.fs-c-productPrice--listed {
  margin-bottom: 10px;
}
.fs-body-checkout .fs-c-button--primary,
.fs-body-cart .fs-c-button--primary {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.fs-c-checkout-couponCodeInput__title {
  color: #1a1a1a;
  font-size: 14px;
}
.fs-c-checkout-paymentMethod__title {
  padding: 6px 12px;
}
.is-active .fs-c-checkout-paymentMethod__title {
  padding: 12px;
}
.fs-c-checkout-pointInfo__usePoint__label {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .fs-c-cartTableContainer {
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell,
  .fs-c-listedProductName__variation,
  .fs-c-listedProductName__selection {
    font-size: 12px;
  }
  .fs-c-cartTable__product {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    grid-gap: 16px;
  }
  .fs-c-quantity__select.fs-system-quantity-list {
    font-size: 12px;
  }
  .fs-c-cartTable__unitPrice {
    font-size: 12px;
    margin: .5em 0;
  }
  .fs-c-productPrice__addon {
    font-size: 12px;
  }
  .fs-c-purchaseHere__message {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .cart_text {
    margin-top: 90px;
  }
  .fs-l-cart {
    margin-top: 100px;
  }
  .fs-body-checkout .fs-c-button--standard {
    padding: 1em 1.3em;
  }
  .fs-c-checkout-paymentMethodList.case-delivery {
    padding: 10px;
    background: #f7f7f7;
  }
  .fs-c-priceDisplay__memberPrice__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    grid-column-gap : 60px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-checkout-pointInfo__comment p,
  .fs-c-checkout-confirmationList > dt,
  .fs-c-checkout-pointInfo__usePoint__label {
    font-size: 0.86rem;
  }
}
@media screen and (max-width: 599px) {
  .fs-l-main {
    padding: 8px 3%;
    margin-top: 0;
  }
  .cart_text {
    margin-top: 40px;
    font-size: 12px;
  }
  .fs-c-purchaseHere__message {
    margin-bottom: 1em;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    padding: 15px;
  }
  .fs-c-listedProductName__variation,
  .fs-c-listedProductName__selection {
    font-size: 0.86rem;
  }
  .fs-c-quantity__select.fs-system-quantity-list {
    padding: 7px 10px;
    font-size: 12px;
  }
  .fs-c-button--buyItLater.fs-c-button--plain,
  .fs-c-button--cancel--cart.fs-c-button--plain {
    padding: 2px 4px;
    font-size: 11px;
  }
  .fs-c-cartTable__dataCell {
    padding: 0;
  }
  .fs-c-cartTable__unitPrice {
    margin-top: 5px;
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    padding: 5px 0;
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price,
  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.1rem;
    letter-spacing: 0.8px;
  }
  .fs-c-cartTable__row {
    padding-bottom: 15px;
  }
  .fs-body-cart .fs-c-button--primary {
    width: 100%;
  }
  #fs-checkout-amazon-container .fs-c-payWithAmazon__button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fs-c-checkout-preview__title {
    padding-bottom: 15px;
  }
  .fs-body-checkout .fs-c-button--standard {
    padding: 1.1em;
  }
  .fs-c-checkout-paymentMethodList.case-delivery {
    padding: 10px 5px;
    background: #f7f7f7;
  }
  .fs-c-priceDisplay__memberPrice__label {
    font-size: 12px;
  }
  .fs-c-pairList > dt,
  .fs-c-checkout-delivery__method__deliveryDateTime dd,
  .fs-c-checkout-communicationInfo__message p,
  .fs-c-checkout-delivery__method__message p,
  .fs-c-checkout-delivery__method__title,
  .fs-p-accountInfo {
    font-size: 0.86rem;
  }
  .fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
    font-size: 12px;
  }
}

/* 退会手続き */
#fs_DeleteAccount .fs-c-button--cancel.fs-c-button--standard {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 599px) {
  .fs-c-accountService {
    justify-content: center;
  }
  .fs-c-accountService > li {
    margin: 8px;
  }
}

/* ボタン */
.fs-c-button--primary {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  padding: 1.3em;
}
.animBtn .fs-c-button--primary{
  position: relative;
  display: flex;
  align-items: center;
  color: #1a1a1a;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
}
.animBtn .fs-c-button--primary:visited {
  color: #1a1a1a;
}
.animBtn .fs-c-button--primary::before{
  content: "";
  width: 15px;
  height: 1px;
  background: #1A1A1A;
  -webkit-animation: bo002 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation: bo002 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;  
}
.animBtn .fs-c-button--primary::after{
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-animation: bo001 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  animation: bo001 0.3s cubic-bezier(0.49, 0.1, 0.49, 0.8) forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;  
}
.animBtn .fs-c-button--primary:hover{
  background: #1A1A1A;
  color: #fff;
}
.animBtn .fs-c-button--primary:hover::after{
  -webkit-animation: bo002 0.3s forwards;
  animation: bo002 0.3s forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 640px){
  .animBtn .fs-c-button--primary{
    height: 50px;
    font-size: 0.8rem;
  }
  .animBtn .fs-c-button--primary::before{
    width: 10px;
  }
}

#fs_PasswordReminder .fs-c-button--primary,
.fs-c-loginForm .fs-c-button--primary {
  max-width: 320px;
  width: 100%;
}

.fs-c-button--secondary,
.fs-c-button--standard {
  background: #fff;
  border: 1px solid #111;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  text-align: center;
  padding: 1.3em;
  box-shadow: 0 0 0;
  width: 100%;
  max-width: 270px;
}
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active {
  color: #232323;
}

@media screen and (min-width: 769px) {
  #fs_CustomerDetails .fs-c-button--primary {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-checkout-couponInfo__body p,
  .fs-c-checkout-couponInfo__body .fs-c-checkout-couponCodeInput__title,
  .fs-c-checkout-paymentInfo__body p,
  .fs-c-checkout-paymentInfo__body .fs-c-radio__radioLabelText,
  .fs-c-button--secondary,
  .fs-c-button--standard,
  .animBtn .fs-c-button--primary {
    font-size: 0.86rem;
  }
  .fs-c-cartPayment__button .fs-c-button--secondary {
    max-width: none;
  }
}

@media screen and (max-width: 1024px){
  .sp_menuArea .nav_contents_list {
    margin-left: -8px;
    margin-right: -8px;
    background: #F8F8F8;
  }
  .sp_menuArea .footer_categories li a {
    background-color: #fff;
  }
  .sp_menuArea .footer_categories li a:empty {
    opacity: 0;
    pointer-events: none;
  }
  .sp_menuArea .ft_nav {
    background: #fff;
  }
  .sp_menuArea .ft_nav_item {
    width: 32%;
  }
  .sp_menuArea .ft_nav_item a {
    background: #f8f8f8;
    padding: 20px 0 15px 0;
  }
  .sp_menuArea .ft_nav_item p.ja {
    font-size: 11px;
    font-weight: 700;
  }
  .sp_menuArea .ft_nav_item .image {
    margin-bottom: 13px;
  }
  .sp_menuArea .ft_nav_item .image img {
    width: 30px;
    height: 27px;
  }
  .sp_menuArea .hd_member {
    padding: 20px 15px;
  }
  .sp_menuArea .hd_link {
    padding: 0 15px 25px;
  }
  .sp_menuArea .hd_member p:not(:first-child) {
    margin-top: 5px;
  }
  .sp_menuArea .hd_member a {
    display: block;
    background: #1A1A1A;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: .02em;
    padding: 20px 15px;
    position: relative;
    font-weight: 500;
  }
  .sp_menuArea .hd_member a::after {
    background: #fff;
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .sp_menuArea .hd_link a {
    display: block;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    text-align: center;
    font-size: 12px;
    letter-spacing: .02em;
    padding: 17px;
    position: relative;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px){
  .sp_menuArea .hd_link {
    padding: 0 15px 120px;
  }
  .search_button_wrap {
    padding-bottom: 80px;
  }
}


.fs-l-main-w .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
}
.fs-l-main-w .swiper-pagination-bullet {
  background: #f8f8f8;
  opacity: 1;
}
.fs-l-main-w .swiper-pagination-bullet-active {
  background: #1a1a1a;
}
.fs-c-checkout-addressee__data__name {
  font-size: 16px;
  line-height: 1.2;
}
.fs-l-checkout *,
.fs-c-modal__inner * {
  line-height: 1.4;
}
.fs-c-modal__inner .fs-c-buttonContainer--pair {
  grid-gap: 10px;
}
.fs-c-modal__inner .fs-c-button--secondary,
.fs-c-modal__inner .fs-c-button--standard {
  max-width: 100%;
}
.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 15px;
}
.fs-c-modal__inner .fs-c-checkout-addressee__data__name__home {
  font-size: 12px;
}
@media screen and (max-width: 640px){
  .fs-c-checkout-addressee__data__name {
    font-size: 14px;
  }
  .fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
    font-size: 12px;
  }
  .fs-c-productPrice__addon {
    font-size: 11px;
  }
  .section_wrap .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn,
  .section_wrap .ecbn-selection-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn {
    font-size: 12px;
  }
  .fs-l-main-w .swiper-pagination {
    display: none;
  }
}


.fs-body-my-orders .fs-c-priceDisplay__memberPrice {
  display: none;
}
.fs-body-my-orders .fs-p-announcement__body {
  margin-top: 1em;
  margin-bottom: 1em;
}
.fs-body-my-orders .fs-c-price {
  font-weight: 700;
  font-size: 1.28rem;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  line-height: 1.5;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1rem;
}
.fs-body-my-orders .fs-c-history__term {
  font-size: 1rem;
  color: #1a1a1a;
}
.fs-body-my-orders .fs-c-history__total dt,
.fs-body-my-orders .fs-c-history__total dd {
  border-top: none;
}
.fs-body-my-orders .fs-c-orderHistory {
  margin-top: 24px;
}
.fs-body-my-orders .fs-c-dropdown__menu {
  background-color: #fefefe;
}
.fs-body-my-orders .fs-c-history__total dl dt,
.fs-body-my-orders .fs-c-history__total dl dd {
  line-height: 1.8;
}

.fs-c-orderPerAddressee__heading {
  padding: 1em;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > dt,
.fs-body-my-orders-details .fs-c-deliveryInfoList > dd,
.fs-body-my-orders-details .fs-c-orderPaymentTable > tbody > tr th,
.fs-body-my-orders-details .fs-c-orderPaymentTable > tbody > tr td {
  padding: 1em;
}
@media screen and (max-width: 640px){
  .fs-c-history__info > * + * {
    padding-top: 20px;
  }
  .fs-c-history__total dt,
  .fs-c-history__total dd {
    padding-top: 0;
  }
  .fs-c-history__total dt {
    font-size: 0.9rem;
  }
  .fs-c-listControl {
    font-size: 0.8rem;
  }
  .fs-c-orderHistoryItem__orderInfo {
    padding: 8px;
  }
  .fs-c-orderHistoryItem__orderInfo__info {
    margin: 0 5px 5px;
    font-size: 0.86rem;
  }
  .fs-c-orderHistoryItem__deliveryInfo dt,
  .fs-c-orderHistoryItem__deliveryInfo dd,
  .fs-c-orderHistoryItem__productQuantity__number,
  .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity__label,
  .fs-body-my-orders .fs-c-orderHistoryItem__productName,
  .fs-c-orderHistoryItem__orderInfo__info dt,
  .fs-c-orderHistoryItem__orderInfo__info dd {
    font-size: 0.86rem;
  }
  .fs-c-orderHistoryItem__orderSummary.fs-c-orderHistoryItem__orderInfo__info {
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }
  .fs-c-orderHistoryItem__orderSummary.fs-c-orderHistoryItem__orderInfo__info dt,
  .fs-c-orderHistoryItem__orderSummary.fs-c-orderHistoryItem__orderInfo__info dd {
    line-height: 34px;
  }
  .fs-c-orderHistoryItem__header__button {
    font-size: 0.86rem;
    padding: 0 16px 16px;
  }
}


/* ポイント履歴 */
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  font-weight: 700;
  line-height: 1;
}
.fs-c-pointSummary__label--purchasePointExpiration,
.fs-c-pointSummary__label--waitingPoint,
.fs-c-pointSummary__label--purchasePointTotal,
.fs-c-pointSummary__value--purchasePointExpiration,
.fs-c-pointSummary__value--waitingPoint,
.fs-c-pointSummary__value--purchasePointTotal {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .fs-c-pointSummary__label--availablePoint {
    font-size: 0.9rem;
  }
  .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 2rem;
  }
  .fs-c-pointSummary [class$="--limitedPoint"] {
    font-size: 0.8rem;
  }
  .fs-c-pointListTable > tbody > tr {
    padding: 10px;
  }
  .fs-c-pointListTable > tbody > tr + tr {
    margin-top: 10px;
  }
  .fs-c-pointListTable > tbody > tr > th,
  .fs-c-pointListTable > tbody > tr td {
    line-height: 1.5;
    padding: 4px;
  }
  .fs-c-pointListTable > tbody > tr > th::before,
  .fs-c-pointListTable > tbody > tr td::before,
  .fs-c-pointListTable *,
  .fs-c-pointSummary__label--purchasePointExpiration,
  .fs-c-pointSummary__label--waitingPoint,
  .fs-c-pointSummary__label--purchasePointTotal,
  .fs-c-pointSummary__value--purchasePointExpiration,
  .fs-c-pointSummary__value--waitingPoint,
  .fs-c-pointSummary__value--purchasePointTotal {
    font-size: 0.86rem;
  }
}


/* レビュー */
.fs-c-reviewer__name,
.fs-c-reviewerStatus {
  font-size: 14px;
}
.fs-c-reviewer__profile {
  font-weight: 700;
  margin-left: 1em;
  font-size: 14px;
}
.fs-c-rating__value,
.fs-c-reviewInfo__date dt,
.fs-c-reviewInfo__date dd,
.fs-c-aggregateRating__count {
  font-size: 12px;
}
.fs-c-reviewer__name {
  font-weight: 700;
}
.fs-c-rating__value {
  color: #1a1a1a;
}
.fs-c-reviewStars::before {
  color: #FFCE00;
}
.fs-c-reviewStars {
  font-size: 12px;
  letter-spacing: .2em;
}
.fs-c-reviewerStatus {
  background: none;
  padding: 0 1em;
  color: #1a1a1a;
  min-width: auto;
}
.fs-c-reviewInfo__date * {
  color: #b5b5b5;
}

.fs-c-aggregateRating {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.fs-c-aggregateRating__rating {
  margin-right: 50px;
}
.fs-c-aggregateRating__rating,
.fs-c-aggregateRating__rating *,
.fs-c-aggregateRating__count {
  display: inline-block;
  vertical-align: middle;
}
.fs-c-aggregateRating__rating::before {
  content: "平均評価";
  margin-right: 8px;
  font-size: 12px;
  vertical-align: middle;
}
.fs-c-aggregateRating__count::after {
  content: "件のレビュー";
}

.fs-c-reviewBody {
  padding: 0;
  border: none;
}
.fs-c-reviewBody.fs-c-reviewList__item__body {
  line-height: 2;
  margin-top: 20px;
  font-size: 12px;
}
.fs-c-reviewList__item .fs-c-reviewList__item__info {
  display: grid;
  grid-template: auto / auto 1fr;
  grid-gap: 20px;
}
.fs-c-reviewList__item__info .fs-c-reviewStars {
  grid-area: 1;
}
.fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer,
.fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  grid-area: 2;
}
.fs-c-reviewList__item {
  padding: 25px 0;
  border-bottom: none;
}
.fs-c-reviewList__item:first-child {
  border-top: none;
}
@media screen and (min-width: 641px) {
  .fs-c-reviewList__item .fs-c-reviewList__item__info {
    display: block;
  }
  .fs-body-product .fs-c-reviewList__item .fs-c-reviewList__item__info {
    display: grid;
  }
}
@media screen and (max-width: 640px) {
  .fs-c-reviewList__item__info {
    grid-gap: 10px;
  }
  .fs-c-reviewBody.fs-c-reviewList__item__body {
    margin-top: 10px;
    font-size: 0.86rem;
  }
  .fs-c-aggregateRating {
    margin-bottom: 5px;
  }
  .fs-c-aggregateRating__rating::before {
    font-size: 12px;
  }
  .fs-c-aggregateRating__rating {
    margin-right: 20px;
  }
  .fs-c-reviewList__item .fs-c-reviewList__item__info {
    margin-top: 10px;
  }
  .fs-c-reviewInfo__date * {
    font-size: 0.86rem;
  }
  .fs-c-productReview__allReviews a,
  .fs-c-productReview__addReview a {
    font-size: 0.86rem;
  }
}

/* お届け先 */
.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
  font-size: 1rem;
}
.fs-body-my-addressbook .fs-c-listTable th,
.fs-body-my-addressbook .fs-c-listTable td {
  padding: 8px 16px;
}
.fs-c-address {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .fs-c-reviewer__name,
  .fs-c-reviewerStatus {
    font-size: 12px;
  }
  .fs-c-reviewer__profile {
    font-size: 12px;
  }
  .fs-c-rating__value,
  .fs-c-reviewInfo__date dt,
  .fs-c-reviewInfo__date dd,
  .fs-c-aggregateRating__count {
    font-size: 11px;
  }
  .fs-c-buttonContainer--addAddressbook {
    justify-content: center;
    padding-bottom: 20px;
  }
  .fs-body-my-addressbook .fs-c-listTable td ruby rt,
  .fs-c-addressBookList__count {
    font-size: 0.8rem;
  }
  .fs-body-my-addressbook .fs-c-listTable th,
  .fs-body-my-addressbook .fs-c-listTable td {
    padding: 16px 16px 0;
  }
  .fs-body-my-addressbook .fs-c-listTable td ruby {
    font-size: 1rem;
  }
  .fs-body-my-addressbook .fs-c-buttonContainer--deleteChange > [class^=fs-c-button],
  .fs-c-address {
    font-size: 0.86rem;
  }
  .fs-c-addressBookList__list > tbody > tr {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  .fs-body-reviews-product .fs-c-productName__name,
  .fs-body-review-write .fs-c-productName__name {
    font-size: 1.3rem;
  }
  .fs-c-productReviewed__number .fs-c-productNumber span {
    font-size: 12px;
  }
  .fs-body-review-write .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 21px;
  }
  .fs-c-checkout-couponList__couponName {
    font-size: 12px;
  }
  .fs-c-checkout-couponList__couponDiscount {
    font-size: 11px;
  }
  .fs-c-checkout-pointInfo__usePoint__number {
    font-size: 1.3rem;
  }
  .fs-c-checkout-couponList__control button {
    width: 100%;
    font-size: 12px !important;
  }
  .fs-c-checkout-couponList__control {
    flex-basis: 110px;
  }
}

/* ------------------------------
    
------------------------------ */

@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (min-width: 641px){
  
}
@media screen and (max-width: 640px){
  
}

