/* 【PC商品詳細】2025リプレイス追加記述
===================================== */

/* layout */
body {
    overflow-x: hidden;
    overflow-y: auto !important;
}
.ec-productRole {
    padding: 0;
}
.ec-page {
    color: #666;
}
.ec-pageLayout {
    display: flex;
}
.ec-pageLayout .ec-pageLayoutItem__Left {
    width: 34.7%;
    max-width: 340px !important;
}
.ec-pageLayout .ec-pageLayoutItem__Right {
    width: 56.9%;
}

/* 非表示 */
.ec-productRole .ec-productRole__category,
.ec-productRole__actions .ec-numberInput {
    display: none;
}

/*ー 共通 ー*/
/* タイトル */
.ec-pageTitle {
    font-weight: 500;
    margin: 0 0 15px;
}
h2.ec-pageTitle {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 3px;
}

/* テキスト */
.ec-page .ec-pageText small {
    font-size: 1.2rem;
}

/* ボックス */
.ec-productRole__box {
    margin: 0 0 30px;
}
.ec-pageContents {
    padding-left: 20px;
}

/* リスト */
.ec-pageList {
    border: 1px solid #ddd;
}
.ec-pageList .ec-pageList__itme {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.ec-pageList .ec-pageList__itme:last-child {
    border-bottom: none;
}
.ec-pageList dt,
.ec-pageList dd {
    display: block;
    padding: 5px;
}
.ec-pageList dt {
    display: flex;
    align-items: center;
    width: 110px;
    flex-shrink: 0;
    background-color: #f4f4f4;
    border-right: 1px solid #ddd;
    font-size: 1.4rem;
}
.ec-pageList dd {
    display: block;
    flex-grow: 1;
    font-size: 1.4rem;
}


/*ーーー 商品画像(Left) ーーー*/
.ec-pageLayoutItem__Left {
    margin-right: 5.4%;
}
.ec-sliderItemRole {
    padding: 0;
    margin: 0;
}

/*ー メインスライド ー*/
.ec-productSlide__main {
    position: relative;
    margin: 0 0 10px;
}
.slide-item {
    position: relative;
}
#loupe {
    border: 1px solid #333;
    background-repeat: no-repeat;
    width: 560px;
    height: 500px;
    position: absolute;
    left: 390px;
    top: 0;
    display:none;
    z-index: 1000;
}
#hover-lens {
    border: 1px solid #aaa;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: crosshair;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    pointer-events: none;
    z-index: 999;
}
.item_visual__btn {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/html/user_data/packages/sphone/img/common/icon_zoom_white.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

/* zoom */
.zoomimg {
    pointer-events: auto;
}
.zoomIn {
    cursor: pointer;
    left: 10px;
    bottom: 15px;
}
.zoomIn .m-btn_circle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.zoomIn .m-btn_circle span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(/html/user_data/packages/sphone/img/common/icon_zoom_white.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

/* slick矢印 */
.slick-prev,
.slick-next {
    z-index: 5;
    width: 41px;
    height: 64px;
    display: block;
    cursor: pointer;
    background-color: #fff !important;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
    background-color: #fff !important;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    line-height: 1;
    color: #FFF;
    opacity: .75;
    display: block;
    position: relative;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}
.slick-prev {
    left: 0;
    border-radius: 0 30px 30px 0;
}
.slick-prev:before {
    content: "→";
    border-left: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slick-next {
    right: 0;
    border-radius: 30px 0 0 30px;
}
.slick-next:before {
    content: "→";
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ー サムネイル ー*/
.item_nav .slideThumb {
    margin-bottom: 13px;
}
.item_nav .slick-track {
    width: 100% !important;
    transform: unset !important;
}
.item_nav .slick-slide {
    width: calc(100% / 7 - 10px) !important;
    margin: 0 5px;
}
.item_nav .slick-slide img {
    width: 100%;
    border: 1px solid #fff;
}
.item_nav .slick-current img {
    border: 1px solid #ccc;
}

/*ー モーダル ー*/
.ec-productSlide__modal {
    display: none;
}
.ec-productSlide__modal.is-active {
    display: block;
}
.modal_slide__wrap {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 60%;
    max-width: 900px;
}
.modal_slide__wrap .slide-item img {
    margin: auto;
}
.modal_slide__bg {
    visibility: hidden;
    width: auto;
}

#cboxOverlay {
    opacity: 1!important;
    background: #000 repeat 0 0;
    filter: alpha(opacity=90);
}
#cboxTopLeft {
    width: 0;
    height: 0;
    background: none;
}
#cboxTopRight {
    width: 0;
    height: 0;
    background: none;
}
#cboxBottomLeft {
    width: 0;
    height: 0;
    background: none;
}
#cboxBottomRight {
    width: 0;
    height: 0;
    background: none;
}
#cboxMiddleLeft {
    width: 0;
    background: none;
}
#cboxMiddleRight {
    width: 0;
    background: none;
}
#cboxTopCenter {
    height: 0;
    background: none;
}
#cboxLoadingOverlay {
    background: url(/html/user_data/packages/store/img/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
    background: url(/html/user_data/packages/store/img/colorbox/loading.gif) no-repeat center center;
}
#cboxBottomCenter {
    height: 0;
    background: none;
}
#cboxContent {
    background: transparent;
    max-width: 940px;
    padding: 40px 0;
}
#cboxLoadedContent {
    padding: 0;
    overflow: hidden !important;
}
#cboxContent img.cboxPhoto {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#cboxCurrent,
#cboxTitle {
    display: none !important;
}
#cboxNext,
#cboxPrevious {
    top: 0;
    bottom: 0;
    margin: auto;
}
#cboxNext:before,
#cboxPrevious:before {
    font-family: 'slick';
    line-height: 1;
    color: #FFF;
    opacity: .75;
    display: block;
    position: relative;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}
#cboxNext:before {
    content: "→";
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cboxPrevious:before {
    content: "→";
    border-left: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#cboxClose {
    bottom: auto;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-color: transparent;
    background-image: url(/html/user_data/packages/sphone/img/common/icon_menu-close.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center!important;
    visibility: hidden;
}


/* タグ */
.ec-pageLayout .ec-pageLayoutItem__Left .ec-productRole__tags {
    padding: 0;
    border: 0;
}

/*ーーー 商品詳細(Right) ーーー*/
.ec-productRole .ec-productRole__profile {
    margin: 0;
}

/* 商品名 */
.ec-productRole .ec-productRole__title {
    margin: 0 0 15px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
}

/* 価格 */
.ec-productRole__priceWrap {
    display: flex;
    align-items: center;
    align-items: center;
}
.ec-price {
    color: #666;
}
.ec-productRole .ec-productRole__price {
    border-bottom: 1px dotted #ccc;
    padding: 0;
    border: none;
    margin: 0 0 10px;
    line-height: 1;
}
.ec-price .ec-price__price {
    color: inherit;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 3px 0 0;
}
.ec-price .ec-price__tax {
    font-size: 12px;
}

/* アイコン */
.ec-productRole__icon.icon-day {
    border: 1px solid #666;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 6px;
    margin-right: 7px;
    display: flex;
    justify-content: center;
}
.ec-productRole__icon.icon-fee {
    font-size: 14px;
    background: #dab4a2;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    margin-left: 5px;
}


/*ーーー カレンダー ーーー*/
.ec-productRole__calendar #rental_date_calendar {
    margin-bottom: 10px;
}
.ec-productRole__calendar #rentaldate_section {
    font-size: 16px;
}


/*ーーー サイズ ーーー*/
.ec-productRole__size .ec-pageTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ec-productRole__size .ec-pageTitle .m-link {
    font-size: 12px;
    font-weight: 400;
}

.m-mensSuit_side_nav_inner_item,
.m-ladiesSuit_side_nav_inner_item {
    display: flex;
    align-items: center;
}
.sizeSelect_information {
    display: flex;
    align-items: center;
}


/*ーーー カートボタン ーーー*/
.ec-productRole__cartBtn {
    margin: 0 auto 30px;
}
.ec-productRole__cartBtn .ec-productRole__btn {
    width: 82.5%;
    margin: 0 auto 15px;
}
.ec-productRole__cartBtn .ec-productRole__btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 25px;
    color: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ccc;
}

/* カート */
.ec-productRole__cartBtn button.ec-blockBtn--action[disabled] {
    opacity: 0.3;
}
.ec-productRole__cartBtn button.ec-blockBtn--action {
    background: #333;
    color: #fff;
}

/* お気に入り */
.ec-productRole__cartBtn button.ec-blockBtn--cancel#favorite {
    background-color: #fff;
    border-color: #d09282;
    color: #d09282;
    transition-duration: .3s;
    transition-property: color, background-color;
}
.ec-productRole__cartBtn button.ec-blockBtn--cancel#favorite:hover {
    background-color: #dca99a;
    color: #fff;
}
.ec-productRole__cartBtn button.ec-blockBtn--cancel#favorite:before {
    content: "";
    display: inline-block;
    background-image: url(/html/user_data/packages/store/img/icon/favorite_icon_fill.svg);
    background-repeat: no-repeat;
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    margin-right: 5px;
    padding-right: 0;
}

.ec-productRole__cartBtn .mb-3 {
    display: none;
}


/*ーーー シェア ーーー*/
.ec-productRole__share {
    margin: 0 0 30px;
}
.ec-productRole__share .ec-productRole__shareTitle {
    text-align: center;
    margin-bottom: 15px;
}
.ec-productRole__share .ec-productRole__shareList {
    display: flex;
    justify-content: center;
}
.ec-productRole__share .ec-productRole__shareList li {
    margin: 0 10px;
}

/* ハッシュタグ */
.ec-productRole .ec-productRole__tag {
    border: solid 1px #ccc;
    border-radius: 13px;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #F4F4F4;
    color: #585657;
    position: relative;
}
.ec-productRole .ec-productRole__tag a:before {
    content: "#";
    display: inline-block;
}



/*ーーー オプション ーーー*/

/* レイアウト */
.option_description {
    width: 92%;
    max-width: 1180px;
    padding: 0 0 30px;
}
.ec-productRole .ec-productRole__actions {
    margin-bottom: 30px;
}
.ec-productRole .ec-productRole__actions .ec-select select {
    font-size: 1.3rem;
}

/* header */
.option_description .modal-header {
    border: none;
    padding: 70px 0 0;
    margin: 0 0 50px;
}
.option_description .modal-header .modal-title {
    background-color: #EBEBEB;
    padding: 9px 60px;
    font-size: 16px;
}
.option_description .modal-header p {
    padding: 0 60px;
}
.option_description .plainmodal-close {
    position: sticky;
    top: 20px;
    right: 20px;
    z-index: 100;
    color: #000;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    cursor: pointer;
    display: block;
    width: 30px;
    margin: 0 0 0 auto;
}
.option_description .modal-headerText {
    width: 92%;
    margin: 20px auto 0;
    padding: 0 0 0 20px;
}
.option_description .modal-headerText p {
    padding: 0;
}
.option_description .modal-headerText a {
    cursor: pointer;
}

/* head */
.modal-contents__head {
    margin: 0 0 30px;
}

/* body */
.option_description .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
}
.option_description .modal-body .modal-box {
    display: block;
    width: 48.1%;
    max-width: 510px;
    border: 1px solid #CACACA;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
}
.option_description .modal-body div.is-no_selete {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 50px;
    flex-shrink: 0;
}
.option_description .modal-body button.btn-info[id^="no_"] {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    color: #333;
    font-size: 16px;
}
.option_description .modal-body button.btn-info[id^="no_"] input {
    margin-right: 10px;
}

/*ー 詳細 ー*/
.modal-contents {
    width: calc(100% - 45px);
    max-width: 272px;
    color: #666;
    font-size: 14px;
    margin: 0 0 0 45px;
}
/* 画像有の場合 */
.modal-box.is-has-img .modal-contents {
    width: 58%;
    margin: 0 0 0 auto;
}
.option_description h3 {
    background: #fff;
    padding: 0;
    font-size: 16px;
    color: #333;
}
.option_description .plus,
.option_description .minus {
    color: #333;
    font-size: 16px;
}

.option_description .btn-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    cursor: pointer;
    width: auto;
    padding: 0;
    background: #fff;
}
.option_description label.btn-info {
    width: 24px;
    height: 24px;
    margin: auto;
    display: flex;
    align-items: center;
}
.option_description .btn-info:hover {
    background: #fff;
}
.option_description .btn-info input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #b4b4b4;
    background: #f4f4f4;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.option_description .btn-info input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    content: '';
}
.option_description .modal-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* 画像有 */
.option_description .modal-box.is-has-img {
    min-height: 200px;
}

/*ー 選択 ー*/
.option_description .modal-body .modal-box select {
    width: calc(100% - 45px);
    max-width: 272px;
    margin: 30px 0 0 45px;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 1.3rem;
}

/* 画像有の場合 */
.option_description .modal-body .modal-box.is-has-img select {
    width: 58.6%;
    margin: 30px 0 0 auto;
}

/*ー 画像 ー*/
.option_description .modal-img {
    width: 29%;
    max-width: 160px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 45px;
}
.option_description .modal-img .js-modal-open {
    position: relative;
    padding: 10px 0;
}
.option_description .modal-img .js-modal-open:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/html/user_data/packages/sphone/img/common/icon_zoom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}
.option_description img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}


@media screen and (max-width:1060px) {
    .modal-contents {
        margin: 0 0 0 40px;
    }
    .modal-box.is-has-img .modal-contents,
    .option_description .modal-body .modal-box.is-has-img > div > select {
        width: 56%;
        margin: 0 0 0 auto;
    }
    .option_description .modal-body .modal-box {
        padding: 15px;
    }
    .option_description label.btn-info {
        left: 15px;
    }
    .option_description .modal-img {
        width: 28%;
        left: 38px;
    }
    .option_description .modal-img .js-modal-open:before {
        width: 15px;
        height: 15px;
    }
    .option_description .modal-body > div > select {
        margin-top: 20px;
    }
    
    .option_description h3,
    .option_description .plus,
    .option_description .minus,
    .option_description .modal-body button.btn-info[id^="no_"] {
        font-size: 14px;
    }
    .modal-contents__head {
        margin-bottom: 20px;
    }
}

/* 画像のモーダル */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    position: relative;
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 640px;
}
.modal__content img {
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: 80%;
    float: none;
}
.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #333;
}