@charset "UTF-8";
/* =====
 * /lineup レイアウト
============================================================================= */
/* -----
 * PageTitle
----------------------------------------------------------------------------- */
#PageTitle .inner h2 img {
  width: 65px;
}

/* -----
 * LineupCont
----------------------------------------------------------------------------- */
#LineupCont {
  width: 1024px;
  margin: 80px auto 0;
}

#LineupCont .btn-area.feature {
  margin: 90px 0 180px;
}

#LineupCont .btn-area.contact {
  margin: 180px 0 55px;
}

#LineupCont .item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#LineupCont .item .item-photo {
  width: 492px;
  display: table-cell;
  vertical-align: top;
}

#LineupCont .item .item-photo .photo {
  margin-top: 2px;
}

#LineupCont .item .item-photo .photo:first-child {
  margin-top: 0;
}

#LineupCont .item .item-detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}

#LineupCont .item .item-detail .item-title {
  border-top: 2px solid #f4f4f6;
  padding-top: 55px;
  line-height: 1;
}

#LineupCont .item .item-detail .price {
  font-size: 20px;
  margin: 0;
}

#LineupCont .item .item-detail .price span {
  font-size: 11px;
}

#LineupCont .item .item-detail .item-catch {
  margin: 45px 0 2em;
  line-height: 1;
}

#LineupCont .item .item-detail .comment {
  font-size: 15px;
}

#LineupCont .item .item-detail .component {
  list-style: none;
  padding: 0;
  margin-top: -10px;
}

#LineupCont .item .item-detail .component li {
  display: inline-block;
  color: #cfa57d;
  border: 2px solid #ecd0b4;
  padding: 15px 10px;
  margin: 10px 10px 0 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-weight: bold;
  float: left;
  line-height: 1;
}

#LineupCont .item .item-detail .column-cont {
  margin-top: 40px;
}

#LineupCont .item .item-detail .howto-cont {
  margin-top: 50px;
}

#LineupCont .item .item-detail .howto-cont .title {
  position: relative;
  line-height: 1;
  padding: 0;
  margin: 0;
}

#LineupCont .item .item-detail .howto-cont .title .str {
  display: inline-block;
  background-color: #fff;
  padding-right: 1em;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}

#LineupCont .item .item-detail .howto-cont .title .str img {
  display: block;
  vertical-align: bottom;
}

#LineupCont .item .item-detail .howto-cont .title:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  position: absolute;
  top: 50%;
}

#LineupCont .item .item-detail .howto-cont .view {
  text-align: right;
  margin: 10px 0 0;
  line-height: 1;
}

#LineupCont .item .item-detail .howto-cont .view span {
  cursor: pointer;
}

#LineupCont .item .item-detail .howto-cont .content {
  display: none;
  margin-top: 1em;
}

#LineupCont .item .item-detail .howto-cont .content .caption {
  width: 170px;
  font-size: 15px;
  font-weight: bold;
  color: #5d5958;
  margin: 0;
  float: left;
}

#LineupCont .item .item-detail .howto-cont .content .text {
  overflow: hidden;
}

#LineupCont .item .item-detail .howto-cont .content .text.small {
  font-size: 12px;
  line-height: 1.5;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageTitle
  ----------------------------------------------------------------------------- */
  #PageTitle .inner h2 img {
    width: 57px;
  }
  /* -----
   * LineupCont
  ----------------------------------------------------------------------------- */
  #LineupCont {
    width: auto;
    margin: 0 auto;
  }
  #LineupCont .btn-area.feature {
    margin: 85px 0;
  }
  #LineupCont .btn-area.contact {
    margin: 85px 0 50px;
  }
  #LineupCont .item {
    display: block;
    margin-bottom: 85px;
  }
  #LineupCont .item .item-photo {
    width: auto;
    display: block;
  }
  #LineupCont .item .item-photo .photo {
    margin-top: 1px;
    height: 0;
    padding-top: 56%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
  }
  #LineupCont .item .item-detail {
    display: block;
    padding: 0 30px;
  }
  #LineupCont .item .item-detail .item-title {
    border-top: none;
    margin-top: 55px;
    height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #LineupCont .item .item-detail .item-title img {
    display: none;
  }
  #LineupCont .item .item-detail .item-catch {
    height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #LineupCont .item .item-detail .item-catch img {
    display: none;
  }
  #LineupCont .item .item-detail .component {
    margin-top: 0;
    text-align: left;
  }
  #LineupCont .item .item-detail .component li {
    display: inline-block;
    padding: 15px 10px;
    margin: 10px 0 0;
    float: none;
    white-space: nowrap;
  }
  #LineupCont .item .item-detail .howto-cont .title .str {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
  }
  #LineupCont .item .item-detail .howto-cont .title .str.howto {
    width: 73px;
    height: 11px;
    background-image: url(../images/lineup/caption-howto-sp.png);
  }
  #LineupCont .item .item-detail .howto-cont .title .str.ingredients {
    width: 75px;
    height: 16px;
    background-image: url(../images/lineup/caption-ingredients-sp.png);
  }
  #LineupCont .item .item-detail .howto-cont .title .str img {
    display: none;
  }
  #LineupCont .item .item-detail .howto-cont .view span {
    display: inline-block;
    width: 61px;
    height: 11px;
    background: transparent url(../images/lineup/btn-view-sp.png) 0 0 no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #LineupCont .item .item-detail .howto-cont .view span img {
    display: none;
  }
  #LineupCont .item .item-detail .howto-cont .content .caption {
    width: auto;
    float: none;
  }
  #LineupCont .item .item-detail .howto-cont .content .text {
    margin-top: 0.5em;
  }
  #LineupCont .item.washing-cream .photo-1 {
    background-image: url(../images/lineup/washing-pht01-sp.jpg);
  }
  #LineupCont .item.washing-cream .photo-2 {
    background-image: url(../images/lineup/washing-pht02-sp.jpg);
  }
  #LineupCont .item.washing-cream .item-title {
    padding-top: 20%;
    background-image: url(../images/lineup/washing-title-sp.png);
  }
  #LineupCont .item.washing-cream .item-catch {
    padding-top: 24%;
    background-image: url(../images/lineup/washing-catch-sp.png);
  }
  #LineupCont .item.cleansing-cream .photo-1 {
    background-image: url(../images/lineup/cleansing-pht01-sp.jpg);
  }
  #LineupCont .item.cleansing-cream .photo-2 {
    background-image: url(../images/lineup/cleansing-pht02-sp.jpg);
  }
  #LineupCont .item.cleansing-cream .item-title {
    padding-top: 20%;
    background-image: url(../images/lineup/cleansing-title-sp.png);
  }
  #LineupCont .item.cleansing-cream .item-catch {
    padding-top: 24%;
    background-image: url(../images/lineup/cleansing-catch-sp.png);
  }
}
