@charset "UTF-8";

/* -----------------------------------------------
FileName: la_journee.css
----------------------------------------------- */
/* WEBフォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/*
font-family: 'Noto Serif JP', serif;
*/


/* 基本フォンサイズ・カラー定義 */
#la_journee {
    font-size: 18px;
    color: #323232;
}


#la_journee .mhg_container {
    padding: 80px 0 80px 0;
}

#la_journee .mhg_container.bg1 {
    background-image: url("../../../img/usr/lp/la_journee/bg-01.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: rgba(255,253,227,1);
    padding: 120px 0 120px 0;
}

#la_journee .mhg_container.bg2 {
    background-image: url("../../../img/usr/lp/la_journee/bg-02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#la_journee .mhg_container.bg3 {
    background-image: url("../../../img/usr/lp/la_journee/bg-03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#la_journee .mhg_container.bg4 {
    background-image: url("../../../img/usr/lp/la_journee/bg-04.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 100%;
    background-color: rgba(255,253,227,1);
}


#la_journee .mhg_container.c2 {
    background-color: rgba(255,253,227,1);
}


#la_journee .contents {
	width: 1100px;
	margin: 0 auto;
}


#la_journee #keyImg figure {
    position: relative;
}

#la_journee #keyImg figure img {
    width: 100%;
    height: auto;
}

#la_journee #aboutArea {
    text-align: center;
    color: #69599E;
    font-family: 'Noto Serif JP', serif;
}

#la_journee #aboutArea h2 {
    font-size: 3.11111em;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em 0;
    background: none;
    padding: 0 0 0 0;
    letter-spacing: .05em;
    filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.16));
}

#la_journee #aboutArea p {
    font-size: 1.77778em;
    font-weight: 700;
    line-height: 2.2em;
    filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.16));
}

#la_journee .itemArea {
    width: 900px;
    background: #fff;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 8px solid #69599E;
    padding: 40px 120px;
}

#la_journee .itemArea figure {
    width: 131px;
}

#la_journee .itemArea figure img {
    width: 100%;
    height: auto;
}

#la_journee .itemArea article {
    width: 434px;
}

#la_journee .itemArea article h3 {
    font-size: 1.55556em;
    color: #005A31;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    background:none;
    padding: 0 0 0 0;
    line-height: 1em;
    margin: 0 0 1.1em 0;
    letter-spacing: .05em;
}

#la_journee .itemArea article h3 small {
    margin: .5em 0 0 0;
}

#la_journee .itemArea article dl {
    display: flex;
    align-items: baseline;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em 0;
}

#la_journee .itemArea article dl dt {
    font-size: 1.77778em;
}

#la_journee .itemArea article dl dd {
    font-size: 0.88889em;
}

#la_journee .itemArea article p {
    font-size: 0.88889em;
    margin: 0 0 1.8em 0;
    line-height: 2em;
}

#la_journee .buyBtn {
    width: 100%;
    text-align: center;
}

#la_journee .buyBtn a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    background: #69599E;
    border-radius: 9999px;
    font-size: 1.33333em;
    font-weight: 700;
    line-height: 1em;
    padding: .95em 0;
}

#la_journee .buyBtn a i {
    margin: 0 .5em 0 0;
}

#la_journee .buyBtn a:hover {
    opacity: .8;
}

#la_journee #recommendArea h2 {
    text-align: center;
    color: #69599E;
    font-weight: 700;
    font-size: 2.22222em;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 .8em 0;
    letter-spacing: .05em;
}

#la_journee #recommendArea ul {
    width: fit-content;
    margin: auto;
}

#la_journee #recommendArea ul li {
    display: flex;
    font-weight: 500;
    font-size: 1.77778em;
    line-height: 1.6em;
}

#la_journee #recommendArea ul li:not(:last-child) {
    margin: 0 0 .6em 0;
}

#la_journee #recommendArea ul li::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background:url("../../../img/usr/lp/la_journee/icon_check.png") 0 0 no-repeat;
    background-size: contain;
    margin: .25em .6em 0 0;
}

#la_journee #lajourneeArea h2 {
    font-weight: 700;
    font-size: 3.11111em;
    line-height: 1.4em;
    color: #005A31;
    filter: drop-shadow(2px 4px 6px rgba(255,255,255,0.9));
    letter-spacing: .1em;
    background: none;
    font-family: 'Noto Serif JP', serif;
}

#la_journee #lajourneeArea article {
    display: flex;
    justify-content: flex-end;
}

#la_journee #lajourneeArea article aside {
    width: 441px;
    text-align: center;
}

#la_journee #lajourneeArea article aside dt {
    width: 216px;
    height: 216px;
    background: linear-gradient(-30deg, #553DA3 0%, #9F81FF 100%);
    border-radius: 9999px;
    margin: 0 0 55px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 1.77778em;
    line-height: 1.4em;
    font-weight: 700;
    filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.53));
}

#la_journee #lajourneeArea article aside dt span {
    filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.61));
}

#la_journee #lajourneeArea article aside dt::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../../img/usr/lp/la_journee/maru.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}


#la_journee #lajourneeArea article aside dd {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

#la_journee #lajourneeArea article aside dd p {
    border: 2px solid #69599E;
    padding: 2em 1em;
    line-height: 1.8em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

#la_journee #pointArea {
    display: flex;
    justify-content: space-between;
    margin: 0 0 120px 0;
}

#la_journee #pointArea article {
    width: 520px;
    box-sizing: border-box;
    padding: 30px 30px;
    text-align: center;
    background: #E7E6F2;
}

#la_journee #pointArea article figure {
    margin: 0 0 40px 0;
}

#la_journee #pointArea article aside {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#la_journee #pointArea article aside h3 {
    font-weight: 700;
    color: #69599E;
    font-size: 2.22222em;
    line-height: 1.5em;
    padding: 0 0 0 0;
    background: none;
    margin: 0 0 0 0;
}

#la_journee #pointArea article aside p {
    font-weight: 700;
    font-size: 1.11111em;
    line-height: 1.6em;
    padding: 0 1.5em;
    margin: 1em 0 0 0;
}


#la_journee h2.title {
    background: none;
    padding:0 0 0 0;
    line-height: 1em;
    margin: 0 0 1em 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.66667em;
    font-weight: 700;
    text-align: center;
    color: #005A31;
    
}

#la_journee h2.title::after {
    content: "";
    display: block;
    width: 300px;
    height: 3px;
    margin: .5em auto 1em auto;
    background: #005A31;
}

#la_journee #elementArea {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap:40px 0;
}

#la_journee #elementArea article {
    background-color: rgba(246,239,231,.6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 70px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.24);

}

#la_journee #elementArea article:nth-child(even) {
    flex-direction: row-reverse;
}

#la_journee #elementArea article figure {
    width: 400px;
    text-align:center;
}

#la_journee #elementArea article figure img {
    max-width: 100%;
    height: auto;
}

#la_journee #elementArea article figure img.shadow {
    filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.16));
}

#la_journee #elementArea article ul {
    width: 400px;
    display: flex;
    justify-content:space-between;
    gap:22px 0;
    flex-wrap: wrap;
}

#la_journee #elementArea article ul li {
    width: 120px;
    text-align: center;
    font-size: 0.88889em;
}

#la_journee #elementArea article ul li p {
    position: relative;
    padding-top: 91.667%;
}

#la_journee #elementArea article ul li p img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position:  center center;
}

#la_journee #elementArea article ul li span {
    line-height: 1em;
    display: block;
    margin: .5em 0 0 0;
}


#la_journee #elementArea article aside {
    width: 400px;
}

#la_journee #elementArea article aside h3 {
    color: #005A31;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 1.55556em;
    padding: 0 0 0 0;
    line-height: 1em;
    margin: 0 0 .6em 0;
}

#la_journee #elementArea article aside p {
    line-height: 2em;
}

#la_journee #finishArea {
    display: flex;
    justify-content: space-between;
    margin: 0 0 120px 0;
}

#la_journee #finishArea figure {
    width: 700px;
}

#la_journee #finishArea figure img {
    width: 100%;
    height: auto;
}

#la_journee #finishArea article {
    width: 634px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5em 1.5em;
    filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.16));
    margin: 253px 0 0 -222px;
}


#la_journee #finishArea article P {
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    color: #005A31;
    font-size: 1.77778em;
    line-height: 1.8em;
    text-align: center;
}

#la_journee #finishArea article P span {
    background:linear-gradient(transparent 60%, #FFF9A3 60%);
}








@media screen and (max-width: 640px) {

    #la_journee {
        font-size: 14px;
    }
    

    #la_journee .mhg_container {
        padding: 40px 0 40px 0;
    }
    
    #la_journee .mhg_container.bg1 {
        padding: 60px 0 20px 0;
    }

    
    #la_journee .contents {
        width: 92%;
        margin: 0 auto;
    }

    #la_journee #aboutArea h2 {
        font-size: 2em;
        margin: 0 0 1em 0;
    }

    #la_journee #aboutArea p {
        font-size: 1.2em;
        line-height: 2em;
    }

    #la_journee .itemArea {
        width: 100%;
        background: #fff;
        margin: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border: 4px solid #69599E;
        padding: 30px 25px;
    }

    #la_journee .itemArea figure {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    #la_journee .itemArea figure img {
        width: 27%;
        height: auto;
    }

    #la_journee .itemArea article {
        width: 100%;
    }


    #la_journee .itemArea article p {
        font-size: 0.88889em;
        letter-spacing: 0;
    }
    
    #la_journee #recommendArea h2 {
        font-size: 1.8em;
        margin: 0 0 .8em 0;
    }


    #la_journee #recommendArea ul li {
        display: flex;
        font-weight: 500;
        font-size: 1.3em;
        line-height: 1.5em;
    }


    #la_journee #recommendArea ul li::before {
        width: 24px;
        height: 24px;
        margin: .15em 10px 0 0;
    }

    #la_journee #recommendArea ul li span {
        width: calc(100% - 34px);
    }

    #la_journee #recommendArea ul li br {
        display: none;
    }

    #la_journee #lajourneeArea h2 {
        font-weight: 700;
        font-size: 2em;
        line-height: 1.4em;
    }

    #la_journee #lajourneeArea article {
        display: flex;
        justify-content: center;
    }

    #la_journee #lajourneeArea article aside {
        width: 100%;
        text-align: center;
    }

    #la_journee #lajourneeArea article aside dt {
        width: 120px;
        height: 120px;
        margin: 0 0 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #fff;
        font-size: 1.2em;
        line-height: 1.6em;
        font-weight: 500;
        filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.53));
        float: right;
    }

    #la_journee #lajourneeArea article aside dd {
        clear: both;
        background-color: rgba(255,255,255,.7);
    }

    #la_journee #lajourneeArea article aside dd p {
        padding: 1em 1em;
    }

    #la_journee #pointArea {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 0 60px 0;
        gap:20px 0;
    }

    #la_journee #pointArea article {
        width: 100%;
        padding: 30px 20px;
    }

    #la_journee #pointArea article figure {
        margin: 0 0 20px 0;
    }

    #la_journee #pointArea article figure img {
        width: 70%;
        height: auto;
    }

    #la_journee #pointArea article aside {
        font-family: 'Noto Serif JP', serif;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #la_journee #pointArea article aside h3 {
        font-weight: 700;
        color: #69599E;
        font-size: 1.6em;
        line-height: 1.5em;
        padding: 0 0 0 0;
        background: none;
    }

    #la_journee #pointArea article aside p {
        font-weight: 500;
        margin: .8em 0 0 0;
    }


    #la_journee h2.title {
        font-size: 2em;
    }

    #la_journee h2.title::after {
        width: 60%;
    }
    
    #la_journee #elementArea {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap:30px 0;
    }

    #la_journee #elementArea article {
        background-color: rgba(246,239,231,.6);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        box-sizing: border-box;
        padding: 30px 20px;
        box-shadow:4px 4px 10px rgba(0,0,0,0.24);

    }

    #la_journee #elementArea article:nth-child(even) {
        flex-direction: column;
    }

    #la_journee #elementArea article figure {
        width: 100%;
        text-align:center;
        margin: 0 0 20px 0;
    }

    #la_journee #elementArea article ul {
        width: 100%;
        display: flex;
        justify-content:space-between;
        gap:15px 2%;
        flex-wrap: wrap;
        margin: 0 0 20px 0;
    }

    #la_journee #elementArea article ul li {
        width: 31.33%;
        text-align: center;
        font-size: 0.88889em;
    }

    #la_journee #elementArea article ul li p {
        position: relative;
        padding-top: 91.667%;
    }

    #la_journee #elementArea article ul li p img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position:  center center;
    }

    #la_journee #elementArea article ul li span {
        font-size: .9em;
    }


    #la_journee #elementArea article aside {
        width: 100%;
    }

    #la_journee #elementArea article aside h3 {
        font-size: 1.3em;
    }

    #la_journee #elementArea article aside p {
        line-height: 1.8em;
    }


    #la_journee #finishArea {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 0 60px 0;
    }

    #la_journee #finishArea figure {
        width: 90%;
        margin: auto;
    }

    #la_journee #finishArea figure img {
        width: 100%;
        height: auto;
    }

    #la_journee #finishArea article {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 1.5em 1.5em;
        margin: -40px 0 0 -0;
    }


    #la_journee #finishArea article P {
        font-size: 1.3em;
        line-height: 1.8em;
        text-align: center;
        letter-spacing: 0;
    }







    


}


@media screen and (max-width: 320px) {

    #la_journee {
        font-size: 12px;
    }



}















