@charset "UTF-8";
/*------------------------------------------------------------
関連商品 start
------------------------------------------------------------*/

.ec-relatedProductRole {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background: url(../img/detail/bg_related_area_03.gif) left top/18px;
}
#page_product_detail.ec-relatedProductRole {
    border-top: 2px solid #000;
}
/* タイトル */
.ec-relatedProductRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-relatedProductRole__title-text {
    text-align: center;
}
.ec-relatedProductRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-relatedProductRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-relatedProductRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../img/common/ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.ec-relatedProductRole__title-text::after {
    position: absolute;
    content: '';
    width: 82px;
    height: 82px;
    background: url(../img/detail/related_bubble.webp) left top no-repeat;
    background-size: 82px 82px;
    right: 50px;
    top: -20px;
}
/* スライダー */
#ec-relatedProductRole.ec-relatedProductRole .swiper-container-related {
    margin-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
#ec-relatedProductRole .swiper-btns {
    position: relative;
}
#ec-relatedProductRole .swiper-pagination {
    width: 100%;
}
#ec-relatedProductRole .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: static;
    margin-top: 20px;
}
#ec-relatedProductRole .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
    display: inline-block;
    border-radius: 100px;
    background: #03071f;
    opacity: 1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#ec-relatedProductRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f3e00c;
    position: relative;
}
#ec-relatedProductRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f3e00c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 100px;
}
#ec-relatedProductRole .swiper-btns .swiper-button-prev:after,
#ec-relatedProductRole .swiper-btns .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#ec-relatedProductRole.ec-relatedProductRole .swiper-button-prev,
#ec-relatedProductRole.ec-relatedProductRole .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: 0;
    top: auto;
    bottom: -10px;
}
#ec-relatedProductRole .swiper-button-prev:after {
    background: url("../img/common/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-relatedProductRole .swiper-button-next:after {
    background: url("../img/common/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-relatedProductRole.ec-relatedProductRole .swiper-button-prev,
#ec-relatedProductRole.ec-relatedProductRole .swiper-container-rtl .swiper-button-next {
    left: 0;
}
#ec-relatedProductRole.ec-relatedProductRole .swiper-button-next,
#ec-relatedProductRole.ec-relatedProductRole .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
#ec-relatedProductRole.ec-relatedProductRole .swiper-slide::before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: url(../img/common/kazari_line.png) top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
}
/*------------------------------------------------------------
関連商品 end
------------------------------------------------------------*/
/*------------------------------------------------------------
チェックしたアイテム start
------------------------------------------------------------*/
.ec-checkProductRole {
    margin-top: 40px;
}
/* タイトル */
.ec-checkProductRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-checkProductRole__title-text {
    text-align: center;
}
.ec-checkProductRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-checkProductRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-checkProductRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../img/common/ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
/* スライダー */
#ec-checkProductRole.ec-checkProductRole .swiper-container-checked {
    margin-left: 20px;
    padding-bottom: 20px;
}
#ec-checkProductRole .swiper-btns {
    position: relative;
}
#ec-checkProductRole .swiper-pagination {
    width: 100%;
}
#ec-checkProductRole .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: static;
    margin-top: 20px;
}
#ec-checkProductRole .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
    display: inline-block;
    border-radius: 100px;
    background: #03071f;
    opacity: 1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#ec-checkProductRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f3e00c;
    position: relative;
}
#ec-checkProductRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f3e00c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 100px;
}
#ec-checkProductRole .swiper-btns .swiper-button-prev:after,
#ec-checkProductRole .swiper-btns .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#ec-checkProductRole.ec-checkProductRole .swiper-button-prev,
#ec-checkProductRole.ec-checkProductRole .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: 0;
    top: auto;
    bottom: -10px;
}
#ec-checkProductRole .swiper-button-prev:after {
    background: url("../img/common/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-checkProductRole .swiper-button-next:after {
    background: url("../img/common/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-checkProductRole.ec-checkProductRole .swiper-button-prev,
#ec-checkProductRole.ec-checkProductRole .swiper-container-rtl .swiper-button-next {
    left: 0;
}
#ec-checkProductRole.ec-checkProductRole .swiper-button-next,
#ec-checkProductRole.ec-checkProductRole .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
#ec-checkProductRole.ec-checkProductRole .swiper-slide::before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: url(../img/common/kazari_line.png) top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
}
#ec-checkProductRole.ec-checkProductRole .swiper-slide:last-of-type::before {
    content: none;
}
/*------------------------------------------------------------
チェックしたアイテム end
------------------------------------------------------------*/
/*------------------------------------------------------------
detail start
------------------------------------------------------------*/
#ec-detailSlideRole .out_wrap {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#ec-detailSlideRole .out_wrap.top {
    padding: 60px 0 0;
}
#ec-detailSlideRole .out_wrap.bottom {
    padding: 0 5.3vw;
}
#ec-detailSlideRole .swiper-container-single {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}
#ec-detailSlideRole .swiper-container-single .detail_line_link {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    z-index: 50;
}
#ec-detailSlideRole .swiper-container-single .detail_line_link img {
    width: 35px;
    height: 35px;
}
#ec-detailSlideRole .ec-shelfGrid__item-favorite {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    padding: 0;
}
#ec-detailSlideRole .swiper-container-single-thumbs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
#ec-detailSlideRole .swiper-slide .img {
    position: relative;
}
#ec-detailSlideRole .swiper-slide .img:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/detail/bg_img.png") left top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
}
#ec-detailSlideRole .swiper-slide img {
    width: 100%;
    height: auto;
}
#ec-detailSlideRole .thumbs_item img {
    width: 100%;
    height: auto;
}
#ec-detailSlideRole .swiper-button-prev,
#ec-detailSlideRole .swiper-button-next {
    top: 50%;
    width: 27px;
    height: 27px;
    margin-top: -14px;
    z-index: 90;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#ec-detailSlideRole .swiper-button-prev.big:after,
#ec-detailSlideRole .swiper-button-next.big:after {
    content: '';
    width: 18px;
    height: 33px;
    margin-top: 16px;
}
#ec-detailSlideRole .swiper-button-next:after,
#ec-detailSlideRole .swiper-button-prev:after {
    content: '';
    width: 27px;
    height: 27px;
}
#ec-detailSlideRole .swiper-button-prev.big {
    left: 8px;
}
#ec-detailSlideRole .swiper-button-prev.big:after {
    background: url("../img/detail/btn_slide_left_big.png") left top no-repeat;
    background-size: 18px 33px;
}
#ec-detailSlideRole .swiper-button-next.big {
    right: 8px;
}
#ec-detailSlideRole .swiper-button-next.big:after {
    background: url("../img/detail/btn_slide_right_big.png") left top no-repeat;
    background-size: 18px 33px;
}
#ec-detailSlideRole .swiper-button-prev:after {
    background: url("../img/detail/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-detailSlideRole .swiper-button-next:after {
    background: url("../img/detail/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-detailSlideRole .swiper-button-prev,
#ec-detailSlideRole .swiper-container-rtl .swiper-button-next {
    left: 5px;
}
#ec-detailSlideRole .swiper-button-next,
#ec-detailSlideRole .swiper-container-rtl .swiper-button-prev {
    right: 5px;
}
#ec-detailSlideRole .swiper-pagination-num {
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    font-family: 'oswald';
    bottom: -25px;
}
.swiper-pagination-current,
.swiper-pagination-total {
    font-weight: 600;
}
#ec-detailSlideRole .thumbs_item.swiper-slide-thumb-active {
    opacity: 1;
    position: relative;
}
#ec-detailSlideRole .thumbs_item.swiper-slide-thumb-active::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff345;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}
#ec-detailSlideRole .thumbs_item.swiper-slide-thumb-active::after {
    display: block;
    content: '';
    width: 25px;
    height: 20px;
    background: url(../img/detail/icon_check_big.png) left top no-repeat;
    background-size: 25px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -10px;
}
/*------------------------------------------------------------
detail end
------------------------------------------------------------*/
/*------------------------------------------------------------
calendar start
------------------------------------------------------------*/
.calendar_area{
    background-color: #fff;
}
.calendar_caution {
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.4;
}
.calendar_header{
    font-weight:bold;
    margin:0;
    padding:0 0 3%;

}
.calendar_supplement{
    margin:0;
    padding:0 0 3%;

}
.calendar_before{
    color:#fe70a2;
    font-weight:bold;
    padding:4%;
    margin:0;
    border:2px solid #fe70a2;

}
.calendar_area .month{
    text-align:center;
    margin:0 auto;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'roboto';

}
.calendar{
    width:100%;
    table-layout:fixed;
    margin: 15px 0 0;
}
.calendar td{
    text-align:center;
}
.calendar .head td{
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'roboto';
}
.calendar .head td.sun{
    color: #df3b3b;
}
.calendar .head td.sat{
    color: #3b62df;
}
.calendar .body td{
    position:relative;
    padding: 14px;
    line-height: 1;
    font-family: Roboto;
    font-size: 1.2rem;
    font-weight: 700;
}
.calendar .body td.active{
    color: #fff;
    background:#fe70a2;
}
.calendar .body td::before{
    content: '';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: url(../img/detail/calendar_batu.png) no-repeat center center;
    background-size: 22px 22px;
    z-index:1;
}
.calendar .body td.empty::before{
    background: none;
}
.calendar .body td::before{
    margin:-5% 0 0;
}
.calendar .body td.maru::before{
    content: '';
    margin:0;
    background: url(../img/detail/calendar_maru.png) no-repeat center center;
    background-size: 30px 30px;
}
.calendar .body td.active::before{
    display:none;
}
.calendar_area .slick-slider{
    padding: 12px 0 5px;
    margin:0;
    border: solid 2px #000;
    border-radius: 2px;
}
.calendar_area .slick-prev,
.calendar_area .slick-next{
    position:absolute;
    top: 14px;
    z-index:1;
    display:block;
    width:8vw;
    text-indent:-9999px;
    background-color:transparent;
    border:none;
    cursor:pointer;
    outline:none;
    padding:0;
    appearance:none;
}
.calendar_area .slick-prev{
    left:0;
    background:url(../img/common/btn_slide_left.png) no-repeat center center;
    background-size:contain;
}
.calendar_area .slick-next{
    right:0;
    background:url(../img/common/btn_slide_right.png) no-repeat center center;
    background-size:contain;
}
.calendar_footer{
    margin: 0;
    padding: 3% 0 0;
    display: flex;
    align-items: center;
}
.calendar_footer .maru{
    color:#fe70a2;
    margin:0 3px 0 0;
    font-size: 2.2rem;
}
.calendar_footer .batu{
    margin:0 3px 0 15px;
    font-size: 2.2rem;
}
.calendar_footer .read {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.002em;
}
#rentalCalendarError p {
    margin-top: 15px;
    color: #f00;
}
/*------------------------------------------------------------
calendar end
------------------------------------------------------------*/
/*------------------------------------------------------------
映像で見る start
------------------------------------------------------------*/
.ec-movieLinkRole {
    margin: 50px 0 40px;
}
.ec-movieLinkRole a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 55px;
    margin: 0 auto;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 2px solid #03071f;
}
.ec-movieLinkRole a::before {
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    margin-right: 10px;
    background-image: url(../img/detail/icon_movie.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ec-movieLinkRole a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 9px;
    height: 12px;
    background-image: url(../img/common/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}
/*------------------------------------------------------------
映像で見る end
------------------------------------------------------------*/
/*------------------------------------------------------------
商品No, カテゴリリンク start
------------------------------------------------------------*/
.ec-productRole__property {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/* 商品No */
.ec-productRole__property-id {
    color: #f64077;
    font-weight: 700;
    font-size: 1.2rem;
}
.ec-productRole__property-id .no {
    margin-left: 3px;
    font-weight: 600;
    font-family: montserrat;
    font-size: 1.3rem;
}
.ec-productRole__property-id .id {
    font-weight: 700;;
    font-family: roboto;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
/* カテゴリリンク */
.ec-productRole__property-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 15px;
}
.ec-productRole__property-category p,
.ec-productRole__property-category a {
    display: inline-block;
    height: 100%;
    padding: 4px 7px 6px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    margin: 5px 5px 5px 0;
    border-radius: 22px;
    background-color: #f64077;
}
/*------------------------------------------------------------
商品No, カテゴリリンク end
------------------------------------------------------------*/
/*------------------------------------------------------------
サムネイルコメント start
------------------------------------------------------------*/
.ec-productRole__comment {
    display: inline-block;
    text-align: left;
}
.ec-productRole__comment p {
    font-size: 1.2rem;
    line-height: 1;
}
.ec-productRole__comment p::before {
    content: '#';
}
/*------------------------------------------------------------
サムネイルコメント end
------------------------------------------------------------*/
/*------------------------------------------------------------
詳細画面価格 start
------------------------------------------------------------*/
.ec-productRole .ec-productRole__priceRegular {
    padding-top: 14px;
}
.ec-productRole .ec-productRole__priceRegularTax {
    margin-left: 5px;
    font-size: 10px;
}
.ec-productRole .ec-productRole__price {
    position: relative;
    width: 100%;
    font-size: 28px;
    padding: 28px;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 5px;
}
/* すべて揃ったフルセット価格 */
.ec-productRole__price-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.ec-productRole__price-title span {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f64077;
    z-index: 1;
}
.ec-productRole__price-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff345;
    z-index: -1;
}
/* 上記期間以外は60%オフ！ */
.ec-productRole__price-title-sub {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #f64077;
    text-align: center;
}
/* 装飾 */
.ec-productRole .ec-productRole__price .accent.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ec-productRole .ec-productRole__price .accent.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ec-productRole .ec-productRole__price .accent::before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #03071f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100px;
}
.ec-productRole .ec-productRole__price .accent::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #03071f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
}
.ec-productRole .ec-productRole__price .accent.bottom::before {
    top: unset;
    bottom: 10px;
}
.ec-productRole .ec-productRole__price .accent.bottom::after {
    top: unset;
    bottom: 10px;
}
/*------------------------------------------------------------
成人レンタル価格詳細画面 start
------------------------------------------------------------*/
/* 成人レンタル価格 */
.ec-productRole__price-ceremony {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}
/* タイトル */
.ec-productRole__price-ceremony-title {
    width: 60%;
}
.ec-productRole__price-ceremony-title p.title {
    /* color: #f64077; */
    font-size: 1.5rem;
    font-weight: 700;
}
.ec-productRole__price-ceremony-title p.month {
    /* color: #f64077; */
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 4px;
}
/* 価格 */
.ec-productRole__price-ceremony-priceArea {
    width: 40%;
    text-align: right;
}
/* 税抜価格 */
.ec-productRole__price-ceremony-priceArea .price {
    font-family: roboto;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.ec-productRole__price-ceremony-priceArea .price .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.8rem;
    font-weight: 700;
}
/* 税込価格 */
.ec-productRole__price-ceremony-priceArea .priceInTax {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: roboto;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}
.ec-productRole__price-ceremony-priceArea .priceInTax .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.3rem;
    font-weight: 700;
}
.ec-productRole__price-ceremony-priceArea .priceInTax .intax {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.0rem;
    font-weight: 700;
}
/*------------------------------------------------------------
成人レンタル価格詳細画面 end
------------------------------------------------------------*/
/*------------------------------------------------------------
通常レンタル価格詳細画面 start
------------------------------------------------------------*/
/* 通常レンタル価格 */
.ec-productRole__price-rental {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 8px;
    border-bottom: 2px solid #000;
}
/* タイトル */
.ec-productRole__price-rental-title {
    width: 60%;
}
.ec-productRole__price-rental-title p.title {
    /* color: #f64077; */
    font-size: 1.3rem;
    font-weight: 700;
}
.ec-productRole__price-rental-title p.month {
    /* color: #f64077; */
    font-size: 1.3rem;
    font-weight: 700;
}
/* 価格 */
.ec-productRole__price-rental-priceArea {
    width: 40%;
    text-align: right;
}
/* 税抜価格 */
.ec-productRole__price-rental-priceArea .price {
    font-family: roboto;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
}
.ec-productRole__price-rental-priceArea .price .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
}
/* 税込価格 */
.ec-productRole__price-rental-priceArea .priceInTax {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: roboto;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}
.ec-productRole__price-rental-priceArea .priceInTax .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.3rem;
    font-weight: 700;
}
.ec-productRole__price-rental-priceArea .priceInTax .intax {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.0rem;
    font-weight: 700;
}
/*------------------------------------------------------------
通常レンタル価格詳細画面 end
------------------------------------------------------------*/
/*------------------------------------------------------------
通常店舗販売価格詳細画面 start
------------------------------------------------------------*/
/* 通常レンタル価格 */
.ec-productRole__price-sale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/* タイトル */
.ec-productRole__price-sale__title {
    font-size: 1.1rem;
    font-weight: 700;
}
/* 税抜価格 */
.ec-productRole__price-sale__price {
    font-family: roboto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
.ec-productRole__price-sale__price .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.0rem;
    font-weight: 700;
}
/* 税込価格 */
.ec-productRole__price-sale__priceInTax {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ec-productRole__price-sale__priceInTax .intax {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.0rem;
    font-weight: 700;
}
.ec-productRole__price-sale__priceInTax .value {
    font-family: roboto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
.ec-productRole__price-sale__priceInTax .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.0rem;
    font-weight: 700;
}
/*------------------------------------------------------------
通常店舗販売価格詳細画面 end
------------------------------------------------------------*/
/*------------------------------------------------------------
販売価格詳細画面 start
------------------------------------------------------------*/
/* 通常レンタル価格 */
.ec-productRole__price-02 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #000;
}
/* タイトル */
.ec-productRole__price-02__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 10px;
}
/* 税抜価格 */
.ec-productRole__price-02__price {
    font-family: roboto;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px;
}
.ec-productRole__price-02__price .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
}
/* 税込価格 */
.ec-productRole__price-02__priceInTax {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ec-productRole__price-02__priceInTax .intax {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.3rem;
    font-weight: 700;
}
.ec-productRole__price-02__priceInTax .value {
    font-family: roboto;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
}
.ec-productRole__price-02__priceInTax .yen {
    font-family: Roboto,'Noto Sans JP';
    font-size: 1.5rem;
    font-weight: 700;
}
/*------------------------------------------------------------
販売価格詳細画面 end
------------------------------------------------------------*/
/*------------------------------------------------------------
プランの詳細 start
------------------------------------------------------------*/
.ec-productRole__planLink {
    display: block;
    width: 100%;
    padding: 8px 0;
    margin: 25px auto 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 2px solid #03071f;
}
/*------------------------------------------------------------
プランの詳細 end
------------------------------------------------------------*/
.price_caution {
    margin-top: 12px;
    font-size: 1.2rem;
}
/*------------------------------------------------------------
詳細画面価格 end
------------------------------------------------------------*/
/*------------------------------------------------------------
各種項目 start
------------------------------------------------------------*/
.ec-productRole__column {
    margin-top: 30px;
}
.ec-productRole__column-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 10px;
}
.ec-productRole__column-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    background-color: #000;
    border-radius: 5px;
}
.ec-productRole__column-title {
    /* width: 40%; */
    width: 28%;
    font-size: 1.3rem;
    line-height: 1;
}
.ec-productRole__column-item .ec-productRole__column-values {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.ec-productRole__column-item .ec-productRole__column-value {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
    padding: 4px 0;
    margin-right: 6px;
}
.ec-productRole__column-item .ec-productRole__column-value.link {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1;
    padding: 4px 10px;
    margin-right: 6px;
    background-color: #000;
    border-radius: 100px;
}
.ec-productRole__column-item .ec-productRole__column-value::before {
    content: '#';
}
.ec-productRole__description .ec-productRole__column-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 10px;
}
.ec-productRole__description .ec-productRole__column-title span {
    padding: 3px 0;
    font-size: 1.3rem;
}
.ec-productRole__description .ec-productRole__column-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    background-color: #000;
    border-radius: 5px;
}
.ec-productRole__description-content {
    font-size: 1.3rem;
}
/*------------------------------------------------------------
各種項目 end
------------------------------------------------------------*/
/*------------------------------------------------------------
詳細　入力　レンタルタイプ start
------------------------------------------------------------*/
.ec-form__inner {
    padding: 25px 20px 30px;
}
.ec-formArea {
    background: url(../img/detail/detail_info_bg.gif) left top repeat;
    background-size: 5px 5px;
}
.ec-form__title-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 20px;
    background-color: #000;
}
.ec-form__title-title .num {
    font-family: oswald;
    font-size: 1.7rem;
    color: #fff;
    padding-right: 15px;
    border-right: dashed 1px #fff;
}
.ec-form__title-title .title {
    padding-left: 15px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
}
/* 色をお選びください */
.ec-formArea .ec-form__colorType-select {
    position: relative;
    width: 100%;
    height: 55px;
    border: solid 2px #000;
    background-color: #fff;
}
.ec-formArea select[name="classcategory_id1"] {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: unset;
    background-color: #fff;
    /* style */
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
}
.ec-formArea select[name="classcategory_id1"] option {
    font-weight: 500;
}
.ec-formArea .ec-form__colorType-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/detail/icon_select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* サイズをお選びください */
.ec-formArea .ec-form__sizeType-select {
    position: relative;
    width: 100%;
    height: 55px;
    border: solid 2px #000;
    background-color: #fff;
}
.ec-formArea select[name="classcategory_id1"] {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: unset;
    background-color: #fff;
    /* style */
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
}
.ec-formArea select[name="classcategory_id1"] option {
    font-weight: 500;
}
.ec-formArea .ec-form__sizeType-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/detail/icon_select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ec-formArea .ec-form__rentalType-select {
    position: relative;
    width: 100%;
    height: 55px;
    border: solid 2px #000;
    background-color: #fff;
}
.ec-formArea select[name="rental_type"] {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: unset;
    background-color: #fff;
    /* style */
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    /* padding-left: 35%; */
}
.ec-formArea select[name="rental_type"] option {
    font-weight: 500;
}
.ec-formArea .ec-form__rentalType-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/detail/icon_select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* レンタルについて */
.ec-form__rentalType-about.border-bottom {
    border-bottom: dotted 2px #000;
    padding-bottom: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ec-form__rentalType-about h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.ec-form__rentalType-about ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.3rem;
    margin-bottom: 6px;
}
.ec-form__rentalType-about ul li::before {
    content: '・';
    line-height: 1.5;
}
.ec-form__rentalType-about ul li p {
    font-weight: 300;
    line-height: 1.5;
}
.ec-form__rentalType-about ul li strong {
    font-weight: 700;
    color: #f64077;
}
.ec-form__rentalType-about ul li span {
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 1.0rem;
    font-weight: 300;
    letter-spacing: 0.0002em;
    white-space: nowrap;
    transform: scale(.9);
}


/*------------------------------------------------------------
詳細　入力　レンタルタイプ end
------------------------------------------------------------*/
/*------------------------------------------------------------
詳細　入力　その他の情報 start
------------------------------------------------------------*/
.form_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form_row.security {
    margin-top: 15px;
}
.form_label {
    display: block;
    width: 30%;
    font-weight: 700;
}
.form_input {
    width: 70%;
}
.form_input span {
    font-weight: 300;
}
.form_input select {
    width: 100%;
}
.form_input.security {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form_input.tailoring {
  margin: 15px 0;
}
#tailoringError p {
  margin-bottom: 10px;
  color: red;
}
.form_input.tailoring input[name='tailoring'],
.form_input.security input[name='security'] {
    margin: 0;
}
.form_input.security .security_link {
    margin-left: 12px;
    font-size: 1.2rem;
    padding: 3px 0;
    color: #f64077;
    border-bottom: 1px solid #f64077;
}
.caution_size {
    font-weight: 300;
    font-size: 1.2rem;
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    line-height: 1.3;
}
.caution_size::before {
    content: '※';
}
/* 安心パックチェックボックス start */
.form_input.tailoring .control,
.form_input.security .control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 700;
}
.form_input.tailoring .input,
.form_input.security .input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form_input.tailoring .control__indicator,
.form_input.security .control__indicator {
    position: absolute;
    left: 0;
    height: 17px;
    width: 17px;
    border: solid 1px #03071f;
    background: #fff;
}
.form_input.tailoring .control .control__indicator.checked,
.form_input.security .control .control__indicator.checked {
    background: #03071f;
}
.form_input.tailoring .control--checkbox .control__indicator::after,
.form_input.security .control--checkbox .control__indicator::after {
    content: none;
}
.form_input.tailoring .control--checkbox .control__indicator.checked::after,
.form_input.security .control--checkbox .control__indicator.checked::after {
    content: '';
    position: absolute;
    display: block;
    left: 5px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid #db3a6d;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* 安心パックチェックボックス end */
.ec-formArea .ec-form__other-select {
    position: relative;
    width: 100%;
    height: 45px;
    border: solid 2px #000;
    background-color: #fff;
}
.ec-formArea select[name="age"],
.ec-formArea select[name="foot_size"] {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: unset;
    background-color: #fff;
    /* style */
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
}
.ec-formArea select[name="age"] option,
.ec-formArea select[name="foot_size"] option {
    font-weight: 500;
}
.ec-formArea .ec-form__other-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../img/detail/icon_select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ec-formArea input[name="size"] {
    /* reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: unset;
    background-color: #fff;
    /* style */
    width: 100%;
    height: 45px;
    font-size: 1.3rem;
    font-weight: 700;
    border: 2px solid #333;
}
/* スタイリングについて */
.ec-form__other-about {
    border-top: dotted 2px #000;
    padding-top: 25px;
    margin-top: 20px;
}
.ec-form__other-about h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.ec-form__other-about ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.3rem;
    margin-bottom: 6px;
}
.ec-form__other-about ul li::before {
    content: '・';
    line-height: 1.5;
}
.ec-form__other-about ul li p {
    line-height: 1.3;
    font-weight: 700;
    color: #f64077;
}
.ec-form__other-about ul li p small {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 5px;
}
.ec-form__other-about ul li p small a {
    border-bottom: 1px solid #f64077;
    color: #f64077;
}
.ec-form__other-about ul li p > a {
    border-bottom: 1px solid #f64077;
    color: #f64077;
}
/*------------------------------------------------------------
詳細　入力　その他の情報 end
------------------------------------------------------------*/
/*------------------------------------------------------------
カート・line start
------------------------------------------------------------*/
.ec-productRole__btnArea {
    padding: 20px;
    background-color: #000;
}
/*------------------------------------------------------------
カート・line end
------------------------------------------------------------*/
/*------------------------------------------------------------
振袖セットのレンタル内容 start
------------------------------------------------------------*/
.ec-rentalSetRole {
    padding: 40px 20px 50px;
}
/* タイトル */
.ec-rentalSetRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-rentalSetRole__title-text {
    text-align: center;
}
.ec-rentalSetRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-rentalSetRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-rentalSetRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../img/common/ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.ec-rentalSetRole__img {
    position: relative;
}
.ec-rentalSetRole__img .baloon {
    position: absolute;
    top: -34px;
    right: -5px;
    width: 90px;
}
.ec-rentalSetRole__caution {
    margin-top: 15px;
}
.ec-rentalSetRole__caution p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.002em;
}
.ec-rentalSetRole__caution p::before {
    content: '※';
}
.ec-rentalSetRole__caution p > span{
  font-weight: 300;
}
.ec-rentalSetRole__caution p a {
    color: #f64077;
    border-bottom: solid 1px #f64077;
}
.ec-rentalSetRole__content {
    position: relative;
    padding: 40px 20px 20px;
    background: url(../img/detail/rental_set_bg.gif) left top repeat;
    background-size: 18px 28px;
    margin-top: 70px;
}
.ec-rentalSetRole__content.rentalSetRole__content--hakama {
    background: url(../img/detail/rental_set_bg_hakma.gif) left top repeat;
}
.ec-rentalSetRole__content h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.ec-rentalSetRole__content h3 img {
    width: 180px;
}
.ec-rentalSetRole__content .baloon {
    position: absolute;
    top: -60px;
    right: 10px;
    width: 90px;
}
.ec-rentalSetRole__content-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ec-rentalSetRole__content-list.acc_box {
    margin-top: 20px;
}
.ec-rentalSetRole__content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100%/3) - 3px);
    height: 50px;
    margin-bottom: 5px;
    background-color: #fff;
}
.ec-rentalSetRole__content-item.icon {
    flex-direction: column;
    height: 70px;
}
.ec-rentalSetRole__content .ec-rentalSetRole__content-item,
.ec-rentalSetRole__content .ec-rentalSetRole__content-item.icon {
  height: 120px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.ec-rentalSetRole__content-item:nth-of-type(3n) {
    margin-right: 0;
}
.ec-rentalSetRole__content-item.large {
    width: 100%;
    height: 45px;
}
.ec-rentalSetRole__content-item img {
    height: 45px;
    width: auto;
}
.ec-rentalSetRole__content .ec-rentalSetRole__content-item img {
    height: 70px;
}
.ec-rentalSetRole__content-item p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.002em;
}
.ec-rentalSetRole__content .ec-rentalSetRole__content-item p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-rentalSetRole__content .acc_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    cursor: pointer;
}
.ec-rentalSetRole__content .acc_btn::before,
.ec-rentalSetRole__content .acc_btn::after {
    background: #000;
}
/*------------------------------------------------------------
振袖セットのレンタル内容 end
------------------------------------------------------------*/
/*------------------------------------------------------------
素材・サイズ start
------------------------------------------------------------*/
.ec-infomationRole {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: 40px 20px 0;
}
.ec-infomationRole__material,
.ec-infomationRole__size {
    padding: 20px;
}
.ec-infomationRole__material {
    border-bottom: dashed 1px #000;
}

.ec-infomationRole h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.ec-infomationRole p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.3;
}
/*------------------------------------------------------------
素材・サイズ end
------------------------------------------------------------*/
/*------------------------------------------------------------
クーポン start
------------------------------------------------------------*/
.ec-couponRole {
    margin-bottom: 60px;
    padding: 40px 0;
    margin: 0 20px 30px;
}
/* タイトル */
.ec-couponRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-couponRole__title-text {
    text-align: center;
}
.ec-couponRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-couponRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-couponRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../img/common/ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.ec-couponRole__img {
    position: relative;
}
.ec-couponRole__caution {
    margin-top: 15px;
}
.ec-couponRole__caution p {
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.002em;
}
.ec-couponRole__caution p::before {
    content: '※';
}
/* ペア */
.ec-couponRole__pear {
    margin-top: 40px;
}
.ec-couponRole__pear-inner {
    background-color: #f8f5f6;
    padding: 20px 28px;
}
.ec-couponRole__pear .example {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.ec-couponRole__pear .price_ba {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
.ec-couponRole__pear .price_ba img {
    width: 12px;
    margin: 0 3px;
}
.ec-couponRole__pear .before_price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: -18px;
}
.ec-couponRole__pear .before_price-top {
    font-size: 1.0rem;
}
.ec-couponRole__pear .before_price-bottom {
    display: block;
    font-size: 1.0rem;
    transform: scale(0.7);
    white-space: nowrap;
}
.ec-couponRole__pear .before_price_value {
    font-family: roboto;
    font-size: 1.7rem;
    font-weight: 500;
    font-style: italic;
}
.ec-couponRole__pear .after_price {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ec-couponRole__pear .after_price-top {
    font-size: 1.1rem;
}
.ec-couponRole__pear .after_price-bottom {
    display: block;
    font-size: 1.1rem;
    transform: scale(0.7);
    white-space: nowrap;
    transform-origin: left;
}
.ec-couponRole__pear .after_price_value {
    font-family: roboto;
    font-size: 2.1rem;
    font-weight: 500;
    font-style: italic;
}
.ec-couponRole__pear .off_price {
    font-size: 1.0rem;
    background-color: #fdf68e;
    padding: 5px;
    margin-left: -30px;
    text-align: center;
}
.ec-couponRole__pear .off_price small {
    font-size: 1.0rem;
    transform: scale(0.6);
    display: inline-block;
    transform-origin: bottom;
    margin: 0 -1px;
    color: #dc3159;
    font-weight: 700;
}
.ec-couponRole__pear .off_price_value {
    font-family: roboto;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
    color: #dc3159;
}
.ec-couponRole__pear .off_price .off {
    display: block;
    font-size: 1.0rem;
    transform: scale(0.9);
    color: #dc3159;
    font-weight: 700;
    text-align: center;
}
/* お得 */
.ec-couponRole__pear .price_total {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.ec-couponRole__pear .price_total .total {
    font-family: roboto;
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 5px;
}
.ec-couponRole__pear .price_total .price {
    position: relative;
}
.ec-couponRole__pear .price_total .total_price_value {
    position: relative;
    font-family: roboto;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: italic;
    color: #dc3159;
    z-index: 1;
}
.ec-couponRole__pear .price_total .total_price_value small {
    font-size: 1.2rem;
    font-weight: 700;
}
.ec-couponRole__pear .price_total .price::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fdf68e;
    z-index: 0;
}
.ec-couponRole__pear .price_total .great {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 5px;
}
.ec-couponRole__pear a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    margin: 25px auto 0;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 2px solid #03071f;
    background-color: #fff;
}
.ec-couponRole__pear a::before {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../img/detail/btn_icon_line_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* お友達紹介 */
.ec-couponRole__friend {
    margin-top: 40px;
}
.ec-couponRole__friend-inner {
    background-color: #f8f5f6;
    padding: 20px 28px;
}
.ec-couponRole__friend a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    margin: 0 auto;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 2px solid #03071f;
    background-color: #fff;
}
.ec-couponRole__friend a::before {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../img/detail/btn_icon_line_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 妹 */
.ec-couponRole__imouto {
    margin-top: 40px;
}
.ec-couponRole__imouto-inner {
    background-color: #f8f5f6;
    padding: 20px 28px;
}
.ec-couponRole__imouto .text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ec-couponRole__imouto a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    margin: 25px auto 0;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 2px solid #03071f;
    background-color: #fff;
}
.ec-couponRole__imouto a::before {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../img/detail/btn_icon_line_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* リピート */
.ec-couponRole__repeat {
    margin-top: 40px;
}
.ec-couponRole__repeat-inner {
    background-color: #f8f5f6;
    padding: 20px 28px;
}
.ec-couponRole__repeat .text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ec-couponRole__repeat a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    margin: 25px auto 0;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 100px;
    border: 2px solid #03071f;
    background-color: #fff;
}
.ec-couponRole__repeat a::before {
    content: '';
    display: block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
    background-image: url(../img/detail/btn_icon_line_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*------------------------------------------------------------
クーポン end
------------------------------------------------------------*/
/*------------------------------------------------------------
プレスバナー start
------------------------------------------------------------*/
.ec-presBnrRole {
    margin-top: 36px;
    padding: 36px 0;
    background: url(../img/common/bg_dot.png) left top repeat;
    background-size: 5px 5px;
}
.ec-presBnrRole__link {
    display: block;
    height: 100%;
}
/*------------------------------------------------------------
プレスバナー end
------------------------------------------------------------*/
/*------------------------------------------------------------
ただいま品切れ中です start
------------------------------------------------------------*/
.ec-productRole__soldout {
    display: block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    /* padding-bottom: 30px; */
    padding: 20px;
    border: 2px solid #000;
}
/*------------------------------------------------------------
ただいま品切れ中です end
------------------------------------------------------------*/
/*------------------------------------------------------------
pickup 振袖 start
------------------------------------------------------------*/
.ec-pickupRole {
    margin-bottom: 60px;
}
/* タイトル */
.ec-pickupRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-pickupRole__title-text {
    position: relative;
    text-align: center;
    z-index: 1;
}
.ec-pickupRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-pickupRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-pickupRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../img/common/ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
/* スライダー */
#ec-pickupRole.ec-pickupRole .swiper-container-recommend,
#ec-pickupRole-hakama.ec-pickupRole .swiper-container-recommend {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
}
#ec-pickupRole .swiper-btns,
#ec-pickupRole-hakama .swiper-btns {
    position: relative;
}
#ec-pickupRole .swiper-pagination,
#ec-pickupRole-hakama .swiper-pagination {
    width: 100%;
}
#ec-pickupRole .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
#ec-pickupRole-hakama .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: static;
    margin-top: 20px;
}
#ec-pickupRole .swiper-pagination .swiper-pagination-bullet,
#ec-pickupRole-hakama .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
    display: inline-block;
    border-radius: 100px;
    background: #03071f;
    opacity: 1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#ec-pickupRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#ec-pickupRole-hakama .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f3e00c;
    position: relative;
}
#ec-pickupRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#ec-pickupRole-hakama .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f3e00c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 100px;
}
#ec-pickupRole .swiper-btns .swiper-button-prev:after,
#ec-pickupRole .swiper-btns .swiper-button-next:after,
#ec-pickupRole-hakama .swiper-btns .swiper-button-prev:after,
#ec-pickupRole-hakama .swiper-btns .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#ec-pickupRole.ec-pickupRole .swiper-button-prev,
#ec-pickupRole.ec-pickupRole .swiper-button-next,
#ec-pickupRole-hakama.ec-pickupRole .swiper-button-prev,
#ec-pickupRole-hakama.ec-pickupRole .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: 0;
    top: auto;
    bottom: -10px;
}
#ec-pickupRole .swiper-button-prev:after,
#ec-pickupRole-hakama .swiper-button-prev:after {
    background: url("../img/common/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-pickupRole .swiper-button-next:after,
#ec-pickupRole-hakama .swiper-button-next:after {
    background: url("../img/common/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-pickupRole.ec-pickupRole .swiper-button-prev,
#ec-pickupRole.ec-pickupRole .swiper-container-rtl .swiper-button-next,
#ec-pickupRole-hakama.ec-pickupRole .swiper-button-prev,
#ec-pickupRole-hakama.ec-pickupRole .swiper-container-rtl .swiper-button-next {
    left: 0;
}
#ec-pickupRole.ec-pickupRole .swiper-button-next,
#ec-pickupRole.ec-pickupRole .swiper-container-rtl .swiper-button-prev,
#ec-pickupRole-hakama.ec-pickupRole .swiper-button-next,
#ec-pickupRole-hakama.ec-pickupRole .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
#ec-pickupRole.ec-pickupRole .swiper-slide::before,
#ec-pickupRole-hakama.ec-pickupRole .swiper-slide::before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: url(../img/common/kazari_line.png) top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
}
/* VIEW MORE */
.ec-pickupRole__link {
    text-align: center;
    width: 90%;
    margin: 25px auto 0;
}
/*------------------------------------------------------------
pickup 振袖 end
------------------------------------------------------------*/
/*------------------------------------------------------------
新着商品 start
------------------------------------------------------------*/

.ec-newProductRole {
    margin-top: 60px;
    margin-bottom: 30px;
}
#page_product_detail.ec-newProductRole {
    border-top: 2px solid #000;
}
/* タイトル */
.ec-newProductRole__title {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.ec-newProductRole__title-text {
    text-align: center;
}
.ec-newProductRole__title-text small {
    display: block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}
.ec-newProductRole__title-text span {
    font-family: oswald;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
}
.ec-newProductRole__title-text::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 4px;
    background: url(../img/common/ttl_line.png) left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
/* スライダー */
#ec-newProductRole.ec-newProductRole .swiper-container-new {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}
#ec-newProductRole .swiper-btns {
    position: relative;
}
#ec-newProductRole .swiper-pagination {
    width: 100%;
}
#ec-newProductRole .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: static;
    margin-top: 20px;
}
#ec-newProductRole .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
    display: inline-block;
    border-radius: 100px;
    background: #03071f;
    opacity: 1;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#ec-newProductRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f3e00c;
    position: relative;
}
#ec-newProductRole .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f3e00c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 100px;
}
#ec-newProductRole .swiper-btns .swiper-button-prev:after,
#ec-newProductRole .swiper-btns .swiper-button-next:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#ec-newProductRole.ec-newProductRole .swiper-button-prev,
#ec-newProductRole.ec-newProductRole .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: 0;
    top: auto;
    bottom: -10px;
}
#ec-newProductRole .swiper-button-prev:after {
    background: url("../img/common/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-newProductRole .swiper-button-next:after {
    background: url("../img/common/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
}
#ec-newProductRole.ec-newProductRole .swiper-button-prev,
#ec-newProductRole.ec-newProductRole .swiper-container-rtl .swiper-button-next {
    left: 0;
}
#ec-newProductRole.ec-newProductRole .swiper-button-next,
#ec-newProductRole.ec-newProductRole .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
#ec-newProductRole.ec-newProductRole .swiper-slide::before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: url(../img/common/kazari_line.png) top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
}
/*------------------------------------------------------------
新着商品 end
------------------------------------------------------------*/
/*------------------------------------------------------------
パンくず start
------------------------------------------------------------*/
.ec-searchnavRole__topicpath.ec-searchnavRole__topicpath--color {
  padding-top: 0;
  border: none;
}
/*------------------------------------------------------------
パンくず end
------------------------------------------------------------*/
/*------------------------------------------------------------
カタログバナー start
------------------------------------------------------------*/
#page_product_detail .Catalogbnr {
  margin: 30px 0;
}
#page_product_detail .Catalogbnr02 {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
}
#page_product_detail .Catalogbnr_txt {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
}
/*------------------------------------------------------------
カタログバナー end
------------------------------------------------------------*/
/*------------------------------------------------------------
241003add 袴レンタルセクション start
------------------------------------------------------------*/
#page_product_detail .rental {
    background: url(../img/common/bg_dot02.png);
    padding: 50px 20px 45px;
    margin-top: 40px;
}
#page_product_detail .rental__ttl {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#page_product_detail .rental__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px;
}
#page_product_detail .rental__txt h2 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
}
#page_product_detail .rental__txt h2 span {
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(180deg, transparent 0%, transparent 65%, #fdf68e 65%, #fdf68e 100%);
}
#page_product_detail .rental__txt .logo_rental_hakama {
    width: 110px;
}
#page_product_detail .rental__ttl .img_rental_hakama {
    aspect-ratio: 1 / 1;
    width: 125px;
}
#page_product_detail .ttl {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
#page_product_detail .txt {
    font-size: 1.3rem;
    line-height: normal;
}
/*------------------------------------------------------------
241003add 袴レンタルセクション end
------------------------------------------------------------*/
