@charset "utf-8";
/* CSS Document */


#wrapper{
  min-width: 320px;
}
/*lookbook_top*/
.lookbook_top .lookbook_txt_box_inner{
  top: auto;
      width: 100%;
      height: auto;
      bottom: 0;
}

.lookbook_top .lookbook_txt_box h2 {
    margin: 0;
    width: 97.838%;
  min-width: 345px;
}

.lookbook_top .lookbook_style_img ul li {
    width: 24.6%;
    overflow: hidden;
    height: auto;
}

.lookbook_top .lookbook_style_img ul {
    height: calc(100vh - 65px - 10%);
}

.lookbook_top.lookbook_kids .lookbook_style_img ul li{
  width: 49.7%;
}

/*lookbook_index*/


/*lookbook_common*/
#content{
  margin-top: 65px;
      height: calc(100vh - 65px);
      overflow: hidden;
}


.lookbook_list > ul{
    /* display: flex;
    font-size: 14px;
    justify-content: space-between;
    width: 90%;
    align-items: center;
    margin: 0 auto 50px;
    flex-wrap: wrap;*/
    display: table;
    font-size: 14px;
    /* justify-content: space-between; */
    width: 100%;
    /* align-items: center; */
    margin: 0 auto 50px;
    /* flex-wrap: wrap;*/
}

.lookbook_list > ul > li{
      display: inline-block;
      margin: 0 3% 40px;
      line-height: 1.5;
}

.lookbook_list > ul > li .lookbook_img{
  margin-bottom: 10px;
}

.lookbook_list > ul > li .lookbook_img img{
  width: 90px;
}

.lookbook_column ul.color-chip_list{
  display: flex;
  justify-content: space-around;
  width: 50px;
  align-items: center;
  margin: 10px auto 15px;
}

.lookbook_column ul.color-chip_list li{
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
}

.lookbook_column ul li.color-chip_white{
  background-color: #EEF5F9;
}

.lookbook_column ul li.color-chip_gray{
  background-color: #595757;
}

.lookbook_column ul li.color-chip_navy{
  background-color: #42647C;
}

.lookbook_column ul li.color-chip_khaki{
  background-color: #767150;
}

.lookbook_column ul li.color-chip_light-gray{
  background-color: #BDC3C4;
}

.lookbook_column ul li.color-chip_salmon-pink{
  background-color: #F29C97;
}

.lookbook_column ul li.color-chip_lavender{
  background-color: #D8C6E0;
}

.lookbook_column ul li.color-chip_baby-pink{
  background-color: #F8CCD9;
}

.lookbook_column ul li.color-chip_soft-beige{
  background-color: #E4C6A6;
}

.lookbook_column ul li.color-chip_pink{
  background-color: #F19EC2;
}

.lookbook_column ul li.color-chip_yellow{
  background-color: #FFDA01;
}

.lookbook_column ul li.color-chip_saxe-blue{
  background-color: #64CAF2;
}

.lookbook_column ul li.color-chip_blue{
  background-color: #4CACE2;
}

.lookbook_column ul li.color-chip_yellow-green{
  background-color: #B6D56A;
}

#lookbook_left{

  position: fixed;
  width: calc(100vw - 426px - 17px);
  height: calc(100vh - 65px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.lookbook_style_img ul{
  /* display: flex;
  justify-content: space-between;
  width: 100%; */
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 426px - 17px);
  position: fixed;
  height: calc(100vh - 65px - 20%);
}

.lookbook_style_img ul li{
  /* width: 49.7%;
  overflow: hidden; */
  width: 49.7%;
      overflow: hidden;
      /* height: calc(100vh - 65px); */
}

.lookbook_style_img ul li img{
  /* left: 50%;
  position: relative;
  transform: translate(-50%, 0); */
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  width: auto;
  height: 100%;}

.lookbook_list .size_icon_list{
  display: flex;
  align-items: center;
  justify-content: center;
}

.lookbook_list .size_icon_list img{
  height: 20px;
}
.lookbook_list .size_icon_list li{
  margin-right: 5px;
  opacity: 0.4;
}
.lookbook_list .size_icon_list li:last-of-type{
  margin-right: 0;
}
.lookbook_list .size_icon_list li.size_icon_selected{
    opacity: 1;
}

.lookbook_txt_box_gray{
  background-color: #595757;
  color: #fff;
}

.lookbook_txt_box_babypink{
  background-color: #f8ccd9;
  color: #fff;
}

.lookbook_txt_box_salmonpink{
  background-color: #f29c97;
  color: #fff;
}


.lookbook_txt_box_lavender{
  background-color: #d8c6e0;
  color: #fff;
}

.lookbook_txt_box_softbeige{
  background-color: #e4c6a6;
  color: #fff;
}

.lookbook_txt_box_navy{
  background-color: #42647c;
  color: #fff;
}

.lookbook_txt_box_khaki{
  background-color: #767150;
  color: #fff;
}

.lookbook_txt_box_lightgray{
  background-color: #BDC3C4;
  color: #fff;
}

.lookbook_txt_box_white{
  background-color: #EDF1F7;

}

.lookbook_txt_box_blue{
  background-color: #2191ED;
  color: #fff;
}

.lookbook_txt_box_yellowgreen{
  background-color: #B6D56A;
  color: #fff;
}

.lookbook_txt_box_saxeblue{
  background-color: #64CAF2;
  color: #fff;
}

.lookbook_txt_box_pink{
  background-color: #F19EC2;
  color: #fff;
}

.lookbook_txt_box_yellow{
  background-color: #FFDA01;
  color: #fff;
}

.lookbook_txt_box{
  /* padding: 40px 60px;
  box-sizing: border-box;
  text-align: left; */
  /* padding: 40px 60px;
      box-sizing: border-box;
      text-align: left;
      position: absolute;
      bottom: 0;
      left: 0;*/
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 426px);
  height: 100%;
}

.lookbook_txt_box_inner{
  box-sizing: border-box;
  padding: 3%;
  position: absolute;
  top: 78%;
  left: 0;
  height: 100%;
  width: 100%;
}

 #lookbook_right,#lookbook_left{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

 #lookbook_right::-webkit-scrollbar,#lookbook_left::-webkit-scrollbar {
  display:none;
}

.lookbook_style_thum.pc_only{
  padding-bottom: 50px;
}

.lookbook_style_img {
  height: 100%;
}

.lookbook_txt_box_inner.active{

}


.lookbook_txt_box_gray .lookbook_txt_box_inner{
  background-color: #595757;
  transition: 0.6s;
}

.lookbook_top .lookbook_txt_box_gray .lookbook_txt_box_inner.active{
  background-color: #595757;
}

.lookbook_txt_box_gray .lookbook_txt_box_inner.active{
  background-color: rgba(89,88,88,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_babypink .lookbook_txt_box_inner{
  background-color: #F8CCD9;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_babypink .lookbook_txt_box_inner.active{
  background-color: #F8CCD9;
}

.lookbook_txt_box_babypink .lookbook_txt_box_inner.active{
  background-color: rgba(248,204,217,0.6);
  transition: 0.6s;
}


.lookbook_txt_box_salmonpink .lookbook_txt_box_inner{
  background-color: #F29C97;
  transition: 0.6s;
}

.lookbook_top .lookbook_txt_box_salmonpink .lookbook_txt_box_inner.active{
  background-color: #F29C97;
}

.lookbook_txt_box_salmonpink .lookbook_txt_box_inner.active{
  background-color: rgba(246,151,156,0.6);
  transition: 0.6s;
}


.lookbook_txt_box_lavender .lookbook_txt_box_inner{
  background-color: #d8c6e0;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_lavender .lookbook_txt_box_inner.active{
  background-color: #d8c6e0;
}

.lookbook_txt_box_lavender .lookbook_txt_box_inner.active{
  background-color: rgba(216,198,224,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_softbeige .lookbook_txt_box_inner{
  background-color: #e4c6a6;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_softbeige .lookbook_txt_box_inner.active{
  background-color: #e4c6a6;
}


.lookbook_txt_box_softbeige .lookbook_txt_box_inner.active{
  background-color: rgba(228,198,166,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_navy .lookbook_txt_box_inner{
  background-color: #42647c;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_navy .lookbook_txt_box_inner.active{
  background-color: #42647c;
}

.lookbook_txt_box_navy .lookbook_txt_box_inner.active{
  background-color: rgba(66,100,124,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_khaki .lookbook_txt_box_inner{
  background-color: #767150;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_khaki .lookbook_txt_box_inner.active{
  background-color: #767150;
}

.lookbook_txt_box_khaki .lookbook_txt_box_inner.active{
  background-color: rgba(118,113,80,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_lightgray .lookbook_txt_box_inner{
  background-color: #BDC3C4;
  transition: 0.6s;
}

.lookbook_top .lookbook_txt_box_lightgray .lookbook_txt_box_inner.active{
  background-color: #BDC3C4;
}

.lookbook_txt_box_lightgray .lookbook_txt_box_inner.active{
  background-color: rgba(189,195,196,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_white .lookbook_txt_box_inner{
  background-color: #EDF1F7;
  transition: 0.6s;
}

.lookbook_top .lookbook_txt_box_white .lookbook_txt_box_inner.active{
  background-color: #EDF1F7;
}

.lookbook_txt_box_white .lookbook_txt_box_inner.active{
  background-color: rgba(237,241,247,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_blue .lookbook_txt_box_inner{
  background-color: #2191ED;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_blue .lookbook_txt_box_inner.active{
  background-color: #2191ED;
}

.lookbook_txt_box_blue .lookbook_txt_box_inner.active{
  background-color: rgba(76,172,226,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_yellowgreen .lookbook_txt_box_inner{
  background-color: #B6D56A;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_yellowgreen .lookbook_txt_box_inner.active{
  background-color: #B6D56A;
}

.lookbook_txt_box_yellowgreen .lookbook_txt_box_inner.active{
  background-color: rgba(182,213,106,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_saxeblue .lookbook_txt_box_inner{
  background-color: #64CAF2;
  transition: 0.6s;
}

.lookbook_top .lookbook_txt_box_saxeblue .lookbook_txt_box_inner.active{
  background-color: #64CAF2;
}


.lookbook_txt_box_saxeblue .lookbook_txt_box_inner.active{
  background-color: rgba(153,204,242,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_pink .lookbook_txt_box_inner{
  background-color: #F19EC2;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_pink .lookbook_txt_box_inner.active{
  background-color: #F19EC2;
}

.lookbook_txt_box_pink .lookbook_txt_box_inner.active{
  background-color: rgba(241,158,194,0.6);
  transition: 0.6s;
}

.lookbook_txt_box_yellow .lookbook_txt_box_inner{
  background-color: #FFDA01;
  transition: 0.6s;
}


.lookbook_top .lookbook_txt_box_yellow .lookbook_txt_box_inner.active{
  background-color: #FFDA01;
}

.lookbook_txt_box_yellow .lookbook_txt_box_inner.active{
  background-color: rgba(255,218,1,0.6);
  transition: 0.6s;
}

.lookbook_txt_box h2{
  margin: 0 0 20px;
}

.lookbook_top .lookbook_txt_box h2 {
    margin: 0;
    width: 100%;
  min-width: 100%;
}


.lookbook_txt_box h2 img{
  width: 100%;
  height: auto;
}

.lookbook_txt_box_inner_tt,.lookbook_txt_box_inner_txt{
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lookbook_txt_box_inner_tt{
  font-size: 20px;
  margin-bottom: 40px;
}

.lookbook_txt_box_inner_txt{
  font-size: 16px;
  line-height: 2.4;
  max-width: 480px;
}

.lookbook_txt_box_inner_txt br.pc_only{
  display: none;
}

#lookbook_right{
  /* width: 426px;
  float: right;
  padding: 20px;
  box-sizing: border-box; */
  width: 426px;
  float: right;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  top: 65px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 65px);
}


#lookbook_right_inner{
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.lookbook_style_thum li{
  margin-bottom: 30px;
}

/* .lookbook_style_thum li img{
  width: 50%;
} */

#footer {
  padding: 20px 0 0;
  flex-direction: column;
  font-size: 11px;
  position: absolute;
  bottom: 0;
}

#ft_list ul {
  width: 390px;
    justify-content: normal;
  margin-bottom: 5px;

}

#ft_list .arax_logo {
    margin-right: 5%;
    display: table-cell;
    vertical-align: middle;
    width: 90px;
}

#footer .ft_copy {
    font-size: 10px;
}

@media screen and (max-width:768px) {

#content {
  margin-top: 50px;
  height: auto;

}

.lookbook_top .lookbook_style_img ul li,.lookbook_top.lookbook_kids .lookbook_style_img ul li {
    width: 100%;
}

#lookbook_left {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: initial;
    overflow-x: initial;
    background-color: transparent;
}
.lookbook_txt_box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -43%;
}

.lookbook_txt_box_inner {
    padding: 46% 6% 8%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
}




#lookbook_right {
    width: 100%;
    float: none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    overflow-y: inherit;
    overflow-x: inherit;
    height: auto;
    margin-top: 8%;
}

.lookbook_style_img ul {
  display: block;
  width: 88%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: auto;
}

.lookbook_style_img ul.slick-dots li {
    width: auto;
    overflow: hidden;
    height: auto;
}

.lookbook_style_img ul li {
    width: 100%;
    height: auto;
}

.lookbook_style_img ul li img {
    left: auto;
    position: relative;
    transform: none;
    width: 100%;
    height: auto;
}

#lookbook_right_inner {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}

.slider_thum {
  margin-top: 7%;
}

.lookbook_style_thum li {
    width: 94% !important;
    margin-bottom: 0;
}

.lookbook_style_thum li img {
  width: 100%;
}

.lookbook_txt_box h2 {
    margin: 0 0 3%;
}

.lookbook_txt_box h2 img {
  width: 115%;
  height: auto;
  max-width: 115%;
}

.lookbook_txt_box_inner_tt {
    font-size: 15px;
    margin-bottom: 10%;
}

.lookbook_txt_box_inner_txt {
  font-size: 12px;
  max-width: 100%;
}

.lookbook_list > ul {
  font-size: 12px;
  margin-bottom: 0;
}

  .lookbook_list{
    padding: 0 6%;
  }

#footer {
  padding: 3%;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  position: relative;
}

#ft_list ul {
  width: 100%;
  justify-content: center;
}

}
