@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Dela+Gothic+One&family=Hind:wght@700&display=swap');


/* =================================
             LPメインビジュアル
================================= */

section#lp-main{
  width: 100%;
  padding-top: 60px;
}

section#lp-main .main{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

section#lp-main .main .visual{
  width: 50%;
}
section#lp-main .main .visual img{
  width: 50%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
section#lp-main .main .text{
  width: 40%;
  background: #f2f2f2;
  padding: 10px 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: url(../images/background.jpg) center center/cover no-repeat;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}

section#lp-main .main .text h2{
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

section#lp-main .main .text p.product-name{
  font-size: 18px;
  font-weight: bold;
  color: #db8f5c;
  padding: 10px 0 10px;
}

section#lp-main .main .text p.price{
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 10px 0 10px;
}

section#lp-main .main a{
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #3471a4;
  padding: 0.8em 2em;
  transition: 0.5s;
}

section#lp-main .main a:hover{
  background: #95b8d1;
}

section#lp-main .main .text p.price span.tax{
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  padding: 10px 0 10px;
}

@media screen and (max-width: 768px){
  section#lp-main .main{
    display: block;
  }
  section#lp-main .main .visual{
    width: 100%;
  }
  section#lp-main .main .text{
    width: 90%;
  }
}

/* =================================
             CONCEPT/ABOUT
================================= */
section#lp-section1{
  width: 95%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: initial;
  padding-top: 100px;
}

section#lp-section1 figure{
  display: block;
  width: 35%;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
section#lp-section1 figure img{
  width: 100%;
}

section#lp-section1 .text-box{
  width: 60%;
}

section#lp-section1 .text-box h4{
  padding-top: 40px;
  line-height: 1.5;
  font-size: 18px;
  color: #E45398;
}

section#lp-section1 .text-box h3{
  line-height: 1.5;
  font-size: 28px;
  color: #333;
}

section#lp-section1 .text-box p{
  padding-top: 15px;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}

section#lp-section1 .text-box p b{
  color: #3471a4;
}

section#lp-section1 .text-box img.about1{
  width: 90%;
  padding-top: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  section#lp-section1{
    display: block;
    width: 100%;
  }
  section#lp-section1 figure{
    width: 100%;
    border-radius: 0;
    height: 400px;
  }
  section#lp-section1 .text-box{
    width: 94%;
    padding: 3%;
  }
}

/* =================================
             CONCEPT/ABOUT
================================= */
section#lp-section4{
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  margin: initial;
  padding-top: 100px;
}

section#lp-section4 figure{
  display: block;
  width: 35%;
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
}
section#lp-section4 figure img{
  width: 100%;
}

section#lp-section4 .text-box{
  width: 60%;

}

section#lp-section4 .text-box h4{
  padding-top: 40px;
  line-height: 1.5;
  font-size: 18px;
  color: #E45398;
}

section#lp-section4 .text-box h3{
  line-height: 1.5;
  font-size: 28px;
  color: #333;
}

section#lp-section4 .text-box p{
  padding-top: 15px;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

section#lp-section4 .text-box p b{
  color: #3471a4;
}

section#lp-section4 .text-box img.about1{
  width: 90%;
  padding-top: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  section#lp-section4{
    display: block;
    width: 100%;
  }
  section#lp-section4 figure{
    width: 100%;
    border-radius: 0;
    height: 400px;
  }
  section#lp-section4 .text-box{
    width: 90%;
    padding: 3%;
  }
}

/* =================================
             POINT
================================= */
section#lp-section2{
  width: 100%;
}

section#lp-section2 .main{
  width: 99%;
  max-width: 1080px;
  margin: 30px auto;
  padding-top: 40px;
}

.heading11 {
  position: relative;
  font-size: 18px;
  text-align: center;
  color: #db8f5c;
  line-height: 2;
  font-weight: bold;
}

.heading11::before {
  content: attr(data-number);
  display: block;
  margin:10px 0 20px 0;
  color: #db8f5c;
  font-size: 30px;
}

.heading11::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #db8f5c;
}

h3.section-title2:before{
  background: #db8f5c;
}

section#lp-section2 .main p.explanation{
  margin-bottom: 30px;
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

section#lp-section2 .main h3{
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

section#lp-section2 .main img.point1{
  width: 80%;
  margin: 0 auto;
}

section#lp-section2 .main img.point2,
section#lp-section2 .main img.point3{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  section#lp-section2 .main h3{
    font-size: 24px;
  }
  .heading11{
    font-size: 15px;
  }
  section#lp-section2 .main p.explanation{
    font-size: 15px;
  }
}

/* =================================
             HOW TO USE
================================= */
section#lp-section3{
  width: 100%;
}

section#lp-section3 .main{
  width: 100%;
  max-width: 1080px;
  margin: 30px auto;
  padding-top: 40px;
}

section#lp-section3 .main2{
  max-width: 1280px;
  padding: 0 10px 50px 10px;
  margin: 0 auto;
}

section#lp-section3 ul{
  display: flex;
  margin-top: 50px;
}

section#lp-section3 li{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 12px 4px rgb(0 0 0 / 1%);
}

section#lp-section3 li.list-box{
  width: calc(99.9% / 3);
  padding: 40px 15px 30px  15px;
  margin-left: 16px;
}
section#lp-section3 li.list-box:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 768px){
  section#lp-section3 ul{
    display: block;
  }
  section#lp-section3 li.list-box{
    width: 93%;
    padding: 40px 15px 30px  15px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

section#lp-section3 li .img-box{
  max-width: 200px;
  margin: 0 auto 20px auto;
}

section#lp-section3 li .img-box img{
  width: 100%;
}

section#lp-section3 li h4{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 5px;
  color: #3471a4;
  text-align: center;
}

section#lp-section3 li p{
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

section#lp-main .main .text ul{
  padding-left: 0px;
}
section#lp-main .main .text li{
  border-bottom: solid 1px #BFBFBF;
  list-style: none;
}
section#lp-main .main .text li.first{
  background-color: #F0F0F0;
  border-bottom: solid 1px #F0F0F0;
}
section#lp-main .main .text li a{
  height: 40px;
  align-items: center;
  justify-content: left;
  position: relative;
  display: flex;
  font-size: 12px;
  color: #333;
  transition: 0.5s ;
  background-color:rgba(255,255,255,0);
}
section#lp-main .main .text li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -4px;
  transform: rotate(45deg);
}
section#lp-main .main .text li a:hover {
  opacity: 0.5 ;
}