.header-search .head,
#gNav,
.pagetop {
  display: none;
  margin: 0 !important;
}

#all-second {
  margin: 0 !important;
}
#all-second #header {
  display: none;
}

.kag #container img {
  width: 100%;
}

#container {
  background: url(../../../img/kag/bg_01.webp) no-repeat center center/cover;
  background-attachment: fixed;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #container {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.kag-ttl {
  width: 767px;
  padding-top: 53px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 767px) {
  .kag-ttl {
    width: 80%;
    padding-top: 23px;
    margin-bottom: 26px;
  }
}

.kag-mv-item {
  width: 100%;
}

.kag-sec {
  color: #fff;
  margin: 180px auto 0;
}
@media screen and (max-width: 767px) {
  .kag-sec {
    width: 86%;
    margin-top: 80px;
  }
}
.kag-sec p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kag-sec p {
    font-size: 16px;
  }
}

.kag-subTtl {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .kag-subTtl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.kag-about {
  padding: 50px;
  background-color: rgba(130, 130, 130, 0.6);
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .kag-about {
    padding: 25px;
    margin-bottom: 50px;
  }
}
.kag-about p {
  width: 900px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kag-about p {
    width: 100%;
  }
}
.kag-about p:last-child {
  text-align: right;
}
.kag-about p + p {
  margin-top: 1.2em;
}
.kag-about + .kag-2columns .kag-2columns-heading {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .kag-about + .kag-2columns .kag-2columns-heading {
    font-size: 20px;
  }
}

.kag-2columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .kag-2columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kag-2columns-img {
  width: 471px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kag-2columns-img {
    width: 54%;
    margin: 0 auto 15px;
  }
}
.kag-2columns-txtArea {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .kag-2columns-txtArea {
    width: 100%;
  }
}
.kag-2columns-txtArea-inner {
  padding: 30px 40px;
  background-color: rgba(130, 130, 130, 0.6);
}
@media screen and (max-width: 767px) {
  .kag-2columns-txtArea-inner {
    padding: 15px 22px;
  }
}
.kag-2columns-heading {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .kag-2columns-heading {
    font-size: 22px;
  }
}
.kag-2columns-txt {
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kag-2columns-txt {
    font-size: 16px;
  }
}

.kag-features {
  text-align: center;
  padding: 50px;
  background-color: rgba(130, 130, 130, 0.6);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kag-features {
    padding: 15px 22px;
  }
}

.slider-for {
  width: 100%;
  aspect-ratio: 2000/610;
  position: relative;
}
.slider-for-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.slider-for-item.active {
  opacity: 1;
}

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .slider-nav {
    gap: calc((30/750)*100vw) 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .slider-nav .slider-nav-item {
    width: 245px;
    border: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .slider-nav .slider-nav-item.active {
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav .slider-nav-item {
    width: 47.4%;
  }
}

.slider-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0.2s;
  transition: opacity 0.2s, z-index 0.2s;
}
.slider-modal.active {
  z-index: 10;
}
.slider-modal-flame {
  width: 100%;
  height: 100%;
  background-color: rgba(130, 130, 130, 0.8);
}
.slider-modal-item {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  translate: 0 -50%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s, z-index 0.2s;
  transition: opacity 0.2s, z-index 0.2s;
}
.slider-modal-item.active {
  opacity: 1;
  z-index: 2;
}

#EventBox {
  margin-bottom: 0;
}
#EventBox .lists3 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #EventBox .lists3 {
    width: 86%;
    margin-inline: auto;
  }
}
#EventBox .lists3 li {
  color: #333;
  background-color: #fff;
  padding-bottom: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #EventBox .lists3 li {
    width: 100%;
    padding-bottom: calc((50/750)*100vw);
  }
}

@media screen and (max-width: 767px) {
  #footer .snsBox {
    padding-top: 25px;
  }
}