@charset "utf-8";

/*** detail.css ***/
.item_detail_sect {
	margin-top: 25px;
}
.sub-ttl img {
    width: 90%;
}
.sub_ttl_wrap {
    margin: 0 auto 45px;
}
.item_detail_box {
    padding: 0 20px;
    max-width: 1040px;
    margin: 0 auto;
}
.item_detail_img_box {
    padding: 0 30px;
    margin-bottom: 35px;
}
.item_detail_img img {
	margin: 0 auto;
}
.item_detail_txt {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.item_dtetail_ec-select {
    margin-bottom: 20px;
}
.item_detail_link {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.item_detail_link img {
    width: 79px;
}
.item_detail_link_txt {
    padding-left: 5px;
    font-size: 11px;
    color: #666;
}
.item_detail_price_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.item_detail_label {
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.item_detail_price_box .ec-price .ec-price__price {
    font-size: 32px;
    padding: 0;
    padding-left: 8px;
    font-weight: 500;
    color: #000;
}
.item_detail_price_box .ec-price .ec-price__price small {
    font-size: 75%;
}
.item_detail_price_box .ec-price .ec-price__tax {
    font-size: 50%;
}
.item_detail_price_form .ec-blockBtn--action {
    background-color: #D83D84;
    border-radius: 10px;
    max-width: 230px;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_detail_price_form .ec-blockBtn--action .icon {
    width: 52px;
    height: 25px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-size: contain;
}
.item_detail_price_form .ec-blockBtn--action .icon.cart_icon {
    background-image: url(../img/common/cart_icon_white.svg);
}
.item_detail_price_form .ec-blockBtn--action .icon.form_icon {
    background-image: url(../img/common/form_icon_white.svg);
}
.item_career_box {
    padding: 0 20px;
    max-width: 1040px;
    margin: 30px auto 38px;
}
.item_career_name {
    font-weight: 100;
	margin-bottom: 13px;
}
.item_career_name span {
    font-weight: 600;
    font-size: 23px;
    vertical-align: text-top;
	margin-left: 9px;
}
.item_career_box table {
    line-height: 1.5;
}
.item_career_year {
    width: 60px;
}
.item_event_history {
    font-size: 23px;
    margin: 18px 0 14px;
}
.item_event_year {
    width: 100px;
}

/* スライダー_SP */
.arrow_left-box {
    position: absolute;
    top: 0;
    z-index: 20;
    bottom: 35px;
    right: auto;
    left: 0;
    width: 21px;
    height: 27px;
    margin: auto;
    cursor: pointer;
}

.arrow_left-box:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    top: 14px;
    width: 21px;
    height: 27px;
    background-image: url(../img/common/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.arrow_right-box {
    position: absolute;
    top: 0;
    z-index: 20;
    bottom: 35px;
    right: 0;
    left: auto;
    width: 21px;
    height: 27px;
    margin: auto;
    cursor: pointer;
}

.arrow_right-box:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    top: 14px;
    width: 21px;
    height: 27px;
    background-image: url(../img/common/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.item_detail_btn {
    margin-top: 30px;
}

@media screen and (min-width:1024px) {
	.sub_ttl_wrap {
		margin: 0 auto 70px;
	}
	.sub-ttl img {
		width: auto;
	}
    .item_detail_sect {
        background-position: -202px -80px;
        background-size: 545px;
    }
    .item_detail_box {
        display: flex;
    }
    .item_detail_img_box {
        width: 100%;
        max-width: 481px;
        padding: 0;
    }
    .item_detail_info_box {
        width: calc(100% - 525px);
        margin-left: 35px;
    }
    .item_detail_txt_box {
        margin-bottom: 45px;
    }
    .item_detail_price_box {
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .item_detail_price_box .ec-price {
        white-space: nowrap;
    }
    .item_detail_price_area {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
    }
    .item_detail_price_form {
        margin-left: 10px;
    }
    .item_detail_txt {
        margin-bottom: 40px;
    }
    .item_detail_label {
        margin-bottom: 10px;
    }
    .item_detail_price_box .ec-price .ec-price__price {
        padding-left: 0;
    }
	.item_career_year {
		width: 75px;
	}
	.item_event_year {
		width: 110px;
	}
    /* スライダー_TAB */
    .arrow_left-box {
        left: 15px;
        bottom: 0;
    }

    .arrow_right-box {
        bottom: 0;
        right: 15px;
    }
}
