@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600&display=swap");
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/NotoSans_demilight.woff2) format("woff2"), url(/assets/fonts/NotoSans_demilight.woff) format("woff"), url(/assets/fonts/NotoSans_demilight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(/assets/fonts/NotoSans_medium.woff2) format("woff2"), url(/assets/fonts/NotoSans_medium.woff) format("woff"), url(/assets/fonts/NotoSans_medium.otf) format("opentype");
}
body, body * {
  font-family: 'Noto Sans', sans-serif;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/Roboto-Medium.woff2) format("woff2"), url(/assets/fonts/Roboto-Medium.woff) format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(/assets/fonts/Roboto-Bold.woff2) format("woff2"), url(/assets/fonts/Roboto-Bold.woff) format("woff");
}
.l-main {
  padding: 0;
}

.p-kv + .c-section {
  margin-top: 0 !important;
}
.p-kv.-video {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-kv.-video {
    height: 530px;
    width: 100vw;
    min-width: 1240px;
    margin-left: calc((100vw - 1200px) / 2 * -1);
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1240px) {
  .p-kv.-video {
    width: 1240px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-video {
    height: 101.333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-kv.-video video {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-video video {
    height: 100%;
  }
}
.p-kv.-video .c-ctrl {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(17, 17, 17, 0.5);
  right: 20px;
  bottom: 20px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transition: background .2s ease;
}
.p-kv.-video .c-ctrl span {
  font-family: 'Roboto', 'Noto Sans', sans-serif;
  color: white;
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
  transition: all .3s ease;
}
.p-kv.-video .c-ctrl::before {
  content: "";
  box-sizing: content-box;
  width: 6px;
  height: 14px;
  border-right: 3px solid white;
  border-left: 3px solid white;
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  margin: auto;
  transition: all .3s ease;
}
.p-kv.-video .c-ctrl::after {
  font-family: 'Roboto', 'Noto Sans', sans-serif;
  color: white;
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
  transition: all .3s ease;
}
.p-kv.-video .c-ctrl::after * {
  font-family: inherit;
}
.p-kv.-video .c-ctrl.is-pause::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent white;
  transform: translateX(2px);
  transition: all .3s ease;
}
@media print, screen and (min-width: 768px) {
  .p-kv.-video .c-ctrl:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-kv.-video .c-ctrl:hover::before {
    border-right: 3px solid black;
    border-left: 3px solid black;
  }
  .p-kv.-video .c-ctrl:hover::after {
    color: black;
  }
  .p-kv.-video .c-ctrl:hover span {
    color: black;
  }
  .p-kv.-video .c-ctrl:hover.is-pause::before {
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent black;
  }
}
.p-kv.-video .c-catch {
  position: absolute;
  color: white;
  font-family: 'Roboto', 'Noto Sans', sans-serif;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.p-kv.-video .c-catch * {
  font-family: inherit;
}
@media print, screen and (min-width: 768px) {
  .p-kv.-video .c-catch {
    top: 175px;
    left: 50%;
    margin: auto;
    font-size: 10rem;
    margin-left: -600px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv.-video .c-catch {
    display: none;
  }
}
.p-kv.-video .c-catch small {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 768px) {
  .p-kv.-video .c-catch small {
    font-size: 4rem;
    margin-top: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-home_kv {
    background-image: url(/assets/img/home/bg_01.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv {
    height: 68.266666667vw;
    padding: 30px 15px;
    background-image: url(/assets/img/home/bg_01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.p-home_kv .c-inner {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .p-home_kv .c-inner {
    justify-content: flex-end;
    align-items: center;
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv .c-inner {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home_kv__body {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv__body {
    width: 53.733333333vw;
  }
}
.p-home_kv h2 {
  color: #235fcc;
  font-family: 'Noto Serif JP', serif;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-home_kv h2 + p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv h2 + p {
    margin: 15px 0 0;
  }
  .p-home_kv h2 + p .c-btn.-cmn {
    margin: 0 !important;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home_kv h2 {
    width: 440px;
    height: 132px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 10px;
    font-size: 4.2rem;
    line-height: 1.17;
    margin: -10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv h2 {
    width: 100%;
    height: 20vw;
    line-height: 1.2;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 6.3vw;
    letter-spacing: 0.07em;
    text-indent: 0.07em;
  }
}
.p-home_kv h2 img {
  opacity: 0;
}
.p-home_kv h2 b {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
}
@media print, screen and (min-width: 768px) {
  .p-home_kv h2 b {
    font-size: 7rem;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv h2 b {
    letter-spacing: 0.07em;
    font-size: 7.7vw;
  }
}
.p-home_kv h2 b .c-kanji {
  font-family: 'Noto Serif JP', serif;
}
@media print, screen and (min-width: 768px) {
  .p-home_kv h2 b .c-kanji {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home_kv h2 b .c-kanji {
    font-size: 10.3vw;
  }
}
html.msie .p-home_kv h2 {
  transform: translateY(0.18em);
}

/*# sourceMappingURL=home.css.map */
