@charset "UTF-8";
/* CSS Document */
.main {
  overflow: hidden;
}
.hidden {
  display: none;
}
@media(max-width:840px) {
  .hidden {
    display: block;
  }
  .display {
    display: none;
  }
}
.section-top{
    margin-top: 90px;
    animation-name:fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
@media(max-width:1100px) {
    .section-top{
    margin-top: 60px;
}
}
.section-about {
  background-color: #f01b1b;
  border-top-left-radius: 50vw 50vh;
  border-top-right-radius: 50vw 50vh;
  color: #ffffff;
  padding: 140px 0 600px 0;
  position: relative;
}
.section-about-bg {
  position: absolute;
  top: 5vh;
  right: 14vw;
  width: 19vw;
}
.section-about-main {
  width: 48%;
  margin: 0 auto;
}
.section-about h2{
    display:inline-block;
    padding-right:50px;
}
.section-about-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;
}
.about-hidden {
  display: none;
}
.section-about-main h3 {
  margin-top: 120px;
}
.section-about-main p {
  margin: 50px 0 100px 0;
}
.section-about-containt h3 {
  padding-bottom: 50px;
}
.about1, .about2, .about3 {
  display: flex;
  width: 86%;
  margin: 0 auto;
}
.about2 {
  flex-direction: row-reverse;
}
.about-img1 {
  display: block;
  width: 45%;
}
.about-text1 {
  margin: 0 0 0 80px;
  width: 45%;
}
.about-text1_containt {
  margin: 0 22% 0 0;
}
.about-text2 {
  margin: 0 60px 0 0;
  width: 55%;
}
.about-text2_containt {
  margin: 0 0 0 22%;
}
.about-img2 {
  display: block;
  width: 32vw;
}
.about1 {
  margin-bottom: 120px;
}
.about3 {
  margin-top: -24vh;
}
.about-text3 {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 0 80px;
}
.about-text3_containt {
  margin: 0 22% 0 0;
}
.about-img3 {
  display: block;
  width: 32vw;
}
.suisyoubrand-logo {
  margin-bottom: 33px;
}
.about_readmore {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  border-style: solid;
  border-width: 3px;
  border-radius: 45px;
  border-color: #FFFFFF;
  font-size: 3.0rem;
  line-height: 5.4rem;
  width: 590px;
  height: 90px;
  padding-top: 15px;
  margin: 180px auto 0 auto;
}
@media(max-width:1024px) {
  .section-about {
    border-top-left-radius: 50vw 20vh;
    border-top-right-radius: 50vw 20vh;
    padding: 70px 0 600px 0;
  }
  .section-about-main {
    width: 80%;
  }
  .section-about h2 span {
    padding-left: 0;
  }
  .section-about-bg {
    top: 2vh;
  }
  .about-hidden {
    display: block;
  }
  .about1, .about2, .about3 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .about-img1 {
    width: 80vw;
    margin: 140px auto 50px;
  }
  .about-text1, .about-text2, .about-text3 {
    width: 80vw;
    margin: 0 auto;
  }
  .about-text1_containt, .about-text2_containt, .about-text3_containt {
    margin: 0 auto;
  }
  .about-img2, .about-img3 {
    width: 70vw;
    margin: 140px auto 50px;
  }
  .about_readmore {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-radius: 45px;
    border-color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 2.7rem;
    width: 300px;
    max-width: 100%;
    height: 46px;
    padding-top: 6px;
    margin: 140px auto 0 auto;
  }
}
.section-products {
  background-color: #FFFFFF;
  border-top-left-radius: 50vw 50vh;
  border-top-right-radius: 50vw 50vh;
  margin: -500px 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;
}
.section-products_howtobuy {
  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;
}
@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: 80%;
  }
  .products-hidden {
    display: block;
  }
  .section-products h2 span {
    padding-left: 0;
  }
  .products-pc {
    display: block;
  }
  .amasuzulogo {
    width: 20vw;
  }
  .section-products_howtobuy {
    display: block;
    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;
  }
}
.section-news {
  background-color: #ffd0c7;
  padding: 140px 0 140px 0;
}
.section-news-main {
  width: 48%;
  margin: 0 auto;
}
.section-news h2{
    display: inline-block;
    padding-right: 50px;
}
.section-news-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;
}
.news-hidden {
  display: none;
}
.section-news-main h3 {
  margin-top: 120px;
}
.section-news-main p {
  margin: 50px 0 100px 0px;
}
.section-news ul {
  list-style: none;
  text-align: center;
  display: flex;
  max-width: 64%;
  justify-content: space-between;
  margin: 0 auto 90px auto;
}
.section-news ul li {
  max-width: 260px;
}
.news1 {
  margin-right: 5vw;
}
.news3 {
  margin-left: 5vw;
}
.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:840px) {
  .section-news-main {
    width: 70%;
  }
  .news-hidden {
    display: block;
  }
  .section-news h2 span {
    padding-left: 0;
  }
  .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;
    display: inline-block;
  }
}
.access-contact-wrapper {
  text-align: center;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.section-access {
  width: 50%;
  background-image: url("../img/about-bg.png");
  background-size:cover;
  color: #FFFFFF;
}
.section-contact {
  width: 50%;
  background-color: #FFFFFF;
}
.section-access_containt-wrapper, .section-contact_containt-wrapper {
  max-width: 70%;
  margin: 0 auto;
}
.section-access h2, .section-contact h2 {
  margin-top: 180px;
  line-height: 7.2rem;
}
.section-access p, .section-contact p {
  margin-top: 50px;
}
.section-access_map {
  width: 100%;
  aspect-ratio:2/1;
  margin: 50px auto 170px;
}
  .section-access_map iframe {
    width: 100%;
      aspect-ratio:2/1;
  }
.section-contact img {
  width: 200px;
  margin: 60px auto;
}
.section-contact_otoiawase {
  display: block;
  text-decoration: none;
  color: #6d6b6b;
  text-align: center;
  border-style: solid;
  border-width: 3px;
  border-radius: 30px;
  border-color: #6d6b6b;
  font-size: 1.8rem;
  line-height: 3.2rem;
  width: 390px;
  max-width: 100%;
  height: 60px;
  padding-top: 10px;
  margin: 0 auto;
}
@media(max-width:840px) {
  .access-contact-wrapper {
    display: block;
  }
  .section-access, .section-contact {
    width: 100%;
    padding: 90px 0;
  }
  .section-access h2, .section-contact h2 {
    margin: 0 auto;
  }
  .section-access_map {
    width: 100%;
      aspect-ratio:2/1;
    margin: 50px auto 0;
  }
  .section-contact_otoiawase {
    display: block;
    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;
    height: 46px;
    padding-top: 6px;
    margin: 0px auto;
  }
}