@charset "UTF-8";
/* media query */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&display=swap");
/* fontsize用 */
@import "../../common/css/styleguide.css";
/* contents
*****************************************************/
.mainArea {
  height: 650px;
}
@media (width < 1401px) {
  .mainArea {
    height: 580px;
  }
}
@media all and (max-width: 667px) {
  .mainArea {
    height: 200px;
  }
}
.mainArea .mainInner {
  height: 650px;
}
@media (width < 1401px) {
  .mainArea .mainInner {
    height: 580px;
  }
}
@media all and (max-width: 667px) {
  .mainArea .mainInner {
    height: 200px;
  }
}
.mainArea .mainInner .mainImg {
  background: url("../images/main_pc.jpg") no-repeat top left;
  background-size: cover;
  height: 650px;
}
@media (width < 1401px) {
  .mainArea .mainInner .mainImg {
    width: 93%;
    height: 580px;
  }
}
@media (width < 1201px) {
  .mainArea .mainInner .mainImg {
    background: url("../images/main_pc.jpg") no-repeat top center;
  }
}
@media (width < 901px) {
  .mainArea .mainInner .mainImg {
    background: url("../images/main_pc.jpg") no-repeat top right;
  }
}
@media all and (max-width: 667px) {
  .mainArea .mainInner .mainImg {
    background: url("../images/main_sp.jpg") no-repeat top left 38%;
    height: 200px;
    background-size: cover;
  }
}
.mainArea .mainInner .mainBox {
  width: 30%;
  background: linear-gradient(to right, #B9CE37, #009055);
}
@media (width < 1401px) {
  .mainArea .mainInner .mainBox {
    bottom: -90px;
  }
}
@media (width < 1201px) {
  .mainArea .mainInner .mainBox {
    width: 35%;
  }
}
@media (width < 901px) {
  .mainArea .mainInner .mainBox {
    width: 40%;
  }
}
@media all and (max-width: 667px) {
  .mainArea .mainInner .mainBox {
    width: 70%;
    left: 15px;
    bottom: -160px;
    padding: 25px 35px;
  }
}
@media (width < 481px) {
  .mainArea .mainInner .mainBox {
    width: 90%;
    left: 5px;
    bottom: -180px;
  }
}
.mainArea .mainInner .mainBox::before {
  background: linear-gradient(to right, #FEE103, #32B1D2);
}
.mainArea .mainInner .mainBox .mainTitle h1 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.mainArea .mainInner .mainBox .mainTitle h1 img {
  width: 100%;
  max-width: 450px;
}
.mainArea .mainInner .mainBox .mainTitle::after {
  content: none;
}

@media all and (max-width: 667px) {
  main {
    padding-top: 0;
    margin-top: -20px;
  }
}

#webocam .inner {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: auto;
}
@media all and (max-width: 667px) {
  #webocam .leadarea {
    margin-top: 300px;
  }
}
@media (width < 481px) {
  #webocam .leadarea {
    margin-top: 250px;
  }
}
#webocam .leadarea_tit img {
  width: 100%;
  max-height: 68px;
}
@media all and (max-width: 667px) {
  #webocam .leadarea_tit img {
    max-height: none;
  }
}
#webocam .leadarea_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
@media all and (max-width: 667px) {
  #webocam .leadarea_txt {
    gap: 15px;
  }
}
@media (width < 481px) {
  #webocam .leadarea_txt {
    flex-wrap: wrap;
    word-break: keep-all;
    text-align: center;
  }
}
#webocam .leadarea_txt img {
  max-width: 100px;
  border-radius: 100vmax;
}
@media all and (max-width: 667px) {
  #webocam .leadarea_txt img {
    max-width: 50px;
  }
}
#webocam .leadarea_txt p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media all and (max-width: 667px) {
  #webocam .leadarea_txt p {
    font-size: 1.6rem;
  }
}
@media (width < 481px) {
  #webocam .leadarea_txt p {
    width: 100%;
  }
}
#webocam .subtit {
  position: relative;
  text-align: center;
}
#webocam .subtit::before {
  position: absolute;
  content: "";
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(../../common/images/logo_mark.svg) center center/contain no-repeat;
}
@media all and (max-width: 667px) {
  #webocam .subtit::before {
    top: -90px;
    width: 60px;
  }
}
#webocam .subtit .catchCopy {
  margin-bottom: 20px;
  word-break: keep-all;
}
@media all and (max-width: 667px) {
  #webocam .subtit .catchCopy {
    margin-bottom: 10px;
  }
}
#webocam .subtit h3 {
  font-size: 2rem;
  font-weight: 700;
  word-break: keep-all;
}
@media all and (max-width: 667px) {
  #webocam .subtit h3 {
    font-size: 1.6rem;
  }
}
#webocam .movie {
  padding: 80px 0 90px;
  margin-top: 50px;
}
@media all and (max-width: 667px) {
  #webocam .movie {
    padding: 40px 0 50px;
  }
}
#webocam .movie .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-top: 50px;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  #webocam .movie .col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 667px) {
  #webocam .movie .col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px 30px;
  }
}
#webocam .movie .col3 p {
  padding-bottom: 15px;
}
@media all and (max-width: 667px) {
  #webocam .movie .col3 p {
    padding-bottom: 8px;
  }
}
#webocam .movie .col3 .col3_card > div {
  position: relative;
}
#webocam .movie .col3 .col3_card > div iframe {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
#webocam .movie .col3 .col3_card > div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -12px;
  opacity: 0.8;
  background: linear-gradient(to right, #B9CE37, #009055);
}
#webocam .movie .col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 10px;
  margin-top: 50px;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  #webocam .movie .col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 481px) {
  #webocam .movie .col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#webocam .movie .col4 p {
  padding-top: 15px;
}
#webocam .movie .col4 iframe {
  position: relative;
  z-index: 1;
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
#webocam .movie .col3 p, #webocam .movie .col4 p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 1em;
  word-break: keep-all;
}
@media all and (max-width: 667px) {
  #webocam .movie .col3 p, #webocam .movie .col4 p {
    font-size: 1.6rem;
  }
}
#webocam .movie_tit {
  position: relative;
  margin-top: -125px;
  text-align: center;
}
@media (width < 481px) {
  #webocam .movie_tit {
    margin-top: -70px;
  }
}
#webocam .movie_tit img {
  width: 100%;
  max-height: 93px;
  margin: auto;
}
@media (width < 481px) {
  #webocam .movie_tit img {
    max-height: 50px;
  }
}
#webocam .movie_box {
  max-width: 1100px;
  margin: 40px auto 0;
}
#webocam .movie_box iframe {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
#webocam .gallery {
  padding: 80px 0 90px;
  margin-top: 50px;
}
@media all and (max-width: 667px) {
  #webocam .gallery {
    padding: 50px 0 60px;
  }
}
#webocam .gallery .col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 0;
}
@media all and (max-width: 1280px) {
  #webocam .gallery .col5 {
    gap: 10px;
  }
}
@media all and (max-width: 1024px) {
  #webocam .gallery .col5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 667px) {
  #webocam .gallery .col5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 481px) {
  #webocam .gallery .col5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#webocam .gallery .col5 > div figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#webocam .gallery .col5 > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#webocam .bg1 {
  background: #e8f7f1;
}
#webocam .bg2 {
  background: #f1f1f1;
}
#webocam .pb0 {
  padding-bottom: 0;
}