@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 1024px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}

.commonMv {
  background: url(/assets/img/common/img-bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 292px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .commonMv {
    background: url(/assets/img/common/img-bgsp.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
}
.commonMv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commonMv_ttl {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    width: 100%;
  }
}
.commonMv_ttl-small-txt {
  display: block;
  font-size: 25px;
  margin: 15px 0 0;
}
.commonMv .inner2 {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.commonMv_breadnav {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav {
    left: 20px;
  }
}
.commonMv_breadnav li {
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav li {
    font-size: 12px;
  }
}
.commonMv_breadnav li span {
  display: inline-block;
  padding: 0 10px;
}

.main-mv-slider-area {
  height: 470px;
}
@media screen and (max-width: 768px) {
  .main-mv-slider-area {
    height: 340px;
  }
}
.main-mv-slider-area .main-mv-slider {
  height: 470px;
}
@media screen and (max-width: 768px) {
  .main-mv-slider-area .main-mv-slider {
    height: 340px;
  }
}
.main-mv-slider-area .main-mv-slider li.txt-true {
  position: relative;
}
.main-mv-slider-area .main-mv-slider li picture img.filter {
  filter: brightness(0.7);
}
.main-mv-slider-area .main-mv-slider li .main-mv-info-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-mv-slider-area .main-mv-slider li .main-mv-info-copy {
    justify-content: center;
    column-gap: 20px;
    top: 52%;
  }
}
.main-mv-slider-area .main-mv-slider li .main-mv-info-copy p {
  font-size: clamp(16px, 4vw, 2.375rem);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0px 0px 5px black;
}
@media screen and (max-width: 768px) {
  .main-mv-slider-area .main-mv-slider li .main-mv-info-copy p {
    line-height: 2.1;
  }
}

.movie-area {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .movie-area {
    margin: 50px 0 0;
  }
}
.movie-area video {
  width: 100%;
  height: auto;
}
.movie-area iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.fix-banner-wrap {
  max-width: 300px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fix-banner-wrap {
    max-width: 220px;
  }
}
.fix-banner-wrap .autumn-banner {
  display: block;
}
.fix-banner-wrap .close-btn {
  max-width: 26px;
  width: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.fix-banner-wrap .close-btn02 {
  max-width: 26px;
  width: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.fix-banner-wrap.wrap02 {
  bottom: 210px;
}
@media screen and (max-width: 768px) {
  .fix-banner-wrap.wrap02 {
    bottom: 155px;
  }
}

.banner-light {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner-light {
    margin-top: 30px;
  }
}

.fix-banner-wrap02 {
  max-width: 300px;
  position: fixed;
  bottom: 125px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fix-banner-wrap02 {
    max-width: 220px;
    bottom: 98px;
  }
}
.fix-banner-wrap02 .autumn-banner {
  display: block;
}
.fix-banner-wrap02 .close-btn02 {
  max-width: 26px;
  width: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.webList {
  padding: 100px 0;
  background-color: #EEEEEE;
}
@media screen and (max-width: 768px) {
  .webList {
    padding: 80px 0;
  }
}
.webList_box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .webList_box {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
  }
}
.webList_list {
  flex-basis: calc((100% - 60px) / 4);
  flex-shrink: 0;
}
.webList_list p {
  padding-top: 10px;
  line-height: 1.5;
  font-weight: 600;
}

.infomation {
  margin-top: 130px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .infomation {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.infomation_box1 {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}
.infomation_box1-list {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .infomation_box1 {
    flex-direction: column;
    row-gap: 50px;
  }
}
.infomation_box1 span {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}
.infomation_box2 {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .infomation_box2 {
    flex-direction: column;
    row-gap: 50px;
  }
}
.infomation_box2-list {
  flex-basis: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .infomation_box2-list {
    flex-basis: auto;
  }
}
.infomation_box2 span {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.top-note {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .top-note {
    font-size: 14px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */