/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
.c-item-list__price {
  margin-top: 0px;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
  .c-item-list__item {
    margin-bottom: 0px;
  }
  .c-item-list__price{
    margin-top: 0px;
  }
}

.bx-wrapper .bx-pager{
  display:none;
}
.top-lead{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-lead .c-ttl-main{
    font-feature-settings: normal;
}

/*こだわり部分のレイアウト*/
#obsession-container-sp{
  display:none;
}

#obsession-container {
width:1000px;
display: grid; /* グリッドレイアウト */
grid-template-rows: 54px 194px 124px 398px;
grid-template-columns:200px 200px 150px 150px 100px 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
margin-top: 80px;
}
  
@media screen and (max-width: 1029px) {
#obsession-container {
    width: 750px;
    display: grid;
    grid-template-rows: 40.5px 145.5px 93px 298.5px;
    grid-template-columns: 150px 150px 112.5px 112.5px 75px 150px;
  }

}
  
#itemA {
    grid-row: 1 / 3;
    grid-column: 6;
    padding-right: 20px
}
#itemB {
    grid-row: 2 / 4;
    grid-column: 1 / 6;
}

#itemC {
    grid-row: 4;
    grid-column: 4 / 7;
    background: #fff;
    padding: 20px 0px 0px 50px;
    text-align: left;
}
#itemC h4{
  font-size: 24px;
}
#itemC p{
  line-height: 2;
}
  
@media screen and (max-width: 1029px) {
#itemC {
    height: 300px;
    padding: 20px 20px 0px 30px;
    font-size: 12px;
}
#itemC h4{
  font-size: 20px;
}
}

@media screen and (max-width: 767px) {
  #obsession-container {
    display:none;
  }
  #obsession-container-sp{
  display:block;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
#itemC {
    height: auto;
    padding: 0px 5px;
    font-size: 14px;
}
  #itemC h4 {
    font-size: 21px;
}
  #itemC p{
  line-height: 1.5;
}
  .lineup-title {
    display:none;}
  
}
/*トップ下バナー*/
.banner-area{
width:1000px;
margin-left: auto;
margin-right: auto;
display: flex;
margin-top: 40px;
justify-content:space-evenly;
flex-wrap: wrap;
}
.banner-area img{
width:480px;
margin-top: 15px;
}
@media screen and (max-width: 1030px) {
.banner-area{
width:100%;
margin-top: 10px;
display: block;
margin-bottom: -30px;
  }
.banner-area img{
width:47%;
margin:10px;
}
}
@media screen and (max-width: 650px) {
.banner-area img{
width:92%;
padding-left: 1%;
 margin:10px;
}
}
  
/*商品ラインナップ*/
.lineupwrap{
width:1000px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
margin-top: 80px;
}
.lineup-title{
  text-align: center;
  margin-bottom: 50px;
}
.lineuplist, .lineuplist2{
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lineuplist li{
  margin-bottom:20px;
  text-align:left;
  width:24%;
}
.lineuplist2 li{
  margin-bottom:20px;
  text-align:left;
  width:490px;
}
.lineuplist6 li{
 width:16.3%;
}

.lineuplist li a, .lineuplist2 li a , .c-item-list__ttl{
	display:block;
	color:#231815;
	text-decoration:none;
  font-weight: 700;
}
.lineuplist li a:hover, .lineuplist2 li a:hover{
	text-decoration:underline;
}
.lineup-subTitle{
  	display:flex;
}

.lineuplist img ,.lineuplist2 img{
  margin-bottom:10px;
}
.lineuplist2 .c-item-list__txt , .lineuplist .c-item-list__txt{
  padding:0 8px;
}

.ikaIcon{
  width:50px;
  height:50px;
  margin-top:auto;  
  margin-bottom:auto;
  margin-right:20px;
}
.lineup-subTitle span{
  color:#808000;
  font-size:1.3em;
  font-weight:bold;
}
.lineup-subTitle{
text-align: center;
justify-content: center;
margin-top: 60px;
}

.seeMore{
  margin: 50px 0;
  text-align: center;
}
.seeMore a{
  padding:10px 40px;
  justify-content: center;
  color: #fff;
  background-color: #808000;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.4em;
}
.seeMore a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 1030px) {
 .lineupwrap{
width:90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
}
.lineup-title{
margin: 50px auto 0 auto;
width:70%;
}
 .lineuplist li{
  width:49%;
}
.lineuplist2 li{
  width:49%;
}
.lineuplist6 li{
 width:32%;
}
}

@media screen and (max-width: 767px) {
.ikaIcon{
  width:40px;
  height:40px;
  margin-right:20px;
  margin-left: -40px;
}

.lineup-subTitle h2{
font-size: 1.2em;
  }
 .lineup-subTitle span{
 display: block;
font-size: 1.4em;
}
  
}
.c-ttl-main {
    justify-content: center;
}
@media screen and (min-width: 765px) {
.c-item-list {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.is-open .l-main-navi .l-main-navi-list__item a {
    color: black;
}
.l-header-main__in{
  background:black;
}   
  }

@media screen and (min-width: 1030px) {
.c-item-list {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
  }
.c-item-list__item{
padding-left: 5px;
padding-right: 5px;
}



.l-header , .bx-viewport{
  background-color:black!important;
}
.l-main-navi .l-main-navi-list__item a{
  color:white;
}

@media screen and (min-width: 1029px){
.l-help-navi-box a {
    color: white;
}
}

.l-mega-menu-list__item a{
  color:#464e54!important;
}
.l-menu-btn span {
    background-color: white;
}

.l-header-logo__img img, .l-header-search__btn img, .l-header-cart a img
{
filter: invert(100%);
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: black;
    text-decoration: none;
}


@media screen and (min-width: 1030px){
.l-header .icon-sns {
    filter: invert(100%);
}
}
.bx-wrapper{
  position: relative;
  background:black;
  height:900px;
  text-align: center;
}
.bx-wrapper img {
max-width: 1366px;
}
.center {
  color:white;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}
h1{
    font-size: 5.5rem;
    margin-block-end: 0;
}

.center p{
    font-family: MS serif;
    font-size: 1.5rem;
}
ruby > rt{
  font-size:30%;
}

.sub-wrap{
  width:100%;
  background:black;
}
.sub-wrap .lineupwrap{
  margin-top:1px;
}

@media screen and (max-width: 1029px) {
.bx-wrapper img {
max-width: 100%;
width: 100%;
height: 650px;
object-fit: cover;
}
.center {
    width: 90%;
    text-align: center;
}
  h1{
   font-size: 4rem;
  }
}
  
 @media screen and (max-width: 767px) { 
.bx-wrapper{
  height: 600px;
   }
.bx-wrapper img {
max-width: 100%;
width: 100%;
height: 400px;
object-fit: cover;
padding-bottom: 40px;
}
h1 {
    font-size: 2.4rem;
}
.center p{
   font-size: 1.2rem;
   }
.l-main-navi-list__link , .l-main-navi-list__link_another , .l-header-main__in{
  background:black;
} 
.l-main-navi-list__item {
    border-top: 0;
}
.l-header{
  box-shadow: none!important;
  }
}


.seeProductList .seeMore{
margin:100px 0 0 0;
}
.seeProductList a{
  color: #fff !important;
  border-radius: 0px;
  width: 50%;
  margin: 0 auto;
}
.seeMore h2{
color: white;
font-size: 2.1rem;
font-weight: bold;
}
.seeMore span{
  font-size: 1.2rem;
}
.sub-wrap .lineupwrap{
    margin-bottom: 1px;
}
.sub-wrap .lineupwrap .lineuplist2 li{
   margin-bottom: 0px;
}

.sub-wrap .lineupwrap .lineuplist2 img {
    margin-bottom: 0px;
}

@media screen and (max-width: 1030px){
  .seeProductList .seeMore{
margin-top:50px;
}
}

.sp{
  display:none;
}
@media screen and (max-width: 767px) {
  .pc{
    display:none;}
  .sp{
    display:block;
  }
.sub-wrap .lineupwrap ,  .sub-wrap .lineupwrap .lineuplist2 li{
   width: 100%;
}
.l-main-navi-list__link:before {
border-color: white;
} 
}
