@charset "UTF-8";
/* CSS Document */
.main {
  overflow: hidden;
}
.hidden {
  display: none;
}
@media(max-width:840px) {
  .hidden {
    display: block;
  }
  .display {
    display: none;
  }
}
.section-bg {
  background-color: #f01b1b;
  width: 100%;
  height: 500px;
}
.section-products {
  background-color: #FFFFFF;
  border-top-left-radius: 50vw 50vh;
  border-top-right-radius: 50vw 50vh;
  margin: -410px 0 0 0;
  color: #6d6b6b;
  padding: 140px 0 250px 0;
  position: relative;
}
.section-products-main {
  width: 48%;
  margin: 0 auto;
}
/*
.products-main-h3{
    display: inline;
}
*/
.products-main-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.section-products h2{
    display: inline-block;
    padding-right: 50px;
}
.section-products-main span {
    display: inline-block;
  font-size: 3.0rem;
  line-height: 5.4rem;
  font-family: 'Zen Maru Gothic', 'DNP 秀英丸ゴシック Std L', 'DNP 秀英丸ゴシック Std B', 'A-OTF UD新丸ゴ Pr6N L';
  font-weight: 600;
}
.products-hidden {
  display: none;
}
.section-products-main p {
  margin: 50px 0 100px 0;
}
.section-products-containt h3 {
  padding-bottom: 50px;
}
.products-pc {
  display: none;
}
.section-products-mainred {
  color: #f01b1b;
  padding: 0 0 0 0;
}
.amasuzulogo {
  width: 7vw;
}
.section-products ul {
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 86%;
  justify-content: space-between;
  margin: 0 auto;
}
.section-products ul li {
  max-width: 263px;
  margin: 0 auto 140px auto;
}
.section-products ul li p {
  margin-top: 40px;
  font-size: 3rem;
  line-height: 3.6rem;
}
.flame-text {
  display: inline-block;
  border-style:dotted;
  border-width: 2px;
  border-radius: 7px;
  border-color: #6d6b6b;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 10px 40px 10px 40px;
  margin: 20px 0 20px 0;
  font-weight: 500;
}
.list-text {
  font-size: 1.8rem;
  line-height: 3.0rem;
  font-weight: 500;
}
.online-shop {
  background-color: #ffd0c7;
  text-align: center;
  margin: 100px auto 180px auto;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px;
  border-color: #6d6b6b;
  width: 36%;
  padding: 50px 0;
}
.online-shop span {
  font-size: 3.0rem;
  line-height: 5.4rem;
}
.when-where-flex {
  display: flex;
  width: 86%;
  margin: 0 auto 200px auto;
}
.when-where-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.when span,.where span {
    display: inline-block;
  font-size: 3.0rem;
  line-height: 5.4rem;
  font-family: 'Zen Maru Gothic', 'DNP 秀英丸ゴシック Std L', 'DNP 秀英丸ゴシック Std B', 'A-OTF UD新丸ゴ Pr6N L';
  font-weight: 600;
}
.when-big{
    display: inline!important;
}
.when-where-img {
  width: 40%;
}

.followus-p {
  text-align: center;
  font-size: 3.6rem;
  line-height: 6.0rem;
  margin-bottom: 60px;
}
.section-news_followus {
  display: block;
  text-decoration: none;
  color: #6d6b6b;
  text-align: center;
  border-style: solid;
  border-width: 3px;
  border-radius: 45px;
  border-color: #6d6b6b;
  font-size: 3.0rem;
  line-height: 5.4rem;
  width: 590px;
  height: 90px;
  padding-top: 15px;
  margin: 0 auto;
}
.section-news_followus span {
  margin-left: 30px;
}
@media(max-width:1100px) {
    .section-products {
        margin-top:-440px;
    }
}
@media(max-width:840px) {
  .section-products {
    border-top-left-radius: 50vw 20vh;
    border-top-right-radius: 50vw 20vh;
    padding: 70px 0 90px 0;
  }
  .section-products-main {
    width: 70%;
  }
  .products-hidden {
    display: block;
  }
  .section-products h2 span {
    padding-left: 0;
      font-size: 2.4rem;
  line-height: 4.3rem;
      
  }
  .products-pc {
    display: block;
  }
  .amasuzulogo {
    width: 20vw;
  }
  .online-shop {
    margin: 100px auto 140px auto;
    width: 67%;
    padding: 25px 0;
  }
  .online-shop span {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
  .when-where-flex {
    display: block;
    margin: 0 auto 140px auto;
  }
  .when-where-text {
    width: 80%;
    margin: 0 auto;
  }
  .when-where-text p {
    margin: 50px auto 110px auto;
  }
  .when-where-img {
    width: 80%;
    margin: 140px auto 0 auto;
  }
  .followus-p {
    max-width: 70%;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 4.3rem;
    margin-bottom: 75px;
  }
  .section-news_followus {
    text-decoration: none;
    color: #6d6b6b;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-radius: 45px;
    border-color: #6d6b6b;
    font-size: 1.5rem;
    line-height: 2.7rem;
    width: 300px;
    max-width: 100%;
    height: 46px;
    padding-top: 6px;
    margin: 0px auto 0 auto;
  }
  .followus {
    display: block;
  }
  .followus-flex {
    display: flex;
    justify-content: center;
  }
  .section-news_followus img {
    display: inline-block;
  }
  .section-news_followus span {
    margin-left: 10px;
    height: 29px;
    display: inline-block;
  }
}