@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    ituwa_sp.css
*
*
------------------------------------------------------------------------------------------ */

#head_description{ position: relative;}

/*------------------------------------------------------------------------------------------ */
@media screen and (max-width : 750px){

body, html{
    width: 100%;
    min-width: 100%;
    font-size: calc(5 * ((100vw - 350px) / 400) + 11px);
}

/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    overflow: hidden;
    position: relative;
}

#kv .ico_scroll{
    width: 100%;
    padding: 0 0 36px 0;
    text-align: center;
    font-family: 'josefin Sans' !important;
    font-weight: 600;
    font-size: 11px !important;
    color: #FFF;
    letter-spacing: .12em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
    opacity: 0;
}

#contents_wrap.onload #kv .ico_scroll{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .85s ease-out 3.5s, transform .85s ease-out 3.5s;
}

#kv .ico_scroll:after{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
}

#kv .img img{
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

#kv .i .inner{
    width: 100%;

    display: table-cell;
    position: relative;
    transform: translate3d(0, 0, .1px);
    z-index: 1;
}

#kv .inner:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .12);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#kv {
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
}
#kv .mv {
    text-align: center;
}

#kv .mv video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    max-width:100%;
}

/* --------------------------------------------------
*
    #about
*
-------------------------------------------------- */
#about{
    padding: 0;
    margin: calc(180/750 * 100vw) auto 17vw auto;
    position: relative;
}

#about .section_inner{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

#about .col_r h2{
    position: absolute;
    width:calc(270/750 * 100vw);
    max-width: 270px;
    left:50%;
    top: calc(-110 / 750 * 100vw);
    margin: 0 0 0 calc(-135/750 * 100vw);
    z-index: 3;
}

#about .col_r h2 img{
    width: calc(270/750 * 100vw);
    max-width: 270px;
}

#about .col_l{
    width: 92vw;
    height: 92vw;
    margin: 0 auto 6vw auto;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(.1px);
}
#about .col_l img{
    width: 100%;
}

#about .col_r .line{
    position: relative;
}

#about .col_r .col_wrap{
    width: 92vw;
    height: 92vw;
    padding: calc(120/750 * 100vw) calc(15/750 * 100vw) calc(90/750 * 100vw);
    opacity: 0;
    display: table;
    box-sizing: border-box;
    background-image:url(../images/ituwa/img_about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transform: scale(1.01) translateY(0);
    z-index: 2;
}

#about .col_r.anim .col_wrap{
    opacity: 1;
    transform: scale(1);
    transition: opacity .85s ease-out 1.1s, transform .85s ease-out 1.1s;
}

#about .col_r .inner{
    width: 100%;
    height: 100%;
    opacity: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color:#FFF;
}

#about .col_r.anim .inner{
    opacity: 1;
    transform: scale(1);
    transition: opacity .8s cubic-bezier(0.23, 1, 0.32, 1) 2s, transform .8s cubic-bezier(0.23, 1, 0.32, 1) 2s;
}


#about .col_r .desc{
    margin: 0 0 5.333vw 0;
}

#about .col_r .desc p{
    font-family: "Noto Serif JP", serif;
    font-size : calc(22/750 * 100vw);
    line-height:2.4;
    letter-spacing : 0.1em;
}

#about .col_r .desc p >span{
    display: block;
}
#about .col_r .desc p.lead{
    font-size : calc(30/750 * 100vw);
    line-height:1.8;
    letter-spacing : 0.5em;
    margin-bottom: calc(30/750 * 100vw);
}

#about .col_r{
    width: 92vw;
    margin:0 auto;
    text-align: center;
    position: relative;
}

#about .rose{
    position: absolute;
    bottom: -18vw;
    left: -5px;
}

#about .rose img{
    width: 35.333vw;
}


/*
*
    line transition
*
*/
#about .col_r:before{
    content: '';
    width: 10%;
    height: 1px;
    opacity: 0;
    background-color: #b18b43;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#about .col_r:after{
    content: '';
    width: 10%;
    height: 1px;
    opacity: 0;
    background-color: #b18b43;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#about .line:before{
    content: '';
    width: 1px;
    height: 10%;
    opacity: 0;
    background-color: #b18b43;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#about .line:after{
    content: '';
    width: 1px;
    height: 10%;
    opacity: 0;
    background-color: #b18b43;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}


#about .col_r.anim:before{
    width: 100%;
    height: 1px;
    opacity: 1;
    transition: width .85s cubic-bezier(0.19, 1, 0.22, 1), height .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .6s;
}

#about .col_r.anim_e:before{
    width: 0 !important;
    opacity: 0 !important;
    transform: translateX(0);
    transition: width .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: 1s;
    transition-duration: 3.5s !important;
}

#about .col_r:after{ transform: translateX(92vw);}
#about .col_r.anim:after{
    width: 100%;
    opacity: 1;
    transform: translateX(0);
    transition: width .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: .6s !important;
}

#about .col_r.anim_e:after{
    width: 0 !important;
    opacity: 0 !important;
    transform: translateX(0);
    transition: width .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: 1s;
    transition-duration: 3.5s !important;
}


#about .line:before{ transform: translateX(0);}
#about .col_r.anim .line:before{
    height: 100%;
    opacity: 1;
    transform: translateX(0);
    transition: height .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: .6s !important;
}

#about .col_r.anim_e .line:before{
    height: 0 !important;
    opacity: 0 !important;
    transform: translateY(0);
    transition: height .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: 1s;
    transition-duration: 3.5s !important;
}

#about .line:after{ transform: translateY(92vw);}
#about .col_r.anim .line:after{
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: height .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: .6s !important;
}

#about .col_r.anim_e .line:after{
    height: 0 !important;
    opacity: 0 !important;
    transform: translateY(0);
    transition: height .85s cubic-bezier(0.19, 1, 0.22, 1), opacity .85s cubic-bezier(0.19, 1, 0.22, 1), transform .85s cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition-delay: 1s;
    transition-duration: 3.5s !important;
}

/* --------------------------------------------------
*
    #find
*
-------------------------------------------------- */
#find{
    text-align: center;
    margin: 0 auto 20vw auto;
    position: relative;
}

#find .section_inner{
    text-align: center;
    position: relative;
}

#find .section_inner h3{
    margin: 0 0 calc(50/750 * 100vw) 0;
}

#find .section_inner h3 img{
    width: calc(315/750 * 100vw);
    max-width: 315px;
}

#find .section_inner .desc{
    font-family: "Noto Serif JP", serif;
    margin: 0 0 4vw 0;
    font-size: 1rem;
    line-height: 1.727em;
    color: #000;
}
#find .section_inner .desc >span{
    display: block;
}

#find .img_slider img{
    margin: 0 auto;
    display: block;
    text-align: center;
}

#find .img_slider .pic{
    letter-spacing: 0;
}

#find .img_slider .pic img{
    width: 100%;
    position: relative;
}

#find .img_slider a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}

#find .img_slider .desc{
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateZ(.1px);
}

#find .img_slider .ttl{
    margin: 0 0 2.666vw 0;
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .45s ease-in, transform .85s ease-in;
    color: #FFF;
    font-family: "Forum", serif !important;
}
#find .img_slider .ttl img{ width: auto; height: 2.2266vw;}

#find .img_slider h4{
    margin: 0 0 3.333vw 0;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .45s ease-in .15s, transform .85s ease-in .15s;
    position: relative;
}
#find .img_slider h4 img{ width: auto; height: 6.4vw;}

#find .img_slider .s01 h4{ left: -1vw;}
#find .img_slider .s02 h4{ left: -1vw;}
#find .img_slider .s03 h4{ left: -.25vw;}

#find .img_slider .detail{
    margin: 0 0 6.666vw 0;
    color: #FFF;
    font-family: "Forum", serif !important;
    font-size: 2.9333vw;
    letter-spacing: .12em;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .45s ease-in .18s, transform .85s ease-in .18s;
}


#find .img_slider.n0 .s01 .ttl{ transform: translateY(0); opacity: 1; transition: opacity .55s ease .2s, transform .55s ease .2s;}
#find .img_slider.n0 .s01 h4{ transform: translateY(0); opacity: 1; transition: opacity .5s ease .3s, transform .5s ease .3s;}
#find .img_slider.n0 .s01 .detail{ transform: translateY(0); opacity: 1; transition: opacity .45s ease .4s, transform .45s ease .4s;}

#find .img_slider.n1 .s02 .ttl{ transform: translateY(0); opacity: 1; transition: opacity .55s ease .2s, transform .55s ease .2s;}
#find .img_slider.n1 .s02 h4{ transform: translateY(0); opacity: 1; transition: opacity .5s ease .3s, transform .5s ease .3s;}
#find .img_slider.n1 .s02 .detail{ transform: translateY(0); opacity: 1; transition: opacity .45s ease .4s, transform .45s ease .4s;}

#find .img_slider.n2 .s03 .ttl{ transform: translateY(0); opacity: 1; transition: opacity .55s ease .2s, transform .55s ease .2s;}
#find .img_slider.n2 .s03 h4{ transform: translateY(0); opacity: 1; transition: opacity .5s ease .3s, transform .5s ease .3s;}
#find .img_slider.n2 .s03 .detail{ transform: translateY(0); opacity: 1; transition: opacity .45s ease .4s, transform .45s ease .4s;}

#find .img_slider .ttl{ transition-delay: .4s !important;}
#find .img_slider h4{ transition-delay: .5s !important;}
#find .img_slider .detail{ transition-delay: .6s !important;}


#find .slider_wrap{
    position: relative;
}

#find .btn_prev,
#find .btn_next{
    width: 9.333vw;
    height: 9.333vw;
    background-image:url(../images/common/parts_slide_arrow_left_w.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: calc(50% - 4.67vw);
    cursor: pointer;
    transform: scale(1) translate3d(0, 0, 0) rotate(0.001deg);
    transition: transform .35s ease .1s;
}

#find .btn_prev{
    background-image:url(../images/common/parts_slide_arrow_left_w.png);
    left: 8vw;
}

#find .btn_next{
    background-image:url(../images/common/parts_slide_arrow_right_w.png);
    right: 8vw;
}

.is_pc #find .btn_prev:hover,
.is_sp #find .btn_prev.touch{
    transform: scale(1.03) translateX(-5px);
    transition: transform .15s ease .05s !important;
}

.is_pc #find .btn_next:hover,
.is_sp #find .btn_next.touch{
    transform: scale(1.03) translateX(5px);
    transition: transform .15s ease .05s !important;
}

#find .btn_prev:active{ transform: scale(1.07) translateX(-10px);}
#find .btn_next:active{ transform: scale(1.07) translateX(10px);}




/*
    transition
*/
#find .slider_wrap .btn_prev,
#find .slider_wrap .btn_next,
#find .slider_wrap a{ opacity: 0;}

#find .slider_wrap.anim_e .btn_prev,
#find .slider_wrap.anim_e .btn_next,
#find .slider_wrap.anim_e a{ opacity: 1; transition: transform .35s ease .1s, opacity .2s ease 0;}

#find .slider_wrap{ opacity: 1;}

#find .slider_wrap .s{ overflow: hidden;}
#find .slider_wrap .s:after{
    content: '';
    display: block;
    opacity: 1;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#find .img_slider .s01:after{ background-color: #e7f2f5;}

#find .slider_wrap.anim .s:after{
    height: 110%;
    opacity: 1;
    transition: height 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}

#find .slider_wrap.anim_e .s:after{
    height: 0;
    opacity: 1;
    transition: height 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#find .slider_wrap.anim .s01:after{ transition-delay: .6s !important;}
#find .slider_wrap.anim_e .s01:after{ transition-delay: 0 !important;}


/* --------------------------------------------------
*
    #instagram
*
-------------------------------------------------- */
#instagram{
    text-align: center;
    margin: 0 auto 20vw auto;
    position: relative;
}

#instagram .section_inner{
    margin: 0 0 5.333vw 0;
}

#instagram h2{
    margin: 0 0 5.333vw 0;
    text-align: center;
    position: relative;
}

#instagram h2 img{
    width: 48.266vw;
    max-width: calc(362px * .8);
}

#instagram ul{
    width: calc(100% - 6.666vw);
    height: 20vw !important;
    display: table !important;
    overflow: hidden;
    position: relative;
    line-height: 0;
    left: calc(50% - 3.333vw);
    transform: translateX(-50%);
    vertical-align: top;
    top: 0 !important;
}

#instagram ul.r02{
    top: -1px;
    left: calc(50% + 3.333vw);
    vertical-align: top;
}

#instagram ul li{
    width: 20%;
    display: table-cell;
    line-height: 0;
    opacity: 0;
    vertical-align: top;
}

#instagram ul li{
    opacity: 0;
}

#instagram .c_anim ul li.on{
    opacity: 0 !important;
}

#instagram ul li.on img{
    width: 30vw;
    min-width: 130px;
    opacity: 1;
    transition: opacity .6s ease;
}

#online-consultation {
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 1002;
    transition: 0.4s;
}
#online-consultation.close {
    transform: translateX(-100%);
}
#online-consultation a {
    padding: 15px 30px;
    background-color: #F3EEE3;
    color: #B18B43;
    transition: 0.5s;
}


/*------------------------------------------------------------------------------------------
*
*
    ituwa_style(dress)
*
*
------------------------------------------------------------------------------------------ */

#head_description{ position: relative;}

/*------------------------------------------------------------------------------------------ */


/* slider */
.color_dress .inner .slider_wrap{
    position: relative;
}

.color_dress .inner .style_slider img{
    width: 100%;
}

.color_dress .inner .style_slider >div{
    margin: 0 0 8vw 0;
    line-height: 0;
    opacity: 1;
}

.slider_nav{
    display: none;
}

/* --------------------------------------------------
*
    #kv_style
*
-------------------------------------------------- */
#kv_style{
    margin: 0 0 -1px 0;
    height: 100%;
    min-height: 100%;
    position: relative;
}

#kv_style .img{
    text-align: center;
    line-height: 0;
}

#kv_style .img img{
    width: 100%;
}

#kv_style .img_slider{
    height: 100%;
    min-height: 480px;
}

#kv_style .img{
    width: 100%;
}

#kv_style .title{
    padding: 9.333vw 0;
    background-color: #fff;
    text-align: center;
}

#kv_style .title_inner h1{
    margin: 0;
    padding: 0;
    position: relative;
}

#kv_style .title_inner h1 img{
    width: 21.4vw;
    max-width: calc(161px * .8);
}

.title .t_style{
    margin: 0 0 2.666vw 0;
}

/* --------------------------------------------------
*
    .color_dress
*
-------------------------------------------------- */
.color_dress.fixed{ display: none !important;}
.color_dress{
    padding: 13.333vw 10.666vw 5.333vw 10.666vw !important;
    overflow: hidden;
}

.color_dress.arielle{ background-color: #646e7d;}
.color_dress.fiore{ background-color: #968296;}
.color_dress.chloris{ background-color: #8caab9;}

.color_dress .inner{
    margin: 0 auto;
    position: relative;
}

.color_dress .inner .l{
    width: auto !important;
    padding: 13vw 0 0 0;
    position: relative;
}

.color_dress .inner .r{
    height: auto !important;
    margin: 0 0 13.333vw 0;
    display: block;
    vertical-align: middle;
    position: relative;
    top: 6.666vw;
}


.color_dress .desc_wrap{
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
}

.color_dress .desc_wrap .box{
    width: 100%;
    height: 100%;
    padding: 17.333vw 6vw 16vw 6vw;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.color_dress .desc_wrap h3{
    margin: 0 0 6.666vw 0;
}

.color_dress.arielle .desc_wrap h3 img{ width: 26.266vw; max-width: calc(197px * .8);}
.color_dress.fiore .desc_wrap h3 img{ width: 31.866vw; max-width: calc(239px * .8);}
.color_dress.chloris .desc_wrap h3 img{ width: 44.933vw; max-width: calc(337px * .8);}

.color_dress .desc{
    font-family: "Noto Serif JP", serif;
    padding: 0;
    text-align: center;
}
.color_dress .desc >span{
    display: block;
    color:#000;
    font-size : 11px;
    line-height : 24px;
    letter-spacing : 1.6px;
}


/* --------------------------------------------------
*
    #other_style
*
-------------------------------------------------- */
#other_style{
    margin: 13.333vw auto 12vw auto;
    position: relative;
}

#other_style .section_inner{
    text-align: center;
    position: relative;
}

#other_style ul{
    width: 100%;
    display: table;
}

#other_style li{
    width: 100%;
    vertical-align: middle;
    line-height: 0;
}

#other_style li:first-child{
    margin: 0 0 -1px 0;
}


#other_style .section_inner .desc{
    margin-top: 55px;
    font-size: 1rem;
    line-height: 1.727em;
    padding: 10px 0;
}
    
#other_style .section_inner a{
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #fff;
    position: relative;
}

#other_style .section_inner .pic{
    overflow: hidden;
}

#other_style .section_inner .pic img{
    width: 100%;
    transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) .05s;
}

.is_pc #other_style .section_inner a:hover .pic img,
.is_sp #other_style .section_inner a.touch .pic img{
    transform: scale(1.05);
    transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) .05s;
}

.for_ie #other_style .section_inner .pic img{
    transform: rotate(.001deg);
}

#other_style .section_inner .desc{
    width: 100%;
    vertical-align: middle;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    background-color: rgba(255,255,255,0.7);
}

#other_style .section_inner .ttl{
    margin: 0 0 1.333vw 0;
}
#other_style .section_inner .ttl img{ width: auto; height: 2.2266vw; max-height: calc(17px * .8);}

#other_style .section_inner h4{
    margin: 0 0 1.333vw 0;
    opacity: 1;
}
#other_style .section_inner h4 img{ width: auto; height: 8.8vw; max-height: calc(66px * .8);}

#other_style .section_inner .detail{
    color: #B18B43;
    font-size: 1rem;
    letter-spacing: .12em;
}


.btn_more{
    width: 58.666vw;
    min-width: 240px;
    height: calc(10 * ((100vw - 350px) / 430) + 35px);
    margin: 5.333vw auto 13.333vw auto;
    display: block;
    position: relative;
}

.is_pc .btn_more{
    max-width: 320px;
}

.btn_more a{
    width: 58.666vw;
    max-width: 320px;
    min-width: 240px;
    height: calc(10 * ((100vw - 350px) / 400) + 35px);
    box-sizing: border-box;
    display: block;
    font-size: calc(4 * ((100vw - 350px) / 400) + 12px);
    text-align: center;
    border: 1px solid #000;
    border-radius: 35px;
    color: #000;
    letter-spacing: .2em;
    line-height: calc(10 * ((100vw - 350px) / 430) + 35px);
    transition: color .1s ease-in .0s, background .1s ease-in .0s;
    position: relative;
    z-index: 2;
}

.is_pc .btn_more:hover a,
.is_sp .btn_more.touch a{
    color: #fff;
    border: 1px solid #b18b43;
    background-color: #b18b43;
    transition: color .15s ease-out .05s, background .15s ease-out .05s;
}

footer .afterword {
    padding:0 6vw;
}

}/* max-width : 750px */