@charset 'UTF-8';
/*  Add Custom CSS here.  */

@media only screen and (min-width: 1024px) {

  .top .top__box4 * {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .top .top__box4 .container.innerbox  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .top .top__box4 .container.innerbox #eyelash,
  .top .top__box4 .container.innerbox #lashlift {
    width: 100%;
  }
  .top .top__box4 .container.innerbox #eyebrow,
  .top .top__box4 .container.innerbox #chanmori {
    width: 46%;
  }
  
  .top .top__box4 .container.innerbox .itembox {
    margin-bottom: 70px;
  }
  .top .top__box4 .container.innerbox .itembox .box {
    justify-content: space-between;
  }
  .top .top__box4 .container.innerbox #eyelash .box::after,
  .top .top__box4 .container.innerbox #lashlift .box::after {
    content: '';
    display: block;
    max-width: 352px;
    width: 33%;
  }
  
  
  .top .top__box4 .container.innerbox .itembox .box .item  {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    max-width: 352px;
    width: 33%;
  }
  .top .top__box4 .container.innerbox #eyebrow .box .item,
  .top .top__box4 .container.innerbox #chanmori .box .item {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 352px;
    width: 100%;
  }
  
}
