@charset "UTF-8";
/* CSS Document */

#title_box{
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
#title_box h2,
#title-box h2{
	margin: 30px 0;
}

.lead {
	margin: 30px 0;
  font-size: 14px;
}

/*背景色調整用 2023.5.24*/

#title-box{
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}


#title_img{
  margin:0 auto;
  max-width: 1000px;
}

#title_img img{
	margin:0 auto;
  max-width: 100%;
}

.title-box .title {
    display: block;
    font-family: "EB Garamond", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    line-height: 1.2em;
}


.easyrefine{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
.easyrefine ul{
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.easyrefine ul li{
	display: inline-block;
	overflow: hidden;
	width: 159px;
	padding: 0 1px 0 0;
	color: #fff;
}
.easyrefine ul li a{
	display: block;
	overflow: hidden;
	background-color: #45423f;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.easyrefine_logo{
	overflow: hidden;
	width: 100%;
	text-align: center;
  margin: 0 auto 10px;
}

.nav-categpry {
  overflow: hidden;
}

.easyrefine_logo ul{
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.easyrefine_logo ul li{
	display: inline-block;
	overflow: hidden;
	width: 159px;
	margin: 0 1px 0 0 ;
	border: solid 1px #eee;
	color: #fff;
	background-color: #fff;
}
.easyrefine_logo ul li a{
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	color: #fff;
}
.easyrefine_logo ul li a img{
	width: 130px !important;
	margin: 0 auto !important;
	display: block !important;
}

#title_box .search-heading {
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
  margin: 10px auto 16px;
}

/* タイトル動画 2022.8.4 追加 */

.video_container {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  }
  .video_container video {
  width: 100%;
  max-width: 1000px;/*PC版での最大幅*/
  }

/* youtube動画 2023.5.24 追加 */  

.youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;
  overflow: hidden;
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++ カテゴリ画像 css +++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
.main-content{
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
.main-content a{
  transition: .4s;
}

/* title */
.title{
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 60px;
  letter-spacing: .04em;
  line-height: 1;
}


/* nav-tab */
.nav-tab{
  margin: 20px 0 30px;
}
.nav-tab::after{
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top:1px;
  width: 100%;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a{
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a{
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

/* nav-categpry */
.nav-categpry ul{
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
.nav-categpry ul li{
  margin: 0 3px;
}
.nav-categpry a{
  background: #444;
  display: block;
  height: 119px;
  overflow: hidden;
  position: relative;
  width: 119px;
}

.nav-categpry.nav-category-rectangle a{
  height: auto;
  aspect-ratio: 5/6;
}

.nav-categpry a img{
  margin-top: -10px;
  opacity: .5;
  width: 100%;
}
.nav-categpry a span{
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  margin: auto;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;

  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}


/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--+++++++++++++++++++++ アイテムリンク css ++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/

/* item */

.item_box{
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
}
.item_box ul{
    display: block;
    overflow: hidden;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}
.item_box li{
    display: block;
    overflow: hidden;
    width: 165px;
    padding: 0;
    margin: 0 1px 0 0 ;
    float: left;
}
.item_box li img{
    width: 100%;
    position: relative;
}

/* おすすめアイテム枠 500x600調整 2023.5.31 追加 */  

.item_box.item_box_rectangle li {
  width: 165px;  
  height: 198px;
}
.item_box.item_box_rectangle li img{
  top: auto;
}

.btn-box{
	display: flex;
	justify-content: center;
}
.btn-box > li{
	width: 320px;
	margin: 0 5px;
}



@media screen and (min-width: 640px) {

.item_box a:hover{
    opacity: 0.7;
}
.easyrefine ul li a:hover{
	background-color: #9E9E9E;
	color: #fff;
	opacity: 1;
}

#title_box .search-heading {
  font-size: 20px;
}


/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++ カテゴリ画像 css +++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/

/* hover settings */
.nav-tab li:not(.active) a:hover{
  border-color: #aaa;
  color: #666;
}
.nav-tab li.active a:hover{
	opacity: 1!important;
}
.nav-categpry a:hover{
  opacity: .7;
}

.column a:hover img,
.item-list a:hover,
.btn-more a:hover{
  opacity: .6;
}
a.sale-btn:hover{
  background: #ffe9e8;
}
.under_link a:hover{
  background: #fff;
  color: #3b2328;
}


br.sp-visible{
  display: none;
}
#title_img a:hover{
  opacity: .6;
}

.youtube-box {
  width: 800px;
  margin: 20px auto;
}


}
@media screen and (max-width: 640px) {
/* 表示領域が640px未満の場合に適用するスタイル */

.l-archive-in{
  padding: 0;
  }

.pc_none{
	display: none !important;
}
.sp_none{
	display: block !important;
}

#title_box {
	width: 95%;
	margin: 20px 0 0 10px;
}

#title-box {
	width: 95%;
	padding: 20px 0 0 0;
  margin: 0 auto;
}

#title_img {
	width: 100%;
}
#title_img img{
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.title-box .logo {
    margin: 10vw 0 10px;
    width: 160px !important;
}

.capp{
	font-size: 10px;
	text-align: left;
}

.easyrefine{
	width: 100%;
	margin: 0 auto 5px;
}
.easyrefine ul{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.easyrefine ul li{
	width: 50%;
	padding: 1px;
  box-sizing: border-box;
}
.easyrefine ul li a{
	padding: 5% 3%;
}

.easyrefine_logo {
  margin: 0 auto 5px;
}
.easyrefine_logo ul{
  display: flex;
  flex-wrap: wrap;
	width: 100%;
}

.easyrefine_logo ul li{
	width: 32%;
	margin: 1px ;
}
.easyrefine_logo ul li a{
	padding: 5% 3%;
}
.easyrefine_logo ul li a img{
	width: 100% !important;
}

/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++ カテゴリ画像 css +++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/

.main-content{
  width: 100%;
}
.title{
  margin: 10px 0 ;
  width: 100%;
  font-size: 40px;
}
.title img{
  width: 100%;
}

/* SMP section */
.section{
  margin: 0 0 80px;
  width: 100%
}
/* SMP nav-tab */
.nav-tab{
  margin: 0 0 5vw;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  margin: 0 2px;
  vertical-align: bottom;
  width: 30%;
}
.nav-tab li a{
  font-size: 4vw;
  height: 4vw;
  line-height: 1.5;
  padding: 2vw 0 4vw;
}
.nav-tab li.active a{
  height: 4.2vw;
  line-height: 1.5;
  padding: 2vw 0 4.5vw;
}

/* SMP nav-categpry */
.nav-categpry {
  margin: 0 0 5px;
}
.nav-categpry ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 ;
}
.nav-categpry ul li{
  margin: 1px;
}
.nav-categpry a{
  background: #000;
  display: block;
  height: 30vw;
  overflow: hidden;
  position: relative;
  width: 30vw;
}
.nav-categpry a img{
  margin-top: -10px;
  opacity: .5;
  width: 100%;
}
.nav-categpry a span{
  color: #fff;
  font-size: 12px;
  padding: 0;
  width: 100%;
}

/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--+++++++++++++++++++++ アイテムリンク css ++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
.item_box {
    margin: 0 auto 5px;
}
.item_box ul{
    width: 100%;
}
.item_box li{
    display: block;
    overflow: hidden;
    width: 33%;
    padding: 0;
    margin: 0 1px 1px 0;
}

/* おすすめアイテム枠 500x600調整 2023.5.31 追加 */  

.item_box.item_box_rectangle li{
  width: 33%;
  height: auto;
  margin-right: 0;
}

#title_img .item_box.item_box_rectangle li img {
  margin-bottom: 0;
}

.btn-box > li{
	width: 100%;
	margin: 5px 0;
}


}


