@charset "UTF-8";

/*** common ***/
/** button **/
.button-white{
    font-size: 1.2rem;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    color: #151515;
    width: 85%;
    margin: 0 auto;
    display: block;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
    position: relative;
    border: 1px solid #151515;
}
.button-white:hover{
    color: #151515;
    background: #fff;
    border: 1px solid #151515;
}
.button-white:after{
    content: "→";
    font-size: 1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #151515;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 17px;
}

.button-gold-item{
    width: 250px !important;
}

@media (min-width: 960px) {
    
    
}

/** title **/
.item-title{
    font-size: 2rem;
    margin-bottom: 60px;
}
.item-title span{
    font-size: 1.3rem;
    color: #958626;
    display: block;
}
.item-title::after{
    content: "";
    width: 46px;
    height: 1px;
    background: #958626;
    display: block;
}
.item-title-center::after{
    margin: 0 auto;
}
.item-subtitle{
    font-size: 2rem;
}

@media (min-width: 960px) {
    
    .item-subtitle{
        font-size: 2.8rem;
    }
    
}

/** modal **/
.modal-item .uk-modal-body{
    padding: 0;
}
.modal-item.uk-modal,
.modal-item .uk-modal-dialog{
    background-color: transparent;
}
.modal-item .uk-close{
    color: #fff;
    background: #4b4b4b;
    border-radius: 50%;
}

/*** dress ***/
.item-concept-sp{
    margin: 100px 0 !important;
}
.item-concept-sp img{
    width: 27%;
    margin: 0 10% 40px 63%;
}
.item-concept-sp p{
    line-height: 3;
    margin-left: 30px;
}
.item-dress-bottom{
    background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #F4F4F1 25%, #F4F4F1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.item-dress-bottom img{
    width: 90%;
    margin-left: 10%;
}

@media (min-width: 960px) {
    
    .item-concept{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 200px auto !important;
    }
    .item-concept div{
        margin: 0 30px;
    }
    .txt-item-concept{
        width: 180px;
    }
    .item-concept p{
        writing-mode: vertical-rl;
        display: inline-block;
        font-size: 1.6rem;
        letter-spacing: 15px;
        line-height: 3.2;
        margin-left: 20px;
        margin: 110px 0 0;
    }
    .item-dress-bottom{
        background: linear-gradient(180deg, #FFF 0%, #FFF 65%, #F4F4F1 35%, #F4F4F1 100%);
    }
    .item-dress-bottom img{
        width: 80%;
        margin-left: 20%;
    }
    
}

/*** essence/wear ***/
/** photo scroll **/

/* essence */
.photo-scroll-01{
    height: 226px;
    background-image: url(https://www.funatsuru.com/wedding/wpplan/wp-content/themes/fun_2021/assets/img/dress-item2/dress_02.jpg);
    background-size: cover;
    animation: photo-scroll-01 60s linear infinite;
    animation-fill-mode: both;
    animation-delay: 1s;
    margin-bottom: 0px;
}

@keyframes photo-scroll-01 {
 0% {background-position: 0 0;}
 100% {background-position: 100% 0;}
}


/* wear */
.photo-scroll-02{
    height: 600px;
    background-image: url(https://www.funatsuru.com/wedding/wpplan/wp-content/themes/fun_2021/assets/img/dress-item2/wear_sc.jpg);
    background-size: cover;
    animation: photo-scroll-01 20s linear infinite;
    animation-fill-mode: both;
    animation-delay: 1s;
    margin-bottom: 0px;
}

@keyframes photo-scroll-02 {
 0% {background-position: 0 0;}
 100% {background-position: 100% 0;}
}

.photo-scroll-03{
    height: 430px;
    background-image: url(https://www.funatsuru.com/wedding/wpplan/wp-content/themes/fun_2021/assets/img/dress-item2/wear_sc.jpg);
    background-size: cover;
    animation: photo-scroll-01 28s linear infinite;
    animation-fill-mode: both;
    animation-delay: 1s;
    margin-bottom: 0px;
}

@keyframes photo-scroll-03 {
 0% {background-position: 0 0;}
 100% {background-position: 100% 0;}
}

@media (min-width: 960px) {
    
    .photo-scroll-01{
        height: 450px;
        margin-bottom: 0px;   
    }
    
    
    
}


/*** scent/taste/attract/touch ***/
ul.item-btn-list li:first-child{
    margin: 0 0 20px;
}

@media (min-width: 960px) {
 
    .item-ph-l{
        position: absolute;
        left: 0;
        top: 140px;
        width: 40%;
        z-index: 2;
    }
    .item-ph-r{
        position: absolute;
        right: 0;
        top: 140px;
        width: 40%;
    }
    
    ul.item-btn-list{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    ul.item-btn-list li .button-gold{
        width: 250px !important;
    }
    ul.item-btn-list li:first-child{
        margin: 0 20px 0 0;
    }

}


/*** touch ***/
.item-touch-bottom{
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
}

@media (min-width: 960px) {
    
}


/*** concept last ***/
/*.sec-item-conceptlast{
    background-image: url(https://www.funatsuru.com/wedding/wpplan/wp-content/themes/fun_2021/assets/img/dress-item2/fun.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 150px 0;
}*/

.item-concept-last p{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 15px;
    line-height: 3.2;
    margin-left: 20px;
    margin: 0;
}

@media (min-width: 960px) {
    
    .sec-item-conceptlast{
        padding: 250px 0 200px;
    }
    .item-concept-last{
        text-align: left;
        width: 515px;
        margin: 0 auto;
    }
    .item-concept-last p{
        font-size: 1.6rem; 
        line-height: 4;
    }
    
}
