.mv_L, .mv_M{
  width: 100%;
  text-align: center;
  background-image: url(../images/mv_bg.png);
  background-repeat: repeat;
}
.mv_L_pic, .mv_M_pic{
  width: 100%;
  max-width: 2000px;
  vertical-align: top;
}
.mv_L_pic, .fadeup, .is-animated {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.intro_area{
  background-image: url(../images/bg_gold.svg);
  background-repeat: repeat;
  padding-top: 80px;
}
.bg_red{
  background-image: url(../images/bg_red.svg);
  background-repeat: repeat;
  padding-top: 1px;
  padding-bottom: 80px;
}
.intro_p{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  -webkit-text-stroke: 3px #F9F5ED;
  text-stroke: 3px #F9F5ED;
  paint-order: stroke;
  margin-bottom: 80px ;
}
.point_pic{
  display: block;
  margin: 0 auto;
}
.nav{
  padding: 40px 0;
}
.nav1_flex{
  display: flex;
  justify-content: space-between;
  width: 844px;
  margin: 0 auto;
}
.nav2_flex{
  display: flex;
  justify-content: space-between;
  width: 556px;
  margin: 20px auto 0;
}
.nav_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DB5443;
  color: #F9F5ED !important;
  text-decoration: none;
  width: 268px;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none !important;
  position: relative;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.nav_btn:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 3px #F9F5ED;
  border-right: solid 3px #F9F5ED;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.item_area{
  margin: 80px auto 0;
  width: 1040px;
  background-color: #F9F5ED;
  padding-bottom: 80px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.h2_flex_area{
  display: flex;
  justify-content: center;
}
.h2_flex{
  display: flex;
  align-items: center;
  margin: 70px auto 0;
  position: relative;
}
.soon::before{
  position: absolute;
  content: "coming soon";
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}
.tuika_ishirt::before{
  position: absolute;
  content: "完全ノーアイロン";
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}
.tuika_keitai::before{
  position: absolute;
  content: "形態安定";
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
}
.h2_area{
  text-align: center;
}
.uma{
  width: 86px;
}
h2{
  display: inline-block;
  margin-left: 20px;
  padding: 0 4px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/header_gold.svg);
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;
  background-repeat: repeat;
  text-align: center;
}
.h3_area{
  display: flex;
  justify-content: center;
}
h3{
  margin: 80px auto 16px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  height: 57px;
  display: flex;
  align-items: center;
}
.tori{
  margin-right: 10px;
}
.webonly{
  margin-right: 10px;
  background-color: #333;
  padding: 4px 10px;
  border-radius: 6px;
  color: #F9F5ED;
  font-size: 24px;
  display: block;
}
.item_p{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.price_flex{
  display: flex;
  align-items: center;
  width: 520px;
  margin: 20px auto 20px;
}
.item_price_p{
  font-size: 64px;
  font-weight: bold;
  color: #DB5443;
  margin-left: 10px;
}
.price_s{
  font-size: 32px;
}
.item_pic{
  display: block;
  margin: 0 auto;
}
.buy_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 460px;
  height: 80px;                       
  background-color: #DB5443;
  font-size: 36px;
  font-weight: bold;
  border-radius: 6px;  
  position: relative;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.buy_btn:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 3px #F9F5ED;
  border-right: solid 3px #F9F5ED;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.buy_btn a{
  color: #F9F5ED;
  text-decoration: none !important;
}
.buy_komoji{
  font-size: 20px;
}
.attention_area{
  padding: 60px 0;
  background-color: #F9F5ED;
}
h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.attention_p{
  margin: 20px auto 0;
  width: 900px;
  font-size: 16px;
  font-weight: 400;
}
.lastbtn_area{
  background-image: url(../images/bg_gold.svg);
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.last_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto ;
  width: 460px;
  height: 80px;
  background-color: #DB5443;
  font-weight: bold;
  border-radius: 6px;  
  position: relative;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.last_btn:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 3px #F9F5ED;
  border-right: solid 3px #F9F5ED;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.last_btn a{
  color: #F9F5ED;
  text-decoration: none !important;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.akamoji{
  color: #DB5443;
}
.tuika_chosei{
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }.bg_red{
    padding-bottom: 40px;
  }
  .intro_area{
    padding-top: 40px;
  }
  .intro_p{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .point_pic{
    width: 80%;
  }
  .nav{
    padding: 40px 0;
  }
  .nav1_flex{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .nav2_flex{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 2% auto 0;
  }
  .nav_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DB5443;
    color: #F9F5ED !important;
    text-decoration: none;
    width: 32%;
    height: 48px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none !important;
    position: relative;
    padding-right: 10px;
  }
  .nav_btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #F9F5ED;
    border-right: solid 2px #F9F5ED;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  .nav_chosei{
    margin-right: 2%;
  }
  .item_area{
    margin-top: 40px;
    width: 90%;
    padding-bottom: 40px;
  }
  .h2_flex{
    margin-top: 30px;
  }
  .uma{
    width: 46px;
  }
  h2{
    margin-left: 10px;
    font-size: 22px;
  }
  .item_p{
    width: 80%;
    margin: 8px auto;
    font-size: 14px;
  }
  .point_pic{
    width: 90%;
    margin: 16px auto 0;
  }
  .price_flex{
    justify-content: center;
    width: 90%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .item_price_p{
    font-size: 34px;
  }
  .price_s{
    font-size: 18px;
  }
  .ougi{
    width: 90px;
  }
  .tori{
    width: 30px;
    margin-right: 8px;
  }
  h3{
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 20px;
    height: 20px;
  }
  .item_pic{
    width: 90%;
  }
  .webonly{
    font-size: 12px;
  }
  .buy_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    width: 80%;
    height: 52px;                       
    background-color: #DB5443;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;  
    position: relative;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .buy_btn:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #F9F5ED;
    border-right: solid 2px #F9F5ED;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  .buy_btn a{
    color: #F9F5ED;
    text-decoration: none !important;
  }
  .buy_komoji{
    font-size: 12px;
  }
  .item_pic_sp{
    width: 70%;
  }
  .kankaku{
    margin-top: 20px;
  }
  .attention_area{
    padding: 40px 5%;
  }
  h4{
    font-size: 20px;
  }
  .attention_p{
    width: 100%;
    font-size: 12px;
  }
  .lastbtn_area{
    padding: 40px 0;
  }
  .last_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto ;
    width: 72%;
    height: 52px;
    background-color: #DB5443;
    font-weight: bold;
    border-radius: 6px;  
    position: relative;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .last_btn:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #F9F5ED;
    border-right: solid 2px #F9F5ED;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  .last_btn a{
    color: #F9F5ED;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .soon::before, .tuika_ishirt::before, .tuika_keitai::before{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    top: -6px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
  }
  .tuika_chosei{
    padding-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
