@charset 'UTF-8';

/*  .cmp_header_wh .container  */
@media screen and (max-width: 767px){
  #wrapper .cmp_topicpath{
    position: absolute;
  }
  #wrapper .cmp_topicpath li{
    color: rgb(255, 255, 255);
  }
  #wrapper .cmp_topicpath li:not(:last-of-type)::after{
    border-color: rgb(255, 255, 255);
  }
  #wrapper .cmp_topicpath li:first-of-type a::before{
    background-image: url(../images/ico_home_inv.svg);
  }
  #wrapper .cmp_header_wh .container{
    padding: 0;
  }
  #wrapper .cmp_header_wh .container .text{
    display: none;
  }
}

/*  content  */
#wrapper #content{
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*  linesp info  */
@media screen and (min-width: 768px){
  #linesp .info{
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }
}
#linesp .info h3{
  margin: 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  padding-left: 0;
  border-left: none;
}
@media screen and (min-width: 768px){
  #linesp .info h3{
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
  }
}
#linesp .info ul{
  padding: 0 0 3.0rem 0;
  margin: 0;
  list-style: none;
  counter-reset: inum;
}
@media screen and (min-width: 768px){
  #linesp .info ul{
    padding-top: .6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
#linesp .info li{
  padding: 2.1rem 3.6rem 1.7rem 3.6rem;
  margin-top: 2.0rem;
  border-radius: 20px;
  border: solid 2px rgb(6, 199, 85);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  counter-increment: inum;
}
@media screen and (min-width: 768px){
  #linesp .info li{
    flex-basis: calc( (100% - 2.6rem) / 2);
    box-sizing: border-box;
  }
}
#linesp .info li::before{
  content: '0'counter(inum);
  position: absolute;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(6, 199, 85);
}
@media screen and (min-width: 768px){
  #linesp .info li::before{
    font-size: 3.0rem;
  }
}
#linesp .info .sale{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: rgb(6, 199, 85);
}
@media screen and (min-width: 768px){
  #linesp .info .sale{
    font-size: 2.2rem;
  }
}
#linesp .info .sale::before{
  content: '';
  display: block;
  margin: 0 auto 1.2rem auto;
  width: 10.0rem;
  height: 10.0rem;
  background: no-repeat 50% 50%/contain;
}
@media screen and (min-width: 768px){
  #linesp .info .sale::before{
    width: 13.4rem;
    height: 13.4rem;
  }
}
#linesp .info li:nth-of-type(1) .sale::before{
  background-image: url(../images/ill_line1.svg);
}
#linesp .info li:nth-of-type(2) .sale::before{
  background-image: url(../images/ill_line2.svg);
}
#linesp .info .desc{
  padding-top: .35em;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px){
  #linesp .info .desc{
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/*  linesp add  */
#linesp .add{
  padding: 3.0rem calc(50vw - 50%) 1.2rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(247, 247, 247);
}
@media screen and (min-width: 768px){
  #linesp .add{
    padding: 3.0rem 5.0rem;
    margin: 0;
  }
}
#linesp .add h3{
  padding-top: 0;
  margin: 0 auto 16px auto;
  max-width: 34.3rem;
  padding-left: 0;
  border-left: none;
}
#linesp .add h3 a{
  padding: 1.0rem;
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-radius: 70px;
  background-color: rgb(6, 199, 85);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px){
  #linesp .add h3 a{
    font-size: 2.0rem;
    line-height: 1.3;
  }
}
#linesp .add h3 a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.0rem;
  width: 3.2rem;
  height: 3.0rem;
  background: url(../images/ico_line_c.svg) no-repeat 50% 50%/contain;
}
#linesp .add h3 a::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid rgb(6, 199, 85);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#linesp .add .desc{
  padding-top: .3em;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px){
  #linesp .add .desc{
    padding: .9rem 0;
    font-size: 1.6rem;
  }
}
#linesp .add .desc p{
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px){
  #linesp .add .desc p{
    text-align: center;
  }
}

/*  linesp add qr  */
#linesp .add .qr{
  display: none;
}
@media screen and (min-width: 768px){
  #linesp .add .qr{
    display: block;
    border-top: solid 1px rgb(112, 112, 112);
  }
  #linesp .add .qr h4{
    margin: 0;
    padding-top: 2.6rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: rgb(0, 0, 0);
  }
  #linesp .add .qr .image{
    padding: 1.6rem 0 1.0rem 0;
    text-align: center;
  }
  #linesp .add .qr ol{
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: anum;
  }
  #linesp .add .qr li{
    padding: .85rem 3.6rem;
    margin: 1.0rem auto 0 auto;
    max-width: 50.0rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: rgb(6, 199, 85);
    border-radius: 20px;
    border: solid 2px rgb(6, 199, 85);
    box-sizing: border-box;
    counter-increment: anum;
  }
  #linesp .add .qr li::before{
    content: counter(anum);
    display: inline-block;
    margin-right: 2.0rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.38888889em;
    text-align: center;
    border: 1px solid rgb(6, 199, 85);
    border-radius: 50%;
    box-sizing: border-box;
  }
}

/*  pagination  */
#pagination{
  display: none;
}
