@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

h2, h3 {
  font-family: 'Noto Serif JP', serif;
  color: #bc5074;
}

h2 {
  font-size: 3.0rem;
}

h3 {
  font-size: 1.8rem;
}

/* ヘッダー */
header {
  position: fixed;
  width: 100%; 
  height: 70px; 
  background-color: #e7dfe2;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  top: 0; 
  left: 0; 
  display: flex; 
  align-items: center; 
  /* ロゴとメニュー横並び */
  display: flex; 
  justify-content:space-between;
  z-index: 100;
}

header nav,
header ul {
  display: flex; 
}

header li {
  list-style: none; 
  margin-left: 40px;
}

header li a{
 color: #bc5074;
 font-size: 2.0rem;
 font-weight: 600;
 font-family: 'Noto Serif JP', serif;
 text-decoration: none;
}

.header img {
  display: flex;
  width: 10%;
  height: 10%;
  margin-top: 100px;
}

.pc-nav a:hover {
  text-decoration: none;
  color: #555;
}

/* ファーストビュー */
.first img {
  padding-top: 70px;
  width: 100%;
  height: auto;
}

/* prologue */
.prologue {
  text-align: center;
  font-size: 2.6rem;
  font-family: 'Noto Serif JP', serif;
  /* height: 500px; */
  /* padding-top: 50px; */
  padding-bottom: 80px;
  background-image: url(../images/backpink.jpg);
  width: 100vw;
  height: 100vh;
}

.prologue .first {
  color: #bc5074;
  font-weight: 600;
  font-size: 3.7rem;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 70px;
  padding-top: 90px;
}

.prologue p {
  line-height: 70px;
}

.first_color {
  color: #bc5074; 
}


/* 商品紹介 */
.product {
  text-align: center;
  padding-top: 130px;
}

.product img {
  width: 25%;
  height: 25%;
}

.product p {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 10px;
}

.product .first {
  font-size: 2.5rem;
  padding-top: 50px;
  padding-bottom: 30px;
}

/* 受賞 */
.awards {
  text-align: center;
  padding-top: 80px;
}

.awards img {
  width: 50%;
  height: 50%;
}

/* .back */
.back {
  width: 100%;
  background-color: #f5f0f2;
}

/* SCENT 香り */
.scent {
  text-align: center;
  margin-top: 150px;
  padding-top: 70px;
  padding-bottom: 30px;

  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.scent img {
  width: 30%;
  height: 30%;
  padding-top: 70px;
}

.scent .first {
  font-size: 2.2rem;
  padding-top: 50px;
  padding-bottom: 20px;
}

.scent p {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
}

/* INGREDIENT 成分 */
.ingredient {
  text-align: center;
  margin-top: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ingredient_content {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
  row-gap: 200px;
}

.ingredient_content section {
  width: calc((100% / 2) - 60px);
}

.ingredient_content h4 {
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ingredient_content p {
  font-size: 1.7rem;
  font-family: 'Noto Serif JP', serif;
  width: 70%;
  display: flex;
  margin: 0 auto;
}

.ingredient_content img {
  width: 60%;
  height: auto;
  padding-top: 70px;
}

/* HOW TO USE 使い方 */
.howto {
  margin-top: 150px;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.howto h2,
.howto h3,
.howto p {
  text-align: center;
}

.howto p {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  padding-top: 20px;
}

.use {
  clear: both;
  width: 80%;
  background-color: #f2eaea;
  border-radius: 5px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.use .number {
  font-size: 3.4rem;
  font-weight: 270;
  text-align: start;
  margin-top: 50px;
}

.use img {
  float: right;
  width: 20%;
  height: 75%;
  padding-right: 150px;
  margin-top: -30px;
}

.use p {
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
  padding-left: 250px;
  width: 30%;
}

/* BUY ONLINE ご購入はこちら */
.buy {
  text-align: center;
  padding-top: 70px;
}

.buy img {
  width: 20%;
  height: 20%;
  padding-top: 70px;
}

.buy .first {
  font-size: 2.6rem;
  font-family: 'Noto Serif JP', serif;
  padding-top: 30px;
  padding-bottom: 30px;
}

.buy p {
  font-size: 1.9rem;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 20px;
}

/* ↓ .button ご購入はこちら*/
.button a {
  background-color: #d9d8d8;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 20px;
}

.button a:hover {
  background-color: #555;
  color: #fff;
}

.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #555;
  border-right: 3px solid #555;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button a:hover:after {
  border-color: #fff;
}
/* ↑ .button ご購入はこちら*/

/* insta */
.insta {
  text-align: center;
  margin-top: 150px;
}

.insta img {
  width: 70%;
  height: auto;
  cursor: pointer;
}


/* FOLLOW 公式SNS */

.follow {
  text-align: center;
  margin-top: 150px;
  padding-top: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.follow img {
  width: 5%;
  height: 5%;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* footer */
footer {
  text-align: center;
  background-color: #e7dfe2;
  margin-top: 150px;
  width: 100%;
}

footer h2 {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
}

footer h3 {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
}

.footer_container {
  display: flex;
  padding-top: 30px;
}

.footer_container_1,
.footer_container_2,
.footer_container_3 {
  margin: 0 auto;
  padding-top: 10px;
}

.footer_container_1 a,
.footer_container_2 a,
.footer_container_3 a {
  color: #000;
  text-decoration: none;
}

.footer_container_1 :hover,
.footer_container_2 :hover,
.footer_container_3 :hover {
  text-decoration: none;
  color: #555;
}

.end {
  color: #bc5074;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  padding-top: 30px;
  line-height: 30px;
}

.end a {
  color: #bc5074;
  text-decoration: none;
}

.end a:hover {
  text-decoration: none;
  color: #555;
}

/*-----------------------------------
  SHOPページ shop.html
-------------------------------------*/
.header_2 {
  position: sticky;
  top: 0;
  z-index: 999;
}

.header_2 h1 {
  background-color: #555;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header_2 h1 img {
  display: flex;
  margin: 0 auto;
  width: 20%;
  height: 20%;
}

.header_2 nav ul {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  font-size: 2.0rem;
  background-color: #e4dee0;
  height: 50px;
  margin: 0;
  line-height: 2.5;
}

.header_2 nav ul li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans Japanese";
}

.header_2 nav ul li a:hover {
  color: #4CAF50;
}

.header_2 p {
  background-color: #f1f1f1;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese";
  text-align: center;
  height: 30px;
  margin: 0;
  line-height: 2;
}

/* .top_content */
.top_content {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}

/* .container */
.container {
  width: 400px;
  height: 400px;
}

.slider img {
  width: 100%;
  height: auto;
}

/* .document */
.document .first {
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese";
}

.document .second {
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese";
  padding-bottom: 40px;
}

.document p {
  font-size: 1.9rem;
  font-family: "Noto Sans Japanese";
  padding-bottom: 15px;
}

/* ↓ セレクトボックス */
.items {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.items::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

.items select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
/* ↑ セレクトボックス */

/* ↓ .button_2 カートに入れる*/
.button_2 {
  padding-bottom: 100px;
}

.button_2 a {
  background-color: #d9d8d8;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 0px auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 20px;
}

.button_2 a:hover {
  background-color: #555;
  color: #fff;
}

.button_2 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #555;
  border-right: 3px solid #555;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button_2 a:hover:after {
  border-color: #fff;
}
/* ↑ .button_2 カートに入れる */

/* .detail */
.detail {
  margin-top: 80px;
  margin-bottom: 70px;
}

/* ↓ アコーディオンメニュー */
.menu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.menu input {
  display: none;
}

/*バー部分*/
.menu label {
  background-color: #e4dee0;
  color: #000;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese";
  cursor :pointer;
  display: block;
  text-decoration: none;
  line-height: 2;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

/*開いたときの表示部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese";
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.3s, padding-top 0.3s;
  -webkit-transition: padding-bottom 0.3s, padding-top 0.3s;
  -moz-transition: padding-bottom 0.3s, padding-top 0.3s;
  -ms-transition: padding-bottom 0.3s, padding-top 0.3s;
  -o-transition: padding-bottom 0.3s, padding-top 0.3s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li, 
#menu_bar03:checked ~ #links03 li {
  height: auto;
  opacity: 1;
  background-color: #f1f1f1;
  padding: 10px;
}

 /*開いたときの余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child {
  margin-bottom: 20px;
}

/*閉じた状態の矢印*/
.menu label:after{
  content:"";
  display:block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/* ↑ アコーディオンメニュー */

/* .review */
.review {
  background-color: #fff;
  text-align: center;
  padding: 3.0rem 0;
  font-family: "Noto Sans Japanese";
}

.review h2 {
  text-align: center;
  font-family: "Noto Sans Japanese";
  color: #555;
  padding-top: 60px;
}

.review .total_star {
  display: block;
  margin: 0 auto;
}

.review .total_star p {
  font-size: 1.3rem;
}

.review .total_star .total_1 {
  padding-bottom: 10px;
  font-size: 1.7rem;
}

.review .total_star .total_2 {
  padding-bottom: 60px;
  font-size: 1.7rem;
}

.review ul {
  max-width: 1000px;
  list-style-type: none;
  margin: 2rem auto;
  padding: 0 1.5rem;
}

.review li {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  gap: 1.5rem;
  border-top: 1px solid #ccc;
  padding: 1rem 0;
}

.review li:first-child {
  border-top: none;
}

.review li:last-child {
  border-bottom: 1px solid #ccc;
}

.review_area {
  display: flex;
  text-align: justify;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 300px;
}

.review_area .name,
.review_area .date {
  font-size: 1.4rem;
  padding-bottom: 5px;
}

.review_area .comment {
  font-size: 1.7rem;
}

.star4-75:before {
  content: '★★★★★';
  font-size: 3.3rem;
  background: linear-gradient(to right, #cda85a 92%, #d9d9d9 91%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 4;
}

.star4-5:before {
  content: '★★★★★';
  font-size: 3.3rem;
  background: linear-gradient(to right, #cda85a 90%, #d9d9d9 91%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 4;
  margin-left: 100px;
}

.star4:before {
  content: '★★★★★';
  font-size: 3.3rem;
  background: linear-gradient(to right, #cda85a 80%, #d9d9d9 81%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 4;
  margin-left: 100px;
}

.more a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px;
  padding-top: 30px;
  padding-bottom: 80px;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese";
  color: #000 ;
}

.more a:hover {
  color: #4CAF50;
}

/* footer_2 */
.footer_2 {
  background-color: #555;
  color: #f5f5f5;
  font-family: "Noto Sans Japanese";
  width: 100%;
  margin-top: -1px;
}

.logo {
  display: inline-block;
  padding-right: 250px;
  width: 20%;
  margin-top: 120px;
}

.logo img {
  width: 100%;
  height: 100%;
}

.left_content {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  line-height: 30px;
  text-align: start;
  margin-top: 20px;
}

.right_content {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  line-height: 30px;
  text-align: start;
  justify-content: space-around;
  padding-left: 200px; 
  margin-top: 20px;
}

.footer_2 li:hover {
  text-decoration: none;
  color: #4CAF50;
  cursor: pointer;
}

/* ハンバーガーメニュー */
.drawer-nav,
.drawer-toggle {
  display: none;
}

.drawer-nav ul {
  display: block;
}

.drawer-menu-item {
  font-size: 4.0rem;
}

/*-----------------------------------
  Media Queries 
-------------------------------------*/
@media screen and (max-width: 768px) {
  .drawer-nav,
  .drawer-toggle {
    display: block;
  }

  .drawer-menu li {
    display: block;
  }
  
  .pc-nav {
    display: none;
  }

  .prologue p {
    width: 85%;
    margin: 0 auto;
    font-size: 2.0rem;
    line-height: 80px;
  }
  
  .awards img {
    width: 80%;
    height: auto;
  }

  .product {
    padding-top: 0px;
  }

  .product p {
    font-size: 1.8rem;
  }

  .product img {
    width: 40%;
    height: auto;
  }

  .scent img {
    width: 50%;
    height: auto;
  }

  .ingredient_content img {
    width: 80%;
    height: auto;
  }

  .howto p {
    padding-bottom: 30px;
  }

  .use {
    clear: none;
    width: 100%;
    text-align: center;
  }
  
  .use img {
    width: 30%;
    height: auto;
    padding-right: 0px;
    margin-top: -60px;
    /* padding-bottom: 30px; */
  }

  .use .number {
    margin: 0 auto;
  }

  .use p {
    margin: 0 auto;
    width: 80%;
    padding-left: 0px;
    margin-top: -20px;
  }

  .buy img {
    width: 40%;
    height: auto;
  }

  .follow img {
    width: 10%;
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
  }

/* SHOPページ shop.html */
  .top_content {
    position: relative;
  }

  .container {
    position: absolute;
    padding-top: 0px;
  }

  .document {
    position: absolute;
    padding-top: 380px;
  }

  .menu {
    padding-top: 900px;
  } 

  .star4-5:before {
    text-align: center;
  }

  .first_star {
    display: block;
    margin: 0 auto;
  }

  .review li {
    grid-template-columns: 10px 1fr 10px;
  }

  .review_area .comment {
    width: 100%;
}

/* footer_2 */
  .logo {
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 40%;
    height: auto;
  }

  .left_content{
    display: block;
    text-align: center;
  }
  
  .right_content {
    display: block;
    text-align: center;
    padding-left: 20px;
  }


}

@media screen and (max-width: 650px) {
  /* SHOPページ shop.html */
  .review_area {
    padding-left: 0px;
    padding-top: 150px;
  }

  .first_star {
    display: block;
    margin: 0 auto;
  }

  .review li {
    grid-template-columns: 10px 1fr 10px;
  }

  .review_area .comment {
    width: 100%;
}

  .star4-5,
  .star4 {
    margin-left: -80px;
}

}

@media screen and (max-width: 485px) {
  .wrapper {
    width: 100%;
  }

  .drawer-nav,
  .drawer-toggle {
    display: block;
  }

  .drawer-menu li {
    display: block;
  }

  .pc-nav {
    display: none;
  }

  .prologue .first {
    font-size: 2.3rem;
    padding-bottom: 60px;
    padding-top: 50px;
  }

  .prologue p {
    line-height: 50px;
    font-size: 1.8rem;
    margin-right: 40px;
    margin-left: 40px;
    padding-bottom: 40px;
    width: 80%;
  }

  .awards {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .awards img {
    width: 85%;
    height: auto;
  }

  .product {
    padding-top: 0px;
  }

  .product p {
    font-size: 1.8rem;
  }

  .product img {
    width: 50%;
    height: auto;
  }

  .scent img {
    width: 80%;
    height: auto;
  }

  .scent p {
    font-size: 1.8rem;
    margin-right: 10%;
    margin-left: 10%;
  }

  .ingredient_content {
    display: inline;
    align-content: center;
  }

  .ingredient_content img {
    width: 80%;
    height: auto;
    justify-content: center;
  }
  
  .ingredient_content section {
    width: 100%;
  }

  .ingredient_content p {
    font-size: 1.8rem;
  }

  .howto p {
    padding-bottom: 30px;
  }

  .use {
    clear: none;
    width: 100%;
    text-align: center;
  }
  
  .use img {
    width: 35%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .use .number {
    margin: 0 auto;
  }

  .use p {
    margin: 0 auto;
    width: 80%;
    padding-left: 0px;
  }

  .buy img {
    width: 50%;
    height: auto;
  }

  .follow img {
    width: 10%;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

/* SHOPページ shop.html */
  .top_content {
    position: relative;
  }

  .container {
    position: absolute;
    padding-top: 0px;
  }

  .document {
    position: absolute;
    padding-top: 380px;
  }

  .menu {
    padding-top: 900px;
  } 

  .review_area {
    padding-left: 0px;
    padding-top: 150px;
  }

  .first_star {
    display: block;
    margin: 0 auto;
  }

  .review li {
    grid-template-columns: 10px 1fr 10px;
  }

  .review_area .comment {
    width: 100%;
}

/* footer_2 */
  .logo {
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 60%;
    height: auto;
  }

  .left_content{
    display: block;
    padding-left: -100px;
  }
  
  .right_content {
    display: block;
    padding-left: -100px;
  }
}

