@charset "UTF-8";

/* 共通 */
p {
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

a,
button {
  display: block;
  transition: .3s;
}

a:hover,
button:hover {
  opacity: .6;
}

.flex {
  display: flex;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sp {
  display: none;
}

/* 全体 */
#all_Wrap {
  position: relative;
}

#all_Wrap.nomove {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ローディング */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#loading figure {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg-bk.jpg) no-repeat center center / cover;
}

#loading figure>img {
  width: 224px;
  height: auto;
}

/* 要素 */
main {}

.hero {
  position: relative;
  width: 100%;

}

.hero .logo {
  max-width: 211px;
  height: auto;
  position: absolute;
  top: 20%;
  left: 10%;
}

.hero-bg {}

.hero .page-ttl {
  max-width: 443px;
  height: auto;
  position: absolute;
  top: 34%;
  left: 10%;
}


/* 寝ながらケアで、肌に浸透。 */

.copy-area {
  color: #fff;
  width: 100%;
  height: 770px;
  background: url(../img/bg-bk.jpg) no-repeat center center / cover;
  position: relative;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.copy-pic {
  width: 60%;
}

.copy-pic .main-pic {
  position: absolute;
  top: 100px;
  left: 20%;
  max-width: 400px;
  z-index: 2;
}

.copy-pic .sub-pic {
  position: absolute;
  bottom: 70px;
  left: 30%;
  max-width: 370px;
  z-index: 1;
}

.copy-desc {
  width: 40%;
  position: absolute;
  top: 160px;
  right: 2%;
  z-index: 10;
}

.copy-desc .copy {
  max-width: 222px;
}

.copy-txt {
  margin-top: 40px;
  line-height: 2.2;
  margin-left: 5px;
  font-feature-settings: "palt";
}

/* 商品紹介 */

.product {}

.sec-ttl {
  text-align: center;
  padding: 0 4%;
}

.product .sec-ttl {
  background: #fff;
  padding: 120px 0 100px;
}

.sec-ttl img {
  height: 42px;
  width: auto;
}

.sub-ja {
  display: block;
  margin-top: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #727272;
}

.bg-bk-lg {
  background: url(../img/bg-bk.jpg) no-repeat center center / cover;
  width: 100%;
  position: relative;
  height: 400px;
}

.pro-list {
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: -80%;
  margin: 0 10%;
}

.pro-list article {
  width: calc((100% - 80px) / 3);
}

.pro-list article a:hover {
  opacity: 1;
}

.pro-desc {
  color: #fff;
  margin-top: 10px;
  padding: 2%;
}

.pro-ttl {
  font-size: 18px;
}

.pro-label {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 15px;
  margin: 15px 0 10px;
  letter-spacing: 0.1em;
}

.pro-txt {
  font-size: 15px;
}

/* コンセプト */

.concept {
  background: url(../img/spar-11.png) no-repeat center center / cover;
  width: 100%;
  padding: 120px 0 120px;
}

.concept .sec-ttl {}

.con-inner {
  margin-top: 60px;
  justify-content: center;
  gap: 50px;
}

.con-pic {
  max-width: 426px;
}

.con-desc {
  margin-top: 40px;
}

.con-ttl {
  max-width: 346px;
}

.con-desc p+p {
  margin-top: 20px;
}

/* ONLINE SHOP */

.online-shop {
  padding: 120px 0 120px;
  background: #fff;
}

.online-shop .sec-ttl {}

.shop-list {
  margin-top: 60px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.list-item {
  max-width: 380px;
  width: calc((100% - 40px) / 2);
  position: relative;
}

.list-item a {
  border: 1px solid #000;
  padding: 30px 12px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.list-item a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.list-item a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.list-item a:hover::after {
  border-color: transparent transparent transparent #fff;
}

/* 背景画像エリア */

.bg-area {}

.bg-pic img {
  width: 100vw;
  height: auto;
}


/* フッター */
footer {
  padding: 2% 0;
  text-align: center;
  color: #727272;
  background: #fff;
}

footer p {
  font-size: 12px;
}

@media only screen and (max-width: 840px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #loading figure>img {
    width: 190px;
    height: auto;
  }

  .hero {}

  .hero .logo {
    max-width: 50%;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero .page-ttl {
    width: 75%;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 寝ながらケアで、肌に浸透。 */

  .copy-area {
    height: 1000px;
    background: url(../img/bg-bk-sp.jpg) no-repeat center center / cover;
  }

  .content {
    flex-direction: column-reverse;
  }

  .copy-pic {
    width: 100%;
  }

  .copy-pic .main-pic {
    top: 30%;
    left: 20%;
    max-width: 60%;
  }

  .copy-pic .sub-pic {
    left: auto;
    right: 5%;
    bottom: 5%;
    width: 100%;
    width: 100%;
  }


  .copy-desc {
    width: 80%;
    top: 8%;
    right: 10%;
  }

  .copy-desc .copy {
    max-width: 100%;
  }

  .copy-txt {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
    margin-left: 0;
    letter-spacing: 0.05em;
  }

  /* 商品紹介 */

  .product {
    padding: 100px 0 50px;
    height: auto;
  }


  .product .sec-ttl {
    padding: 0 0 100px;
  }

  .sec-ttl img {
    height: 28px;
  }

  .sub-ja {
    margin-top: 10px;
    font-size: 14px;
  }

  .bg-bk-lg {
    height: auto;
    background: none;
  }

  .pro-list {
    gap: 40px;
    position: static;
    margin-top: -375px;
    margin-bottom: 0;
  }

  .pro-list article {
    width: 100%;
  }

  .pro-list article a:hover {
    opacity: 0.6;
  }

  .pro-desc {
    color: #000;
    padding: 0;
  }

  .pro-ttl {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
  }

  .pro-label {
    border: 1px solid #000;
    line-height: 1.2;
    padding: 5px 10px;
  }

  .pro-txt {
    line-height: 1.5;
  }

  /* コンセプト */

  .concept {
    padding: 80px 0;
  }

  .con-inner {
    margin-top: 50px;
    gap: 30px;
    flex-direction: column-reverse;
  }

  .con-pic {
    width: 100%;
    max-width: 100%;
    margin:0 auto;
  }

  .con-desc {
    width: 90%;
    margin: 0 auto;
  }

  .con-desc p.con-ttl {
    margin-left: 0;
    width: 100%;
  }

  .con-desc p {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
  }

  .con-desc p+p {
    margin-top: 20px;
  }

  /* ONLINE SHOP */

  .online-shop {
    padding: 80px 0;
  }

  .shop-list {
    flex-direction: column;
        gap: 18px;
        margin-top: 32px;
  }

  .list-item {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  .list-item a {
    padding: 20px 12px;
    font-size: 16px;
  }

  /* 背景画像エリア */
  .bg-area {}

  /* フッター */
  footer {
    padding: 4% 0;
  }
}

@media only screen and (max-width: 500px) {
  .copy-area {
    height: 800px;
  }

  .copy-pic .main-pic {
    top: 38%;
    left: 10%;
    max-width: 80%;
  }

  .copy-pic .sub-pic {
    left: auto;
    right: 5%;
    bottom: 5%;
    max-width: 240px;
    width: 80%;
  }


}

@media only screen and (min-width: 1300px) {
  .hero .logo {
    left: 15%;
  }

  .hero .page-ttl {
    left: 15%;
  }
}