﻿/* ==============================================
[ BaseStyle ]
============================================== */
#video {
  margin: calc(55 * (100vw / 375)) auto 0;
}

#video img {
  width: 100%;
  height: auto;
}

.en {
  font-family: "usual", 'Noto Sans', 'noto-sans', 'Noto Sans JP', sans-serif;
}

#video .ttl-main {
  font-size: 1.6rem;
  margin-bottom: calc(30 * (100vw / 375));
  font-family: "usual", 'Noto Sans', 'noto-sans', 'Noto Sans JP', sans-serif;
}

.footer {
  padding: calc(80 * (100vw / 750)) 0 calc(90 * (100vw / 750));
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #video {
    margin: 12.2rem auto 0;
  }

  #video .ttl-main {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

/* ----------[ Display None ]---------- */
.spOnly {
  display: block;
}

.pcOnly {
  display: none;
}

.relativeArea {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }
}

/* ==============================================
[ Style Css ]
============================================== */
/* ----------[ Video ]---------- */
.videoArea {
  width: calc(343 * (100vw / 375));
}

.videoArea .videoAreaMain {
  display: block;
  width: calc(343 * (100vw / 375));
  margin: auto;
}

.videoArea .videoAreaMain .video_contents {
  display: block;
  width: 100%;
  position: relative;
}

.videoArea .blockVideo_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}

.videoArea .blockVideo_btn-btn {
  width: calc(31 * (100vw / 375));
  height: calc(31 * (100vw / 375));
  margin: 0 auto;
}

.videoArea .blockVideo_btn-btn {
  transition: opacity 0.8s;
  width: calc(31 * (100vw / 375));
  height: calc(31 * (100vw / 375));
  margin: 0 auto;
  opacity: 1;
}

.videoArea .blockVideo_btn-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.videoArea .leadTxt {
  width: 100%;
  margin: calc(38.8 * (100vw / 375)) auto 0;
  font-size: calc(12 * (100vw / 375));
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: 'Noto Sans', 'noto-sans', 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
}

.videoArea .leadTxt .title {
  font-size: calc(15 * (100vw / 375));
}

@media only screen and (min-width: 768px) {

  /* ----------[ Video ]---------- */
  .videoArea {
    width: 90.1rem;
    margin: 9.8rem auto 0;
  }

  .videoArea .videoAreaMain {
    width: 90.1rem;
  }

  .videoArea .blockVideo_btn-btn {
    width: 8.2rem;
    height: 8.2rem;
  }

  .videoArea .leadTxt {
    width: 100%;
    margin: 5.7rem auto 0;
    font-size: 1.7rem;
    text-align: center;
    word-wrap: break-word;
  }

  .videoArea .leadTxt .title {
    font-size: 1.8rem;
  }
}