﻿@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
#store--pickup .block-shop-list--methodbtn {
    align-self: center;
}

#store--pickup .block-store-search {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
}

#store--pickup .block-store-search >div {
    width: 50%;
    text-align: center;
}

#store--pickup .block-store-search .filter_box_ p,
#store--pickup .block-category-search--btn {
    width: 200px;
    height: 40px;
    padding: 0 0 0 20px;
    border: #222 1px solid;
    border-radius: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #222;
    display: block;
    background: url(../../img/usr/page_shoplist/place.svg) 18px center no-repeat;
    margin: auto;
}

#store--pickup .block-store-search .filter_box_ p {
    background: url(/daidoh-forward/img/usr/common/header/ico_search.svg) 18px center no-repeat;
    background-size: 12px;
}

#store--pickup .block-store-search .filter_box_ p:hover,
#store--pickup .block-category-search--btn:hover {
    cursor: pointer;
}
#store--pickup .block-store-search .filter_box_ form {
      display: none; 
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     background-color: #ffffff;
     width: 500px;
     z-index: 1001;
     height: 440px;
     padding: 30px 50px;
     box-sizing: border-box;
     border: 1px solid #f0f0f0;
}

#store--pickup .block-store-search .filter_box_ form span.close_::before,
#store--pickup .block-store-search .filter_box_ form span.close_::after {
    border-top: 1px solid #5a5a5a;
    content: "";
    display: block;
    width: 26px;
    transform: rotate(45deg);
}

#store--pickup .block-store-search .filter_box_ form span.close_::after {
    transform: rotate(135deg);
}

#store--pickup .block-store-search .filter_box_ form span {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
}

#store--pickup .block-store-search .filter_box_ form span.close_ {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: 0;
    padding: 10px 0;
}

#store--pickup .block-store-search .filter_box_ form span.close_:hover {
    cursor: pointer;
}

#store--pickup .block-store-search .filter_box_ form > div {
    text-align: left;
    display: flex;
    flex-wrap: warp;
    margin: 0 0 25px;
}

#store--pickup .block-store-search .filter_box_ form > div label {
  line-height: 45px;
  margin-right: 10px;
  font-weight: bold;
}

#store--pickup .block-store-search .filter_box_ form > div.action-buttons {
  justify-content: center;
}

#store--pickup .block-store-search .filter_box_ .bg_ {
    width: 2000px;
    height: 2000px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    z-index: 1000;
    left: 0;
}
#store--pickup .block-store-search .filter_box_ .bg_:hover {
    cursor: pointer;
}

.block-top-new-item-body{
    width: 1020px;
    margin: 0 auto;
}
.block-top-new-item-body .hacobune-grid-row{
    gap: 32px;
}
.page-brandtop .block-top-new-item-body .hacobune-grid-col{
    flex: 0 0 calc((100% - 64px) / 3);
    max-width: calc((100% - 64px) / 3);
}
.page-brandtop .block-top-new-item-body .hacobune-grid-col:nth-child(n+4){
    display: none;
}
.page-brandtop .block-top-new-item-body .hacobune-video-list-item-card{
    padding: 0;
}
.page-brandtop .block-top-new-item-body .hacobune-video-list-item-card-caption{
    display: none;
}
.page-brandtop .block-top-new-item-body .hacobune-video-item-icon{
    width: 100%;
    height: 100%;
}
.page-brandtop .block-top-new-item-body .hacobune-video-item-icon::after{
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/usr/common/instagram/icon_start.png) center center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.page-brandtop .block-top-new-item-body .hacobune-video-item-icon img{
    display: none;
}
.page-brandtop .block-top-new-item-body .hacobune-dialog-mask .hacobune-video-frame {
    display: flex;
    align-items: center;
  }
.page-brandtop .block-top-new-item-body .hacobune-video-js.hacobune-vjs-fill{
    /* height: auto; */
}
.page-brandtop .block-top-new-item-body .hacobune-video-js .hacobune-vjs-tech{
    position: static;
    width: 100%;
    height: 100%;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-wrapper {
    width: 1100px;
    height: 725px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-content {
    border-radius: 10px;
    overflow-y: hidden;
    padding: 0 20px 0 12px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-root {
    grid-template-columns: 55% 45%;
    grid-template-rows: 50px 1fr 80px;
    max-height: 725px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-side{
    padding: 0 20px 0 10px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-title {
    font-size: 1.2rem;
    border-bottom: 0;
    margin-bottom: 10px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-title::before {
    content: "着用アイテム";
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-title span{
    display: none;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-tile{
    gap: 20px 10px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-tile-product{
    width: calc((100% - 20px) / 2);
    margin: 0;
    padding: 0;
    text-align: left;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-tile-product a{
    text-align: center;
  }
.page-brandtop .hacobune-dialog-mask .related-product-item-image{
    width: 180px;
    max-height: 100%;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-text-caption{
    font-size: 11px;
    width: 100%;
  }
.page-brandtop .hacobune-dialog-mask .related-product-item-color,.page-brandtop .hacobune-dialog-mask .related-product-item-size{
    font-size: 11px;
    width: 100%;
    color: #6d6d6d;
    display: inline-block;
    width: auto;
  }
.page-brandtop .hacobune-dialog-mask .related-product-item-size{
    margin-left: 10px;
  }
.page-brandtop .hacobune-dialog-mask .related-product-item-price{
    font-size: 13px;
    font-weight: bold;
    width: 100%;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-close-button-container{
    top: -50px;
    right: 34px;
}
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-close-button-container:before {
    content: "";
    width: calc(sqrt(2) * 100%);
    height: 2px;
    background: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    display: block;
}
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-close-button-container:after {
    content: "";
    width: calc(sqrt(2) * 100%);
    height: 2px;
    background: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    display: block;
}
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-close-button-container .hacobune-close-button{
    background: none !important;
}
.page-brandtop .hacobune-dialog-mask .hacobune-dialog-close-button-container .hacobune-icon{
    display: none;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-video-player-prev-icon {
    left: -15px;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-video-player-prev-icon-button svg{
    display: none;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-video-player-prev-icon-button::after{
    content: "";
    width: 24px;
    height: 24px;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-video-player-next-icon {
    right: -15px;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-video-player-next-icon-button svg{
    display: none;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-video-player-next-icon-button::after{
    content: "";
    width: 24px;
    height: 24px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.page-brandtop .block-top-new-item-body .hacobune-swiper-wrapper{
    gap: 32px;
}
.page-brandtop .block-top-new-item-body .hacobune-swiper-slide{
    width: calc((100% - 64px) / 3) !important;
}
.page-brandtop .block-top-new-item-body .hacobune-card-slider-list-item{
    padding: 0;
}
.page-brandtop .block-top-new-item-body .hacobune-slider-prev,.block-top-new-item-body .hacobune-slider-next{
    display: none;
}
.page-brandtop .block-top-new-item-body .hacobune-card-slider-list-item-figure::after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(/img/usr/common/instagram/icon_start.png) center center / contain no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}
.page-brandtop .block-top-new-item-body .hacobune-video-icon{
    display: none;
}
.page-brandtop .block-top-new-item-body .hacobune-card-slider-list-item-title{
    display: none;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-frame {
    display: flex;
    align-items: center;
}
.page-brandtop .hacobune-video-js.hacobune-vjs-fill{
    height: auto;
}
.page-brandtop .hacobune-video-js .hacobune-vjs-tech{
    position: static;
    height: auto;
}
.page-brandtop .hacobune-dialog-mask .hacobune-video-item-main {
    max-height: 625px;
  }
.page-brandtop .hacobune-dialog-mask .hacobune-readmore{
    display: none;
  }
.page-brandtop .hacobune-video-frame.is-auto-play-list{
    padding: 0 !important;
}
.page-brandtop .block-top-new-item-body .is-auto-play-list .hacobune-video-js .hacobune-vjs-tech {
    position: absolute;
}
.hacobune-slider-container .hacobune-slider-swiper-container .hacobune-swiper-wrapper {
  height: 588px;
}
.hacobune-slider-container .hacobune-slider-swiper-container .hacobune-swiper-wrapper .hacobune-swiper-slide:not(.hacobune-gallery--default .hacobune-swiper-slide) {
  width: 504px !important;
}
.block-top-new-item-body .hacobune-thumbnail-video div.hacobune-video-js {
  height: 588px !important;
  background: #EFEFEF;
}
.page-brandtop .block-top-new-item-body .hacobune-swiper-wrapper {
  gap: 0;
}
.page-brandtop .block-top-new-item-body .hacobune-slider-prev, .block-top-new-item-body .hacobune-slider-next {
  display: block!important;
}
.block-top-new-item-body .hacobune-slider-container .hacobune-slider-next .icon-slider.hacobune-icon-button, .block-top-new-item-body .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button {
  width: 30px!important;
  height: 40px!important;
}
.block-top-new-item-body .hacobune-icon-button {
  text-indent: 0 !important;
}
.block-top-new-item-body .hacobune-containers-product-tile .hacobune-product-tile-thumbnail-slider .hacobune-slider-next {
  right: 208px!important;
}
.block-top-new-item-body .hacobune-containers-product-tile .hacobune-product-tile-thumbnail-slider .hacobune-slider-prev {
  left: 218px!important;
}
.block-top-new-item-body .hacobune-app-container .hacobune-slider.hacobune-product-tile-thumbnail-slider .hacobune-slider-container .hacobune-slider-swiper-container {
  height: auto;
  margin: 0 auto;
}
.block-top-new-item-body .hacobune-related-product .hacobune-slider-container .hacobune-swiper-wrapper  {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
  margin: 0;
  height: auto;
  width: 100%;
  overflow-x: scroll;
  gap: 15px;
}
.block-top-new-item-body .hacobune-related-product .hacobune-slider-container .hacobune-swiper-wrapper .hacobune-swiper-slide:not(.hacobune-gallery--default .hacobune-swiper-slide) {
  width: 140px !important;
  margin: 0 !important;
}
.block-top-new-item-body .hacobune-containers-product-tile .hacobune-product-tile-products .hacobune-product-tile-item-text-caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.block-top-new-item-body .related-product-item-color, .related-product-item-size {
  display: none;
}
.block-top-new-item-body .hacobune-related-product .hacobune-slider-container .hacobune-swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.block-top-new-item-body .hacobune-containers-product-tile .hacobune-product-tile-info{
  margin: 5px 0 20px !important;
}
.block-top-new-item-body .hacobune-containers-product-tile .hacobune-product-tile-info .hacobune-product-tile-info-inner {
  border-top: 0 !important;
}
.block-top-new-item-body .hacobune-info-item-title{
  display: none;
}
.block-top-new-item-body .hacobune-info-item-titletext{
  font-weight: bold;
}
.block-top-new-item-body .hacobune-app-container .hacobune-vjs-poster{
  background-size: cover;
}
.block-top-new-item-body .hacobune-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}