@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,body{
  height: 100%;
}
html{
  font-size: 14px !important;
}
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;
}

/* 既存の記事をできるだけ見栄え良く */
.base-freepage_wrap h1,
.base-freepage_wrap h2,
.base-freepage_wrap h3,
.base-freepage_wrap h4,
.base-freepage_wrap h5,
.base-freepage_wrap h6,
.base-freepage_wrap p,
.base-freepage_wrap ul,
.base-freepage_wrap ol,
.base-freepage_wrap li,
.base-freepage_wrap dl,
.base-freepage_wrap dt,
.base-freepage_wrap dd,
.base-freepage_wrap table,
.base-freepage_wrap th,
.base-freepage_wrap td {
  line-height: 1.6;
}

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;
}
@media screen and (min-width: 1025px){
  a,
  a img{
    transition-duration: .3s;
  }
  a:hover img{
    opacity: .7
  }
}
a:hover{
  text-decoration: none;
}
a,
a:hover,
a:visited,
a:active {
  color: #1a1a1a;
}
a.no-link{
  pointer-events: none;
}
.show_search,
.show_nav,
.nav_hover{
  overflow: hidden;
}
@media screen and (min-width: 1025px){
  #header {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ------------------------------
    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: 13px;
  font-weight: 500;
}
.cont_ttl .ja{
  font-size: 12px;
  letter-spacing: 0.08em;
}
.site_btn{
  margin: 0 auto;
  border: 1px solid #1A1A1A;
}
.site_btn button,
.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 button {
  width: 100%;
}
.site_btn button::before,
.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 button::after,
.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 button:hover,
.site_btn a:hover{
  background: #1A1A1A;
  color: #fff;
}
.site_btn button:hover::after,
.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 button,
  .site_btn a{
    height: 50px;
    font-size: 0.8rem;
  }
  .site_btn button::before,
  .site_btn a::before{
    width: 10px;
  }
  .cont_ttl{
    margin-bottom: 30px;
  }
  .cont_ttl .en{
    font-size: 20px;
    margin-bottom: 9px;
  }
  .cont_ttl .ja{
    font-size: 10px;
  }
  .more_link a span{
    font-size: 0.8rem;
  }
  
}

/* ------------------------------
    header
------------------------------ */
#header{
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
#header .header_inner{
  position: relative;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #f4f4f4;
}
#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: 0.8rem;
  letter-spacing: 0.05em;
}
.head__newsBox p a:hover{
  opacity: 0.75;
}
/*ハンバーガーメニュー*/
#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;
  }
  
  #nav_brand.nav_child_container{
    padding: 80px 0 100px;
  }
  #nav_brand.nav_child_container .nav_child_inner{
    max-width: 1220px;
    width: 90%;
    margin: 0 auto;
  }
  #nav_brand.nav_child_container .nav_child_inner .nav_brand_list{
    flex-wrap: wrap;
  }
  #nav_brand .nav_child_inner .nav_brand_list .brand_item .image{
    margin-bottom: 10px;
  }
  #nav_brand .nav_child_inner .nav_brand_list .brand_item .name{
    font-weight: 400;
    line-height: 2.14;
  }
  .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;
  }
  .show_search #search_toggle_pc a {
    background: url("../image/common/ico_head_search_close.svg") center center no-repeat;
  }
  #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_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;
  }
  #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%;
  }
  /*アナウンスバー*/
  .head__newsBox p a{
    text-decoration: underline;
  }
  /*ハンバーガーメニュー*/
  #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: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .nav_contianer .nav_sns_list{
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 25px;
  }
  .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.7rem;
  }
  /*ハンバーガーメニュー*/
  #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%;
  }
  .nav_contianer .nav_sns_list li{
    margin: 0 10px;
  }

}
/* ------------------------------
    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 .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 .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::placeholder{
  color: #B5B5B5;
  font-size: 1.14rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
#search_modal .keyWowd_box .key_search{
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
  background-color: #F8F8F8;
  width: 75px;
  transition-duration: .3s;
}
#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 .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;
}
.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;
  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: 18px;
  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;
  width: 100%;
  font-size: 15px;
}
.search_more_container .search_more_item .search_more .price_list li .price::placeholder{
  color: #B5B5B5;
  font-size: 15px;
}
.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: 5px;
  height: 8px;
  top: 50%;
  left: 4px;
  border-right: 2px solid #fff; /* チェックマークの色 */
  border-bottom: 2px solid #fff; /* チェックマークの色 */
  content: '';
  margin-top: -5px;
  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: 1024px){
  .search_more .other_check.color li label strong {
    width: 18px;
    height: 18px;
  }
}

/*検索・リセットボタン*/
.search_button_wrap{
  justify-content: center;
}
.search_button_wrap button{
  border: 1px solid #1A1A1A;
  font-size: 12px;
  height: 60px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: .3s;
  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;
}

@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;
  }
  .search_more_container .search_more_item .search_more .other_check {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px){
  #search_modal{
    top: 60px;
    height: calc(100vh - 60px);
    padding: 0;
    overflow-y: scroll;
  }
  #search_modal .keyWowd_box{
    margin-top: 45px;
  }
  #search_modal .keyWowd_box .keyword{
    width: calc(100% - 55px);
    font-size: 16px;
    padding: 16px 0 15px 5%;
  }
  #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 .price_list li .price::placeholder{
    font-size: 13px;
  }
  .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%;
  }
  .search_more_container .search_more_box + .search_more_box .search_ttl {
    margin-top: 8px;
  }
}
@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 .keyWowd_box .keyword{
    padding: 15px 0 14px 5%;
    width: calc(100% - 49px);
  }
  #search_modal .keyWowd_box .keyword::placeholder{
    font-size: 1.0rem;
  }
  #search_modal .keyWowd_box .key_search{
    width: 49px;
  }
  #search_modal .keyWowd_box .key_search::before{
    width: 17px;
    height: 17px;
  }
  #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;
    display: inline-block;
    line-height: 15px;
  }
  .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%;
  }
}
@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;
  }
}

/* ------------------------------
    footer
------------------------------ */
.fs-l-footer{
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  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.7rem;
  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.7rem;
}
@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: 65px;
  }
  .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;
  }
  #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: 18px;
    letter-spacing: .08em;
    margin-bottom: 20px;
  }
  .footer_categories li {
    font-size: 13px;
    margin: .5em 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px){
  #fixed_banner{
    right: 1.3333%;
    width: 43.0667%;
  }
  #footer{
  }
  .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;
    background: #f8f8f8;
  }
  .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 {
    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 ul li{
    padding: 3px 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_column5 .item_list .item:nth-child(n + 6){
    /* display: none; */
  }
  .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.item_block .item_list .item a:hover img{
    opacity: 1;
  }  
  .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";
  }
  
}
@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;
  }
  .fs-l-main-w .swiper-pagination {
    display: none;
  }
}
@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.0rem;
  }
  /*スライダーの場合*/
  .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: 1495px;  
  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.7rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  .fs-c-breadcrumb__list > li, .fs-c-breadcrumb__list > li a{
    font-size: 0.71rem;
  }
}
.guide_bread {
  background: #F8F8F8;
}


/* ------------------------------
    ご利用ガイド
------------------------------ */
strong.red {
  color: #B55454;
}
.guide_header_wrap:not(.guide_header_top_wrap) {
  background: #F8F8F8;
}
.guide_header_wrap:not(.guide_header_top_wrap) h2,
.guide_header_wrap:not(.guide_header_top_wrap) p,
.guide_header_wrap:not(.guide_header_top_wrap) li {
  text-align: center;
}
.guide_header_top_wrap .cont_ttl h2,
.guide_header_top_wrap .cont_ttl p {
  text-align: center;
}
.guide_menu ul {
  display: flex;
  flex-wrap: wrap;
  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_top_wrap,
  .guide_header_wrap {
    padding: 10px 5% 80px;
  }
  .term_wrap .cont_ttl,
  .privacy_wrap .cont_ttl,
  .guide_header_wrap .cont_ttl {
    margin-bottom: 100px;
  }
  .guide_header_wrap .cont_ttl {
    margin-top: 90px;
  }
  .term_wrap .cont_ttl .en,
  .privacy_wrap .cont_ttl .en,
  .guide_header_wrap .cont_ttl .en {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .term_wrap .cont_ttl .ja,
  .privacy_wrap .cont_ttl .ja,
  .guide_header_wrap .cont_ttl .ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px){
  .guide_header_top_wrap,
  .guide_header_wrap {
    padding: 10px 5% 30px;
  }
  .term_wrap .cont_ttl,
  .privacy_wrap .cont_ttl,
  .guide_header_wrap .cont_ttl {
    margin-bottom: 48px;
  }
  .guide_header_wrap .cont_ttl {
    margin-top: 48px;
  }
  .term_wrap .cont_ttl .en,
  .privacy_wrap .cont_ttl .en,
  .guide_header_wrap .cont_ttl .en {
    font-size: 1.9rem;
  }
  .guide_header_wrap + .fs-l-main {
    margin-top: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 641px){
  .guide_menu ul {
    justify-content: center;
  }
  .guide_menu ul li {
    width: calc((100% - 45px) / 4);
    margin-bottom: 15px;
  }
  .guide_menu ul li {
    margin-right: calc(45px / 3);
  }
  .guide_menu ul li:last-child,
  .guide_menu ul li:nth-child(4n) {
    margin-right: 0;
  }
  .guide_menu ul li a {
    font-size: 12px;
    padding: 27px 10px;
  }
}
@media screen and (max-width: 640px){
  .guide_menu ul {
    justify-content: space-between;
  }
  .guide_menu ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .guide_menu ul li a {
    padding: 17px 5px;
    font-size: .8751rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.page_text th,
.page_text td {
  line-height: 1.5;
  border: 1px solid #c6c6c6;
  text-align: center;
}
.page_text th {
  background: #F8F8F8;
}

.delivery_post .page_text {
  background: #F8F8F8;
}
.delivery_post .page_text {
  padding: 20px 15px;
  margin-top: 20px;
}
.delivery_post .page_text th {
  background: #F4F4F4;
}
.delivery_post .page_text td {
  background: #fff;
}

@media screen and (min-width: 641px){
  .page_text table {
    margin-top: 40px;
  }
  .page_text th {
    padding: 30px;
  }
  .page_text th .small {
    font-size: 13px;
  }
  .page_text td {
    padding: 30px;
  }
  .delivery_post .page_text {
    padding: 45px 30px;
    margin-top: 40px;
  }
  .delivery_post .page_text p.bold {
    font-size: 20px;
  }
  .delivery_post .page_text table {
    margin-top: 15px;
  }
  .delivery_post .page_text th {
    padding: 15px 30px;
  }
  img.credit {
    max-width: 220px;
  }
}
@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: 68px 5% 150px;
  }
  .freepage_wrap.term_wrap {
    padding-top: 50px;
  }
  .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: 25px 0;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page_section {
    margin-top: 35px;
  }
}
@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;
}
.page_text .flow strong {
  display: block;
  margin-bottom: 1em;
}
.page_text .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 641px){
  .page_text .large {
    font-size: 16px;
  }
  .page_text p.small,
  .page_text p .small {
    font-size: 13px;
  }
  .page_text .site_btn {
    width: 320px;
    margin: 30px 0 0;
  }
  .page_text .flow {
    margin-top: 40px;
  }
  .page_text .flow strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px){
  .page_text p {
    font-size: .86rem;
  }
  .page_text p.extext {
    margin-top: 1em;
  }
  .page_text .large {
    font-size: 14px;
  }
  .page_text .small,
  .page_text p .small {
    font-size: 11px;
  }
  .page_text .site_btn {
    margin: 20px 0 0;
  }
  .page_text .flow {
    margin-top: 20px;
  }
}
.page_text .site_btn_large {
  width: 70%;
  line-height: 1.4;
}
.page_text .site_btn_large a {
  text-align: left;
  padding: 10px 65px 10px 15px;
}
@media screen and (max-width: 640px){
  .page_text .site_btn_large {
    width: 100%;
  }
  .page_text .site_btn_large a {
    padding-right: 30px;
  }
}

/* ------------------------------
    よくある質問
------------------------------ */
.faq_index ul li a {
  color: #1a1a1a;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: block;
  line-height: 1.1;
}
.faq_index ul li a:hover {
  opacity: .7;
}
.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 {
  }
  .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 .cont_ttl {
    margin-bottom: 60px;
  }
  .faq_wrap .page_section dl dt {
    font-size: 15px;
  }
  .faq_wrap .page_section dl dd p {
    font-size: 12px;
  }
  .faq_wrap .page_section dl dd {
    font-size: 12px;
    margin-bottom: 60px;
  }
  
  .faq_wrap .page_section dl dd p .small {
    font-size: 11px;
  }
  .faq_wrap .page_section dl dt::before,
  .faq_wrap .page_section dl dd::before {
    font-size: 17px;
  }
  .faq_wrap .page_section dl dt::before {
    line-height: 28px;
  }
  .faq_wrap .page_section dl dd::before {
    line-height: 28px;
  }
  .faq_wrap .page_section dl dd .site_btn {
    width: 320px;
  }
  .faq_wrap .page_section dl dd .site_btn.long {
    width: 400px;
  }
}
@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: 17px 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%;
  }
  .faq_wrap .page_section dl dd .site_btn.long {
    width: 100%;
  }
  .faq_wrap .page_section dl dd .site_btn.long a {
    padding-right: 15px;
  }
  .faq_wrap .page_section .answer {
    flex: 1;
  }
}


/* ------------------------------
    ご利用ガイド
------------------------------ */
.guide_top_item {
  border: 1px solid #C6C6C6;
  padding: 15px 13px;
}
.guide_top_item .guide_top_tl {
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #B5B5B5;
  line-height: 20px;
}
.guide_top_item .guide_top_tl a:hover {
  opacity: .7;
}
.guide_top_item .guide_top_tl::before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .5em;
}
.guide_top_item .guide_top_tl.icon1::before {background-image: url("../image/guide/guide_icon1.svg");}
.guide_top_item .guide_top_tl.icon2::before {background-image: url("../image/guide/guide_icon2.svg");}
.guide_top_item .guide_top_tl.icon3::before {background-image: url("../image/guide/guide_icon3.svg");}
.guide_top_item .guide_top_tl.icon4::before {background-image: url("../image/guide/guide_icon4.svg");}
.guide_top_item .guide_top_tl.icon5::before {background-image: url("../image/guide/guide_icon5.svg");}
.guide_top_item .guide_top_tl.icon6::before {background-image: url("../image/guide/guide_icon6.svg");}
.guide_top_item .guide_top_tl.icon7::before {background-image: url("../image/guide/guide_icon7.svg");}

.guide_top_item ul {
  padding: 15px 0;
}
.guide_top_item li {
  font-size: 12px;
  margin-top: 15px;
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.guide_top_item li a {
  display: block;
}
.guide_top_item li a:hover {
  opacity: .7;
}
.guide_top_item li a::before {
  content: "・";
}
@media screen and (min-width: 1025px){
  .guide_top_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .guide_top_item {
    width: 24%;
    margin-right: calc(4% / 3);
    margin-bottom: calc(4% / 3);
    min-height: 340px;
  }
  .guide_top_item:nth-child(4n),
  .guide_top_item:last-child {
    margin-right: 0;
  }
  .guide_top_item .guide_top_tl {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px){
  .guide_top_item {
    margin-bottom: 20px;
  }
  .guide_top_item ul {
    padding: 5px 0 15px;
  }
  .guide_top_item li {
    font-size: 12px;
    margin-top: 10px;
  }
  .guide_top_item .guide_top_tl {
    padding: 10px 0;
  }
  .guide_top_item .guide_top_tl::before {
    margin-bottom: -4px;
  }
}


/* 管理画面内 */
.nav_type_menu ul li a:hover {
  opacity: .7;
}
@media screen and (min-width: 1025px){
  .ft_nav_wrap {
    padding: 50px;
    background: #f4f4f4;
  }
  .ft_nav_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .ft_nav {
    padding: 0;
  }
  .ft_nav_item a {
    padding: 10px 0;
  }
  .ft_nav_item p.ja {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px){
  .ft_nav {
    padding: 20px 15px;
  }
  .ft_nav_item a {
    padding: 25px 0 18px 0;
  }
  .ft_nav_item .image {
    margin-bottom: 10px;
  }
  .ft_nav_item .image img {
    width: 40px;
    height: 35px;
  }
  .ft_nav_item p.ja {
    margin-top: 0;
    font-size: 10px;
  }
  .ft_nav_item p.en {
    letter-spacing: 0.1em;
  }
}

@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 .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: 33px;
    height: 28px;
  }
  .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: 14px;
    letter-spacing: .02em;
    padding: 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: 11px;
    letter-spacing: .02em;
    padding: 15px;
    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;
  }
}

@media screen and (max-width: 640px){
  .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 {
  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;
}
@media screen and (min-width: 641px){
  #wplist-staff {
    margin-bottom: 50px;
  }
}


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


.custom-link a{
	display:flex;
	align-items:center;
	padding:10px;
  margin-bottom:20px;
	border:1px solid #ddd;
}
.custom-link a .custom-img{
	width:30%;
	margin-right:5%;
}
.custom-link a .custom-title{
	width:65%;
  font-size:18px;
	font-weight:bold;
}
@media screen and (max-width: 640px){
  .custom-link a{
    flex-direction:column;
  }
  .custom-link a .custom-img{
    width:100%;
    margin-right:0;
  }
  .custom-link a .custom-title{
    width:100%;
    font-size:14px;
    text-align:center;
  }
}

@media screen and (min-width: 1025px){
  
}
@media screen and (max-width: 1024px){
  
}
@media screen and (max-width: 640px){
  
}
