@charset "utf-8";
/* 背景カラー調整 */
body{
    background: #dae3f4;
}
.fs-l-pageMain {
    padding-top: 50px;
    margin-bottom: 0;
    background: #dae3f4;
}
.fs-c-heading {
    display: none;
}

/* special_item_page */
.special_item_page > section {
    margin-bottom: 100px;
}
.special_item_page img {
    width: 100%;
}

.special_item_page {
    max-width: 910px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.special_item_page .txt {
    font-size: 20px;
    line-height: 1.5;
    margin: 50px 20px;
}

/* head */
.special_item_page .head {
    
}
.special_item_page .head .head_mv {
    
}
.special_item_page .head .head_ttl_img {
    margin-top: 100px;
}
.special_item_page .head .txt {
    
}

/* 予約販売期間 */
.special_item_page .head .sales_period {
    /* border: 1px solid #808080; */
    /* border-width: 1px 0; */
    line-height: 1.4;
    padding: 8px;
    text-align: center;
    margin: 20px 0 ;
}
.special_item_page .head .sales_period .border {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 50%;
    height: 0;
    border-bottom: 1px dashed #808080;
}
.special_item_page .head .sales_period .label {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #222222;
}
.special_item_page .head .sales_period .ex_txt {
    display: block;
    font-size: 14px;
}
.special_item_page .head .sales_period .date {
    display: block;
    margin-left: 0.5rem;
}
.special_item_page .head .sales_period .date .start ,
.special_item_page .head .sales_period .date .end {
    white-space: nowrap;
    font-size: 38px;
    line-height: 1.5;
    color: #222222;
    font-weight: bold;
}
.special_item_page .head .sales_period .date .separate {
    font-size: 38px;
    line-height: 1.5;
    color: #222222;
}
.special_item_page .head .sales_period .caution {
    display: block;
    font-size: 14px;
}

/* top_img */
.special_item_page .top_img {
    padding-top: 90px;
}
.special_item_page .top_img svg {
    display: block;
}
.special_item_page .top_img .ttl_img {
    text-align: center;
}
.special_item_page .top_img .ttl_img img {
    width: 100%;
}

/* item */
.special_item_page .item {
    padding-top: 90px;
}
.special_item_page .item .item_ttl {

}
.special_item_page .item .item_img {

}
.special_item_page .item .item_txt {
    
}

/* item_link */
.special_item_page .item_link {
    margin-top: 50px;
    margin-bottom: 100px;
}
.special_item_page .item_link > div + div {
    margin-top: 50px;
}
.special_item_page .item_link .item ,
.special_item_page .item_link .amazon {
    text-align: center;
    padding: 0 20px;
}
.special_item_page .item_link .item img {
    width: 100%;
}
.special_item_page .item_link .amazon img {
    width: 100%;
}

/* item_gallery */
.special_item_page .item_gallery {
    padding-top: 90px;
}
.special_item_page .item_gallery .img {
    margin-bottom: 50px;
}
.special_item_page .item_gallery .img .model {
    font-size: 20px;
    text-align: right;
}
.special_item_page .item_gallery .img .model a {
    font-size: 20px;
}
.special_item_page .item_gallery .img .size {
    font-size: 20px;
    text-align: right;
}


/* foot */
.special_item_page .foot {
    padding-top: 90px;
    margin-bottom: 50px;
}
.special_item_page .foot .about {

}
.special_item_page .foot .contact {
    text-align: center;
    margin: 50px 0 100px;
}
.special_item_page .foot .contact img {
    width: 530px;
    max-width: 100%;
}

/* SPスタイル */
@media screen and (max-width: 769px) {
    .fs-l-pageMain {
        padding-top: 0;
    }    
    .special_item_page {
        padding-bottom: 10px;
    }
    .special_item_page > section {
        margin-bottom: 50px;
    }
    .special_item_page .head .head_ttl_img {
        margin-top: 20px;
    }
    .special_item_page .txt {
        font-size: 14px;
        line-height: 1.3;
        margin: 20px;
    }
    .special_item_page .head .sales_period {
        padding: 0px;
    }
    .special_item_page .head .sales_period .border {
        width: 70%;
        max-width: 300px;
    }
    .special_item_page .head .sales_period .label {
        font-size: 16px;
    }
    .special_item_page .head .sales_period .ex_txt {
        font-size: 12px;
    }
    .special_item_page .head .sales_period .date .start,
    .special_item_page .head .sales_period .date .separate,
    .special_item_page .head .sales_period .date .end {
        font-size: 24px;
    }
    .special_item_page .head .sales_period .caution {
        font-size: 12px;
    }
    .special_item_page .item_link {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .special_item_page .item_link > div + div {
        margin-top: 20px;
    }
    .special_item_page .item_link .item, 
    .special_item_page .item_link .amazon {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .special_item_page .item_gallery .img {
        margin-bottom: 30px;
    }
    .special_item_page .item_gallery .img .model {
        font-size: 14px;
    }
    .special_item_page .item_gallery .img .model a {
        font-size: 14px;
    }
    .special_item_page .item_gallery .img .size {
        font-size: 14px;
    }    
    .special_item_page .foot {
        margin-bottom: 30px;
    }
    .special_item_page .foot .contact {
        margin: 30px 0 30px;
    }
    .special_item_page .foot .contact img {
        width: 75%;
    }
    /* ヘッダー余白 */
    .special_item_page .top_img ,
    .special_item_page .item ,
    .special_item_page .item_gallery ,
    .special_item_page .foot {
        padding-top: 12vw;
    }
}
@media screen and (max-width: 480px) {
    /* ヘッダー余白 */
    .special_item_page .head ,
    .special_item_page .top_img ,
    .special_item_page .item ,
    .special_item_page .item_gallery {
        margin-bottom: 20px;
    }
    .special_item_page .top_img ,
    .special_item_page .item ,
    .special_item_page .item_gallery ,
    .special_item_page .foot {
        padding-top: 70px;
    }
    
}
