﻿@charset "UTF-8";

/* fade image in after load */

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 200ms;
}

/* 受取店舗選択 */
.block-order-estimate--dest-address-item.js-order-estimate-store-list-pref {
    margin-left: 0;
    margin-right: 0;
}
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical.js-order-estimate-store-list-body {
    margin-left: 0 !important;
}
.block-order-method--dest-item {
    border-bottom: none;
    padding-bottom: 0;
}
.block-order-estimate--dest-content.store-reserved-order {
    display: flex;
    align-items: center;
    padding: 10px;
}
.block-order-estimate--dest-content.store-reserved-order .block-order-estimate--dest-name {
    flex-grow: 1;
    width: calc(100% - 10px - 70px);
    padding-right: 10px;
}
.block-order-estimate--dest-content.store-reserved-order .block-order-estimate--dest .block-order-estimate--change-btn,
.block-order-estimate--dest-content.store-reserved-order .btn.btn-default.block-order-estimate--change-btn.js-open-estimate-address.js-open-estimate-address-change {
    position: relative;
    right:auto;
    top: auto;
    width: 70px;
}
.btn.btn-default.block-order-method--storepcikup-available-btn.js-open-available-storepickup {
    display: block;
    width: calc(47% - 10px);
    margin: 5px 0;
    margin-left: 53%;
    margin-right: 10px;
    border-radius: 0;
}
.block-order-method--dest-list > .block-order-method--dest-item-nickname {
    margin-top: 5px;
    display: block;
}
.is-not-available-storepickup {
    padding: 10px;
}

/* sws：商品一覧：サムネ高さ設定 */
.page-search ul > li .block-thumbnail-t--goods figure.img-center img.lazyload {
    min-height: auto;
}
.page-search ul.block-pickup-p.col2 > li .block-pickup-p--goods-image figure.img-center {
    min-height: 168px;
}
.page-search ul.block-pickup-p.col3 > li .block-pickup-p--goods-image figure.img-center {
    min-height: 109px;
}

.block-goods-gallery--color-variation-src-video{
  vertical-align: top !important; 
}

.block-goods-gallery--color-variation-src-video .video_transparent{
  position: absolute;
  width:30px;
  height: auto;
}

.block-goods-gallery--color-variation-src-video .img-center .no-large-image {
    width: 85%;
    height: auto;
}