/******************************/
/* edit body */
/******************************/
body {
  font-family: "Yu Gothic", YuGothic, sans-serif;
}

/******************************/
/* edit 自作スライドショー */
/******************************/
/* スライダー全体のスタイル */
#slider {
  width: 97%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
}

#slider_sp {
  display: none;
}

@media (max-width:767px) {
  #slider_sp {
    width: 97%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    display: block;
  }

  #slider {
    display: none;
  }
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  bottom: -30px !important;
}

.slick-dots li {
  width: 50px !important;
  height: 2px !important;
}

.slick-dots li button {
  width: 50px !important;
  height: 2px !important;
  background: #d1d1d1 !important;
  padding: 0 !important;
}

.slick-dots li.slick-active button {
  background: #000 !important;
}

.slick-dots li button:before {
  display: none;
}


/******************************/
/* edit 自作コンセプト */
/******************************/
.mb-concept {
  margin: 100px auto 100px;
  max-width: 950px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
  display: flex;
  letter-spacing: 0.06em;
}

.mb-concept .left-block {
  margin-top: 10px;
  width: 50%;
  text-align: left;
}

.mb-concept .right-block {
  width: 47.3%;
}

.mb-concept .left-block img {
  max-width: 285px;
  height: auto;
}

.mb-concept .right-block .custom-underline,
.news-section .custom-underline
{
  display: inline-block;
  border-bottom: solid 1px black;
  padding-bottom: 4px;
  text-decoration: none;
}

.mb-concept .right-block h2 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 28px;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  font-weight: 500;
}

.mb-concept .right-block p {
  font-size: 16px;
  line-height: 2.0;
  margin-bottom: 20px;
}

.news-section {
  margin: 140px 0 20px 0;
}

.news-section .link {
  font-size: 16px;
  line-height: 2.0;
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
}

.mb-concept .right-block p.link
{
  font-size: 16px;
  line-height: 2.0;
  text-align: right;
  font-weight: 600;
  text-decoration: underline;
}

.mb-concept .right-block p.link a,
.news-section .link a
{
  color: #000;
}

.mb-concept .right-block p.footnote {
  font-size: 12px;
  color: #848484;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

@media (max-width:767px) {
  .mb-concept {
    margin: 80px auto 60px;
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .news-section {
    margin: 90px 0 70px 0;
  }


  .mb-concept .left-block {
    margin: 0 auto 20px;
    width: 90%;
    text-align: left;
  }

  .mb-concept .right-block {
    margin: 0 auto;
    width: 90%;
  }

  .mb-concept .left-block img {
    max-width: 50%;
    height: auto;
  }

  .mb-concept .right-block h2 {
    font-size: 24px;
    line-height: 1.8;
  }

  .mb-concept .right-block p {
    font-size: 16px;
    line-height: 1.8;
  }

}

/******************************/
/* edit banner */
/******************************/
.banner {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

@media (max-width:767px) {
  .banner {
    margin-bottom: 60px;
  }
}


/******************************/
/* 商品一覧 */
/******************************/
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0;
  letter-spacing: 0.06em;
}

.container h2 {
  margin-bottom: 70px;
  padding-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #808080;
}

.product-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-grid .product {
  width: 29.5%;
}

.product-grid .product .product-description {
  margin: 0 0 60px;
  padding: 0;
  font-size: 16px;
  line-height: 2.2;
  color: #000;
}

.product-grid .product .product-description span {
  letter-spacing: -0.05px;
}

.product-grid .product img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #808080;
}

.product-grid .product .product-name {
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}

.product-grid .product .product-name-jp {
  margin: 0 0 30px;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}

.product-grid .product .product-cart {
  margin: 0;
  padding: 0;
}

.product-grid .product .product-cart a {
  margin: 0;
  padding: 24px 0;
  width: 100%;
  display: block;
  background: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  letter-spacing: 0.06em;
  border: 1px solid #000;
}

.product-grid .product .product-cart a:hover {
  background: #FFF;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}

@media (max-width:767px) {
  .container {
    max-width: 100%;
    margin: 0 auto 100px;
  }

  .product-grid {
    display: block;
  }

  .product-grid .product {
    margin: 0 auto 60px;
    width: 90%;
  }

  .product-grid .product .product-description {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .product-grid .product .product-description span {
    letter-spacing: -0.05px;
  }

  .product-grid .product img {
    margin: 0 auto 15px;
    width: 85%;
    border-bottom: 1px solid #FFF;
    height: auto;
    display: block;
  }

  .product-grid .product .product-name {
    border-top: 1px solid #808080;
    padding: 15px 5% 0;
  }

  .product-grid .product .product-name-jp {
    padding: 0 5%;
  }

  .product-grid .product .product-cart {
    margin: 0;
    padding: 0;
  }

  .product-grid .product .product-cart a {
    padding: 18px 0;
  }

}

/******************************/
/* TOP イメージセクション　edit */
/******************************/
.image-section {
  margin-bottom: 170px;
  padding: 0 20px;
  line-height: 1.6;
}

.image-section h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}

.brand-section,
.product-section,
.science-section {
  position: relative;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-section {
  background-image: url('https://img21.shop-pro.jp/PA01506/596/etc_base64/aW1nX2JyYW5k.png?cmsp_timestamp=20240820194303');
}

.product-section {
  background-image: url('https://img21.shop-pro.jp/PA01506/596/etc_base64/aW1nX3Byb2R1Y3Q.png?cmsp_timestamp=20240820194421');
}

.science-section {
  background-image: url('https://img21.shop-pro.jp/PA01506/596/etc_base64/aW1nX3NjaWVuY2U.png?cmsp_timestamp=20240820194421');
}

.content-wrapper {
  justify-content: space-between;
  width: 1200px;
  display: flex;
  align-items: center;
}

.left-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.3px;
}

.left-content p {
  font-size: 16px;
  margin-bottom: 0;
}

.subtitle {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.right-content {
  width: 450px;
  display: flex;
  align-items: center;
}

.black-box {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px 40px;
  letter-spacing: 2px;
}

.black-box p {
  line-height: 2.2;
}

.read-more {
  color: white;
  text-decoration: none;
  margin: 10px 10px 0 10px;
  float: right;
  font-weight: 600;
}

.read-more:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width:767px) {
  .image-section {
    margin-bottom: 100px;
  }

  .image-section h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .brand-section,
  .product-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom: 40px;
    background-repeat: no-repeat;
  }
  .science-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 28%;
    display: block;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    }

  .content-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .left-content {
    width: 100%;
    display: block;
    padding: 40px 0 20px;
  }

  .top-elements img {
    width: 50%;
    height: auto;
  }

  .top-elements h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .left-content p {
    font-size: 14px;
  }

  .right-content {
    width: 100%;
    display: block;
  }

  .black-box {
    padding: 15px 15px;
    letter-spacing: 2px;
  }

  .black-box p {
    font-size: 12px;
    line-height: 1.6;
  }

  .read-more {
    margin: 0px 0 0;
    float: none;
    text-align: right;
    display: block;
  }

}

/******************************/
/* TOP blog layout　edit */
/******************************/
.blog-layout {
  max-width: 1200px;
  margin: 0 auto 250px;
}

.grid {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 20px;
}

.item {
  padding: 6px;
  transition: all 0.3s ease;
}

.item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.item hr {
  border: none;
  border-top: 1px solid #000000;
  margin: 20px 0;
}

.item h2 {
  font-size: 14px;
  margin: 14px 0;
}

.item p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

p.more {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #000;
  color: #fff;
  border: transparent solid 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

p.more:hover {
  background-color: #fff;
  color: #000000;
  border: #000000 solid 1px;
}

@media (max-width:767px) {
  .blog-layout {
    max-width: 100%;
    margin: 0 auto 100px;
  }

  .grid {
    margin-bottom: 15px;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .item h2 {
    margin: 5px 0;
  }

  .item p {
    font-size: 12px;
    line-height: 1.6;
  }

}

/******************************/
/* mobile image-section,blog　edit */
/******************************/
@media screen and (max-width: 768px) {
  .items {
    display: none;
  }

  .mobile-items {
    display: flex;
    flex-direction: column;
  }

  .mobile-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .mobile-item img {
    width: 100%;
    height: auto;
  }
}