@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;

  line-height: 1.5;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  letter-spacing: 0.03em;
}

/* ---------------------------------------------------------------
修正
--------------------------------------------------------------- */

img {
  width: 100%;
}

/* --------------------------------------------------------------- */

footer {
  background-color: #232323;
  padding: 1em 0;
  color: #f6f6f6;
  text-align: center;
  font-size: 10px;
}

/* --------------------------------------------------------------- */

.video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* padding: 10svh 0 0; */
  text-align: center;
  line-height: 1.8;
  background-color: var(#232323);
}

.video iframe {
  margin: 0 auto;
  width: 1100px;
  height: 619px;
}

@media only screen and (min-width: 640px) and (max-width: 1100px) {
  .video iframe {
    width: 700px;
    height: 450px;
  }
}

@media only screen and (max-width: 640px) {
  .video iframe {
    width: 350px;
    height: 200px;
  }
}

.video__icon {
  padding: 0 0 25px;
}

.video__icon span {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  /* border: 1px solid #232323; */
  background-color: #232323;
  color: #f6f6f6;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
}

.video__titlewarp {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto;
  padding: 0 0 25px;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.video__title {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 640px) {
  .video__title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .video__title {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    line-height: 1.5em;
    letter-spacing: 0.025em;
  }
}

.video__img {
  max-width: 100%;
  margin: 0 auto;
}

.video__infowarp {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  /* background-color: #f6f6f6; */
}

.video__info {
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
  padding: 25px 0 70px;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.video__concept {
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
  padding: 0 0 70px;
  line-height: 1.75;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.video__concept span {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  line-height: 2;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.video__text {
  padding: 25px 0;
  /* border-bottom: 1px solid #ddd; */
}

.video__detail {
  display: flex;
  flex-wrap: wrap;
  /* display: table; */
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.video__detail dt:first-child {
  border-top: 1px #232323 solid;
}

.video__detail dt {
  /* display: table-cell; */
  width: 200px;
  padding: 30px 20px;
  border-top: 1px #232323 solid;
  vertical-align: top;
}

.video__detail dd {
  /* width: calc(100% - 238px);
  padding: 25px 0;
  border-bottom: 1px solid #ddd; */
  /* display: table-cell; */
  width: 620px;
  padding: 30px 20px;
  border-top: 1px #e0e0e0 solid;
  vertical-align: middle;
  font-size: 15px;
}

.Attention {
  margin: 10px 0 0;
}

.Attention li {
  list-style: disc;
  line-height: 150%;
  margin: 0 0 15px 1em;
  font-size: 12px;
}

.p-other_video {
  max-width: 1000%;
  background-color: #f6f6f6;
  padding: 100px 20px;
}

.p-other_video__inner {
  max-width: 820px;
  margin: 0 auto;
}

.p-other_video__list {
  margin: 50px auto;
}

.p-other_video__img {
  width: 250px;
}

.p-other_video__info {
  width: 500px;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .p-other_video__info {
    padding: 20px 20px 0;
    background-color: #fff;
    height: 350px;
    border-top: 0.5px solid #ddd;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-other_video__info {
    width: 390px;
    padding: 0 20px;
  }
}

.p-other_video__comment {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .p-other_video__comment {
    display: none;
  }
}

.p-other_video__contents {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.5em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 640px) {
  .p-other_video__contents {
    margin: 0.5em 0;
    font-size: 14px;
    line-height: 1.25;
    height: 1.5rem;
  }
}

.p-other_video__day {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .p-other_video__day {
    font-size: 10px;
  }
}

.p-other_video__icon {
  margin: 0 0 1em 0;
}

.p-other_video__venue {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 1em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 640px) {
  .p-other_video__venue {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-other_video__venue span {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0.75em 0 0;
  padding: 0.4em 0.75em;
  border: 1px solid #232323;
  border-radius: 2px;
  display: inline-block;
  margin: 1em 1em 1em 0;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 640px) {
  .p-other_video__venue span {
    font-size: 12px;
    margin: 1.5em 0 0.5em;
    padding: 0 50em 0 0 0;
    display: block;
  }
}

.p-other_video__content {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 1em;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 640px) {
  .p-other_video__content {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-other_video__content span {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0.75em 0 0;
  padding: 0.4em 0.75em;
  border: 1px solid #232323;
  border-radius: 2px;
  display: inline-block;
  margin: 1em 1em 1em 0;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 640px) {
  .p-other_video__content span {
    font-size: 12px;
    margin: 1.5em 0 0.5em;
    display: block;
  }
}

.p-other_video__link {
  margin: 1em 0 0 0;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  /* .video {
    padding: 50px 0 200px;
  } */

  .video__info {
    padding: 25px 50px;
  }

  .video__detail {
    padding: 0 20px;
  }

  .video__text {
    padding: 0 20px 45px;
  }

  .video__detail dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0px;
    border-top: 1px #e0e0e0 solid;
  }

  .video__detail dt:first-child {
    border-top: 1px #e0e0e0 solid;
  }

  .video__detail dd {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 0px;
  }

  .p-other_video {
    padding: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .video {
    /* padding: 50px 0 200px; */
    padding: 10svh 0 0;
  }

  .video__detail {
    padding: 0 20px;
  }

  .video__text {
    padding: 0 20px 45px;
  }

  .video__detail dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0px;
    border-top: 1px #e0e0e0 solid;
  }

  .video__detail dt:first-child {
    border-top: 1px #e0e0e0 solid;
  }

  .video__detail dd {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 0px;
  }

  .p-other_video__img {
    width: 100%;
  }

  @media only screen and (max-width: 640px) {
    .p-other_video__img {
      width: 100%;
    }
  }

  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .p-other_video__img {
    }
  }

  .p-other_video__day {
    font-weight: 600;
  }
}

/* loading要素 */

.loading {
  width: 100vw;
  height: 100svh;
  transition: all 0.75s;
  background-color: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100svh;
  transition: all 0.75s;
  background-color: #f6f6f6;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-animation {
  width: 300px;
  margin: 0 auto;
}

/* びじゅも */
.hacobune-unit-video-outline {
  display: none;
}

.hacobune-app-container[data-v-35833b67] {
  padding: 0 !important;
  max-width: 100vw !important;
  height: 100svh !important;
  /* width: 100% !important;
  max-width: 100% !important;
  height: 100svh !important; */
}

.hacobune-app-container[data-v-7cb6fb6e] {
  max-width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 719px) {
  .hacobune-app-container[data-v-7cb6fb6e] {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

.hacobune-app-main[data-v-35833b67] {
  background-color: #767676;
}

.hacobune-video-js.videojs-default-skin[data-v-c155ce12] {
  background-color: #fff;
  height: 100svh;
  padding: 0;
}

.hacobune-unit-video[data-v-3c2f8a74] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh !important;
}

@media (max-width: 720px) {
  .hacobune-unit-video[data-v-3c2f8a74] {
    margin: 0 auto !important;
  }
}

.hacobune-video-js .hacobune-vjs-tech {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 100svh !important;
  object-fit: cover; /* アスペクト比を維持しつつコンテナ全体を覆う */
  transform: translate(-50%, -50%);
}

@media (max-width: 719px) {
  .hacobune-app-container[data-v-35833b67] {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

@media (max-width: 720px) {
  .hacobune-unit-video[data-v-566ee380] {
    margin: 0 !important;
  }
}
