@charset "utf-8";
/* CSS Document */
.section-top__image {
  height: 66vw;
  background-image: url("../images/news/shopphoto.png");
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__image p{
  top: 50%;
  left: 50%;
  transform: translate(-40%, -20%);
  position: absolute;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.4em;
}
@media(min-width: 480px) {
  .section-top__image {
    height: 16vw;
    background-size:100%;
  }
  .section-top img {
    width: 40%;
    margin-top: 0%;
  }
  .section-top__image p{
    font-size: 8rem;
    transform: translate(-50%, -20%);  
  }

}
/*--news-list--------------*/

.news-list {
  padding: 60px 16px;
}
.news-list h2 {
  margin-bottom: 40px;
}
.news-list__container {
  max-width: 327px;
  margin: 0 auto;
}
.news-list__description {
  width: 327px;
  margin: 20px 0;
}
.news-list__description h3 {
  font-size: 1.8rem;
  margin: 24px 0;
  padding: 0px 8px;
}
.news-list__description p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0px 8px;
}
.news-list ol li {
  max-width: 327px;
  margin: 0 auto;
  border-top: 1px solid #717171;
  list-style: none;
  text-align: left;
}
.news-list img{
  width: 100%;
  margin-bottom: 20px;
  object-fit: contain;
}
.pc{
 display: none;
}
.right{
  margin-left: 90%;
}

@media (min-width: 480px) {
  .news-list {
    padding: 60px 0 100px;
  }
  .news-list h2 {
    font-size: 3.2rem;
    letter-spacing: 0.4em;
    margin-top: 24px;
  }
  .news-list__container {
    max-width: 940px;
  }
  .news-list__description {
    width: 500px;
  }
  .news-list__description h3 {
    font-size: 2.0rem;
    margin: 20px 0 30px;
  }
  .news-list__description p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
  }
  .news-list ol li {
    max-width: 940px;
    display: flex;
  }
  .news-list ol li img {
    width: 64%;
    max-width: 100%;
    object-fit: contain;
    height: 176px;
    margin: 44px 0 24px 120px;
  }
  .news-list a{
    width: 280px;
  }
.pc{
  display: block;
  }
}
