@charset "UTF-8";
.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
section.template .sec_wrp {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.brand_main_ttl {
  font-size: 7vw;
}
@media screen and (max-width: 768px) {
  .brand_main_ttl {
    font-size: 50px;
    line-height: 1em;
  }
}

.brand_ttl {
  font-size: 100px;
}

.mv_img {
  text-align: center;
  margin-bottom: 100px;
}

.inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .inner {
    margin-bottom: 40px;
  }
}

.concept .contents_box {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept .contents_box {
    display: block;
  }
}
.concept .contents_box .left_contents {
  flex: 1;
  display: flex;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .concept .contents_box .left_contents {
    justify-content: left;
  }
}
.concept .contents_box .left_contents h3 {
  font-size: 40px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .concept .contents_box .left_contents h3 {
    font-size: 32px;
  }
}
.concept .contents_box .right_contents {
  flex: 1;
}
.concept .contents_box .right_contents .txt {
  font-size: 20px;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .concept .contents_box .right_contents .txt {
    font-size: 16px;
  }
}
.concept .img_box {
  margin: 60px auto 0;
  position: relative;
  left: -2%;
  width: 104%;
}
@media screen and (max-width: 768px) {
  .concept .img_box {
    left: 0%;
    width: 100%;
  }
}
.concept .img_box .img-pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept .img_box .img-pc {
    display: none;
  }
}
.concept .img_box .img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .concept .img_box .img-sp {
    display: block;
  }
}
.concept .img_box .img-sp.first {
  margin-bottom: 8%;
}

.feature {
  margin-top: 100px;
}
.feature .contents_box {
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature .contents_box {
    display: block;
  }
}
.feature .contents_box .img_contents {
  width: 50%;
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .feature .contents_box .img_contents {
    width: 100%;
    text-align: center;
  }
}
.feature .contents_box .txt_contents {
  width: 50%;
  flex: 1;
  justify-content: center;
  text-align: left;
  margin: 3% 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .feature .contents_box .txt_contents {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature .contents_box .txt_contents .txt {
    max-width: 100%;
  }
}
.feature .contents_box .txt_contents.second {
  padding-left: 70px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .feature .contents_box .txt_contents.second {
    padding-left: 0;
  }
}
.feature .contents_box:last-child {
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .feature .contents_box:last-child {
    margin-top: 80px;
  }
}
.feature .contents_box:last-child .txt_contents {
  margin-left: 0;
}
.feature .contents_box:last-child .img_contents {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .feature .contents_box:last-child .img_contents {
    margin-left: 0;
    width: 100%;
  }
}

.bg {
  width: 96%;
  margin: 0px auto;
  padding: 80px 0;
  background-color: var(--bc-beige);
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .bg {
    width: 100%;
  }
}

.products {
  padding: 0 2%;
  margin-bottom: 0;
}
.products h2 {
  text-align: left;
  margin-bottom: 50px;
}
.products .contents_box {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  max-width: 800px;
  width: 100%;
}
.products .contents_box .top_contents {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .products .contents_box .top_contents {
    margin-bottom: 40px;
  }
}
.products .contents_box .top_contents .contents_area {
  max-width: 800px;
  display: block;
  justify-content: center;
  text-align: left;
}
.products .contents_box .bottom_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
  gap: 20px; /* 各商品間のスペース */
}
.products .contents_box .bottom_contents .product-item {
  text-align: left;
}
.products .contents_box .bottom_contents .product-item img {
  width: 100%;
  background-color: #aaa; /* ダミーの背景色（画像を入れる場合は削除） */
}
.products .contents_box .bottom_contents .product-item p {
  margin: 10px 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .products .contents_box .bottom_contents .product-item p {
    font-size: 18px;
  }
}

.hygiene {
  margin-top: 100px;
  margin-bottom: 0;
  border-top: solid 1px #d9d9d9;
}
.hygiene .contents_box {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  max-width: 800px;
  width: 100%;
}
.hygiene .contents_box .txt p {
  line-height: 2.5em;
}