@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

.test {
  color: black;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
  background-color: #dce9f1;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.l-main {
  opacity: 0;
  transition: opacity 1s 2.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-load .l-main {
  opacity: 1;
}

.l-bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_filter.jpg) top center repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0.8;
}
[data-scroll-ps-pos="0"] .l-bg {
  opacity: 0.8;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.25, 1);
}
[data-scroll-ps-pos="1"] .l-bg {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.25, 1);
}
[data-scroll-pe-pos="1"] .l-bg {
  opacity: 1;
  transition: opacity 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-comments {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.l-outer {
  position: relative;
}

.l-section {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-section {
    width: 90%;
  }
}
.l-section__title {
  text-align: center;
}
.l-section__title__txt {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .l-section__title__txt {
    font-size: 21px;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }
}
.l-section__lead {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section__lead {
    margin: 10px auto 0;
  }
}
.l-section__lead__txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .l-section__lead__txt {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }
}
.l-section__contents {
  position: relative;
  margin: 28px auto 0;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-section__contents {
    margin-top: 14px;
    padding: 0 0;
  }
}

.l-footer {
  width: 100%;
  position: relative;
  margin: auto auto 0;
  padding-top: 80px;
  background-color: transparent;
  font-family: "Open Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: auto auto 0;
    padding-top: 20px;
  }
}
.l-footer__contents {
  width: 91.6%;
  margin: 0 auto;
  padding: 0px 0 52px;
}
@media screen and (min-width: 768px) {
  .l-footer__contents {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    padding: 30px 5% 57px;
  }
}
.l-footer__first {
  order: 1;
}
.l-footer__last {
  order: 0;
}
.l-footer__logo {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 150px;
    margin: 0 auto;
  }
}
.l-footer__logo-link {
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__logo-link:hover {
    transform: scale(1.05);
  }
}
.l-footer__twin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-footer__twin {
    display: block;
  }
}
.l-footer__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__share {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 28px auto 0;
  }
}
.l-footer__share-cap {
  font-size: 12px;
  margin-right: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__share-cap {
    font-size: 10px;
    margin-right: 17px;
  }
}
.l-footer__share-list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__share-list-item {
  width: 28px;
  height: auto;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item {
    width: 20px;
    margin-right: 22px;
  }
}
.l-footer__share-list-item:nth-last-of-type(1) {
  margin-right: 0;
}
.l-footer__share-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__share-link:hover {
    transform: scale(1.08);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.l-footer__txtLink {
  margin-left: 57px;
}
@media screen and (max-width: 767px) {
  .l-footer__txtLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin: 33px auto 0;
  }
}
.l-footer__txtLink-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-footer__txtLink-list-item {
  margin-right: 29px;
}
.l-footer__txtLink-list-item:nth-last-of-type(1) {
  margin-right: 0;
}
.l-footer__txtLink-link {
  display: block;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.13em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__txtLink-link:hover {
    transform: scale(1.02);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__txtLink-link {
    font-size: 10px;
    letter-spacing: 0.09em;
  }
}
.l-footer__copy {
  margin-top: 32px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.084em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: -0.01em;
  }
}

.m-modal {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.m-modal__bg {
  opacity: 0.8 !important;
  background: #ffffff !important;
}
.m-modal__content {
  width: 65% !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-modal__content {
    width: 89.5% !important;
  }
}
.m-modal__close-btn {
  position: fixed !important;
  top: 14px !important;
  right: 14px !important;
  width: 42px !important;
  height: 42px !important;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn {
    width: 32px !important;
    height: 32px !important;
    top: 7px !important;
    right: 7px !important;
  }
}
.m-modal__close-btn:hover::before {
  transform: rotate(-55deg) !important;
}
.m-modal__close-btn:hover::after {
  transform: rotate(55deg) !important;
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  width: 2px !important;
  height: 42px !important;
  background-color: #000 !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn::before, .m-modal__close-btn::after {
    width: 2px !important;
    height: 32px !important;
  }
}

.p-movieModal__logo {
  width: 52.3%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movieModal__logo {
    width: 83.43%;
  }
}
.p-movieModal__lead {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 15px auto 38px;
  font-family: "bryant-web", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead {
    margin: 7px auto 28px;
    font-size: 16px;
  }
}
.p-movieModal__lead-txt.--size-s {
  font-size: 22px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-s {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__lead-txt.--size-b {
  margin-left: 0.6em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-b {
    margin-left: 0.55em;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__movie .video-js {
  height: auto;
}
.p-movieModal__movie .video-js .vjs-big-play-button {
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  background: url(../img/play_icon.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movieModal__movie .video-js .vjs-big-play-button {
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
  }
}
.p-movieModal__movie .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .c-post {
    height: 100%;
  }
}
.m-modal .c-post {
  width: 450px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-modal .c-post {
    width: 325px;
  }
}
.l-comments .c-post {
  position: absolute;
  width: 450px;
  height: auto;
  opacity: 0;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(0.85) !important;
  transition: opacity 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .l-comments .c-post {
    width: 325px;
  }
}
.l-comments .c-post.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) !important;
}
.l-comments .c-post.is-active[data-random-module-count="1"] {
  transition-delay: 0s !important;
  left: 50% !important;
  top: 50% !important;
}
.l-comments .c-post.is-active[data-random-module-count="2"] {
  transition-delay: 0.5s !important;
}
.l-comments .c-post.is-active[data-random-module-count="3"] {
  transition-delay: 0.8s !important;
}
.l-comments .c-post.is-active[data-random-module-count="4"] {
  transition-delay: 1s !important;
}
.l-comments .c-post.is-active[data-random-module-count="5"] {
  transition-delay: 1.1s !important;
}
.l-comments .c-post.is-active[data-random-module-count="6"] {
  transition-delay: 1.2s !important;
}
.l-comments .c-post.is-active[data-random-module-count="7"] {
  transition-delay: 1.3s !important;
}
.l-comments .c-post.is-active[data-random-module-count="8"] {
  transition-delay: 1.4s !important;
}
.l-comments .c-post.is-active[data-random-module-count="9"] {
  transition-delay: 1.5s !important;
}
.l-comments .c-post.is-active[data-random-module-count="10"] {
  transition-delay: 1.6s !important;
}
.l-comments .c-post.is-active[data-random-module-count="11"] {
  transition-delay: calc(1.6s + 0.05s * (11 - 10)) !important;
  z-index: 11 !important;
}
.l-comments .c-post.is-active[data-random-module-count="12"] {
  transition-delay: calc(1.6s + 0.05s * (12 - 10)) !important;
  z-index: 12 !important;
}
.l-comments .c-post.is-active[data-random-module-count="13"] {
  transition-delay: calc(1.6s + 0.05s * (13 - 10)) !important;
  z-index: 13 !important;
}
.l-comments .c-post.is-active[data-random-module-count="14"] {
  transition-delay: calc(1.6s + 0.05s * (14 - 10)) !important;
  z-index: 14 !important;
}
.l-comments .c-post.is-active[data-random-module-count="15"] {
  transition-delay: calc(1.6s + 0.05s * (15 - 10)) !important;
  z-index: 15 !important;
}
.l-comments .c-post.is-active[data-random-module-count="16"] {
  transition-delay: calc(1.6s + 0.05s * (16 - 10)) !important;
  z-index: 16 !important;
}
.l-comments .c-post.is-active[data-random-module-count="17"] {
  transition-delay: calc(1.6s + 0.05s * (17 - 10)) !important;
  z-index: 17 !important;
}
.l-comments .c-post.is-active[data-random-module-count="18"] {
  transition-delay: calc(1.6s + 0.05s * (18 - 10)) !important;
  z-index: 18 !important;
}
.l-comments .c-post.is-active[data-random-module-count="19"] {
  transition-delay: calc(1.6s + 0.05s * (19 - 10)) !important;
  z-index: 19 !important;
}
.l-comments .c-post.is-active[data-random-module-count="20"] {
  transition-delay: calc(1.6s + 0.05s * (20 - 10)) !important;
  z-index: 20 !important;
}
.l-comments .c-post.is-active[data-random-module-count="21"] {
  transition-delay: calc(1.6s + 0.05s * (21 - 10)) !important;
  z-index: 21 !important;
}
.l-comments .c-post.is-active[data-random-module-count="22"] {
  transition-delay: calc(1.6s + 0.05s * (22 - 10)) !important;
  z-index: 22 !important;
}
.l-comments .c-post.is-active[data-random-module-count="23"] {
  transition-delay: calc(1.6s + 0.05s * (23 - 10)) !important;
  z-index: 23 !important;
}
.l-comments .c-post.is-active[data-random-module-count="24"] {
  transition-delay: calc(1.6s + 0.05s * (24 - 10)) !important;
  z-index: 24 !important;
}
.l-comments .c-post.is-active[data-random-module-count="25"] {
  transition-delay: calc(1.6s + 0.05s * (25 - 10)) !important;
  z-index: 25 !important;
}
.l-comments .c-post.is-active[data-random-module-count="26"] {
  transition-delay: calc(1.6s + 0.05s * (26 - 10)) !important;
  z-index: 26 !important;
}
.l-comments .c-post.is-active[data-random-module-count="27"] {
  transition-delay: calc(1.6s + 0.05s * (27 - 10)) !important;
  z-index: 27 !important;
}
.l-comments .c-post.is-active[data-random-module-count="28"] {
  transition-delay: calc(1.6s + 0.05s * (28 - 10)) !important;
  z-index: 28 !important;
}
.l-comments .c-post.is-active[data-random-module-count="29"] {
  transition-delay: calc(1.6s + 0.05s * (29 - 10)) !important;
  z-index: 29 !important;
}
.l-comments .c-post.is-active[data-random-module-count="30"] {
  transition-delay: calc(1.6s + 0.05s * (30 - 10)) !important;
  z-index: 30 !important;
}
.l-comments .c-post.is-active[data-random-module-count="31"] {
  transition-delay: calc(1.6s + 0.05s * (31 - 10)) !important;
  z-index: 31 !important;
}
.l-comments .c-post.is-active[data-random-module-count="32"] {
  transition-delay: calc(1.6s + 0.05s * (32 - 10)) !important;
  z-index: 32 !important;
}
.l-comments .c-post.is-active[data-random-module-count="33"] {
  transition-delay: calc(1.6s + 0.05s * (33 - 10)) !important;
  z-index: 33 !important;
}
.l-comments .c-post.is-active[data-random-module-count="34"] {
  transition-delay: calc(1.6s + 0.05s * (34 - 10)) !important;
  z-index: 34 !important;
}
.l-comments .c-post.is-active[data-random-module-count="35"] {
  transition-delay: calc(1.6s + 0.05s * (35 - 10)) !important;
  z-index: 35 !important;
}
.l-comments .c-post.is-active[data-random-module-count="36"] {
  transition-delay: calc(1.6s + 0.05s * (36 - 10)) !important;
  z-index: 36 !important;
}
.l-comments .c-post.is-active[data-random-module-count="37"] {
  transition-delay: calc(1.6s + 0.05s * (37 - 10)) !important;
  z-index: 37 !important;
}
.l-comments .c-post.is-active[data-random-module-count="38"] {
  transition-delay: calc(1.6s + 0.05s * (38 - 10)) !important;
  z-index: 38 !important;
}
.l-comments .c-post.is-active[data-random-module-count="39"] {
  transition-delay: calc(1.6s + 0.05s * (39 - 10)) !important;
  z-index: 39 !important;
}
.l-comments .c-post.is-active[data-random-module-count="40"] {
  transition-delay: calc(1.6s + 0.05s * (40 - 10)) !important;
  z-index: 40 !important;
}
.l-comments .c-post.is-active.--special {
  z-index: 41 !important;
  transition-delay: 3.3s !important;
  top: 10vw !important;
  left: auto !important;
  right: -5vw !important;
}
@media screen and (max-width: 767px) {
  .l-comments .c-post.is-active.--special {
    left: 50% !important;
    top: calc(50% + 50vw) !important;
    right: auto !important;
  }
}
.c-post__link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  border-radius: 30px;
  padding: 30px 30px 27px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .c-post__link {
    border-radius: 15px;
    padding: 16px 15px 17px;
  }
}
.c-post__thumb {
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #c8ccd6;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-post__thumb {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
}
.--ishikawa .c-post__thumb {
  background-color: #c9c9c4;
}
.--seto .c-post__thumb {
  background-color: #a0d8ef;
}
.--amamiya .c-post__thumb {
  background-color: #0068b7;
}
.--yamane .c-post__thumb {
  background-color: #009aa3;
}
.--ohara .c-post__thumb {
  background-color: #fff33f;
}
.--ishimi .c-post__thumb {
  background-color: #00aa6e;
}
.--ueda .c-post__thumb {
  background-color: #e8383d;
}
.--higashiyama .c-post__thumb {
  background-color: #b9d08b;
}
.--tanezaki .c-post__thumb {
  background-color: #e39182;
}
.--uchida .c-post__thumb {
  background-color: #fff2b8;
}
.--kubo .c-post__thumb {
  background-color: #f7b97d;
}
.--minase .c-post__thumb {
  background-color: #c5b3d3;
}
.--iwanaka .c-post__thumb {
  background-color: #aea493;
}
.c-post__thumb-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #9da3b4;
  -webkit-mask: url(../img/icon_man.svg) center center no-repeat;
  mask: url(../img/icon_man.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-50%, -50%);
}
.--ishikawa .c-post__thumb-icon {
  background-color: #9e9e97;
}
.--seto .c-post__thumb-icon {
  background-color: #64b7e0;
}
.--amamiya .c-post__thumb-icon {
  background-color: #002a83;
}
.--yamane .c-post__thumb-icon {
  background-color: #005d68;
}
.--ohara .c-post__thumb-icon {
  background-color: #ffdd04;
}
.--ishimi .c-post__thumb-icon {
  background-color: #00712f;
}
.--ueda .c-post__thumb-icon {
  background-color: #af0101;
}
.--higashiyama .c-post__thumb-icon {
  background-color: #86aa4c;
}
.--tanezaki .c-post__thumb-icon {
  background-color: #ca5242;
}
.--uchida .c-post__thumb-icon {
  background-color: #ffda60;
}
.--kubo .c-post__thumb-icon {
  background-color: #ef863d;
}
.--minase .c-post__thumb-icon {
  background-color: #987eaf;
}
.--iwanaka .c-post__thumb-icon {
  background-color: #776955;
}
.c-post__txtArea {
  width: calc(100% - 60px - 15px);
}
@media screen and (min-width: 768px) {
  .c-post__txtArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .c-post__txtArea {
    width: calc(100% - 30px - 7px);
  }
}
.c-post__name {
  display: flex;
  align-items: baseline;
}
.c-post__name-user {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-post__name-user {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.c-post__name-account {
  margin-left: 9px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #989da0;
}
.c-post__detail {
  width: 100%;
  margin: 9px auto 0;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.022em;
}
@media screen and (max-width: 767px) {
  .c-post__detail {
    margin: 8px auto 0;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.c-post__tag {
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-post__tag {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-post__tag {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.c-post__tag a {
  text-decoration: none;
  color: #0090c6;
}

.c-video__link {
  display: block;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-video__link:hover .c-video__pict {
    transform: scale(1.1);
  }
  .c-video__link:hover .c-video__frame {
    background-color: rgba(0, 0, 0, 0);
  }
  .c-video__link:hover .c-video__icon {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.c-video__pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center center no-repeat;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-video__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-video__icon {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url(../img/icon_play.svg) center center no-repeat;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-video__icon {
    width: 55px;
    height: 55px;
  }
}
.c-btn + .c-btn {
  margin-top: 20px;
}
.c-btn.--nl {
  filter: brightness(0.5);
  pointer-events: none;
}
.c-btn__link {
  display: block;
  position: relative;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000000;
  padding: 26px 0 28px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .c-btn__link:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    padding: 17px 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.c-btn__txt {
  position: relative;
}
.c-btn form {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-btn input[type=submit],
.c-btn button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.u-bp__spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-bp__pcOnly {
    display: none;
  }
  .u-bp__spOnly {
    display: block;
  }
}
.u-nm__harf__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.u-nm__r-03__txt {
  vertical-align: baseline;
  margin-right: -0.3em;
}

.u-nm__r-05__txt {
  vertical-align: baseline;
  margin-right: -0.5em;
}

.u-nm__r-06__txt {
  vertical-align: baseline;
  margin-right: -0.6em;
}

.u-nm__r-07__txt {
  vertical-align: baseline;
  margin-right: -0.7em;
}

.u-nm__r-08__txt {
  vertical-align: baseline;
  margin-right: -0.8em;
}

.u-nm__r-09__txt {
  vertical-align: baseline;
  margin-right: -0.9em;
}

.u-nm__l-05__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
}

.u-ls__d-001 {
  letter-spacing: -0.01em;
}

.u-ls__d-008 {
  letter-spacing: -0.08em;
}

.u-ls__d-05 {
  letter-spacing: -0.5em;
}

.u-ls__u-001 {
  letter-spacing: 0.01em;
}

.u-ls__u-008 {
  letter-spacing: 0.08em;
}

.u-ls__u-05 {
  letter-spacing: 0.5em;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
[data-op-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-op-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-txt] {
  transition: background-position 1.2s cubic-bezier(0.25, 0.96, 0.46, 0.98);
}
[data-scroll].is-active [data-scroll-txt] {
  background-position: 0 center;
}

[data-scroll-fade-up] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll].is-active [data-scroll-fade-up] {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll-fade-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-fade-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-right] {
  opacity: 1;
  transform: translateX(0);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-hero {
  position: relative;
  margin: 0 auto 0;
  padding: 165px 0 72px;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 82px 0 34px;
  }
}
.p-hero__contents {
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.p-hero img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-hero__logo {
  width: 465px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 62%;
  }
}
.p-hero__pict {
  position: relative;
}
.p-hero__copy {
  width: 80%;
  max-width: 855px;
  margin: 68px auto 0;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-hero__copy {
    width: 87%;
    margin-top: 33px;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: 0.05em;
  }
}
.p-movie {
  width: 100%;
}
.p-movie__body {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movie__body {
    width: 87%;
  }
}

/*============================
#form.p-form_in
============================*/
.p-form {
  position: relative;
  padding: 80px 0 108px;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 40px 0 54px;
  }
}
.p-form__contents {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 10px;
  padding: 59px 5.65% 59px;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-form__contents {
    width: 86.5%;
    border-radius: 5px;
    padding: 30px 4.8% 30px;
  }
}
.p-form__title {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-form__title {
    font-size: 16px;
  }
}
.p-form_in {
  margin: 63px auto 0;
}
@media screen and (max-width: 767px) {
  .p-form_in {
    margin-top: 20px;
  }
}
.p-form_in__field {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-form_in__field {
    font-size: 13px;
  }
}
.p-form_in__field + .p-form_in__field {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-form_in__field + .p-form_in__field {
    margin-top: 10px;
  }
}
.p-form_in__field-cap {
  display: block;
  width: 10em;
  padding: 9px 0 9px;
}
@media screen and (max-width: 767px) {
  .p-form_in__field-cap {
    width: 100%;
    padding: 5px 0 5px;
  }
}
.p-form_in__field-content {
  display: block;
  width: calc(100% - 10em);
}
@media screen and (max-width: 767px) {
  .p-form_in__field-content {
    width: 100%;
  }
}
.p-form_in__field input,
.p-form_in__field textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 9px 12px 9px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form_in__field input,
  .p-form_in__field textarea {
    padding: 10px 10px 10px;
    font-size: 13px;
  }
}
.p-form_in__field textarea {
  min-height: 178px;
}
@media screen and (max-width: 767px) {
  .p-form_in__field textarea {
    height: 90px;
    min-height: auto;
  }
}
.p-form__btn {
  max-width: 360px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    max-width: 235px;
    margin: 20px auto 0;
  }
}

.p-post {
  width: 100%;
  position: relative;
}
[data-scroll-ps-pos="1"] .p-post {
  pointer-events: none;
}
.p-post__inner {
  width: 100%;
  height: 300vh;
  position: relative;
}
.p-post__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
}
.p-post__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translate(0%, 6px);
}
[data-scroll-ps-pos="0"] .p-post__title {
  opacity: 0;
  transform: translate(0%, 6px);
  transition: opacity 0.6s 0s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll-ps-pos="1"] .p-post__title {
  opacity: 1;
  transform: translate(0%, 0px);
  transition: opacity 0.6s 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll-pe-pos="1"] .p-post__title {
  opacity: 0;
  transition: opacity 0.6s 0s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-post__title-txt {
  display: block;
  padding: 17px 47px 17px;
  background-color: #000000;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .p-post__title-txt {
    padding: 10px 24px 9px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.23em;
  }
}

.p-member {
  position: relative;
  padding: 100px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-member {
    padding: 50px 0 0;
  }
}
.p-member__head {
  opacity: 0;
  transform: translate(0%, 10px);
  transition: opacity 0.6s 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll-sa].is-active .p-member__head {
  opacity: 1;
  transform: translate(0%, 0px);
}
.p-member__body {
  width: 95%;
  max-width: 1284px;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0%, 10px);
  transition: opacity 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-member__body {
    width: 86.5%;
  }
}
[data-scroll-sa].is-active .p-member__body {
  opacity: 1;
  transform: translate(0%, 0px);
}
.p-member__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.p-member__title-txt {
  display: block;
  padding: 9px 58px 15px;
  background-color: #000000;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .p-member__title-txt {
    padding: 5px 31px 7px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.21em;
  }
}

.p-members {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-members {
    margin-top: 30px;
  }
}
.p-members__list {
  display: flex;
  flex-wrap: wrap;
}
.p-members__list-item {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .p-members__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-members__list-item {
    margin-left: 3%;
  }
  .p-members__list-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-members__list-item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-members__list-item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-section__title {
  margin: 0 0;
}
@media screen and (max-width: 767px) {
  .p-section__title {
    margin: 0 0;
  }
}
.p-section__lead {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__lead {
    margin: 10px auto 0;
  }
}
.p-section__contents {
  margin: 28px auto 0;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .p-section__contents {
    margin-top: 14px;
    padding: 0 0;
  }
}
.p-section__movie {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__movie {
    margin-top: 30px;
  }
}
.p-section__btnList {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__btnList {
    margin: 30px auto 0;
  }
}

.p-movieModal__logo {
  width: 52.3%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movieModal__logo {
    width: 83.43%;
  }
}
.p-movieModal__lead {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 15px auto 38px;
  font-family: "bryant-web", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead {
    margin: 7px auto 28px;
    font-size: 16px;
  }
}
.p-movieModal__lead-txt.--size-s {
  font-size: 22px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-s {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__lead-txt.--size-b {
  margin-left: 0.6em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-b {
    margin-left: 0.55em;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__movie .video-js {
  height: auto;
}
.p-movieModal__movie .video-js .vjs-big-play-button {
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  background: url(../img/play_icon.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movieModal__movie .video-js .vjs-big-play-button {
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
  }
}
.p-movieModal__movie .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none !important;
}