@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     news


============================================================================= */
/* =============================================================================


    news


============================================================================= */
.submv {
  background: transparent url(../asset/images/news/mv.jpg) no-repeat top center/cover;
}

.submv:before {
  background: #fff;
  mix-blend-mode: soft-light;
}

.submv:after {
  background: #fff;
}

.news {
  padding-bottom: 200px;
}

.news-container {
  margin: auto;
  max-width: 1080px;
}

.news-item {
  padding: 0 0 80px;
}

.news-item-ttlbox {
  position: relative;
  z-index: 1;
  /*   &:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    background: #404040;
    z-index: -1;
    height: 100%;
  } */
}

.news-item-ttlinfo {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-item-date {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.news-item-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 120px;
  padding: 0 0.5em;
  text-align: center;
  width: 120px;
}

.news-item-category._golf {
  background: #60e24d;
}

.news-item-category._sports {
  background: #4dd8e2;
}

.news-item-category._store {
  background: #ffa200;
}

.news-item-ttl {
  color: #fff;
  font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
}

.news-item-ttl:before {
  background: #404040;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

.news-item-content {
  line-height: 1.7;
  padding: 40px 0;
}

.news-item-content img {
  margin-bottom: 1em;
}

.news-item-content a {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-item-content a:hover {
  opacity: 0.7;
}

.news-item-content p {
  padding-bottom: 1em;
}

.news-item-content-cat {
  margin-top: 40px;
}

@media (max-width: 1228px){
  .news {
    padding-bottom: 120px;
  }
  .news-item-ttl {
    font-size: clamp(2.6rem, calc(2.4rem + (0.625vw * 1)), 3.6rem);
  }
}

@media (max-width: 767px){
  .news {
    padding-bottom: 80px;
  }
  .news-item {
    padding-bottom: 60px;
  }
  .news-item-ttl {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .news-item-content-cat {
    margin-top: 28px;
  }
}


/*# sourceMappingURL=news.css.map*/