@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto&display=swap');

/*--------------------
 共通 
--------------------*/
.SP {
display:none!important;
}

body {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}
a {
  transition: opacity 0.3s;
}
a:hover{
  text-decoration: none!important;
  opacity: 0.7;
}
a:visited{
  text-decoration: none!important;
}
button{
  text-decoration: none!important;
}
button:hover{
  text-decoration: none;
}
input[type=text],input[type=hidden]{
	outline:none;
  box-shadow: 0 0 0px 1000px #eee inset;
}
input[type=text]:hover,input[type=hidden]:hover{
	outline:none;
  box-shadow: 0 0 0px 1000px #eee inset;
}
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #eee inset;
}
.section-title > h2 > span{
  font-family: 'Roboto';
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3214;
}
.section-title p {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4166;
}
.title{
  height: 57px;
  margin: 0 auto 40px;
  font-size: 28px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  line-height: 1.321;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.title span{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
}

/*--------------------
 トップページヘッダー 
--------------------*/
.wrapper {
  padding-top: 0;
}
.common-header {
  position: relative;
  height: 72px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1200px) {
  .common-header {
    margin: 0;
  }
}
.common-header_menu{
  position: absolute;
  left: 0;
  top: 0;
}
.common-header_menu{
  justify-content: normal;
  padding-right: 25px;
  padding-left: 16px;
  /* max-width: 1200px; */
  margin: 0 auto;
}
.common-header_menu .name{
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  margin-right: auto;
}
.common-header_logo{
  margin-right: 0;
}
.common-header_logo a{
  margin-right: 8px;
}
.common-header_logo a img{
  width: 60px;
}
#common-header_menu-icon{
  margin-right: 30px;
}
.common-header_menu-right{
  margin-left: 50px;
}
.common-header_menu-right li + li{
  margin-left: 29px;
}
.common-header_menu-right .mypage img{
  width: 24.4px;
}
.common-header_menu-right .cart img{
  width: 32.3px;
  width: 26px;
}
.js-cart-count:not(:empty) {
  right: -7px;
  top: -7px;
  bottom: auto;
}

.common-header_menu-icon span{
  font-size: 15px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  font-weight: 300;
}
.st-Menu_Product{
  width: 100%;
  left:0px;
}
.Open + .st-Menu_Product{
  overflow: visible;
}
.st-Menu_Product .st_title{
  max-width: 960px;
  font-size: 24px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  font-weight: 300;
  display: flex;
  margin: 0 auto 43px;
}
.st-Menu_Product .st_title > span{ 
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 15px;
}
.st-Menu_Product .list {
  gap: 0;
}
.st-Menu_Product .brand .list a{
  display: block;
}

/* ヘッダーメニュー共通 */
.st-Menu_Product > div {
  min-width: 1200px;
  background-color: #fff;
  margin: 0 auto 0;
  padding: 40px 0;
  display: block;
  max-height: 80vh;
  border-bottom: solid 1px #fcfcfc;
  overflow-y: auto;
}

.st-Menu_Product div:nth-of-type(2) {
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto 0;
  padding: 40px 0 0;
  display: block;
  height: 100vw;
}
/* BRAND */
.st-Menu_Product .brand ul{
  max-width: 960px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px 20px;
} 
.st-Menu_Product .brand ul li{
  width: 176px;
  height: 212px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
}
.st-Menu_Product .brand ul.list li a {
  display: flex;
  flex-flow: column;
}
.st-Menu_Product .brand ul li a > div {
  flex: 1;
  min-height: 90px;
  background: #ffffff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.st-Menu_Product .brand ul li a > div figure {
  height: 46px;
}
.st-Menu_Product .brand ul li a > div figure img {
  max-height: 100%;
}
.st-Menu_Product .brand ul li a > div span {
  margin: 4px 0 0;
  display: block;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
}
.st-Menu_Product .brand ul li a[target="_blank"]::after {
  display: none;
}
.st-Menu_Product .list a{
  height: auto;
  display: inline-flex;
}

/* CATEGORY */
.st-Menu_Product .category .list{
  max-width: 960px;
  margin: 0 auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
}
.st-Menu_Product .category .list > li:not(last-child){
  margin-right: 30px;
}
.st-Menu_Product .category .list_mini{
  display: flex;
  width: 300px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
} 
.st-Menu_Product .category ul .list_mini .list_mini_title{
  display: flex;
  height: 40px;
  align-items: center;
  margin-bottom: 9px;
}
.st-Menu_Product .category ul .list_mini .list_mini_title > div{
  width: 45px;
  height: 40px;
  border-bottom: 2px solid #0F0F0F;
}
.st-Menu_Product .category ul .list_mini .list_mini_title img{
  width: 25px;
  height: 100%;
  /* border-bottom: 2px solid #0F0F0F; */
  padding-bottom: 6px;
  margin: 0 auto;
  display: block;
}
.st-Menu_Product .category ul .list_mini .list_mini_title span,
.st-Menu_Product .category ul .list_mini .list_mini_title a{
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  font-size: 14px;
  width: 255px;
  height: 100%;
  padding: 10px 0px 15px 8px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #DCDCDC;
}
.st-Menu_Product .category .list_mini li {
  width: 208px;
  /* margin: 12px 21px; */
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  position: relative;
  padding: 10px 0 10px 56px;
}
.st-Menu_Product .category .list_mini li a {
  display: block;
  width: auto;
  position: relative;
  padding: 2px 36px 2px 0;
}
.st-Menu_Product .category .list_mini li a::after {
  background-image: url(../../img/usr/sp/common/icon-arrow2.svg);
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0px;
  top: 30%;
}

/*--------------------
 トップページ本文
--------------------*/
.block-top-body .top_container{
  height: 530px;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
.block-top-body{
  margin-top: 20px;
  margin-bottom: 110px;
}

/* topswiper */
.block-top-body .top_container .swiper{
  /* width: 1080px; */
}
.block-top-body .top_container .swiper .swiper-slide{
  width: 1080px;
  height: 498px;
}
.block-top-body .top_container .swiper .swiper-slide img{
  width: 1080px!important;
  /*height: 498px; */
}
.block-top-body .top_container .top_pagination {
  bottom: 0px;
}
/* prev next */
.swiper-button-prev{
  left: 20px;
}
.swiper-button-next {
  right: 20px!important;
}
.top_container .swiper .swiper-button-prev:after,
.top_container .swiper .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after {
  background-image: url(../../img/usr/pc/home/swiper_arrow.png);
  height: 39px;
  width: 26px;
}
.swiper-button-prev:after {
  background-image: url(../../img/usr/pc/home/swiper_arrow.png);
  transform: rotate(180deg);
  height: 39px;
  width: 26px;
}
.swiper-button-prev{
  left: 12px;
}
/*ページネーション */
.block-top-body .top_container .swiper-pagination .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 30px;
  height: 2px;
  background: #DBDBDB;
  opacity: 0.19;
}
.block-top-body .top_container .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

#top-caption-area {
  margin: 40px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
/*--------------------
 トップページ予備テンプレート1
--------------------*/

.block-top-free-2{
}
#top-banner{
  width: 960px;
  margin: 0 auto ;
}
#top-banner .section-title {
  margin-bottom: 40px;
}
.top-campaign {
  margin-bottom: 100px;
}
.top-campaign ul{
  display: flex;
  justify-content: space-between;
}
.top-campaign ul li{
  display: flex;
  flex-direction: column;
  width: 470px;
}
.top-campaign ul li span{
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.41666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* topicsswiper */
.topics_container{
  height: 200px;
  position: relative;
  margin-bottom: 100px;
}
.topics_container .topic_items_text{
  /* max-height: 19px; */
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.41666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* ページネーション */
.topics_container .topics_pagination{
  bottom: 0px;
}
.topics_container .swiper-pagination .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 30px;
  height: 2px;
  background: #DBDBDB;
  opacity: 0.19;
}
.topics_container .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}
.topics_container .swiper-button-next{
  right: -15px!important;
  top: 70px;
}
.topics_container .swiper-button-prev{
  left: -15px!important;
  top: 70px;
}
.topics_container .swiper-button-prev:after,
.topics_container .swiper-button-next:after{
  content: "";
}

/* BRAND */
.top_brand{
  /* width: 1200px; */
  margin: 0 calc(50% - 50vw);
  background: #F6F6F6;
  padding: 55px 120px 60px;
}
.top_brand .title {
  font-size: 28px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  line-height: 1.321;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top_brand .title span{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 40px;
}
.top_brand .list{
  width: 960px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  /* justify-content: space-between; */
}
.top_brand .list li{
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px * 4) / 5);
  margin: 0;
}
.top_brand .list li > a{
  display: flex;
  flex-direction: column;
}
.top_brand .list li > a > figure {
  background: #ffffff;
}
.top_brand .list li > a > div {
  background: #ffffff;
  height: 92px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.top_brand .list li > a > div > figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
.top_brand .list li > a > div img {
  max-height: 100%;
}
.top_brand .list li > a > div span {
  margin: 4px 0 0;
  display: block;
  font-size: 11px;
}
.top_brand .list li > a > p{
  padding-top: 10px;
  max-height: 46px;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.41666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top_brand .more_btn{
}
.top_brand .more_btn a{
  font-family: 'Roboto';
  position: relative;
  display: block;
  text-align: center;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 40px auto 0;
  border: 1px solid #000000;
  text-decoration: none;
}
.top_brand .more_btn a:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2px;
  height: 10px;
  background-color: #444;
  right: 22px;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_brand .more_btn a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 9px;
  height: 2px;
  background-color: #444;
  right: 18px;
  margin-top: -1px;
}
.top_brand .more_btn.minus a:before{
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* CATEGORY */
.top_category{
  width: 960px;
  margin: 110px auto 40px;
  /* padding: 55px 120px 60px; */
}
.top_category .title {
  font-size: 28px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  line-height: 1.321;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top_category .title span{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 40px;
}
.top_category .list{
  display: flex;
  max-width:960px;
  min-height: 261.5px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 0;
}
.top_category .list > li{
  width: 31.25%;
}
.top_category .list > li:not(:last-child){
  margin-right: 30px;
}
.top_category .list_mini{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_category ul .list_mini .list_mini_title {
  display: flex;
  height: 40px;
  align-items: center;
  margin-bottom: 9px;
}
.top_category ul .list_mini .list_mini_title > div{
  width: 45px;
  height: 40px;
  border-bottom: 2px solid #0F0F0F;
}
.top_category ul .list_mini .list_mini_title img {
  width: 25px;
  height: 100%;
  padding-bottom: 6px;
  margin: 0 auto;
  display: block;
}
.top_category ul .list_mini .list_mini_title span,
.top_category ul .list_mini .list_mini_title a {
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  font-size: 15px;
  width: 255px;
  height: 100%;
  padding: 10px 0px 15px 8px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #DCDCDC;
}
.top_category .list_mini li{
  /* margin: 12px 36px 12px 56px; */
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  position: relative;
  padding: 10px 0 10px 56px;
}
.top_category .list_mini li a{
  width: 100%;
  display: block;
  padding: 2px 36px 2px 0;
}
.top_category .list_mini li a::after{
  background-image: url(../../img/usr/sp/common/icon-arrow2.svg);
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0px;
  top: calc(50% - 5px);
}
.block-search-box{
  width: 960px;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.block-search-box .search_block{
  width: 400px;
  height: 60px;
  display: flex;
  flex-direction: column;
}
.block-search-box .search_block h2{
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4285;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  padding: 0vw;
}
.block-search-box--form{
  display: flex;
  align-items: center;
}
.block-search-box .search_block > form .input-group{
  position: relative;
}
.block-search-box .search_block > form .input-group .input-group-area{
  width: 370px;
  height: 30px;
}
.block-search-box .search_block > form .input-group .input-group-area input[type="text"]{
  width: 351px;
  height: 22px;
  margin: 4px 4px 4px 15px;
  border-radius: 0px;
  padding: 0px;
}
.block-search-box .search_block > form .input-group .input-group-area > p{
  position: absolute;
  color: #999;
  font-size: 14px;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}
.block-search-box .search_block > form .input-group .input-group-btn{
  position: relative;
  width: 14px;
  height: 14px;
  border: none!important;

}
.block-search-box .search_block > form .input-group .input-group-btn button{
  border: none!important;
  width: 100%;
  padding: 0;
  top: 0%;
  position: absolute;
}
.block-search-box .search_block > form .input-group .input-group-btn button img{
  width: 100%;
}

.search_keyword_block{
  display: flex;
  flex-direction: column;
  height: 60px;
  width: 494px;
}
.search_keyword_block h2 {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4285;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  padding: 0vw;
}
.search_keyword_block .searchbox_keyword_img img{
  height: 30px;
}
.search_keyword_block .searchbox_keyword_img{
    display: flex;
    gap: 8.4px;
    flex-wrap: wrap;
}
.search_keyword_block .searchbox_keyword_img a{
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: calc(17 / 12);
    padding: 0 17px;
    height: 30px;
}

/*--------------------
 イベント機能
--------------------*/

.block-top-event{
  max-width: 960px;
  flex-direction: column;
  /* height: 57px; */
  margin-bottom: 60px;
}
.block-top-event .title{
  height: 57px;
  margin: 0 auto 40px;
  font-size: 28px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  line-height: 1.321;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.block-top-event .title span{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.block-top-event--goods{
  display: block;
}
.block-pickup-list-p ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.block-pickup-list-p ul li {
  width: 22.5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4.16%;
  margin-right: 3.33%;
}
.block-pickup-list-p ul li:nth-of-type(4n) {
  margin-right: 0;
}
.block-pickup-list-p ul li .block-pickup-list-p--goods-image{
  position: relative;
  width: 100%;
  height: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-pickup-list-p ul li .block-pickup-list-p--goods-image .recommend_icon{
  position: absolute;
  top: 0;
  left: 0;
}
.block-pickup-list-p ul li .block-pickup-list-p--goods-image .recommend_icon img{
  width: 52px;
}
.block-pickup-list-p--goods-description{
  margin-top: 10px;
  width: 100%;
  
}
.block-pickup-list-p--goods-description .block-pickup-list-p--goods-sname{
  max-width: 100%;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.6363;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-pickup-list-p--goods-description .block-pickup-list-p--goods-name{
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.6363;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
}
.block-pickup-list-p--goods-description .variation-name{
  max-width: 100%;
  height: 36px;
  max-height: 41px;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.3846;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-pickup-list-p--goods-description .price {
  color: #000000;
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
  display: block;
}
.block-pickup-list-p--goods-description span {
  font-size: 8px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
}
.block-pickup-list-p--goods-description .recommend_review{
  width: 141px;
  padding: 6px 0 10px;
}
.block-pickup-list-p--goods-description .add_cart{
  width: 162px;
  height: 34px;
  display: block;
  background: #434343;
  position: relative;
  border-radius: 2px;
}
.block-pickup-list-p--goods-description .add_cart a{

}
.block-pickup-list-p--goods-description .add_cart a span{
  width: 101px;
  height: 34px;
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0;
  padding: 7px 0 7px 48px;
  white-space: nowrap;
}
.block-pickup-list-p--goods-description .add_cart img{
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.block-pickup-list-p--goods-description .no_cart{
  width: 162px;
  height: 34px;
  display: block;
  background: #E5E5E5;
  position: relative;
  border-radius: 2px;
}
.block-pickup-list-p--goods-description .no_cart a span{
  width: 101px;
  height: 34px;
  display: block;
  color: #434343;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin: 0 auto;
  padding: 7px 0;
  white-space: nowrap;
}
body.page-event .block-top-event--header{
  border-top: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444;
  letter-spacing: 0.06em;
}

/*--------------------
 予備テンプレート2
--------------------*/
.u-container {
  width: 960px;
  margin: 0 auto 100px;
}
.top_journal{

}
.top_journal .title{
  width: 280px;
  height: 57px;
  margin: 0 auto 40px;
  font-size: 28px;
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  line-height: 1.321;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.top_journal .title span{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.top_journal .list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.top_journal .list li {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.top_journal .list li:nth-of-type(3n) {
  margin-right: 0;
}
.top_journal .list li > span {
  margin-top: 10px;
  max-height: 20px;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.41666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.top_journal .more_btn{
}
.top_journal .more_btn a{
  font-family: 'Roboto';
  position: relative;
  display: block;
  text-align: center;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 40px auto 0;
  border: 1px solid #000000;
  text-decoration: none;
}
/*--------------------
 トピック機能
--------------------*/

.block-top-topic {
  width: 723px;
  margin: 0 auto;
}
.block-top-topic--body .block-top-topic--items {
  display: flex;
  flex-direction: column;
}
.block-top-topic--body .block-top-topic--items li{
  max-width:100%;
  padding:10px 0 0;
  border-bottom: 1px solid #DCDCDC;
}
.block-top-topic--body .block-top-topic--items > li > a > dl{
  display: flex;
  flex-direction: column;
}
.block-top-topic--body .block-top-topic--items > li > a > dl > dt {
  color: #929292;
  font-family: 'Roboto';
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
  height: 16px;
  margin-bottom: 5px;
}
.block-top-topic--body .block-top-topic--items > li > a > dl > dd {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

/*--------------------
 トップページフッター
--------------------*/

.top_service{
  /* width: 1200px; */
  height: 390px;
  background: #F6F6F6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1200px) {
  .top_service{
    margin: 0;
  }
}
.top_service .title{
  padding-top: 60px;
}
.top_service .list{
  display: flex;
  width: 723px;
  margin: 100px auto 60px;
  gap: 0 25px;
  justify-content: center;
}
.top_service .list li{
  width: 162px;
  height: 172px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
}
.top_service .list li a{
  width: 162px;
  height: 172px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top_service .list li span{
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
}

.footer_list{
  width: 847px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 55px;
}
.footer_list .guideInCart_list{
  display: flex;
  height: 26px;
}
.footer_list .guideInCart_list li{
  display: block;
  height: 17px;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}
.footer_list .guideInCart_list li::after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 1px;
  height: 17px;
  background: #000000;
}
.footer_list .guideInCart_list li:last-of-type::after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 1px;
  height: 17px;
  background: transparent;
}
.footer_list .guideInCart_list li:nth-of-type(1){
  width: 95px;
  text-align: left;
}
.footer_list .guideInCart_list li:nth-of-type(2){
  width: 128px;
  text-align: center;
}
.footer_list .guideInCart_list li:nth-of-type(3){
  width: 177px;
  text-align: center;
}
.footer_list .guideInCart_list li:nth-of-type(4){
  width: 115px;
  text-align: center;
}
.footer_list .guideInCart_list li:nth-of-type(5){
  width: 59px;
  text-align: right;
}
.footer_icon ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 178px;
}
.footer_icon ul li:first-of-type{
  width: 30px;
}
.footer_icon ul li:nth-of-type(n+2){
  width: 25px;
}

/*--------------------
  ブランド商品一覧
--------------------*/

.pane-topic-path{
  display: block;
  width: 960px;
  margin: 0 auto;
}
.pane-contents .container{
  margin-bottom: 100px;
  padding-bottom: 0;
}
.block-topic-path{
  padding: 20px 0;
}
.block-topic-path--list {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4545;
}
.block-topic-path--list a{
  text-decoration: none;
  color: #808080;
}
.block-category-list h2,
.block-category-list h1 {
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444;
  letter-spacing: 0.06em;
}
.block-category-list p {
  padding: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.846;
  letter-spacing: 0.06em;
}
.block-category-list .block-category-list--header-img,
.block-event-page .block-event-page--header-img
{
  margin: 0 0 40px;
}
.block-category-list .block-category-list--header {
  margin: 0;
}
.block-category-list--promotion-freespace .block-promotion-freespace{
  height: auto;
  margin-top: 20px;
}
body.page-category .block-category-list--promotion-freespace{
  padding-bottom: 40px;
}
.block-category-list--promotion-freespace .block-promotion-freespace-link{
  position: relative;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 269px;
  margin: 0;
  margin-bottom: 50px;
  border: 1px solid #000000;
}
.block-category-list--promotion-freespace .block-promotion-freespace-link::after{
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 42%;
  right: 21px;
  background-image: url(../../img/usr/sp/common/icon-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  order: 1;
}
.block-category-style-g{
  display: block;
}
.block-genre-style-g{
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.block-category-style-g--items-0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-genre-style-g--items-0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-category-style-g--item {
  position: relative;
  flex-basis: 308px;
  margin: 0 18px 0 0!important;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #DBDBDB;
  box-sizing: content-box;
}
.block-genre-style-g--item {
  position: relative;
  flex-basis: 308px;
  margin: 0 18px 0 0!important;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #DBDBDB;
  box-sizing: content-box;
  overflow: hidden;
}
.block-category-style-g--item:nth-of-type(3n){
  margin: 0 0 0 0!important;
}
.block-genre-style-g--item:nth-of-type(3n){
  margin: 0 0 0 0!important;
}
.block-category-style-g--item::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 42%;
  right: 21px;
  background-image: url(../../img/usr/sp/common/icon-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  order: 1;
}
.block-genre-style-g--item::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 42%;
  right: 21px;
  background-image: url(../../img/usr/sp/common/icon-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  order: 1;
}
.block-category-style-g--name{
  padding-left: 20px;
  padding-right: 40px;
}
.block-genre-style-g--name{
  padding-left: 20px;
}

.block-category-list--goods{

}
.block-goods-list-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.block-goods-list-naviframe--top {

}
.pager-total{
  padding:0;
}
.pager-total .pager-count{
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 300;
  color: #000000;
}
.pager-total .pager-count > span,
.block-goods-list-naviframe .pager-total span span{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-left: 7px;
}
.block-goodslist--navtop{
  display: flex;
  align-items: center;
  width: 340px;
  justify-content: flex-end;
  gap: 14px;
}
.block-goodslist--navtop .btn-default{
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 14px;
  padding: 0 30px 0 40px;
  background: #FFFFFF;
  line-height: 13.3333vw;
  border: 1px solid #434343!important;
  letter-spacing: 0.1em;
}
.block-goods-list--sort-order-items::after{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #191919;
  border-right: solid 1px #191919;
  transform: rotate(135deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 5px);
  z-index: 10;
  transition: all 0.3s;
}
.block-goods-list--sort-order-items ,.block-goodslist--filter-btn{
  position: relative;
  width: 163px;
  height: 40px;
}
.block-goods-list--sort-order-items select{
  width: 100%;
  height: 100%;
  border-color: #434343;
  font-size: 14px;
  padding: 0 0 0 47px;
  background: #FFFFFF;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.block-goods-list--sort-order-items img{
  position: absolute;
  width: 17px;
  top: 50%;
  left: 10%;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}
.block-goodslist--filter-btn img{
  position: absolute;
  width: 17px;
  top: 50%;
  left: 10%;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}
.block-goodslist--filter-btn::after{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #191919;
  border-right: solid 1px #191919;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 3px);
  z-index: 10;
  transition: all 0.3s;
}

/* ページネーション */
.block-goods-list-naviframe--bottom{
  width: 100%;
  text-align: center;
  margin: 30px auto 80px;
}
.pagination-frame{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}
.pagination_no {
  width: auto;
}
.pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #F6F6F6;
  border: none;
}
.pagination_no li{
  background: #FFFFFF;
  color: #707070;
  border: 1px solid #DCDCDC;
}
.pagination_no .pager-current{
  background: #7E7E7E;
  color: #FFFFFF;
}
.pagination_no .pager-current span{
  background: #7E7E7E;
  color: #FFFFFF;
}
.pagination li a, .pagination span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #707070;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
.pagination li a i {
  display: block;
  height: 40px;
  line-height: 40px;
  font: normal normal normal 14px/1 FontAwesome;
}
.pagination li a i::before{
  display: block;
  height: 40px;
  line-height: 40px;
}

/* 最近チェックした商品 */
.recommend-wrapper{
  
}
.common_headline2_{
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 30px;
}
.recommend-wrapper .goods_p_ {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
}
.recommend-wrapper .goods_p_ li{
  width: 176px;
}
.recommend-wrapper .goods_p_ li figure{
  text-align: center;
}
.recommend-wrapper .goods_p_ li .desc_{
  font-size: 13px;
  color: #000000;
  height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2307;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* フッター */
.pane-footer{
  margin-top: 0;
}
.service_contents{
  background: #F6F6F6;
  padding: 60px 0 60px;
}
.service_contents ul{
  display: flex;
  width: 723px;
  justify-content: space-between;
  margin: 0 auto;
}
.service_contents ul li {
  width: 162px;
}

/*--------------------
 カテゴリ商品一覧
--------------------*/

.block-genre-page {
  margin: 0 auto;
  width: 960px;
}
.block-genre-page h2,
.block-genre-page h1{
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.block-genre-page .block-goods-list-nav{
  padding-top: 20px;
}
.block-genre-page .recommend-wrapper{
  /* margin: 0 auto; */
  width: 960px;
}
body.page-genre .block-genre-page--header-img{
  margin: 0 0 40px;
}

/*--------------------
 こだわり検索
--------------------*/
#search_side_refine__sp-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 849000;
  background: rgba(255,255,255,0);
  display: none;
}
#search_side_refine__sp{
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 365px;
  height: auto;
  z-index: 850000;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  overflow-y: auto;
  overflow-x: hidden;

  box-shadow: 2px 0 8px rgba(0,0,0,0.15);
  display: none;
}
#search_side_refine__sp .spfiltersearch_body{
  position: relative;
}
#search_side_refine__sp .s__s__input{
  height: 100%;
  /* padding: 25.6vw 0 21.333vw; */
  overflow: auto;
  width: 365px;
}
#search_side_refine__sp .header--search-body-over-header{
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #FFFFFF;
}
#search_side_refine__sp .header--search-body-over-header > p{
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  margin: 34px auto;
  letter-spacing: 0.06em;
}
#search_side_refine__sp .spfiltersearch_close{
  position: absolute;
  top: 24px;
  right: 30px;
  width: 12px;
  height: 12px;
}
#search_side_refine__sp .s__s__input__box{
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin: 0 30px 45px;
}
#search_side_refine__sp .s__s__input__box .title{
  font-size: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #DBDBDB;
  margin: 0;
  text-align: left;
  font-weight: bold;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',
   tbudgothic-std, sans-serif;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img {
  margin: 20px 0;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img li {
  margin: 0;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img li label {
  position: relative;
  cursor: pointer;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img li img {
  max-width: 30px;
  max-height: 30px;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img li i {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 3;
  font-size: 12px;
  opacity: 0;
}
#search_side_refine__sp .s__s__input__box ul.s__s__input__box--img li input[type="checkbox"]:checked ~ i {
  opacity: 1;
}
#search_side_refine__sp .s__s__input__box > select {
  margin: 20px 0;
  font-weight: normal;
}
#search_side_refine__sp .s__s__input__box > .block-filter-option-items {
  height: 20px;
  line-height: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding: 20px 0;
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
#search_side_refine__sp .s__s__input__box > .block-filter-option-items input{
  display: none;
}
#search_side_refine__sp .s__s__input__box > .block-filter-option-items label{
  font-size: 14px;
  font-weight: 300;
  padding-left: 35px;
}
#search_side_refine__sp .s__s__input__box > .block-filter-option-items input:checked + label::after{
  opacity: 1;
}
#search_side_refine__sp .s__s__input__box input[type="radio"] + label::before{
  background-image: url(../../img/usr/common/input_radio.png);
}
#search_side_refine__sp .s__s__input__box input[type="radio"] + label::after{
  background-image: url(../../img/usr/common/input_radio_bk.png);
}
#search_side_refine__sp .s__s__input__box input[type="checkbox"] + label::before{
  background-image: url(../../img/usr/common/input_checkbox.png);
}
#search_side_refine__sp .s__s__input__box input[type="checkbox"] + label::after{
  background-image: url(../../img/usr/common/input_checkbox_bk.png);
}

#search_side_refine__sp .block-filter--treelist-inner-layer ul li {
  position: relative;
}
#search_side_refine__sp .s__s__input__box > .block-filter-option-items label::before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 11px);
  left: 0;
}
#search_side_refine__sp .s__s__input__box > .block-filter-option-items label::after{
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 22px;
  height: 22px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 11px);
  left: 0;
}
#search_side_refine__sp .block-filter--treelist-inner-layer .block-filter-tree-items {
  position: relative;
  margin: 15px 0;
  display: block;
}
#search_side_refine__sp .block-filter--treelist-inner-layer .block-filter-tree-items input[type="radio"] {
  display: none;
}
#search_side_refine__sp .block-filter--treelist-inner-layer .block-filter-tree-items input[type="radio"] + span {
  font-size: 14px;
  font-weight: 300;
  padding-left: 35px;
}
#search_side_refine__sp .block-filter--treelist-inner-layer .block-filter-tree-items input[type="radio"] + span::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 11px);
  left: 0;
  background-image: url(../../img/usr/common/input_radio.png);
}
#search_side_refine__sp .block-filter--treelist-inner-layer .block-filter-tree-items input[type="radio"]:checked + span::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 22px;
  height: 22px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: calc(50% - 11px);
  left: 0;
  background-image: url(../../img/usr/common/input_radio_bk.png);
}


#search_side_refine__sp .s__s__search__btns{
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
  height: auto;
}
#search_side_refine__sp .s__s__search__btns ul{
  padding: 42px 30px 30px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  height: 40px;
  box-sizing: content-box;
}
#search_side_refine__sp .s__s__search__btns ul li{
  width: 100%;
  height: 100%;
}
#search_side_refine__sp .s__s__search__btns ul li:nth-of-type(1){
  padding-left: 15px;
}
#search_side_refine__sp .s__s__search__btns ul li input{
  height: 100%;
}
#search_side_refine__sp .s__s__search__btns ul .s__s--submit input{
  width: 185px;
  background: #FFFFFF;
}
#search_side_refine__sp .s__s__search__btns ul .s__s--reset input{
  width: 105px;
  background: #FFFFFF;
}

/* visumo　ReviCo */
.top_instagram {
margin: 40px 0;
}
body .revico-widget {
  font-family: inherit;
}
body .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
  font-family: 'Roboto';
  position: relative;
  display: block;
  text-align: center;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 40px auto 0;
  border: 1px solid #000000;
  text-decoration: none;
  padding: 0;
  border-radius: 0;
}
/* 商品検索フォーム */
.block-search-goods {
  width: 960px;
  margin: 0 auto;
}
.block-search-goods--condition-items select {
  width: auto!important;
}
.block-search-goods--from-dt,
.block-search-goods--to-dt {
  display: flex;
    white-space: nowrap;
    align-items: center;
}
.block-search-goods--from-dt + .block-search-goods--to-dt {
  margin-top: 20px;
}
.block-search-goods--from-dt select,
.block-search-goods--to-dt select {
  margin: 0 0.5em 0!important;
}
.block-search-goods--from-dt select:first-child,
.block-search-goods--to-dt select:first-child {
  margin-left: 0!important;
}
.block-search-goods--publication-dt .form-control input[type="text"] {
  width: 10em;
  margin: 0 0.5em 0 0;
}

/* youtube */
.st-Youtube,
.youtube > .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.st-Youtube iframe,
.youtube > .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------
 カテゴリ　関連イベント
--------------------*/

/* body.page-category .block-thumbnail-t li{
  margin-bottom: 30px;
}
body.page-category .block-thumbnail-t li dl.block-thumbnail-t--goods{
  width: 22.5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4.16%;
  margin-right: 3.33%;
  margin-left:0;
}
body.page-category .block-thumbnail-t li dl:nth-of-type(4n){
  margin-right: 0;
} */

body.page-category h2.block-top-event--header{
  border-top: none;
  margin-top: 40px;
}

body.page-regularhistory .block-regular-purcharse-list--info-addr span:first-child{
  width: 80%;
}

/*--------------------
 緊急テキスト
--------------------*/
#attention-textarea {
  background: #000000;
    color: #ffffff;
    margin: 0 calc(50% - 50vw);
    padding: 8px;
    text-align: center;
    min-height: 36px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#attention-textarea p {
  max-width: 1200px;
  margin: 0 auto;
}
#attention-textarea p a {
  color: inherit;
  text-decoration: underline;
}

.block-order-method--point-use-select .block-order-method--point-use-input{
  box-shadow: none;
  width: 10%!important;
}
