h2,h3{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.pc_only{
  display: none;
}


.paragraph{
  font-size: 14px;
  line-height: 1.96;
}

.main{
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
  padding: 40px 0;
  background-color: #00000C;
}

.mv{
  width: 100%;
}

.main .inner{
  width: 100%;
  padding: 0 15px;
}

.lead{
  margin-top: 40px;
}

.lead-title{
  color: #fff;
}

.lead-title .en{
  display: block;
  color:#CA0238;
  font-size: 14px;
}

.lead-title .main{
  display: block;
  margin: 5px 0 0 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}

.lead-title .sub{
  display: block;
  margin-top: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.lead-text{
  margin-top: 20px;
  color: #fff;
}

.about{
  margin-top: 40px;
}

.about-title{
  color: #fff;
  font-size: 25px;
  white-space: nowrap;
}

.about-text{
  color: #fff;
  text-align: center;
}

.feature{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.feature-content{
  width: 100%;
}

.feature-content.electric{
  margin-top: 85px;
  position: relative;
}

.feature-content.electric::before{
  content: '×';
  font-size: 55px;
  line-height: 55px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-title{
  display: flex;
}

.feature-title__text{
  font-size: 30px;
  flex-shrink: 0;
}

.feature-title_summary{
  margin-left: 14px;
  font-size: 13px;
}

.warm .feature-title{
  color: #CF3948;
}
.warm .feature-title h3.feature-title__text{
  color: #CF3948;
}

.electric .feature-title{
  color: #7087C3;
}

.electric .feature-title h3.feature-title__text{
  color: #7087C3;
}

.feature-item{
  margin-top: 15px;
}

.feature-card{
  min-height: 93px;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  border: 2px solid #CF3948;
  overflow: hidden;
}

.feature-card .image{
  width: 84px;
  flex-shrink: 0;
}

.feature-detail{
  width: 100%;
  padding-left: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.warm .feature-detail{
  background-color: #CF3948;
}

.electric .feature-card{
  border-color: #7087C3;
}
.electric .feature-detail{
  background-color: #7087C3;
}

.select{
  width: 100vw;
  margin: 24px calc(50% - 50vw);
  padding: 25px 0;
  background-color: #EEEEEE;
}

.content-title{
  font-size: 20px;
  text-align: center;
}

.content{
  margin-top: 20px;
}

.content-lists{
  display: flex;
  justify-content: center;
}

.col3 .content-item{
  width: calc(100% / 3 - 4px);
}

.content-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.circle-text{
  font-size: 18px;
  text-align: center;
}

.circle-text .large{
  font-size: 1.3em;
  display: block;
}

.text{
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

.winter .circle{
  background-color: #CA0238;
}

.winter .text{
  color: #CA0238 ;
}

.middle .circle{
  background-color: #968EA3;
}

.middle .text{
  color: #968EA3;
}

.spring .circle{
  background-color: #007CC2;
}

.spring .text{
  color: #007CC2;
}

.function{
  width: 100vw;
  margin: 15px calc(50% - 50vw);
  padding: 20px 0;
  background-color: #EEEEEE;
}

.function .content-lists{
  flex-direction: column;
  margin-top: 20px;
}

.card{
  width: 100%;
  display: flex;
  align-items: center;
}

.content-item.col2{
  margin-top: 20px;
  margin-left: 15px;
}

.square{
  width: 100%;
  max-width: 73px;
  height: 100%;
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
}

.warm .square{
  background-color: #CA0238;
}

.cool .square{
  background-color: #007CC2;
}

.card .card-detail{
  margin-left: 10px;
}

.card-title{
  font-size:16px;
}

.warm .card-title{
  color: #CA0238;
}

.cool .card-title{
  color: #007CC2;
}

.card-detail .text{
  margin-top: 5px;
  text-align: left;
}

.caution{
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
}

.app{
  margin-top: 33px;
}

.app-content{
  display: flex;
  justify-content: center;
  padding: 0 15px 0 20px;
}

.app-content .image{
  width: calc(176 / 448 * 100%);
  max-width: 88px;
}

.app-content .image image{
  width: 100%;
  height: auto;
}

.app-content .text{
  margin-left: 15PX;
}

.app-content .text p{
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}

.app-content .text small{
  margin-top: 15px;
  font-size: 10px;
  display: block;
  text-align: left;
}

.block-goods-comment1{
  margin: 0;
}



@media screen and (min-width:750px){
  .block-goods-comment1{
    margin-bottom: 50px;
  }
  .sp_only {
    display: none;
  }

  .pc_only{
    display: block;
  }

  .paragraph{
    font-size: 20px;
    line-height: 2;
  }

  .main{
    width: 100%;
    margin: auto;
    padding:0 0 95px;
  }

  .main .inner{
    width: 100%;
    padding: 0 30px;
  }

  .lead{
    margin-top: 20px;
  }

  .lead-title .en{
    font-size: 24px;
  }

  .lead-title .main{
    font-size: 36px;
  }

  .lead-title .sub{
    font-size: 24px;
  }

  .lead-text{
    margin-top: 30px
  }

  .about{
    margin-top: 60px;
  }

  .about-title{
    color: #fff;
    font-size: 36px;
  }

  .about-text{
    text-align: left;
  }

  .feature{
    flex-direction: row;
    margin:30px 0 0 -30px;
  }

  .feature-title{
    justify-content: center;
  }

  .feature-content{
    width: calc(100% - 2 - 30px);
    margin-left: 30px;
  }

  .feature-content.electric{
    margin-top: 0;
    position: relative;
  }

  .feature-content.electric::before{
    top: 0;
    left: -45px;
    transform: unset;
  }

  .feature-card .image{
    width: 100%;
  }

  .feature-title__text{
    font-size: 36px;
    flex-shrink: 0;
  }

  .feature-title_summary{
    width: calc(240 / 440 * 100%);
    margin-left: 20px;
    font-size: 16px;
  }

  .feature-lists{
    display: flex;
    flex-wrap: wrap;
    margin:15px 0 0  -10px;
  }

  .feature-item{
    width: calc(100% / 2 - 10px);
    margin:16px 0 0  10px;
  }

  .feature-card{
    flex-direction: column;
  }

  .feature-detail{
    padding: 0 13px;
    min-height: 272px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    line-height: 2.1;
  }

  .select{
    width: 100%;
    margin :30px auto 0;
    padding: 30px 0;
  }

  .content-title{
    font-size: 32px;
  }

  .col3 .content-item{
    width: calc(100% / 3 - 96px);
    max-width: 240px;
    margin-left: 96px;
  }

  .content-item{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content-lists.col3{
    margin-left: -96px;

  }

  .circle{
    width: 100%;
    max-width: 220px;
    height: 100%;
    min-height: 220px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .circle-text{
    font-size: 24px;
  }

  .text{
    font-size: 24px;
  }

  .function{
    width: 100%;
    margin: 15px auto 0;
    padding: 30px ;
  }

  .function .content-lists{
    margin-top: 20px;
    margin-left: -30px;
    flex-direction: row;
  }

  .content-item.col2{
    width: calc(100% / 2 - 30px);
    margin: 0 0 0 30PX;

  }

  .square{
    width: 100%;
    max-width: 165px;
    height: 100%;
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    border-radius: 20px;
  }

  .card .card-detail{
    margin-left: 20px;
  }

  .card-title{
    font-size:32px;
  }

  .card-detail .text{
    margin-top: 20px;
  }

  .caution{
    margin-top: 30px;
    font-size: 18px;
  }

  .app{
    margin-top: 40px;
  }

  .app-content{
    display: flex;
    padding: 0 calc(60 / 1000 * 100%);
  }

  .app-content .image{
    width: 176px;
    max-width: unset;
  }

  .app-content .text{
    margin-left: 30PX;
  }

  .app-content .text p{
    font-size: 32px;
  }

  .app-content .text small{
    margin-top: 30px;
    font-size: 18px;
  }

}