/*
.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.start svg {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 100%;
    max-width: 500px;
}
*/

.slider-blea img {
    width: 100%;
}

.slider-blea div {
    width: 100%;
}

#main {
    text-align: center;
    overflow-x: hidden;
}

.width1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.text_br {
    display: block;
}

/*#fragrance*/
#fragrance h2,#lineup h2 {
    font-size: 10vw;
    margin-bottom: 30px;
    font-family: serif;
    letter-spacing: 0.05em;
}

.fra_bg_wrapper {
    position: relative;
}

.fra_wrapper {
    height: 45%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.fra_bg {
    width: 100%;
}

.fra_bg img {
    width: 100%;
}

.fra_copy {
    width: 80%;
    padding: 0 0px 0 50px;
}

.fra_copy figure {
    width: 75%;
    max-width: 500px;
    margin: 0 auto;
}

.fra_copy figure img {
    width: 100%;
}

.fra_copy p {
    line-height: 1.8;
    width: 80%;
    margin: 20px auto;
    text-align: justify;
}

.fra_flex_bottle {
    width: 20%;
    margin: 20px;
}

.fra_flex_bottle img {
    width: 80%;
    margin: 0 auto;
}

.fra_sp {
    display: none;
}


/*取り組みPC*/
#torikumi {
    margin: 50px auto;
}

#torikumi_1,
#torikumi_2 {
    display: flex;
    /*    align-items: center;*/
    justify-content: center;
    width: 100%;
}

#torikumi_1 > picture,
#torikumi_2 > div {
    flex: 0 0 66%;
}

#torikumi_2 > div {
    margin-left: 10px;
}

#torikumi_2 p:first-of-type {
    padding-left: 15px;
}

#torikumi_1 > div,
#torikumi_2 > picture {
    flex: 0 0 33%;
}

#torikumi img {
    width: 100%;
}

#torikumi_2 {
    text-align: left;
}

#torikumi_2 h2 {
    font-size: 30px;
}

#torikumi_2 a {
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
}

/*取り組みSP*/
.slider-small img {
    width: 100%;
}

.slider-small div {
    width: 100%;
}

#torikumi-sp {
    padding: 20px 0;
    display: none;
}
#torikumi-sp h2{
    font-size: 6vw;
    background-color: rgba(255,255,255,.7);
}

.text_br_425 {
    display: inline;
}

#torikumi-sp-wrapper {
    position: relative;
}

#torikumi-sp-left {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    margin: auto;
}

#torikumi-sp-left h2 {
    margin-left: 5px;
}

#torikumi-sp-right {
    width: 73%;
    margin: 0 0 0 auto;
}

#torikumi-sp-right ul {
    padding-left: 0;
}

#torikumi-sp p {
    text-align: justify;
    line-height: 1.5;
    margin: 10px 10px;
}

#torikumi-sp p:last-of-type {
    text-align: center;
    font-weight: bold;
}

#torikumi-sp a {
    text-decoration: none;
    color: inherit;
    padding: 5px 20px;
    border-radius: 20px;
}

/*MAKING STORY*/
.makingstory h2 {
    color: #a8a9a9;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.making_bg {
    background-size: cover;
    background-repeat: repeat;
}

.making_box {
    position: relative;
}

.making_img {
    width: 70%;
    margin-left: 0;
    position: relative;
}

.making_img.right {
    margin-left: auto;
    margin-right: 0;
}

.making_box img {
    width: 100%;
}

.making_text {
    position: absolute;
    bottom: 0px;
    right: 30px;
    margin: auto;
    text-align: left;
    width: 60%;
}

.making_text div {
    width: 100%;
    opacity: .7;
}

.making_text.left {
    right: auto;
    left: 30px;
}
.making_text.left p{
    text-align: left;
}

.making_text p {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: right;
}


/*グラデーションを掛けたい <img> を囲う外枠*/
.gradient {
    position: relative;
    display: block;
}

/* グラデーション */
.gradient:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    background: rgba(255, 255, 255, .6);
}

/* 縦横を外枠に合わせる */
.gradient img,
.gradient:after {
    width: 100%;
    height: 45%;
}

/*factory*/
#factory {}

#factory #making_img_box {
    position: relative;
    bottom: 0;
    margin: auto;
}

#factory .img1 {

}

#fki_1 {
    width: 50%;
    position: absolute;
    top: 30%;
    bottom: 70%;
    right: -20%;
    margin: auto;
}

#fki_2 {
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
    z-index: 3;
    position: absolute;
    margin: auto;
    width: 50%;
}
#fki_3{
    width: 50%;
    position: absolute;
    bottom: 20%;
    margin: auto;
}
#fki_4{
    width: 50%;
    position: absolute;
    bottom: 20%;
    margin: auto;
    right : -20%;
    z-index: 300;
}
#factory .making_img.img2 {
    margin: -8% 0 -3% auto;
    position: relative;
    z-index: 2;
}

#factory .img3 {

}

#factory .making_text {
    position: relative;
    text-align: right;
    top: 80px;
    bottom: auto;
    z-index: 2;
    margin-right: 0;
}
/*星*/
.star_1{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10%;
    width: 10%;
}
.star_2{
    position: absolute;
    z-index: 2;
    width: 10%;
    bottom:30%;
    left: -5%;
}
.star_3{
    position: absolute;
    z-index: 2;
    width: 10%;
    top: 20%;
    right: 10%;
}
.star_4{
    position: absolute;
    z-index: 3;
    width: 5%;
    top: 35%;
    right: 0%;
}
.star_5{
    position: absolute;
    z-index: 3;
    width: 10%;
    bottom: 0;
    right: 5%;
}
/*youtube*/
.youtube {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 1% auto auto;
}
.youtube::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#other_youtube_flex{
    display: flex;
}
#other_youtube{
    display: none;
}
#other_youtube p{
    text-align: center;
    font-size: .8em;
    margin-top: 3px;
}
#other_youtube .youtube{
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 1% auto auto;
}
#other_youtube .youtube::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
#other_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.border_bg {
    background-size: contain;
    background-repeat: repeat;
}

/*メディアクエリ*/
@media(max-width:425px) {
    .text_br_425 {
        display: block;
    }
}

@media(max-width:767px) {
    #lineup .fra_theme_txt p {
        font-size: 17px;
    }

    #fragrance .fra_bg {
        position: relative;
    }

    #fragrance .fra_bg .fra_sp {
        position: absolute;
        bottom: 6%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    #fragrance .fra_bg .fra_sp figure {
        margin: auto 10px;
        width: 60%;
    }

    #fragrance .fra_sp figcaption {
        font-size: 12px;
    }

    #fragrance .fra_sp p {
        margin: 20px 2em 40px;
        text-align: justify;
        line-height: 1.8;
        font-size: 14px;
    }

    #fragrance .fra_wrapper {
        display: none;
    }

    #fragrance .fra_sp {
        display: block;
    }

    #torikumi {
        display: none;
    }

    #torikumi-sp {
        display: block;
    }

    .makingstory h2 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .making_text {
        right: 10px;
    }

    .making_text.left {
        left: 10px;
    }

    .making_text p {
        font-size: 14px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    #factory .making_text {
        top: 25px;
    }

    #factory .making_text p {
        margin-left: 0;
    }

    #factory .making_text .text_br {
        font-size: 10px;
    }

    .gradient img,
    .gradient:after {
        height: 35%;
    }
}

@media(min-width:768px) {
    .text_br {
        display: inline;
    }
    .youtube .slick-dots {
        padding: 8px;
    }
    .youtube .slick-dots {
        bottom: -36px;
    }
    #other_youtube{
        display: block;
    }
}

@media(min-width:1024px) {

    #fragrance h2,#lineup h2 {
        font-size: 100px;
    }
}
