
@charset utf-8;



/** ================================================================================================



	6. LOVE STAR PROPOSE 2020

	@vertion 1.0   2020.5.25 New



==================================================================================================== **/



@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,700,700i|Noto+Sans+JP:300,700&display=swap');
@import url(../../common/css/common.css);


del {
    color: #ff0000;
    text-decoration: line-through;
}

ins {
    color: #0000ff;
    text-decoration: none;
}


/** -------------------------------------------------------

    Basic Layout

----------------------------------------------------------- */

#sbArticle08{
    padding-bottom:100px;
    font-weight: 300;
    font-size:14px;
    background-color: #ffffff;
}

#sbArticle08 a {
    color:#231815;
    text-decoration: none;
    transition: all 0.3s;
}
#sbArticle08 a:link,
#sbArticle08 a:visited,
#sbArticle08 a:hover,
#sbArticle08 a:active { color:#231815; }



/** -------------------------------------------------------

    Page Header

----------------------------------------------------------- **/

#sbArticle08 > header {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    color:#ffffff;
    background-color:#000000;
}


#sbArticle08 > header img {
    width: auto;
    max-width: 60%;
    vertical-align: bottom;
}


#sbArticle08 > header .text {
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    width: 40%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transform: translateY(-50%);
}

#sbArticle08 > header h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family:'Noto Sans JP', 'Yu Gothic Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
    font-size:14px;
    font-weight: 300;
    line-height: 1;
}

#sbArticle08 > header h1 br {
    display: none;
}

#sbArticle08 > header h2 {
    margin: 10px 0 0 0;
    padding: 0;
    
    font-family: "Cormorant Garamond", serif;
    text-align: left;
    font-size:30px;
    font-weight: 400;
/*    font-style: italic; */
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
}



/** -------------------------------------------------------

    リード文

----------------------------------------------------------- **/

#sbArticle08 > .lead {
    margin: 50px 0 0 0;
    text-align: center;
    line-height: 2;
}


/** -------------------------------------------------------


    Q & A 共通


----------------------------------------------------------- **/

#sbArticle08 .sbQuestion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    
    margin: 0 0 0 8%;
    padding: 60px 0;
}

#sbArticle08 .sbQuestion .image {
    width: 42%;
    margin: 0 0 0 8%;
}

#sbArticle08 .sbQuestion .image img {
    width: 100%;
    vertical-align: bottom;
}


#sbArticle08 .sbQuestion .text {
    width: 42%;
    margin: 0 0 0 8%;
}

#sbArticle08 .sbQuestion dt {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#sbArticle08 .sbQuestion dt p {
    text-align: justify;
}

#sbArticle08 .sbQuestion dd {
    display: block;
    position: relative;
    margin: 50px 0 0 0;
    padding: 0;
    text-align: justify;
}

#sbArticle08 .sbQuestion h3 {
    display: block;
    position: absolute;
    right: 100%;
    top:0;
    margin: 0 20px 0 0;
    padding: 0;
    
    font-family: "Cormorant Garamond", serif;
    text-align: left;
    font-size:35px;
    font-weight: 400;
/*    font-style: italic; */
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #69307c;
}



/* 互い違いに */
#sbArticle08 .sbQuestion:nth-child(odd) {
    flex-direction: row-reverse;
}


/* リンク */

#sbArticle08 .sbQuestion .arrowLink {
    text-align: right;
}

#sbArticle08 .arrowLink > a::after {
    border-right-color: transparent;
}



/** ---------------------------------------------------------------------------


    おおくくり


------------------------------------------------------------------------------ **/


#sbArticle08 .sbQuestions {
    margin: 60px auto 0;
}




#sbArticle08 .sbQuestions > header {
    padding: 50px 0 50px 30px;
    
    background-image:url(../img/ring.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    
    text-align: left;
}

#sbArticle08 .sbQuestions > header h2 {
    margin: 0;
    padding: 0;
    
    font-family: "Cormorant Garamond", serif;
    font-size:35px;
    font-weight: 400;
/*    font-style: italic; */
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #69307c;
}



/** ---------------------------------------------------------------------------


    〆


------------------------------------------------------------------------------- **/


#sbArticle08 #sbQuestionsEnd {
    display: block;
    position: relative;
    width: calc(100% - 100px);
    max-width: 600px;
    margin: 100px auto 0;
    padding: 0;
}

#sbArticle08 #sbQuestionsEnd >header h2 {
    font-size: 18px;
    font-weight: 400;
}

#sbArticle08 #sbQuestionsEnd > .detail {
    text-align: center;
}

#sbArticle08 #sbQuestionsEnd .arrowLink {
    margin: 30px 0 0 0;
    text-align: center;
}

#sbArticle08 #sbQuestionsEnd .arrowLink a {
    margin: 0 10px;
}


/** ============================================================================


	Responsive for tablet


================================================================================ **/



@media all and (max-width: 1024px) and (min-width:768px) {




}



/** ============================================================================


	Responsive for Smart Phone


================================================================================ **/



@media all and (max-width: 767px) {

    
    
    /** Page Header ----------------------------------------- **/

    #sbArticle08 > header img {
        width: 100%;
        max-width: 100%;
    }


    #sbArticle08 > header .text {
        left: 5%;
        top:auto;
        bottom: 2%;
        width: 90%;
        transform: translateY(-50%);
    }

    #sbArticle08 > header h1 {
        font-size:14px;
        text-align: center;
        line-height: 1.8;
    }

    #sbArticle08 > header h1 br {
        display: inline;
    }
    
    #sbArticle08 > header h2 {
        font-size:22px;
        text-align: center;
    }



    /** リード文 ------------------------------------------- **/

    #sbArticle08 > .lead {
        margin: 30px 30px 0;
        text-align: justify;
    }

    #sbArticle08 > .lead br {
        display: none;
    }    
    

    /** Q & A 共通 ---------------------------------------- **/

    #sbArticle08 .sbQuestion {
        display: block;
        margin: 0;
        padding: 30px 0;
    /*    padding: 60px 0; */
    }

    #sbArticle08 .sbQuestion .image {
        width: auto;
        margin: 0;
    }

    #sbArticle08 .sbQuestion .text {
        width: auto;
        margin: 30px 30px 0 50px;
    }

    #sbArticle08 .sbQuestion h3 {
        margin: 0 10px 0 0;
        font-size:30px;
    }



    /** おおくくり ------------------------------------- **/



    #sbArticle08 .sbQuestions > header {
        margin: 0 10px;
        padding: 40px 20px 50px 30px;
    }

    #sbArticle08 .sbQuestions > header h2 {
        font-size:28px;
    }
    
    #sbArticle08 #sbQuestions04 > header h2 {
        letter-spacing: 0;
    }
    


    /** 〆 -------------------------------------------- **/

    #sbArticle08 #sbQuestionsEnd {
        width: auto;
        max-width: none;
        margin: 100px 30px 0;
    }
        
    #sbArticle08 #sbQuestionsEnd .detail p {
        text-align: left;
    }
    
    #sbArticle08 #sbQuestionsEnd .detail p br {
        display: none;        
    }
    
    #sbArticle08 #sbQuestionsEnd .detail p.arrowLink {
        text-align: center;
    }
    
    #sbArticle08 #sbQuestionsEnd > header h2 {
        font-size: 16px;
    }
}


