@charset "utf-8";
/* CSS Document */

#container {
  padding-top: 0;
}
.breadCrumb {
  padding-top: 10px;
}
.mainContents {
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
#container .mainContents a {
  color: #76B900;
  text-decoration: none;
}
#container .mainContents a:hover {
  text-decoration: underline;
}
.mainContents h1,
.mainContents h2,
.mainContents h3 {
  line-height: 1.25;
}
.contents .cont_inr h1 {
  font-size: 36px;
}
.contents .cont_inr h2 {
  font-size: 24px;
}
.contents .cont_inr h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px), print {
  .contents .cont_inr h2 {
    font-size: 28px;
  }
  .contents .cont_inr h3 {
    font-size: 24px;
  }
}
.contents .cont_inr {
  font-size: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .contents--mv {
    margin-top: 0;
  }
  .contents--mv .mv_txt_box {
    padding-top: 30px;
  }
  .contents--mv .mv_logo_box img {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .contents--mv {
    background: no-repeat url(../images/mv-pc.webp) center/cover;
    min-height: 750px;
  }
  .contents--mv .mv_logo_box {
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contents--bundle {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contents--bundle {
    background: no-repeat url(../images/bg-about-bundle-pc.webp) center/cover;
  }
  .contents--bundle .bundle_txt_box {
    width: 38%;
  }
}
.bundle-detail-list > li {
  display: flex;
  gap: 0.5em;
}
.bundle-detail-list > li::before {
  content: ">";
}
.contents--video {
  background: no-repeat url(../images/bg-video-sp.webp) right/cover;
}
.contents--video .cont_inr {
  border-top: 0;
}
@media screen and (min-width: 768px), print {
  .contents--video {
    background: no-repeat url(../images/bg-video-pc.webp) center/cover
  }
}
.contents--camp .cont_inr {
  border-top: 0;
}
.item_wrap .item_name {
  font-size: 18px;
  line-height: 1.25;
}
.item_wrap .item_link {
  margin-top: 30px;
  margin-bottom: 0;
}
.item_wrap .item_link a {
  color: #fff !important;
}
@media screen and (min-width: 768px), print {
  .item_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 60px;
  }
  .item_wrap li {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .logo_wrap li {
    flex: 0 0 auto;
    /*padding: 0 30px;*/
  }
  .logo_wrap li:last-child {
    /*width: 100%;*/
  }
}
.contents--info .info_copy {
  text-align: left;
}