@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

.top-block {
  background-image: url(../images/bk_head.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  width: 100%;
  margin: 0;
  padding-top: 60px;
}

.header-content {
  max-width: 1000px;
  margin: auto;
}

.top-copy {
  display: grid;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 31px;
  margin-bottom: 2em;
  padding: 0;
  width: 635px;
  height: 85px;
  background-image: url(../images/hd_copy_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  font-size: 0;
}

.top-main-pop {
  display: grid;
  box-sizing: border-box;
  width: 973px;
  height: 560px;
  background-image: url(../images/top_main_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  font-size: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.main-bkg {
  background-image: url(../images/bk_content.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  width: 100%;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.read-copy1 {
  display: grid;
  box-sizing: border-box;
  width: 677px;
  height: 155px;
  background-image: url(../images/comment_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  font-size: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.read-copy2 {
  display: grid;
  box-sizing: border-box;
  width: 677px;
  height: 249px;
  background-image: url(../images/comment_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  font-size: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.mov-block {
  margin: 0 auto;
  width: 800px;
}
.mov-block iframe {
  border: 4px solid #62ba6b;
  width: 800px;
  height: auto;
  aspect-ratio: 1920/1080;
}

.hd-topics-copy {
  display: grid;
  width: 857px;
  height: 62px;
  background-image: url(../images/hd_lv2_topics.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 0;
  margin: 70px auto;
  font-size: 0;
  text-align: center;
}

/* news-listの dt と dd を1行に並べるスタイル */
.news-list {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
  /* 各行の間にマージンを追加 */
}
.news-list dl {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 1em 1em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  font-size: 1.5em;
  box-shadow: #fff;
}
.news-list dt {
  clear: both;
  float: left;
  margin: 0;
  text-align: left;
  padding: 10px 10px;
}
.news-list dd {
  margin: 0;
  text-align: left;
  padding: 10px 10px;
  border-bottom: 8px dotted #6e95ce;
}
.news-list dl + dl {
  margin-top: 10px;
}

.no-posts p {
  font-size: 1.4em;
}

.point-block {
  text-align: center;
}

.hd-point-copy {
  display: grid;
  width: 857px;
  height: 62px;
  background-image: url(../images/hd_lv2_youto.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 0;
  margin: 70px auto;
  font-size: 0;
  text-align: center;
}

.point-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.point-list li {
  padding: 0;
  margin: 0 auto 55px;
}

.contact-hd {
  display: grid;
  width: 79px;
  height: 80px;
  background-image: url(../images/img_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
}

.shopping-list {
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: center;
  width: 654px;
  height: 264px;
  background-image: url(../images/bkg_shopping.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 auto;
  padding: 0;
}
.shopping-list ul {
  width: calc(100% - 270px);
  margin: 0;
  padding: 80px 0 0;
  list-style-type: none;
  display: flex;
  grid-column-start: 2;
}
.shopping-list li {
  margin: 0 auto;
}

.contact-link {
  text-align: center;
  margin: 40px auto;
}

.foot-block {
  width: 100%;
  background-image: linear-gradient(#fff, #AFDDe9);
  padding-bottom: 1em;
  border-bottom: 20px solid #52b5b2;
}

.foot-content {
  text-align: center;
}

.show_sp {
  display: none;
}

.topics-block {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}

.topics-header {
  display: grid;
  width: 857px;
  height: 62px;
  background-image: url(../images/hd_lv2_topics.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 0;
  margin: 70px auto;
  font-size: 0;
  text-align: center;
}

.date-header {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
}
.date-header span {
  background-color: #8fcdf1;
  width: 200px;
}

@media (max-width: 500px) {
  .show_sp {
    display: block;
  }
  .header-content {
    width: 100%;
  }
  .top-copy {
    width: 63.5%;
    height: auto;
    aspect-ratio: 635/85;
    background-size: 100%;
  }
  .top-main-pop {
    width: 97.3%;
    height: auto;
    aspect-ratio: 973/560;
    background-size: 100%;
  }
  .read-copy1 {
    width: 90%;
    height: auto;
    aspect-ratio: 677/157;
    background-size: 100%;
  }
  .read-copy2 {
    width: 100%;
    height: auto;
    aspect-ratio: 677/249;
    background-size: 100%;
  }
  .mov-block {
    width: 90%;
    height: auto;
    aspect-ratio: 560/315;
    padding: 0;
    border: 0;
  }
  .mov-block iframe {
    border: 4px solid #62ba6b;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 560/315;
  }
  .hd-topics-copy {
    width: 100%;
    height: auto;
    aspect-ratio: 857/62;
    background-size: 100%;
    margin: 60px auto 32px;
  }
  .news-list {
    max-width: initial;
    width: 90%;
  }
  .news-list dt {
    float: initial;
    padding-bottom: 0;
    font-weight: bold;
  }
  .news-list dd {
    border-bottom-width: 5px;
  }
  .hd-point-copy {
    width: 100%;
    height: auto;
    aspect-ratio: 857/62;
    background-size: 100%;
    margin: 60px auto 32px;
  }
  .point-list li {
    padding: 0;
    margin: 0 auto 1em;
  }
  .point-list img {
    width: 100%;
  }
  .contact-hd {
    width: 10%;
    height: auto;
    aspect-ratio: 79/80;
    background-size: 100%;
  }
  .shopping-list {
    width: 100%;
    height: auto;
    aspect-ratio: 654/264;
    background-image: url(../images/sp_img_shopping.png);
    background-size: 100%;
    grid-template-columns: 1fr;
  }
  .shopping-list ul {
    width: 90%;
    justify-content: space-around;
    margin: 0 auto;
    padding: 40px 0 0;
    grid-column-start: 1;
  }
  .contact-link img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */