@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: 1.5em;
  }
}

.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: 1000px;
  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:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .feature .contents_box:nth-of-type(2) {
    margin-top: 80px;
  }
}
.feature .contents_box:nth-of-type(2) .txt_contents {
  margin-left: 0;
}
.feature .contents_box:nth-of-type(2) .img_contents {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .feature .contents_box:nth-of-type(2) .img_contents {
    margin-left: 0;
    width: 100%;
  }
}
.feature .contents_box:last-child {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .feature .contents_box:last-child {
    margin-top: 80px;
  }
}

.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%;
  }
}

.flow {
  padding: 0 2%;
  margin-bottom: 0;
}
.flow h2 {
  text-align: left;
  margin-bottom: 50px;
}
.flow .contents_box {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow .contents_box.pc {
    display: none;
  }
}
.flow .contents_box.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow .contents_box.sp {
    display: block;
  }
  .flow .contents_box.sp .bottom_contents {
    display: block;
    margin: 0 auto;
  }
  .flow .contents_box.sp .bottom_contents .left {
    margin: 0 auto 50px;
    text-align: center;
    align-items: center;
  }
  .flow .contents_box.sp .bottom_contents .left img {
    display: flex;
    margin: 0 auto;
  }
  .flow .contents_box.sp .bottom_contents .right {
    display: flex;
  }
  .flow .contents_box.sp .bottom_contents .right .product-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.flow .contents_box.sp.first {
  margin-bottom: 8%;
}
.flow .contents_box .top_contents {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .flow .contents_box .top_contents {
    margin-bottom: 40px;
  }
}
.flow .contents_box .top_contents .contents_area {
  max-width: 800px;
  display: block;
  justify-content: center;
  text-align: left;
}
.flow .contents_box .bottom_contents {
  margin-top: 20px;
  display: flex;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
}
.flow .contents_box .bottom_contents:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .flow .contents_box .bottom_contents {
    margin-bottom: 40px;
  }
}
.flow .contents_box .bottom_contents .left {
  flex: 3.5;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .flow .contents_box .bottom_contents .left {
    margin: 0 auto;
  }
}
.flow .contents_box .bottom_contents .right {
  margin-left: 20px;
  flex: 6.5;
}
@media screen and (max-width: 768px) {
  .flow .contents_box .bottom_contents .right {
    margin: 0 auto;
  }
}
.flow .contents_box .bottom_contents .product-item {
  text-align: left;
}
.flow .contents_box .bottom_contents .product-item img {
  width: 300px;
}
.flow .contents_box .bottom_contents .product-item p {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .flow .contents_box .bottom_contents .product-item p {
    font-size: 14px;
  }
}

.factory {
  margin-top: 100px;
}
.factory .contents_box {
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .factory .contents_box {
    display: block;
  }
}
.factory .contents_box .img_contents {
  width: 50%;
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .factory .contents_box .img_contents {
    width: 100%;
    text-align: center;
  }
}
.factory .contents_box .txt_contents {
  width: 50%;
  flex: 1;
  justify-content: center;
  text-align: left;
  margin: 3% 0 0 50px;
}
@media screen and (max-width: 768px) {
  .factory .contents_box .txt_contents {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.factory .contents_box .txt_contents .factory_ttl {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .factory .contents_box .txt_contents .txt {
    max-width: 100%;
  }
}