@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    transform: translate3d(0, 120px, 0);
    -webkit-transform: translate3d(0, 120px, 0);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
/* =================
	all
================= */
html { 
    font-size:62.5%; 
  }

a:hover img{
	opacity: 0.7;
}

img{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}

.main-area .main-inner{
    width: 100%;
    max-width: none;
}

#st{
    width: 120rem;
    margin: 0 auto;
    box-sizing: border-box;
    font-feature-settings: "palt";
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight: 400;
    color: #333333;
    font-style: normal;
    overflow-y: auto;
    overflow-x: hidden;
}

#st a{
    display: block;
}

.flexbox{
    display: flex;
}

.sp_only{
    display: none !important;
}

/* =================
	all
================= */

#st .ttl{
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.069em;
    margin-bottom: 6.1rem;
}

#st .ttl::before{
    position: absolute;
    content: '';
    width: 90.4rem;
    height: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #333333 33%, rgba(051,051,051,0) 0%);
    background-position: bottom;
    background-size: 0.7rem 0.2rem;
    background-repeat: repeat-x;
    padding-bottom: 5.6rem;
}

#st .hair_txt{
    width: 50rem;
    margin: 0 auto 13.8rem;
    padding-left: 3.5rem;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    line-height: 2.625;
}

#st .hair .ttl{
    text-align: center;
    margin-bottom: 6.5rem;
}

#st .hair_txt li{
    position: relative;
}

#st .hair_txt li::before{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background-color: #d6c8d6;
    top: 1.5rem;
    left: -3.5rem;
}

#st .txt{
    font-size: 1.4rem;
    line-height: 2.143;
    margin-bottom: 3.2rem;
    font-family: 'Sawarabi Gothic', sans-serif;
    letter-spacing: -0.01em;
}

#st .ai_box .txt{
    font-family: 'Sawarabi Gothic', sans-serif;
    letter-spacing: 0;
}

#st .imgbox a{
    margin-bottom: 1rem;
}

#st .price{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.1rem;
    font-feature-settings: normal;
    color: #848484;
}

#st .btn{
    width: 24.2rem;
}

/* =================
	ai_box
================= */
.st_all{
    width: 120rem;
    margin: 10.2rem auto;
}

.st_all .result{
    width: 12.8rem;
    margin: 0 auto 4.8rem;
}

.st_all .ai_box{
    position: relative;
    width: 90rem;
    margin-left: 14.7rem;
    margin-bottom: 15.4rem;
    box-sizing: border-box;
    background-color: #fff;
    border: 0.3rem solid #d6c8d6;
}

.st_all .ai_box::before{
    position: absolute;
    content: '';
    background-color: #d6c8d6;
    width: 90rem;
    height: 52rem;
    top: 0.4rem;
    left: 0.3rem;
    z-index: -1;
    
}

.st_all .ai_box_inner{
    width: 71rem;
    justify-content: space-between;
    padding: 1.9rem 9em 2.3rem 9.5rem;
}

.st_all .ai_box_inner .ai_img{
    width: 30rem;
}

.st_all .type{
    position: relative;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding-bottom: 1.9rem;
    margin-bottom: 2.5rem;
}

.st_all .type::before{
    position: absolute;
    content: '';
    width: 35rem;
    height: 0.4rem;
    background-color: #d6c8d6;
    bottom: 0.6rem;
    left: 0;
}

.st_all .type span{
    width: 27.8rem;
    display: block;
    margin-top: -0.4rem;
}

.st_all .ai_box .txtbox{
    width: 35rem;
    margin-top: 6.7rem;
}

/* =================
	outer
================= */
.st_all .outer{
    width: 88rem;
    margin: 0 auto 15.4rem;
}

.st_all .outer .imgbox{
    width: 55rem;
}

.st_all .outer .txtbox{
    width: 40.5rem;
    margin-top: 14.8rem;
    margin-left: -7rem;
    z-index: 10;
}

#st .outer .ttl{
    margin-bottom: 6.1rem;
}

#st .outer .ttl::before{
    width: 40rem;
}

/* =================
	tops
================= */
.st_all .tops{
    width: 88rem;
    margin: 0 auto 13.9rem;
}

.st_all .tops .txtbox{
    width: 44.3rem;
    z-index: 10;
}

#st .tops .ttl{
    margin-bottom: 5.8rem;
}

#st .tops .ttl::before{
    width: 44.1rem;
}

.st_all .tops .imgbox{
    width: 52rem;
    margin-top: 16.8rem;
    margin-left: -8rem;
}

.st_all .tops .imgbox .price{
    text-align: right;
}

/* =================
	skirt
================= */
.st_all .skirt{
    width: 91.5rem;
    margin: 0 auto 14.2rem;
    justify-content: space-between;
}

.st_all .skirt .imgbox{
    width: 45rem;
}

.st_all .skirt .txtbox{
    width: 40.5rem;
    margin-top: 9.1rem;
    z-index: 10;
}

#st .skirt .txt{
    width: 41rem;
    margin-bottom: 3rem;
}

#st .skirt .ttl::before{
    width: 40rem;
}

/* =================
	pants
================= */
.st_all .pants{
    width: 83rem;
    margin: 0 auto 15rem;
}

.st_all .pants .txtbox{
    width: 37rem;
    margin-top: 15rem;
    z-index: 10;
}

#st .pants .txt{
    width: 35.5rem;
    margin-bottom: 3rem;
}

#st .pants .ttl::before{
    width: 37rem;
}

.st_all .pants .imgbox{
    width: 55rem;
    margin-left: -9rem;
}

.st_all .pants .imgbox .price{
    text-align: right;
}

/* =================
	onepiece
================= */
.st_all .onepiece{
    width: 85.5rem;
    margin: 0 auto 14.2rem;
    justify-content: space-between;
}

.st_all .onepiece .imgbox{
    width: 55rem;
    margin-top: 15rem;
}

.st_all .onepiece .txtbox{
    width: 41rem;
    z-index: 10;
    margin-left: -10rem;
}

#st .onepiece .ttl{
    margin-bottom: 5.9rem;
}

#st .onepiece .ttl::before{
    width: 40rem;
}

#st .onepiece .btn{
    width: 25.3rem;
}

/* =================
	btn
================= */
#st .product_wv{
    width: 65rem;
    margin: 0 auto 10rem;
}

#st .product_st{
    width: 50rem;
    margin: 0 auto 2rem;
}

#st .product_nt{
    width: 50rem;
    margin: 0 auto 20rem;
}