@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
 html img {
  width: 100%;
 }

@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

/*--------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡
--------------------------*/

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

#news_article_detail .mv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

#news_article_detail .mv .img {
  width: 40%;
}

#news_article_detail .mv .text .logo {
  width: 20rem;
  margin: auto;
}

#news_article_detail .mv .text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 4rem;
}

#news_article_detail .mv_lead {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 2rem;
}

#news_article_detail .news_inner {
  margin: 5rem auto 0;
}

#news_article_detail .news_inner .news_ttl {
  font-size: 2rem;
  padding: 1rem 0 0.7rem;
  background: #000;
  color: #fff;
  text-align: center;
}

#news_article_detail .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 2.5rem;
}

#news_article_detail .wrap .img {
  width: 35rem;
}

#news_article_detail .wrap .text {
  width: 40rem;
}

#news_article_detail .wrap .text h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

#news_article_detail .wrap.wrap_1 .text h4 {
  line-height: 3rem;
}

#news_article_detail .wrap .text h4 span {
  font-size: 1.8rem;
  text-decoration: underline;
}

#news_article_detail .wrap .text .inner_text {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: justify;
}

#news_article_detail .wrap .text .inner_text span {
  font-weight: 700;
}

#news_article_detail .wrap .text .name {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#news_article_detail .wrap .text .price {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
}

#news_article_detail .wrap .text .btn {
  margin: 2rem 0 0;
  width: 18rem;
  height: 3rem;
  padding: 0.5rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #000 0.1rem solid;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: unset;
}

#news_article_detail .wrap .text .btn:hover {
  transition: all .6s;
  background: #000;
  color: #fff;
}

#news_article_detail .tips {
  border: #000 0.1rem solid;
  border-radius: 2rem;
  width: 50rem;
  margin: 0 auto 0;
}

#news_article_detail .tips h4 {
  display: block;
  border-radius: 1.8rem 1.8rem 0 0 ;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#news_article_detail .tips p {
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  padding: 2rem;
}

#news_article_detail .info {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-top: 2rem;
}

#news_article_detail .info span {
  display: inline-block;
  padding: 0.6rem 1rem 0.4rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1rem;
}

#news_article_detail .border {
  width: 80%;
  height: 0.1rem;
  background: #EBEBEB;
  margin: 5rem auto 0;
}

#news_article_detail .info.wrap_3 {
  margin-top: 5rem;
  font-size: 1.5rem;
}

#news_article_detail .info.wrap_3 span {
  display: block;
  width: 10%;
  padding: 1rem 1rem 0.7rem;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 1rem;
}

/* #news_article_detail .wrap.wrap_3 {
  margin-top: 2rem;
} */

#news_article_detail .revirew {
  width: 80%;
  margin: 6rem auto 0;
  border: #000 0.1rem solid;
  padding: 0 0 2rem 0;
}

#news_article_detail .revirew_ttl {
  font-size: 1.4rem;
  padding: 1rem 0 0.7rem;
  background: #000;
  color: #fff;
  text-align: center;
}

#news_article_detail .revirew_text {
  width: 85%;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  margin: 2rem auto 0;
}

#news_article_detail .revirew_text span {
  font-weight: 700;
}

#news_article_detail .all_btn {
  margin: 8rem auto 0;
  width: 35rem;
  height: 5rem;
  padding: 0.5rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  border: #fff 0.1rem solid;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: unset;
}

#news_article_detail .all_btn:hover {
  border: #000 0.1rem solid;
  background: #fff;
  color: #000;
  text-decoration: unset;
}


/*--------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ SP ▼ ≡≡≡≡≡≡≡≡≡≡
--------------------------*/
@media only screen and (max-width: 768px) {

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .news_article_detail {
    padding: 0;
    border: unset;
  }

  #news_article_detail .mv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(30*(100vw / 390));
  }
  
  #news_article_detail .mv .img {
    width: 100%;
  }
  
  #news_article_detail .mv .text .logo {
    width: calc(200*(100vw / 390));
    margin: auto;
  }
  
  #news_article_detail .mv .text h2 {
    font-size: calc(18*(100vw / 390));
    font-weight: 700;
    margin-top: calc(25*(100vw / 390));
  }
  
  #news_article_detail .mv_lead {
    text-align: left;
    font-size: calc(14*(100vw / 390));
    font-weight: 400;
    line-height: 1.75;
    margin-top: 0;
  }
  
  #news_article_detail .news_inner {
    margin: calc(30*(100vw / 390)) auto 0;
  }
  
  #news_article_detail .news_inner .news_ttl {
    font-size: calc(20*(100vw / 390));
    padding: calc(10*(100vw / 390)) 0 calc(7*(100vw / 390));
  }
  
  #news_article_detail .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: calc(10*(100vw / 390));
    margin-top: calc(20*(100vw / 390));
  }
  
  #news_article_detail .wrap .img {
    width: 75%;
  }
  
  #news_article_detail .wrap .text {
    width: 100%;
  }
  
  #news_article_detail .wrap .text h4 {
    font-size: calc(18*(100vw / 390));
    font-weight: 700;
    line-height: 1.5;
  }
  
  #news_article_detail .wrap.wrap_1 .text h4 {
    line-height: calc(30*(100vw / 390));
  }
  
  #news_article_detail .wrap .text h4 span {
    font-size: calc(18*(100vw / 390));
    text-decoration: underline;
  }
  
  #news_article_detail .wrap .text .inner_text {
    margin-top: calc(10*(100vw / 390));
    font-size: calc(14*(100vw / 390));
  }
  
  #news_article_detail .wrap .text .inner_text span {
    font-weight: 700;
  }

  #news_article_detail .wrap .text .inner_text.second {
    margin-top: calc(20*(100vw / 390));
  }
  
  #news_article_detail .wrap .text .name {
    margin-top: calc(15*(100vw / 390));
    font-size: calc(16*(100vw / 390));
  }
  
  #news_article_detail .wrap .text .price {
    margin-top: calc(10*(100vw / 390));
    font-size: calc(20*(100vw / 390));
  }
  
  #news_article_detail .wrap .text .btn {
    margin: calc(20*(100vw / 390)) 0 0;
    width: 99%;
    height: calc(30*(100vw / 390));
    padding: calc(10*(100vw / 390)) 0 calc(8*(100vw / 390)) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #000 calc(1*(100vw / 390)) solid;
    font-size: calc(15*(100vw / 390));
    font-weight: 700;
    text-decoration: unset;
  }
  
  #news_article_detail .wrap .text .btn:hover {
    transition: all .6s;
    background: #000;
    color: #fff;
  }
  
  #news_article_detail .tips {
    border: #000 calc(1*(100vw / 390)) solid;
    border-radius: calc(18*(100vw / 390));
    width: calc(300*(100vw / 390));
    margin: calc(20*(100vw / 390)) auto 0;
  }
  
  #news_article_detail .tips h4 {
    display: block;
    border-radius: calc(15*(100vw / 390)) calc(15*(100vw / 390)) 0 0;
    background: #000;
    color: #fff;
    font-size: calc(15*(100vw / 390));
    font-weight: 700;
    padding: calc(10*(100vw / 390)) 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #news_article_detail .tips p {
    font-size: calc(12*(100vw / 390));
    line-height: 1.75;
    text-align: left;
    padding: calc(15*(100vw / 390))
  }
  
  #news_article_detail .info {
    font-size: calc(12*(100vw / 390));
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
    margin-top: calc(20*(100vw / 390));
  }
  
  #news_article_detail .info span {
    display: block;
    width: calc(70*(100vw / 390));
    padding: calc(8*(100vw / 390)) 1rem calc(6*(100vw / 390));
    background: #000;
    color: #fff;
    font-size: calc(12*(100vw / 390));
    font-weight: 700;
    line-height: 1;
    margin: calc(12*(100vw / 390)) auto;
  }
  
  #news_article_detail .border {
    width: 100%;
    height: calc(1*(100vw / 390));
    background: #EBEBEB;
    margin: calc(40*(100vw / 390)) auto 0;
  }
  
  #news_article_detail .info.wrap_3 {
    margin-top: calc(40*(100vw / 390));
    font-size: calc(15*(100vw / 390));
  }
  
  #news_article_detail .info.wrap_3 span {
    display: block;
    width: 35%;
    padding: calc(10*(100vw / 390)) calc(10*(100vw / 390)) calc(8*(100vw / 390));
    background: #000;
    color: #fff;
    font-size: calc(18*(100vw / 390));
    font-weight: 700;
    line-height: 1;
    margin: 0 auto calc(10*(100vw / 390));
  }
  
  /* #news_article_detail .wrap.wrap_3 {
    margin-top: 2rem;
  } */
  
  #news_article_detail .revirew {
    width: 99%;
    margin: calc(40*(100vw / 390)) auto 0;
    border: #000 calc(1*(100vw / 390)) solid;
    padding: 0 0 calc(20*(100vw / 390)) 0;
  }
  
  #news_article_detail .revirew_ttl {
    font-size: calc(14*(100vw / 390));
    padding: calc(10*(100vw / 390)) 0 calc(7*(100vw / 390));
    background: #000;
    color: #fff;
    text-align: center;
  }
  
  #news_article_detail .revirew_text {
    width: 85%;
    font-size: calc(12*(100vw / 390));
    line-height: 1.75;
    text-align: center;
    margin: calc(20*(100vw / 390)) auto 0;
  }
  
  #news_article_detail .revirew_text span {
    font-weight: 700;
  }
  
  #news_article_detail .all_btn {
    margin: calc(60*(100vw / 390)) auto 0;
    width: calc(350*(100vw / 390));
    height: calc(50*(100vw / 390));
    padding: calc(5*(100vw / 390)) 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000;
    border: #fff calc(1*(100vw / 390)) solid;
    font-size: calc(16*(100vw / 390));
    font-weight: 700;
    text-decoration: unset;
  }
  
  #news_article_detail .all_btn:hover {
    border: #000 0.1rem solid;
    background: #fff;
    color: #000;
    text-decoration: unset;
  }









}
