@charset "utf-8";
/*------------------------------------------------------------
 pc - tablet
------------------------------------------------------------*/

main {
  color: #808080;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  background: #080808;
  overflow: hidden;
}

main .wrap {
  margin: auto;
  padding: 0 15px;
  max-width: 1000px;
}

main sup,
main sub {
  font-size: 70%;;
}

.headLine01 {
  color: #85754e;
}

.headLine01 .en {
  padding-top: 0;
  color: #85754e;
  background: none !important;
}

.comContact h2 {
  color: #85754e;
}

.comContact .mail a {
  border-color: #85754e;
  color: #85754e;
}

.comContact .mail span {
  background-image: url(../img/common/icon12-color02.png);
}

.comContact .tel a {
  border-left-color: #808080;
  color: #808080;
}

main .sections {
  position: relative;
  padding: 0 !important;
  background: #080808 !important;
  z-index: 1;
}

main section.concept,
main section.ingredient,
main section.point {
  max-width: 1200px;
}

main .pageTitle {
  height: auto;
  background: none;
}

main .pageTitle img {
  width: 100%;
}

main .sections h3  {
  padding-bottom: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #85754e;
}

main .sections h3 .en {
  display: block;
  padding-bottom: 5px;
  font-size: 25px;
}

main .sections .contentArea {
  position: relative;
}

main .sections .texts {
  position: absolute;
  text-align: justify;
  z-index: 2;
}

main .sections p.texts {
  line-height: 2.9;
  font-size: 15px;
}

main .sections .texts dt {
  padding-bottom: 20px;
  line-height: 1.8;
  font-size: 18px;
}

main .sections .texts dd {
  line-height: 2;
  font-size: 12px;
}

main .sections .texts dt .small {
  display: block;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width:1024px){
  main .sections p.texts {
    line-height: 2.4;
    font-size: 13px;
  }

  main .sections .texts dt {
    padding-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
  }

  main .sections .texts dd {
    line-height: 1.7;
    font-size: 11px;
  }

  main .sections .texts dt .small {
    font-size: 14px;
  }
}

main .sections .annotation {
  line-height: 1.7;
  font-size: 10px;
}

main section.concept .image {
  width: 120%;
  margin-left: -20%;
}

main section.concept .text01 {
  top: 18%;
  left: 57%;
}

main section.ingredient {
  margin-bottom: 160px;
}

main section.ingredient:after {
  content: '';
  display: block;
  position: absolute;
  top: 80px;
  width: 150vw;
  max-width: 1800px;
  left: 50%;
  bottom: 0;
  background: url(../img/luv/ingredient-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  transform: translateX(-50%);
  z-index: -1;
}

main section.ingredient .text01 {
  top: 32%;
  left: 8%;
  letter-spacing: .2em;
}

main section.ingredient .text01 dt {
  font-size: 24px;
}

main section.ingredient .text02 {
  top: 62%;
  left: 11%;
  width: 31%;
}

main section.ingredient .text03 {
  top: 69%;
  right: 17%;
  width: 31%;
}

main section.ingredient .annotation {
  position: absolute;
  top: 91%;
  left: 11.5%;
}

main section.point {
  margin-bottom: 200px;
  padding-top: 10vw;
}

main section.point:after {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  width: 150vw;
  max-width: 1800px;
  left: 50%;
  bottom: 0;
  background: url(../img/luv/point-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  transform: translateX(-50%);
  z-index: -1;
}

main section.point .contentArea {
  padding-top: 18%;
}

main section.point .text01 {
  bottom: 1%;
  left: 18%;
  width: 40%;
  letter-spacing: .2em;
}

main section.point .text01 dt {
  font-size: 24px;
}

main section.point .text01 dd {
  line-height: 2.9;
  font-size: 14px;
}

@media (max-width:1024px){
  main section.point .text01 dt {
    font-size: 18px;
  }

  main section.point .text01 dd {
    line-height: 2;
    font-size: 12px;
  }
}

main .howto {
  margin-bottom: 150px;
  letter-spacing: .25em;
}

main .howto .lead {
  padding: 20px 0 70px;
  text-align: center;
  line-height: 1.7;
  font-size: 25px;
}

main .howto .howtoArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
main .howto .howtoArea li {
    box-sizing: border-box;
    padding: 0 50px;
    width: 50%;
    background-color: #080808;
}
main .howto .howtoArea li:first-child {
  padding-left: 0;
  border-right: 1px solid #85754e;
}
main .howto .howtoArea li:last-child {
  padding-right: 0;
}
main .howto .howtoArea li figcaption {
  padding-bottom: 25px;
  text-align: center;
  font-size: 26px;
  color: #85754e;
}
main .howto .howtoArea li figure {
  margin: auto;
  padding-bottom: 25px;
  text-align: center;
}
main .howto .howtoArea li figure img {
    width: 412px;
}
main .howto .howtoArea li dt {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.64;
    font-weight: normal;
}
main .howto .howtoArea li dd {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.96;
}
main .howto .annotation {
    font-size: 13px;
    line-height: 1.5;
}


main .faq {
  letter-spacing: .2em;
}

main .faq .questions {
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}
main .faq .questions dl {
    margin: 30px 49px 0 0;
    width: 30%;
}
main .faq .questions dl:nth-child(3n) {
    margin-right: 0;
}
main .faq .questions dt {
    margin-bottom: 13px;
    padding: 0 0 8px 60px;
    font-size: 1.75rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #808080;
    min-height: 5rem;
    background: url("../img/luv/icon-q.png") no-repeat 8px 8px / 31px auto;
}
main .faq .questions dd {
    padding-left: 62px;
    font-size: 1.2rem;
    line-height: 1.875;
    background: url("../img/luv/icon-a.png") no-repeat 10px 10px / 26px auto;
}


/*------------------------------------------------------------
 sp
------------------------------------------------------------*/
@media (max-width:896px){

  main .sections h3  {
    padding-bottom: 6vw;
    font-size: 3vw;
  }

  main .sections h3 .en {
    padding-bottom: .1vw;
    font-size: 5vw;
  }

  main .sections p.texts {
    line-height: 1.9;
    font-size: 4vw;
  }

  main .sections .texts {
    right: 8vw !important;
    left: 8vw !important;
    width: auto !important;
  }

  main .sections .texts dt {
    padding-bottom: 5vw;
    line-height: 1.7;
    font-size: 4.5vw;
  }

  main .sections .texts dd {
    line-height: 1.9;
    font-size: 3.5vw;
  }

  main .sections .texts dt .small {
    padding-bottom: 1.5vw;
    font-size: 3vw;
  }

  main .sections .annotation {
    font-size: 2vw;
  }

  main section.concept {
    margin-bottom: 25vw;
  }

  main section.concept .contentArea {
    padding-bottom: 55vw !important;
  }

  main section.concept .image {
    width: auto;
    margin-left: 0;
  }

  main section.concept .text01 {
    top: auto;
    bottom: 0;
    text-align: center;
  }

  main section.ingredient {
    margin-bottom: 25vw;
  }

  main section.ingredient:after {
    display: none;
  }

  main section.ingredient .text01 {
    top: 15%;
    right: 5vw !important;
    left: 5vw !important;
    text-align: center;
  }

  main section.ingredient .text01 dt {
    font-size: 5.5vw;
  }

  main section.ingredient .text02 {
    top: 50%;
    right: 15vw !important;
  }

  main section.ingredient .text03 {
    top: 82%;
    right: 15vw !important;
  }

  main section.ingredient .annotation {
    top: 384vw;
    right: 8vw;
    left: 8vw;
  }

  main section.point {
    margin-bottom: 25vw;
    padding-top: 0;
  }

  main section.point:after {
    display: none;
  }

  main section.point .contentArea {
    padding-top: 0;
  }

  main section.point .text01 {
    top: 32%;
    bottom: auto;
  }

  main section.point .text01 dt {
    text-align: center;
    font-size: 5.5vw;
  }

  main section.point .text01 dd {
    text-align: center;
    line-height: 1.9;
    font-size: 3.7vw;
  }

  main .howto {
    margin-bottom: 25vw;
    letter-spacing: .2em;
  }

  main .howto .lead {
    padding: 3vw 0 8vw;
    font-size: 5vw;
  }

  main .howto .howtoArea {
    display: block;
    margin: 0 10vw 5vw;
  }
  main .howto .howtoArea li {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  main .howto .howtoArea li:first-child {
    margin-bottom: 15vw;
    padding: 0 0 15vw;
    border-right: none;
    border-bottom: 1px solid #85754e;
  }
  main .howto .howtoArea li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  main .howto .howtoArea li figcaption {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  main .howto .howtoArea li figure {
    padding-bottom: 4vw;
  }
  main .howto .howtoArea li figure img {
    width: auto;
  }
  main .howto .howtoArea li dt {
    margin-bottom: 1.5vw;
    font-size: 4vw;
  }
  main .howto .howtoArea li dd {
    font-size: 3vw;
  }
  main .howto .annotation {
    margin: 0 10vw;
    font-size: 3vw;
  }



  main .faq .questions {
    display: block;
    margin: 0 10vw;
  }
  main .faq .questions dl {
    margin: 0 0 7vw;
    width: auto;
  }
  main .faq .questions dl:last-child {
    margin-bottom: 0;
  }
  main .faq .questions dt {
    padding-left: 12vw;
    padding-bottom: 1vw;
    font-size: 4vw;
    background-size: 8vw auto;
    background-position: 1vw 1vw;
  }
  main .faq .questions dd {
    padding: .5vw 0 .5vw 12vw;
    font-size: 3vw;
    background-size: 8vw auto;
    background-position: left top;
  }

  #main .instagram {
    padding-top: 25vw;
  }

}
