img {
  width: 100%;
  vertical-align: bottom;
}

div {
  font-size: 0;
  vertical-align: bottom;
}

.poRe {
  position: relative;
}

a:hover {
  opacity: 0.7;
}

.cnt_wrapper {
  width: 1200px;
  margin: 0 auto;
}

#sec_movie {
  text-align: center;
}

#sec_cnt .sec_app {
  position: absolute;
  top: 56.5%;
  right: 7.5%;
}

#sec_cnt .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

#sec_footer {
  background-color: #0074be;
  padding-top: 40px;
  /* padding-bottom: 60px; */
}

#sec_footer .flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  /* padding-bottom: 40px; */
}

#sec_footer .flex.flex01 {
  padding-bottom: 20px;
}

#sec_footer .flex.flex02 {
  padding-top: 20px;
  padding-bottom: 40px;
}

#sec_footer hr {
  border-top: solid 10px #fff;
  width: 1120px;
  margin: 0 auto;
}

#sec_footer .f-item01 {
  width: 504px;
}

#sec_footer .sec_map iframe {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .cnt_wrapper {
    width: 100%;
  }

  #sec_movie .youtube {
    width: 92vw;
    margin: 15px auto 15px;
    box-sizing: border-box;
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }

  #sec_movie .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #sec_cnt .sec_app {
    top: 56.8%;
  }

  #sec_cnt .flex {
    gap: 1vw;
  }

  #sec_cnt .flex .f-item {
    width: 13.333vw;
  }

  #sec_footer {
    padding-top: 3.2vw;
  }

  #sec_footer .flex {
    gap: 0 3vw;
    /* padding-bottom: 3.2vw; */
  }

  #sec_footer .flex.flex01 {
    padding-bottom: 3.2vw;
  }

  #sec_footer .flex.flex02 {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }

  #sec_footer hr {
    border-top: solid 4px #fff;
    width: 94%;
    /* margin: 0 auto; */
  }

  #sec_footer .f-item01 {
    width: 42.133vw;
  }

  #sec_footer .sec_map {
    height: 30vw;
  }

  #sec_footer .sec_map iframe {
    width: 38.667vw;
  }
}



/* 
  追記
*/
.hide {
  display: none;
}

body {
  position: relative;
}

.fullOverlay {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.fullOverlay .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: rgba(250, 250, 250, 1);
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fullOverlay .text {
    font-size: 5vw;
  }
}



/* 
  追記 20240327
*/
#openChirashi {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #openChirashi {
    margin-bottom: 5%;
  }
}