@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;
}

#wave{
    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;
}

#wave a{
    display: block;
}

.flexbox{
    display: flex;
}

.sp_only{
    display: none !important;
}

/* =================
	all
================= */

#wave .ttl{
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.069em;
    margin-bottom: 6.2rem;
}

#wave .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;
}

#wave .hair_txt{
    width: 46rem;
    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;
}

#wave .hair .ttl{
    text-align: center;
    margin-bottom: 6.5rem;
}

#wave .hair_txt li{
    position: relative;
}

#wave .hair_txt li::before{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background-color: #efe6bd;
    top: 1.5rem;
    left: -3.5rem;
}

#wave .txt{
    font-size: 1.4rem;
    line-height: 2.143;
    letter-spacing: -0.01em;
    margin-bottom: 3.1rem;
    font-family: 'Sawarabi Gothic', sans-serif;
}

#wave .imgbox a{
    margin-bottom: 1rem;
}

#wave .price{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.1rem;
    font-feature-settings: normal;
    color: #848484;
}

#wave .btn{
    width: 23rem;
}

/* =================
	ai_box
================= */
.wave_all{
    width: 120rem;
    margin: 10.2rem auto;
}

.wave_all .result{
    width: 12.8rem;
    margin: 0 auto 4.8rem;
}

.wave_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 #EFE6BD;
}

.wave_all .ai_box::before{
    position: absolute;
    content: '';
    background-color: #EFE6BD;
    width: 90rem;
    height: 52rem;
    top: 0.4rem;
    left: 0.3rem;
    z-index: -1;
    
}

.wave_all .ai_box_inner{
    width: 71rem;
    justify-content: space-between;
    padding: 1.9rem 9em 2.3rem 9.5rem;
}

.wave_all .ai_box_inner .ai_img{
    width: 30rem;
}

.wave_all .type{
    position: relative;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding-bottom: 1.5rem;
    margin-bottom: 2.9rem;
}

.wave_all .type::before{
    position: absolute;
    content: '';
    width: 35rem;
    height: 0.4rem;
    background-color: #EFE6BD;
    bottom: 0;
    left: 0;
}

.wave_all .type span{
    width: 21.8rem;
    display: block;
    margin-top: -0.4rem;
}

.wave_all .ai_box .txtbox{
    width: 36rem;
    margin-top: 9.7rem;
}

/* =================
	outer
================= */
.wave_all .outer{
    width: 88rem;
    margin: 0 auto 15.2rem;
}

.wave_all .outer .imgbox{
    width: 55rem;
}

.wave_all .outer .txtbox{
    width: 40.5rem;
    margin-top: 15.2rem;
    margin-left: -7rem;
    z-index: 10;
}

#wave .outer .ttl::before{
    width: 40rem;
}

/* =================
	tops
================= */
.wave_all .tops{
    width: 88rem;
    margin: 0 auto 14.2rem;
}

.wave_all .tops .txtbox{
    width: 44.1rem;
    z-index: 10;
}

#wave .tops .ttl::before{
    width: 44.1rem;
}

.wave_all .tops .imgbox{
    width: 52rem;
    margin-top: 17rem;
    margin-left: -8rem;
}

.wave_all .tops .imgbox .price{
    text-align: right;
}

/* =================
	skirt
================= */
.wave_all .skirt{
    width: 94rem;
    margin: 0 auto 14.2rem;
    justify-content: space-between;
}

.wave_all .skirt .imgbox{
    width: 48rem;
}

.wave_all .skirt .txtbox{
    width: 40.2rem;
    margin-top: 8.9rem;
    z-index: 10;
}

#wave .skirt .ttl::before{
    width: 40rem;
}

/* =================
	pants
================= */
.wave_all .pants{
    width: 79rem;
    margin: 0 auto 15rem;
}

.wave_all .pants .txtbox{
    width: 37rem;
    margin-top: 11.7rem;
    z-index: 10;
}

#wave .pants .ttl::before{
    width: 37rem;
}

.wave_all .pants .imgbox{
    width: 52rem;
    margin-left: -10.1rem;
}

.wave_all .pants .imgbox .price{
    text-align: right;
}

/* =================
	onepiece
================= */
.wave_all .onepiece{
    width: 98rem;
    margin: 0 auto 15.1rem;
    justify-content: space-between;
}

.wave_all .onepiece .imgbox{
    width: 52rem;
}

.wave_all .onepiece .txtbox{
    width: 40rem;
    z-index: 10;
}

#wave .onepiece .ttl::before{
    width: 40rem;
}

/* =================
	btn
================= */
#wave .product_wv{
    width: 65rem;
    margin: 0 auto 10rem;
}

#wave .product_st{
    width: 50rem;
    margin: 0 auto 2rem;
}

#wave .product_nt{
    width: 50rem;
    margin: 0 auto 20rem;
}