@charset "utf-8";
/* CSS Document */
#excl_lp a img:hover {
  opacity: 0.7;
}
.lp_wrap {
  background-color: #000000;
  width: 100%;
}

/* SPサイズの時 */
#excl_lp {
  padding-bottom: 50px;
}
#excl_lp section {
  margin-top: 50px;
  padding: 20px 10px;
  background-color: #ffffff;
}
#excl_lp section:first-of-type {
  margin-top: 20px;
}
#excl_lp h2 {
  color: #ffffff;
  padding-top: 20px;
}
#excl_lp h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0;
}
#excl_lp #intro {
  width: 100%;
}
#excl_lp #intro p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
}
#excl_lp #period {
  background-color: #000000;
  text-align: center;
}
#excl_lp #period h3 {
  color: #ffffff;
}
#excl_lp #period p {
  font-size: 1.6rem;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 5px 10px;
}
#excl_lp #flow .container {
  display: flex;
  flex-direction: colomn;
  flex-wrap: wrap;
}
#excl_lp #flow .container .item,
#excl_lp #flow .container .item_arrow {
  width: 100%;
  padding: 0 10px;
}
#excl_lp #flow .container .item figure,
#excl_lp #flow .container .item_arrow figure {
  width: 50%;
  margin: 0 auto 10px;
}
#excl_lp #flow .container figure.arrow {
  width: 10%;
  transform: rotate(90deg);
}
#excl_lp #flow h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

#excl_lp #products h4 {
  font-size: 1.6rem;
  font-weight: bold;
  /* text-align: center;*/
  margin-bottom: 1em;
}
#excl_lp #products h4:before {
  content: "●";
}
#excl_lp #products .prd_container {
  display: flex;
  flex-direction: coloumn;
  flex-wrap: wrap;
  justify-content: space-between;
}
#excl_lp #products .prd_item {
  width: 95%;
  margin: 0 auto 20px;
}
#excl_lp #products .prd_item figure {
  width: 80%;
  margin: 0 auto 10px;
}
#excl_lp #products .prd_item .prd_name {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
#excl_lp #products .prd_item .regular_price {
  text-align: center;
}
#excl_lp #products .prd_item .price {
  text-align: center;
  font-weight: bold;
}
#excl_lp #products .prd_item .price span {
  font-size: 150%;
  color: #ca0102;
}
#excl_lp #products .prd_item .btn {
  text-align: center;
}
#excl_lp #products .prd_item .btn a {
  color: #ffffff;
  background-color: #ca0102;
  display: inline-block;
  width: 80%;
  padding: 15px 0;
  margin: 10px 0;
  text-decoration: none;
}
#excl_lp #notes h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ca0102;
  margin: 1em 0;
}
#excl_lp #notes h4:before {
  content: "▼";
}
#excl_lp #notes ul {
  font-size: 1.2rem;
  margin-left: 1em;
  padding: 0 10px;
}

#excl_lp #flow a,
#excl_lp #notes a {
  text-decoration: underline;
  color: #3790e8;
}

@media screen and (min-width: 768px) {
  /* PCサイズの時 */
  #excl_lp h3 {
    font-size: 2.4rem;
    margin: 20px 0;
  }
  
  #excl_lp #intro p {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  #excl_lp #period p {
    font-size: 2.0rem;
  }
  
  #excl_lp #flow .container {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
  }
  #excl_lp #flow .container .item {
    width: 25%;
  }
  #excl_lp #flow .container .item_arrow {
    width: 10%;
  }
  #excl_lp #flow .container .item figure,
  #excl_lp #flow .container .item_arrow figure {
    width: 100%;
    margin-bottom: 20px
  }
  #excl_lp #flow .container figure.arrow {
    width: 40%;
    transform: rotate(0deg); 
  }
  #excl_lp #flow h4 {
    font-size: 1.8rem;
  }
  #excl_lp #products h4 {
    font-size: 1.8rem;
  }
  
  #excl_lp #products .prd_container {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-between;
  }
  
  #excl_lp #products .prd_item {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-self: auto;
    width: 31%;
    margin: 0 auto 20px;
  }
  
  #excl_lp #products .figure {
    width: 100%;
  }
  #excl_lp #products .prd_item p {
    width: 100%;
  }
  #excl_lp #products .prd_item .prd_name {
    font-size: 100%;
  }
  
  #excl_lp #products .prd_item .btn {
    text-align: center;
    width: 100%;
  }
  #excl_lp #notes ul {
    font-size: 1.4rem;
  }
}