/* ページ共通 */
.white {background:white;
width:100%;
height:100vh;}
@media screen and (min-width: 767px){.top_wrapper {
    width: 80%;
    margin: auto;
    max-width: 1400px;
}}
@media screen and (max-width: 767px){
.top_wrapper {
    width: 98%;
    margin: auto;
}}
/* スライダー共通 */
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
}

.bx-wrapper .bx-prev {
    left: 2.5%;
}

.bx-wrapper .bx-next {
    right: 2.5%;
}
.bx-wrapper .bx-controls-direction a{z-index:1 !important;}

@media screen and (min-width: 767px){
.bx-wrapper {
    max-width: 1400px !important;
}

}
/* カテゴリーメニュー */
.top_category{display:none;}
.top_category .slick-list.draggable {
    max-width:1200px;
    margin: auto;
}
.top_category {
    display: none;
    position: relative;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 17px;
  height: 35px;
  background:black;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
   left: 0;
    right: 0;
  margin:auto;
  transform:rotate(45deg);
}
.category_item1 {
    margin: 0 20px 0;
}

.category_item1 a:hover, a:focus {
    text-decoration: none !important;
}

.category_item1 p {
    font-size: .8rem;
    padding: 15px 0;
    line-height: 1rem;
    text-align: center;
}

@media screen and (max-width: 767px){.category_item1 {
    margin: 0 10px 0;
}
.category_item1 {
    margin: 0 6px 0;
}

div#category_slidertop {
    width: 85%;
    margin: auto;
}

.category_item1 p {
    font-size: .6rem;
    padding: 5px 0;
    line-height: .8rem;
    text-align: center;
}}
/* メインスライダー */
li.slick-active {
    opacity: .4;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    background: #252525;
}
.slick-dots {
    bottom: -30px !important;
}

.top-slideshow {
    overflow: hidden;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: black !important;
    text-decoration: none;
}

@media screen and (min-width: 767px){.slick-slide {
    margin: 0 12px;
}}

@media screen and (max-width: 767px){.slick-dots li {
    width: 8px !Important;
    height: 8px !Important;
    margin: 0 3px !Important;
 
}}


/* レコメンド */
.reco_slide-arrow1 img {
    width: 78%;
}

.reco_slide-arrow1 {
    cursor: pointer;
    padding: 10px 0;
}

.reco_next-arrow1 {
    text-align: right;
    /* margin-left: -20px; */
    position: absolute;
    right: -20px;
}

.reco_arrow_box1 {
    position: relative;
}

.reco_prev-arrow1 {
    position: absolute;
    left: -20px;
}

.category_item1 img {
    border-radius: 12px;
    width: 100%;
}
@media screen and (max-width: 767px){.reco_slide-arrow1 img {
    width: 100%;
}
.reco_slide-arrow1 {
    width: 70px;
    height: 32px;
padding:15px 0;
}
.reco_prev-arrow1 {
    position: absolute;
    left: 3PX;
}
.reco_next-arrow1 {
    text-align: right;
    position: absolute;
    right: 3PX;
}
.category_item1 img {
    border-radius: 5px;

}}

/* もっと見る設定 */
.viewmore p {
    border: solid 1px;
    display: inline-block;
    padding: 8px 30px 5px;
    font-size: .9rem;
}

.viewmore {
    margin: 80px auto;
    text-align: center;
}

@media screen and (max-width: 767px){
      .viewmore {
        margin: 20px auto;
        text-align: center;
    }
    .viewmore p {
        display: inline-block;
        padding: 0 10px;
        font-size: .8rem;
        line-height: 1.8rem;
        margin: 0;
    }
}

/* タイトル */
.content_title .c-ttl-main {
    margin: 0;
}

.content_title {
    margin-bottom: 30px;
    margin-top: 120px;
}

p.title_text {
    text-align: center;
    letter-spacing: 3px;
}

.c-ttl-main {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
      .content_title {
        margin-bottom: 10px;
        margin-top: 70px;
    }
}

/* 素材から選ぶ */
.material_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.material_item {
    width: 27%;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 15px;
    border: solid 1px;
    position: relative;
}

.material_item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.material_select {
    display: flex;
}

.material_select img {
    width: 40%;
    border-radius: 14px 0 0 14px;
}

.material_text {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}





@media screen and (max-width: 767px){
      .material_item {
        width: 47%;
        margin: 5px 0;
        border-radius: 5px;
    }
    .material_select img {
        border-radius: 5px 0 0 4px;
        object-fit: cover;
        width: 35%;
    }
    .material_text p:first-of-type {
        font-size: .8rem;
    }
  .material_item:nth-of-type(2) p:first-of-type {
    letter-spacing: -1px;
}
    .material_text p {
        margin: 0;
      line-height:.9rem;
        font-size: .6rem;
    }
    .material_text {
        width: 65%;
    }
}
@media screen and (min-width: 767px){
      .material_item {
        width: 32%;
    }
    .material_container {
        justify-content: space-between;
    }
  .material_text p:first-of-type {
    font-size: 1.4rem;
    padding: 5px;
    line-height: 1.5rem;
}
  .material_text p {
    margin: 0;
    font-size: .8rem;
}
}

/* ヒストリー */
.history_wrap {
    background-image: url(https://img07.shop-pro.jp/PA01344/030/PA01344030_m.jpg?cmsp_timestamp=20240524113233);
    position: relative;
    background-position: inherit;
    padding: 140px;
    background-size: cover;
}

.histry p {
    color: white;
    text-shadow: 2px 2px 6px black;
    z-index: 1;
}

.histry p:first-of-type {
    font-size: 2rem;
    text-align: center;
}

.histry {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.btn_ava {
    display: inline-block;
    width: 15%;
    height: auto;
    position: relative;
    border: solid 2px white;
    transition: 0.3s;
    z-index: 10000;
    padding: 20px 0;
    margin-top: 30px;
}
a.btn_ava::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: white;
  z-index: 0;
  transition: all 0.4s ease-out;
}
a.btn_ava > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 2000;
}
a.btn_ava:hover > span {
  color: black;
}
a.btn_ava:hover::before {
  width: 100%;
}


@media screen and (min-width: 767px) {
    .history_wrap::after {
        background-color: #0000006e;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
      .history_wrap {
        margin-top: 120px;
    }
}
@media screen and (max-width: 767px){
    .history_wrap {
        padding: 10px;
        height: 150px;
        margin-bottom: 340px;
        margin-top: 40px;
        position: relative;
    }
    .histry {
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
    }
    .histry p {
        font-size: .65rem;
        text-shadow: none;
        color: black;
        padding:1px 12px;
        margin: 0;
              text-align: justify;
       
    }
  .histry p:first-of-type{font-size:1rem;
  line-height:2.5rem;}
  a.btn_ava > span{color:black;}
  a.btn_ava {
    width: 45%;
    height: auto;
    border: solid 1px black;
    padding: 15px 0;
    margin-top: 30px;
}
   
}
/* 商品エリア */
.p-checked.u-container {
    display: none;
}

.p-ranking-list__item {
    padding: 20px;
}

.c-image-wrap--link:hover .c-image-box--main {
    opacity: 0;
}

.c-image-wrap--link:hover .c-image-box--otherimg {
    opacity: 1;
}

.c-image-box--otherimg {
    opacity: 0;
}

.u-opa img:hover {
    opacity: 1;
}

.rank_img:hover{opacity:.8;}

.p-recommend-list a.bx-prev {
    background: url(https://img07.shop-pro.jp/PA01344/030/etc_base64/QVJST1dQUkVWXzIwMjQwNw.png?cmsp_timestamp=20240702103845);
    left: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-recommend-list a.bx-next {
    background: url(https://img07.shop-pro.jp/PA01344/030/etc_base64/QVJST1dfTkVYVDIwMjQwNw.png?cmsp_timestamp=20240702103845);
    background-size: contain;
    background-repeat: no-repeat;
    right: 3px;
}
.p-recommend-list .bx-next:hover{
    background-position: inherit !important;
}

@media screen and (max-width: 767px){
     .c-item-list__ttl {
        font-size: .6rem;
        line-height: .85rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .c-item-list__item {
       
        padding-right: 5px;
        width: 4.9% !important;
        margin-bottom: 0;
        height: auto;
    }
    .c-item-list__price {
        font-size: .7rem;
    }
    .p-recommend-list .bx-viewport {
        height: 200px !important;
    }
     .p-recommend-list {
        position: relative;
    }
    .p-recommend-list .bx-wrapper {
        position: inherit;
    }
    .p-recommend-list .bx-controls-direction a {
        top: auto !important;
        width: 70px !important;
    }
    .u-container {
        padding: 0;
    }
    .p-recommend-list .bx-viewport {
        height: 210px !important;
        width: 95% !important;
        margin: auto;
    }
}
@media screen and (min-width: 767px) {
    .p-recommend-list .bx-viewport {
        width: auto !important;
        margin: auto;
     
    }
   .p-recommend-list .bx-controls-direction a {
        top: auto !important;
        width: 80px !important;
    }
  .u-container {
 max-width:none;
}
  .c-item-list {
    width: 100% !important;
    margin:auto;
}
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 20% !important;
}
  .c-item-list__ttl {
    font-size: 13px;
    line-height: 20px;
}
  .c-item-list__price {
    margin-top: 8px;
    font-size: 14px;
}
}

/* ピックアップ */
.pick_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.pickbox {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
  position: relative;
}

.pick_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.pick_text p {
    margin: 0;
}

.pick_text p:nth-of-type(2) {
    text-transform: capitalize !important;
}

.pickbox a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .pick_container {
        width: 99%;
    }
    .pickbox {
        width: 48%;
        padding: 0;
    }
    .pick_text p:nth-of-type(2) {
        font-size: .7rem;
        line-height: 0.9rem;
    }
    .pick_text p:first-of-type {
        line-height: 1rem;
    }
   
}
@media screen and (min-width: 767px){
    .pick_text p:first-of-type {
        font-size: 1.4rem;
    }
  .pick_container {
    justify-content: space-between;
}
  .pick_text p {
    margin: 0;
    font-size: .95rem;
}
  
}
@media screen and (max-width: 767px){ .pick_text p {
    
    font-size: .7rem;
}
  .smallspacing{letter-spacing:-0.25px;}}
/* ランキングタブ設定 */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 20px;
    margin: 20px 0;
}

.ranking_content li .c-item-list__img.u-square-img::after {
    content: "";
    font-size: .9rem;
    display: flex;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 3px 1px;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.ranking_content li:first-of-type .c-item-list__img.u-square-img::after {
    content: "1";
    background: #ad8514;
}

.ranking_content li:nth-of-type(2) .c-item-list__img.u-square-img::after {
    content: "2";
    background: gray;
}

.ranking_content li:nth-of-type(3) .c-item-list__img.u-square-img::after {
    content: "3";
    background: #b22222;
}

.ranking_content li:nth-of-type(4) .c-item-list__img.u-square-img::after {
    content: "4";
    background: #242424;
}

.ranking_content li:nth-of-type(5) .c-item-list__img.u-square-img::after {
    content: "5";
    background: #242424;
}

input[name="switch"] {
    display: none;
}

/* :::::: button :::::: */

.tabBtn {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0 0 1px;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.tabBtn li {
    border-bottom: solid 1px gray;
    padding: 0 15px;
}

.tabBtn label {
    display: block;
    cursor: pointer;
    padding: 10px 0 0;
    margin: 0;
}

.tab-label p {
    margin: 0;
    padding: 0 15px;
    letter-spacing: 2px;
}

.tabBtn li:first-of-type {
    padding-left: 0;
}

.tabBtn li:last-of-type {
    padding-right: 0;
}


/* :::::: contents :::::: */

.tabContents .section {
    padding: 20px;
    background: white;
}

.tabContents h2 {
    margin: 0 0 .5em;
    font-size: 18px;
}

.tabContents p {
    font-size: 12px;
}

.tabContents p a {
    color: #86c0de;
}

.tabContents .section::after {
    content: "";
    display: block;
    clear: left;
}

.tabContents .section {
    opacity: .1;
}

.tabContents .section {
    transition: opacity .3s;
}

#tab-1:checked~.tabBtn label[for="tab-1"]::after,
#tab-2:checked~.tabBtn label[for="tab-2"]::after,
#tab-3:checked~.tabBtn label[for="tab-3"]::after,
#tab-4:checked~.tabBtn label[for="tab-4"]::after,
#tab-5:checked~.tabBtn label[for="tab-5"]::after,
#tab-6:checked~.tabBtn label[for="tab-6"]::after,
#tab-7:checked~.tabBtn label[for="tab-7"]::after,
#tab-8:checked~.tabBtn label[for="tab-8"]::after {
    opacity: 1;
    transform: translateX(0);
}

#tab-1:checked~.tabContents #section-1,
#tab-2:checked~.tabContents #section-2,
#tab-3:checked~.tabContents #section-3,
#tab-4:checked~.tabContents #section-4,
#tab-5:checked~.tabContents #section-5,
#tab-6:checked~.tabContents #section-6,
#tab-7:checked~.tabContents #section-7,
#tab-8:checked~.tabContents #section-8 {
    opacity: 1;
    background: white;
}

.tabContents {
    display: flex;
    width: 600%;
    transition: transform .6s;
}

.tabContents .section {
    flex-basis: 20%;
    opacity: .1;
    transition: opacity .3s;
}

#tab-1:checked~.tabContents {
    transform: translateX(0);
}

#tab-2:checked~.tabContents {
    transform: translateX(-16.66%);
}

#tab-3:checked~.tabContents {
    transform: translateX(-33.32%);
}

#tab-4:checked~.tabContents {
    transform: translateX(-49.98%);
}

#tab-5:checked~.tabContents {
    transform: translateX(-66.64%);
}

#tab-6:checked~.tabContents {
    transform: translateX(-83.3%);
}

.rank_area {
    overflow: hidden;
}

.tab-label::after {
    content: "";
    background: black;
    display: block;
    height: 2px;
    opacity: 0;
    transition: cubic-bezier(0.4, 0, 0.2, 1) 1s 100ms;
    transition: all 1s ease 0s;
}

.tabBtn {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tabBtn::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 767px) {

    .tabBtn {
        white-space: nowrap;
        overflow: scroll;
        justify-content: flex-start;
    }
    .tab-label p {
        letter-spacing: 1px;
        font-size: .8rem;
    }
    .tabBtn li {
        padding: 0px;
    }
    .minspacing {
        letter-spacing: -1px !important;
    }
    .tabContents .section {
        padding: 30px 0 20px;
    }
}

.p-shopguide .u-container {
    max-width: 1200px;
}
.l-footer .u-container {
    max-width: 1200px;
}
.reco_slidercontent{display:flex;
flex-wrap:wrap;
}
.recoitem{width:25%;
margin:0;
padding:20px;
box-sizing:border-box;}
.recoitem img{border-radius:0px;}
@media screen and (max-width: 767px){
.recoitem{width:33%;
margin:0;
padding:5px;}
  .ranking_content li .c-item-list__img.u-square-img::after{padding:5px 1px 2px;}}
