/* 【SP商品詳細】2025リプレイス追加記述
===================================== */

/* layout */
body {
    overflow-x: hidden;
    overflow-y: auto !important;
}
.ec-page {
    color: #666;
}
.ec-productRole {
    padding: 0;
}
.ec-pageLayout {
    display: block;
}

/* 非表示 */
.ec-productRole .ec-productRole__category,
.ec-productRole__actions .ec-numberInput {
    display: none;
}

/*ー 共通 ー*/
.ec-pageInner {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
    ;
}

/* タイトル */
.ec-pageTitle {
    font-weight: 500;
    margin: 0 0 calc(15 / 375 * 100vw);
}
h2.ec-pageTitle {
    font-size: calc(14 / 375 * 100vw);
    font-weight: 400;
    padding: calc(6 / 375 * 100vw) 0 calc(6 / 375 * 100vw) calc(20 / 375 * 100vw);
    background: #eeeeee;
    margin-bottom: calc(20 / 375 * 100vw);
}
h3.ec-pageTitle {
    font-size: calc(16 / 375 * 100vw);
    font-weight: 400;
}

/* ボックス */
.ec-productRole__box {
    margin: 0 auto calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
}
.ec-productRole__boxInner {
    width: 90%;
    margin: 0 auto;
}

/* リスト */
.ec-pageList .ec-pageList__itme {
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(15 / 375 * 100vw);
}
.ec-pageList .ec-pageList__itme dt {
    flex-shrink: 0;
    min-width: 114px;
    font-weight: 500;
}
.ec-pageList .ec-pageList__itme dd {
    flex-grow: 1;
}

/*ーーー 商品画像(Left) ーーー*/
.ec-pageLayoutItem__Left {
    width: 100%;
    display: block;
}
.ec-sliderItemRole {
    padding: 0;
    margin-bottom: calc(17 / 375 * 100vw);
}

/*ー メインスライド ー*/
.ec-productSlide__main {
    position: relative;
    margin: 0 0 10px;
    padding: 10px 0 0;
}
.slide-item {
    position: relative;
}
#loupe,
#hover-lens {
    display: none;
}
.item_visual__btn {
    position: absolute;
    bottom: 15px;
    left: calc(21% + 20px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(/html/user_data/packages/sphone/img/common/icon_zoom.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}

/* zoom */
.zoomimg {
    pointer-events: none;
}

/* slick矢印 */
.ec-productSlide__main .slick-prev,
.ec-productSlide__main .slick-next {
    position: absolute;
    display: block;
    width: calc(30 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    z-index: 888;
}
.ec-productSlide__main .slick-prev {
    left: 0;
    border-radius: 0 30px 30px 0;
}
.ec-productSlide__main .slick-next {
    right: 0;
    border-radius: 30px 0 0 30px;
}
.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 #585657;
}
.slick-prev:before {
    content: "→";
    border-left: 2px solid #585657;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: calc(5 / 375 * 100vw);
    top: 0;
}
.slick-next:before {
    content: "→";
    border-right: 2px solid #585657;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: calc(-10 / 375 * 100vw);
    top: 0;
}


/*ー サムネイル ー*/
.ec-sliderItemRole .item_nav {
    display: none!important;
}


/*ー モーダル ー*/
.ec-productSlide__modal {
    display: none;
}
.ec-productSlide__modal.is-active {
    display: block;
}
.modal_slide__wrap {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
    max-width: 900px;
}
.modal_slide__bg {
    visibility: hidden;
    width: auto;
}

/*color box*/
#colorbox {
    top: 0px!important;
}
#cboxOverlay {
    background: #000 repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 1!important;
}
#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;
}
#cboxClose {
    bottom: auto;
    top: 20px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(/html/user_data/packages/sphone/img/common/icon_menu-close_black.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
#cboxLoadedContent {
    margin: 0;
    overflow: hidden !important;
}
#cboxContent {
    background: transparent;
    max-width: 940px;
    padding: 40px 10px;
}



/*ーーー 商品詳細(Right) ーーー*/

/* 商品名 */
.ec-productRole .ec-productRole__title {
    margin: 0 0 15px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-weight: 500;
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.3;
    margin: 0;
}

/* 価格 */
.ec-productRole__priceWrap {
    display: flex;
    align-items: center;
    align-items: center;
    line-height: 1;
}
.ec-price {
    color: #525263;
}
.ec-productRole .ec-productRole__price {
    border-bottom: 1px dotted #ccc;
    padding: 0;
    border: none;
    margin: 0 0 10px;
}
.ec-price .ec-price__price {
    color: #666;
    font-size: calc(28 / 375 * 100vw);
    font-weight: 500;
    line-height: 1;
    padding: 0 3px 0 0;
}
.ec-price .ec-price__tax {
    font-size: calc(10 / 375 * 100vw);
}

/* アイコン */
.ec-productRole__icon.icon-day {
    border: 1px solid #666;
    border-radius: 2px;
    font-size: calc(12 / 375 * 100vw);
    padding: 4px calc(6 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
    display: flex;
    justify-content: center;
}
.ec-productRole__icon.icon-fee {
    font-size: calc(14 / 375 * 100vw);
    background: #dab4a2;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px calc(8 / 375 * 100vw) 5px;
    margin-left: calc(5 / 375 * 100vw);
}


/*ーーー カレンダー ーーー*/
.ec-productRole__calendar #rental_date_calendar {
    max-width: 400px;
    margin: 0 auto calc(10 / 375 * 100vw);
    font-size: 1.6rem;
}
.ec-productRole__calendar #rentaldate_section {
    margin-top: calc(10 / 375 * 100vw);
}
.ec-productRole__calendar .ec-pageText {
    font-size: calc(16 / 375 * 100vw);
}
.ec-productRole__calendar .ec-pageText small {
    font-size: calc(12 / 375 * 100vw);
}


/*ーーー サイズ ーーー*/
.ec-productRole__size .ec-pageTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ec-productRole__size .ec-pageTitle .m-link {
    font-size: calc(12 / 375 * 100vw);
}
.ec-productRole__size .ec-pageTitle .m-link:after {
    content: "";
    display: inline-block;
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
    border-top: 1px solid #008CF2;
    border-right: 1px solid #008CF2;
    transform: rotate(45deg);
}
.sizeSelect-item {
    padding: 0;
}
.sizeChoose__select select {
    font-size: calc(12 / 375 * 100vw);
}
.sizeChoose__select::before {
    top: 0;
    bottom: 0;
    margin: auto;
}


/*ーーー カートボタン ーーー*/
.ec-productRole__cartBtn {
    margin: 0 auto 30px;
}
.ec-productRole__cartBtn .ec-productRole__btn {
    width: 100%;
    margin: 0 auto calc(15 / 375 * 100vw);
}
.ec-productRole__cartBtn .ec-productRole__btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(50 / 375 * 100vw);
    border: none;
    border-radius: calc(25 / 375 * 100vw);
    color: inherit;
    font-size: calc(16 / 375 * 100vw);
    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: calc(14 / 375 * 100vw) calc(12 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    margin-right: 5px;
    padding-right: 0;
}
.ec-productRole__cartBtn .mb-3 {
    display: none;
}

/* modal */
.ec-modal .ec-modal-close {
    right: 10px;
}
.ec-modal .ec-modal-wrap {
    padding: 45px 15px 15px;
}
.ec-modal .ec-modal-wrap .ec-role {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
}
.ec-modal .ec-modal-wrap .ec-role .ec-inlineBtn--cancel,
.ec-modal .ec-modal-wrap .ec-role .ec-inlineBtn--action {
    margin-bottom: 10px;
    padding: 10px 12px;
    font-size: 14px;
}

/*ーーー シェア ーーー*/
.ec-productRole__share {
    margin: 0 0 calc(30 / 375 * 100vw);
}
.ec-productRole__share .ec-productRole__shareTitle {
    text-align: center;
    margin-bottom: calc(15 / 375 * 100vw);
}
.ec-productRole__share .ec-productRole__shareList {
    display: flex;
    justify-content: center;
}
.ec-productRole__share .ec-productRole__shareList li {
    margin: 0 calc(10 / 375 * 100vw);
}


/*ーーー 仕様 ーーー*/
.ec-productRole__info {
    margin: 0 0 calc(60 / 375 * 100vw);
}

/*ーーー 特賞 ーーー*/
.ec-productRole .ec-productRole__description {
    margin: 0 0 calc(60 / 375 * 100vw);
}

/*ーーー タグ ーーー*/
.ec-productRole .ec-productRole__tags {
    border: none;
    margin: 0;
    padding: 0;
}
.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;
}


/*ーーー オプション ーーー*/

/* レイアウト */
.ec-productRole .ec-productRole__actions {
    padding: 0;
    margin-bottom: calc(40 / 375 * 100vw);
}
.ec-productRole .ec-productRole__actions>div {
    margin-top: calc(15 / 375 * 100vw) !important;
}
.option_description {
    width: 92%;
    max-width: 1180px;
    padding: 0 0 calc(10 / 375 * 100vw);
}

/* header */
.option_description .modal-header {
    border: none;
    padding: 0;
    margin: 0 0 calc(20 / 375 * 100vw);
}
.option_description .modal-header .modal-title {
    background-color: #EBEBEB;
    padding: calc(9 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) 0 0;
}
.option_description .modal-header p {
    padding: 0 calc(20 / 375 * 100vw);
    margin: calc(10 / 375 * 100vw) auto 0;
}
.option_description .plainmodal-close {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 100;
    color: #000;
    display: flex;
    justify-content: flex-end;
    font-size: calc(28 / 375 * 100vw);
    line-height: 1;
    opacity: 1;
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0 0;
    cursor: pointer;
}
.option_description .modal-headerText {
    width: 92%;
    margin: calc(20 / 375 * 100vw) auto 0;
    font-size: calc(14 / 375 * 100vw);
}
.option_description .modal-headerText p {
    padding: 0;
    margin: 0
}


/* body */
.option_description .modal-body {
    display: block;
    width: 94.3%;
    margin: 0 auto;
    padding: 0;
}
.option_description .modal-body .modal-box {
    display: block;
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: calc(10 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
}
.option_description .modal-body .modal-box.is-has-img {
    min-height: 220px;
}
.option_description .modal-body div.is-no_selete {
    width: 100%;
    padding: 0 0 0 calc(12 / 375 * 100vw);
    margin: 0 0 calc(20 / 375 * 100vw);
    flex-shrink: 0;
}
.option_description .modal-body button.btn-info[id^="no_"] {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    color: #333;
    font-size: calc(13 / 375 * 100vw);
    width: 100%;
    text-align: left;
}
.option_description .modal-body button.btn-info[id^="no_"] input {
    margin-right: calc(10 / 375 * 100vw);
}

/*ー 詳細 ー*/
.modal-contents {
    color: #666;
    font-size: calc(13 / 375 * 100vw);
}
/* 画像有 */
.modal-box.is-has-img .modal-contents .modal-contents__main {
    width: 54%;
}

.modal-contents__head {
    margin: 0 0 calc(16 / 375 * 100vw);
}
.option_description h3 {
    background: #fff;
    padding: 0;
    font-size: calc(13 / 375 * 100vw);
    color: #333;
    padding-left: calc(30 / 375 * 100vw);
}
.option_description .plus,
.option_description .minus {
    color: #333;
    font-size: calc(13 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
}

.option_description .btn-info {
    position: absolute;
    top: calc(10 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    background: transparent;
    margin: 0;
    padding: 0;
}
.option_description label.btn-info {
    width: 20px;
    height: 20px;
    margin: auto;
}
.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;
}
.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-body > div > select {
    font-size: 1.2rem;
    width: 54%;
    margin-top: calc(16 / 375 * 100vw);
    padding: 5px 0 5px 5px;
    background-position: right 3px center;
    background-size: 14px 10px;
}

/* 画像 */
.option_description .modal-img {
    width: 40%;
    max-width: 160px;
    position: absolute;
    bottom: calc(10 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
}
.option_description .modal-img: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;
}


/* 画像のモーダル */
.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: calc(20 / 375 * 100vw);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 640px;
}
.modal__content img {
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 100%;
    height: auto;
    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;
}


form#form1 .ec-productRole__boxInner {
    width: 100%;
}