/*リセット*/
body{
    margin:0;
    padding:0;
}

.hina ul,li,ol,h1,h2,h3,h4,h5,h6,p,a,blockquote {
    margin: 0;
    padding: 0;
}

.hina h1,h2,h3,h4,h5,h6,p{
    font-size: inherit;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.hina ul ol{
    margin: 0;
    padding: 0;
}

.hina li{
    list-style: none;
}

.hina a{ 
    text-decoration: none;
    display: block;
}


/*レスポンシブ_スマホサイズ非表示*/
.pc_only{
    display: block;
}

.sp_only{
    display: none;
}

/*背景*/
.hina{
    background-color: #F6E5EA;
}

.hina_concept_txt{
    background: url(img/hinamatsuri_parts_pc.png) no-repeat center top;
    background-size: contain;
    text-align: center;
}

/*共通*/
.hina h2,h3,h4{
    color: #692118;
}

.hina_txt_k{
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}

/*コンセプト*/
.hina_concept img{
    max-width: 1920px;
    width: 100%;
}


.hina_concept_txt div h1{
    font-size: 2rem;
    letter-spacing: 0.2rem;
    color: #E65C84;
    padding:60px 0 25px;
}

.hina_concept_txt div h3{
    font-size: 2rem;    
    letter-spacing: 0.3rem;
    padding-bottom: 30px;
}

.hina_concept_txt div h4{
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    padding-bottom: 60px;
}

.hina_sales{
    width: 300px;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    color: #FFF4F9;
    background-color: #E50150;
    border-radius: 15px;
    margin: 0 auto 1rem;
    padding: 6px 10px;
}

.hina_attention{
    font-size: 0.9rem;
    color: #692118;
    letter-spacing: 0.1rem;
}

/*商品紹介flex*/
.hina_column{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF4F9;
    margin: 6rem 2rem;
}

.hina_column:last-child{
    margin-bottom: 200px;
}

/*商品紹介*/
.hina_wrapper{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.hina_container{
    width: 50%;
    padding: 30px 80px;
    box-sizing: border-box;
}

.hina_container h2{
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    border-bottom: dotted 5px #74BB0B;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

/*プライス*/
.hina_price{
    color: #692118;
    margin-top: 15px;
}

.hina_price span{
    font-size: 1.7rem;
}

/*公式通販リンクボタン*/
.hina_online_btn{
    width: 230px;
    color: #ffff;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: center;
    background-color: #D6AD60;
    border-radius: 21px;
    padding: 10px 13px;
    margin-top: 1rem;
    transition: 0.7s;
}

.hina_online_btn:hover{
    background-color: #FF6675;
    color: #ffff !important;
}

/*イメージ画像*/
.hina_column img{
    max-width: 100%;
}

/*偶数行イメージ画像の位置反転*/
.hina_wrapper section:nth-child(even){
    flex-direction: row-reverse;
}

/*店頭販売・公式通販タグ*/
.hina_sales_shop{
    color: #ffff;
    background-color: #FF6675;
    border-radius: 12px;
    padding: 3px 8px;
    margin-bottom: 1rem;
    width: 80px;
    text-align: center;
    letter-spacing: 1px;
}

.hina_sales_online{
    color: #ffff;
    background-color: #74BB0B;
    border-radius: 12px;
    padding: 3px 8px;
    margin-bottom: 1rem;
    width: 80px;
    text-align: center;
    letter-spacing: 1px;
}

/*スクロールフェードイン*/
.hina_column{
    opacity: 0;
    transition: all 2s;
}

.fadein{
    opacity: 1;
}


/*タブレットサイズ：991px以下*/
@media screen and (max-width:991px){
    /*レスポンシブ_PCサイズ非表示*/
    .pc_only{
        display: none;
    }

    .sp_only{
        display: block;
    }

    /*コンセプト*/
    .hina_concept_txt{
        background: url(img/hinamatsuri_parts_sp.png) no-repeat top center;
        background-size: contain;
        padding-top: 10rem;
    }

    .hina_concept_txt div{
        margin: 0 30px;
    }

    .hina_concept_txt div h1{
        font-size: 1.3rem;
        letter-spacing: 0.1rem;
        padding-bottom: 18px;
    }

    .hina_concept_txt div h3{
        font-size: 1.4rem;
    }

    .hina_concept_txt div h4{
        font-size: 1rem;
        padding-bottom: 50px;
    }

    .hina_sales{
        width: 250px;
        font-size: 1.2rem;
    }

    .hina_attention{
        font-size: 0.7rem;
        text-align: left;
        padding-top: 13px;
        display: inline-block;
    }

    
    /*商品紹介flex解除*/
    .hina_column{
        display: block;
        margin: 2rem 2rem;
    }

    .hina_column:last-child{
        margin-bottom: 115px;
    }

    .hina_container{
        width: 100%;
        padding: 20px 30px 30px;
    }

    /*商品紹介内容*/
    .hina_wrapper{
        max-width: 600px;
    }

    .hina_container h2{
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: 0.1rem;
        padding-bottom: 0.6rem;
        border-bottom: dotted 4px #74BB0B;
    }

    .hina_container h3{
        font-size: 0.9rem;
    }

    /*店頭販売・公式通販タグ*/
    .hina_sales_shop{   
        margin: 0 auto 12px;
    }

    .hina_sales_online{
        margin: 0 auto;
    }

    /*商品価格*/
    .hina_price{
        text-align: center;
        margin-top: 10px;
    }

    /*公式通販リンクボタン*/
    .hina_online_btn{
        margin: 1rem auto 0;
        width: 200px;
        font-size: 1rem;
        border-radius: 18px;
    }
}
@media screen and (max-width:428px){
    /*コンセプト*/
    .hina_concept_txt{
        background: url(img/hinamatsuri_parts_sp.png) no-repeat top center;
        background-size: contain;
        padding-top: 5rem;
    }
}