@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;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 0;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin: 0 auto 0;
    padding: 0 0 0;
  }
}

.l-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  pointer-events: none;
}

.l-outer {
  position: relative;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-section__contents {
  position: relative;
  margin: 0 auto;
  padding: 0 0;
}
.l-section__title {
  position: relative;
  text-align: center;
}
.l-section__title-img {
  width: 100%;
  margin: 0 auto;
}

.l-footer {
  width: 100%;
  position: relative;
  margin: auto auto 0;
  padding: 11% 0 0;
  background: transparent;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: auto auto 0;
    padding-top: 100px;
    background: linear-gradient(0deg, #313131 0%, #313131 60%, rgba(0, 0, 0, 0) 100%);
  }
}
.l-footer .--footer-circle-01 {
  width: 30vw;
  height: 30vw;
  max-width: 545px;
  max-height: 545px;
  right: 0%;
  top: 0%;
  transform: translate(0%, -45%);
}
@media screen and (max-width: 767px) {
  .l-footer .--footer-circle-01 {
    width: 72vw;
    height: 72vw;
    transform: translate(19.5%, -49.5%);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .--footer-circle-02 {
    width: 27vw;
    height: 27vw;
    left: 0%;
    top: 0%;
    transform: translate(-29%, -104%);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .--footer-circle-02 .p-circle__pict {
    border-width: 0.75vw;
  }
}
.l-footer::before {
  content: "";
  display: block;
  width: 168vw;
  height: 112vw;
  position: absolute;
  left: 50%;
  top: 0%;
  border-radius: 100% 100% 0% 0%;
  background: linear-gradient(0deg, #313131 0%, #313131 60%, #424d18 100%);
  transform: translate(-50%, 0%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 59vw;
  }
}
.l-footer__inner {
  position: relative;
  z-index: 1;
}
.l-footer a {
  display: block;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 768px) {
  .l-footer a:hover {
    transform: scale(1.03);
  }
}

.l-footer__top {
  position: relative;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding-bottom: 30px;
  }
}

.l-footer__banner {
  width: 61%;
  margin: -4px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__banner {
    width: 90%;
    margin: 15px auto 0;
  }
}
.l-footer__banner-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list-item {
    width: 24.2%;
    margin-left: 1.0666666667%;
  }
  .l-footer__banner-list-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-item {
    width: 47.9%;
    margin-left: 4.2%;
  }
  .l-footer__banner-list-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .l-footer__banner-list-item:nth-of-type(n + 3) {
    margin-top: 11px;
  }
}
.l-footer__top + .l-footer__bottom {
  padding: 38px 0 95px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) 1;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) 1;
}
@media screen and (max-width: 767px) {
  .l-footer__top + .l-footer__bottom {
    padding: 30px 0 82px;
  }
}

.l-footer__bottom {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 19px 0 95px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    display: block;
    padding: 15px 0 82px;
  }
}

.set {
  color: black;
}

.p-stores {
  order: 1;
  width: 33.984%;
}
@media screen and (max-width: 767px) {
  .p-stores {
    width: 100%;
  }
}
.p-stores__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-stores__list-item {
  margin-left: 10px;
  margin-bottom: 12px;
}
.p-stores__list-item:nth-of-type(1) {
  margin-left: 0;
}
.p-stores__list-item a {
  display: block;
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-stores__list-item a {
    height: 36px;
  }
}
.p-stores__list-item a img {
  width: auto;
  height: 100%;
}

.l-footer__logo {
  order: 2;
  width: 186px;
  width: 13.742%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 63.5%;
    margin: 19px auto 0;
  }
}
.l-footer__logo-link {
  display: block;
}

.l-footer__unity {
  order: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5%;
}
@media screen and (max-width: 767px) {
  .l-footer__unity {
    margin: 28px auto 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shares {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.p-shares__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-shares__list-title {
  margin-right: 16px;
  font-size: 13px;
}
.p-shares__list-item {
  display: block;
  margin-right: 17px;
}
.p-shares__list-item:nth-of-type(1) {
  width: 40px;
}
.p-shares__list-item:nth-last-of-type(1) {
  margin-right: 0;
}
.p-shares__list-item a {
  width: 30px;
  display: block;
}
.p-shares__list-item svg {
  display: block;
  fill: #fff;
}
.p-shares__list-item #x.svg_icon {
  display: block;
}
.p-shares__list-item #line.svg_icon {
  display: block;
}
.p-shares__list-item #fb.svg_icon {
  display: block;
}

.p-liinks {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-liinks {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 28px auto 0;
  }
}
.p-liinks__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.p-liinks__list-item:nth-last-of-type(1) a {
  border-right: none;
  padding-right: 0;
}
.p-liinks__list-item a {
  display: block;
  margin-right: 9px;
  border-right: 1px solid #fff;
  padding-right: 6px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-liinks__list-item a {
    margin-right: 6px;
    padding-right: 6px;
  }
}

.p-copy {
  margin-top: 22px;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-copy {
    margin-top: 26px;
  }
}
.m-modal__bg {
  opacity: 0.95 !important;
  background: linear-gradient(45deg, #d1eaa4 0%, #ecf5a5 100%) !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;
}

.ytp-button {
  display: none;
}

.c-video {
  position: relative;
  padding-top: 38.542%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-video {
    padding-top: 58.5%;
  }
}
.c-video #youtubePlayer_ui {
  display: none;
}
.c-video #youtubePlayer {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  pointer-events: none;
  transform: translate(0%, -50%);
}
.c-video #youtubePlayer .ytp-button {
  display: none;
  opacity: 0;
}
.c-video #youtubePlayer_player_wrap::after {
  display: none;
}
.c-video__link {
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-video__link:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .c-video__link:hover .c-video__icon {
    transform: translate(165.5%, 4.5%) rotate(10deg) scale(1.1);
  }
}
.c-video__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}
.c-video__videoArea {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.c-video__pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center 61% no-repeat;
  background-size: 101.5%;
}
@media screen and (max-width: 767px) {
  .c-video__pict {
    background: center 61% no-repeat;
    background-size: 159.5%;
  }
}
.c-video__film {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.c-video__film::before, .c-video__film::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  background: url(../img/pv_line.svg) left bottom repeat-x;
  background-size: 340px 40px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-video__film::before, .c-video__film::after {
    height: 20px;
    background-size: 170px 20px;
  }
}
.c-video__film::before {
  left: 0;
  top: 0;
  transform: translate(0%, -100%);
  animation: pv_firm_l_pc 10s infinite linear forwards;
}
@keyframes pv_firm_l_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -340px;
  }
}
.c-video__film::after {
  right: 0;
  bottom: 0;
  transform: translate(0%, 100%);
  animation: pv_firm_r_pc 10s infinite linear forwards;
}
@keyframes pv_firm_r_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 340px;
  }
}
.c-video__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  pointer-events: none;
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-video__frame::after {
  content: "";
  display: block;
  width: 97.8%;
  height: 93.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
  transition: border-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .c-video__frame::after {
    width: 96.5%;
    height: 92.5%;
    border: 2px solid #fff;
  }
}
.c-video__icon {
  width: 15.808vw;
  height: 15.808vw;
  position: absolute;
  left: 0%;
  bottom: 0%;
  pointer-events: none;
  transform: translate(165.5%, 4.5%) rotate(10deg) scale(1);
  z-index: 1;
  transition: background-color 0.6s 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) {
  .c-video__icon {
    width: 110px;
    height: 110px;
    transform: translate(40.5%, 1.5%) rotate(10deg) scale(1);
  }
}
.c-video__icon::before, .c-video__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-video__icon::before {
  background: url(../img/movie_btn_01.png) center center no-repeat;
  background-size: contain;
}
.c-video__icon::after {
  background: url(../img/movie_btn_02.png) center center no-repeat;
  background-size: contain;
}

.c-characters-video {
  position: relative;
  padding-top: 56.25%;
}
.c-characters-video__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-characters-video__link:hover .c-characters-video__frame {
    background-color: rgba(0, 0, 0, 0);
  }
  .c-characters-video__link:hover .c-characters-video__frame::after {
    border-color: #fff;
  }
  .c-characters-video__link:hover .c-characters-video__icon {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-characters-video__link:hover .c-characters-video__pict-img {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .c-characters-video__link {
    padding-top: 53.6%;
  }
}
.c-characters-video__pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.c-characters-video__pict-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center center no-repeat;
  background-size: contain;
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-characters-video__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-characters-video__frame::after {
  content: "";
  display: block;
  width: 112%;
  height: 112%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/car_movie.png) center center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-characters-video__icon {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  z-index: 1;
  transition: background-color 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-characters-video__icon {
    width: 140px;
    height: 140px;
  }
}
.c-characters-video__icon::before, .c-characters-video__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-characters-video__icon::before {
  background: url(../img/movie_btn_01.png) center center no-repeat;
  background-size: contain;
}
.c-characters-video__icon::after {
  background: url(../img/movie_btn_02.png) center center no-repeat;
  background-size: contain;
}

.c-btn + .c-btn {
  margin-top: 20px;
}
.c-btn.--jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.c-btn.--eg {
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
}
.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;
  background-color: #000;
}
.--jp .c-btn__link {
  padding: 21px 15% 25px;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    padding: 14px 3% 18px;
  }
}
.c-btn__txt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.--jp .c-btn__txt {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.035em;
}
.c-btn__icon {
  position: absolute;
}
.--dl .c-btn__icon {
  width: 16px;
  height: 16px;
  right: 9.6%;
  top: 50%;
  background-color: #fff;
  -webkit-mask: url(../img/ic-download.svg) center center no-repeat;
  mask: url(../img/ic-download.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(0%, -50%);
}
.--nl .c-btn__icon {
  display: none;
}
.c-btn form {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-btn input[type=submit] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
}

.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__inner {
  position: relative;
}
.p-hero__contents {
  position: relative;
}
.p-hero__kv {
  position: relative;
  opacity: 0;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.js-load .p-hero__kv {
  opacity: 1;
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.p-hero__kv-img {
  width: 100%;
  margin: 0 auto;
  transform: scale(1.04);
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.js-load .p-hero__kv-img {
  transform: scale(1);
}
.p-hero__copy {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
.js-load .p-hero__copy {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-hero__copy-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.js-load .p-hero__logo {
  opacity: 1;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-hero__logo-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__lead {
  width: 57%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hero__lead {
    width: 78.5%;
    margin: 15px auto 0;
    z-index: 1;
  }
}
.p-hero__lead-img {
  margin: -1.2% auto 0;
}
@media screen and (max-width: 767px) {
  .p-hero__lead-img {
    margin: 0 auto;
  }
}

.p-circle {
  position: absolute;
  transition: margin-top 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-circle__pict {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.--circle-green-alpha .p-circle__pict {
  background: linear-gradient(45deg, #d1eaa4 0%, rgba(236, 245, 165, 0) 40%, rgba(236, 245, 165, 0) 100%);
}
.--circle-line-alpha .p-circle__pict {
  border: 0.4vw solid;
  -o-border-image: linear-gradient(to top, #d1eaa4, rgba(209, 234, 164, 0)) 1;
  border-image: linear-gradient(to top, #d1eaa4, rgba(209, 234, 164, 0)) 1;
}
.--circle-green .p-circle__pict {
  background: linear-gradient(45deg, #d1eaa4 0%, #ecf5a5 100%);
}
.--circle-line .p-circle__pict {
  border: 0.4vw solid #d1eaa4;
}
.--circle-red .p-circle__pict {
  background: linear-gradient(0deg, #fbe2e6 0%, #ffdee3 100%);
}
.--circle-purple .p-circle__pict {
  background: linear-gradient(0deg, #eadffe 0%, #eadffe 100%);
}

.p-firm {
  width: 110vw;
  height: 9.141vw;
  position: absolute;
  left: 50%;
  top: 0;
  background: url(../img/car_bg.png) left center repeat-x;
  background-size: 110vw 9.141vw;
}
@media screen and (max-width: 767px) {
  .p-firm {
    width: 1232px;
    height: 80px;
    background: url(../img/car_bg.png) left center repeat-x;
    background-size: 1232px 80px;
  }
}
.p-firm.--firm-l {
  transform: translate(-50%, 140%) rotate(-14deg);
  animation: deco_firm_l_pc 30s infinite linear forwards;
}
@media screen and (max-width: 767px) {
  .p-firm.--firm-l {
    animation: deco_firm_l_sp 30s infinite linear forwards;
    transform: translate(-50%, 1167%) rotate(-20deg);
  }
}
@media screen and (max-width: 767px) {
  .p-firm.--character-firm-00 {
    transform: translate(-50%, 160%) rotate(-20deg) !important;
    animation: deco_firm_l_sp 30s infinite linear forwards !important;
  }
}
.p-firm.--firm-r {
  transform: translate(-50%, 577%) rotate(14deg);
  animation: deco_firm_r_pc 30s infinite linear forwards;
}
@media screen and (max-width: 767px) {
  .p-firm.--firm-r {
    transform: translate(-50%, 1567%) rotate(20deg);
    animation: deco_firm_r_sp 30s infinite linear forwards;
  }
}
@keyframes deco_firm_l_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -110vw;
  }
}
@keyframes deco_firm_r_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 110vw;
  }
}
@keyframes deco_firm_l_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1232px;
  }
}
@keyframes deco_firm_r_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1232px;
  }
}
/*============================
#p-pv.l-section.p-pv
============================*/
.p-pv {
  position: relative;
  padding: 5.2% 0 25.6%;
}
@media screen and (max-width: 767px) {
  .p-pv {
    padding: 11.4% 0 30.4%;
  }
}
.p-pv .--pv-circle-01 {
  width: 70vw;
  height: 70vw;
  left: 0;
  top: 0;
  transform: translate(-21.5%, -48%);
}
@media screen and (max-width: 767px) {
  .p-pv .--pv-circle-01 {
    width: 63vw;
    height: 63vw;
    right: 0%;
    top: 0%;
    transform: translate(39.6%, -63%);
  }
}
.p-pv .--pv-circle-02 {
  width: 14vw;
  height: 14vw;
  max-width: 255px;
  max-height: 255px;
  left: 0;
  top: 0;
  transform: translate(-38.5%, -112%);
}
.p-pv .--pv-circle-03 {
  width: 40vw;
  height: 40vw;
  max-width: 726px;
  max-height: 726px;
  right: 0;
  top: 0;
  transform: translate(50%, -107%);
}
.p-pv .--pv-circle-04 {
  width: 14vw;
  height: 14vw;
  max-width: 255px;
  max-height: 255px;
  right: 0;
  bottom: 0;
  transform: translate(-228%, 114%);
}
.p-pv__head {
  width: 49.5%;
  position: absolute;
  left: -1.6%;
  top: 2.3%;
}
@media screen and (max-width: 767px) {
  .p-pv__head {
    width: 65.5%;
    left: -2.5%;
    top: -5.7%;
  }
}
.p-pv__video {
  padding: 1.68vw 0 0;
}
.p-pv .c-video__link {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-10deg) translate(-50%, -50%);
}
/*============================
#p-staff.l-section.p-staff
============================*/
.p-staff .--staff-circle-01 {
  width: 41vw;
  height: 41vw;
  max-width: 744px;
  max-height: 744px;
  right: 0%;
  top: 0%;
  transform: translate(23.6%, -53%);
}
@media screen and (max-width: 767px) {
  .p-staff .--staff-circle-01 {
    width: 63vw;
    height: 63vw;
    right: 0%;
    top: 0%;
    transform: translate(39.6%, -63%);
  }
}
.p-staff .--staff-circle-02 {
  width: 7.4vw;
  height: 7.4vw;
  max-width: 134px;
  max-height: 134px;
  left: 0%;
  top: 0%;
  transform: translate(138%, -27%);
}
@media screen and (max-width: 767px) {
  .p-staff .--staff-circle-02 {
    width: 15vw;
    height: 15vw;
    left: 0%;
    top: 0%;
    transform: translate(88%, 37%);
  }
}
.p-staff .--staff-circle-03 {
  width: 14vw;
  height: 14vw;
  max-width: 255px;
  max-height: 255px;
  left: 0%;
  top: 0%;
  transform: translate(-26%, 14%);
}
@media screen and (max-width: 767px) {
  .p-staff .--staff-circle-03 {
    width: 26vw;
    height: 26vw;
    left: 0%;
    top: 0%;
    transform: translate(-46%, 56%);
  }
}
.p-staff .--staff-circle-03 .p-circle__pict {
  border-width: 0.25vw;
}
@media screen and (max-width: 767px) {
  .p-staff .--staff-circle-03 .p-circle__pict {
    border-width: 1vw;
  }
}
.p-staff__head {
  width: 35.7%;
  margin: 0 2.8% 0 auto;
}
@media screen and (max-width: 767px) {
  .p-staff__head {
    width: 46%;
    margin: 0 5.4% 0 auto;
  }
}
.p-staff__body {
  max-width: 930px;
  width: 90%;
  margin: 0 auto;
}

.p-staffs {
  position: relative;
  margin: 0 auto;
  padding: 66px 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-staffs {
    padding-top: 35px;
  }
}
.p-staffs__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-staffs__list {
    display: block;
  }
}
.p-staffs__list-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-staffs__list-item {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-staffs__list-item + .p-staffs__list-item {
    margin-top: 28px;
  }
}
.p-staffs__post {
  font-size: 20px;
  color: #169d53;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-staffs__post {
    width: 36%;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
.p-staffs__name {
  margin: 14px auto 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-staffs__name {
    align-items: baseline;
    width: 64%;
    margin-top: 0;
    font-size: 20px;
  }
}
.p-staffs__sub {
  display: block;
  margin: 10px auto 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-staffs__sub {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}

/*============================
#p-character.l-section.p-character
============================*/
.p-character {
  margin: 0 auto;
  padding: 10.8vw 0 5.086vw;
}
@media screen and (max-width: 767px) {
  .p-character {
    padding: 21.3vw 0 10.5vw;
  }
}
.p-character .--character-circle-01 {
  width: 40vw;
  height: 40vw;
  max-width: 726px;
  max-height: 726px;
  left: 0%;
  top: 0%;
  transform: translate(-34.5%, -33%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-01 {
    width: 76vw;
    height: 76vw;
    left: 0%;
    top: 0%;
    transform: translate(-63.5%, -37%);
  }
}
.p-character .--character-circle-02 {
  width: 14vw;
  height: 14vw;
  max-width: 255px;
  max-height: 255px;
  right: 0;
  top: 0;
  transform: translate(19.5%, -38%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-02 {
    width: 26.5vw;
    height: 26.5vw;
    transform: translate(61%, 37%);
  }
}
.p-character .--character-circle-02 .p-circle__pict {
  border-width: 0.25vw;
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-02 .p-circle__pict {
    border-width: 0.75vw;
  }
}
.p-character .--character-circle-03 {
  width: 7.4vw;
  height: 7.4vw;
  max-width: 134px;
  max-height: 134px;
  right: 0;
  top: 0;
  transform: translate(-170%, 50%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-03 {
    width: 14vw;
    height: 14vw;
    transform: translate(21%, 281%);
  }
}
.p-character .--character-circle-04 {
  width: 40.5vw;
  height: 40.5vw;
  max-width: 735px;
  max-height: 735px;
  right: 0%;
  top: 0%;
  transform: translate(39.7%, 67.7%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-04 {
    width: 65vw;
    height: 65vw;
    transform: translate(69.6%, 126.5%);
  }
}
.p-character .--character-circle-05 {
  width: 13.7vw;
  height: 13.7vw;
  max-width: 239px;
  max-height: 239px;
  right: 50%;
  top: 50%;
  transform: translate(172%, -31%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-05 {
    width: 27vw;
    height: 27vw;
    right: auto;
    left: 0;
    top: 50%;
    transform: translate(-26%, -448%);
  }
}
.p-character .--character-circle-05 .p-circle__pict {
  border-width: 0.25vw;
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-05 .p-circle__pict {
    border-width: 0.75vw;
  }
}
.p-character .--character-circle-06 {
  width: 23.2vw;
  height: 23.2vw;
  max-width: 421px;
  max-height: 421px;
  left: 0%;
  bottom: 0%;
  transform: translate(-25%, -41%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-06 {
    width: 54vw;
    height: 54vw;
    transform: translate(-39%, -312%);
  }
}
.p-character .--character-circle-07 {
  width: 13.7vw;
  height: 13.7vw;
  max-width: 249px;
  max-height: 249px;
  left: 0%;
  bottom: 0%;
  transform: translate(79%, 26%);
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-07 {
    width: 27vw;
    height: 27vw;
    left: auto;
    right: 0%;
    transform: translate(48%, -295%);
  }
}
.p-character .--character-circle-07 .p-circle__pict {
  border-width: 0.25vw;
}
@media screen and (max-width: 767px) {
  .p-character .--character-circle-07 .p-circle__pict {
    border-width: 0.75vw;
  }
}
.p-character__head {
  width: 69.445%;
  margin: 0 auto 0 2.82%;
}
@media screen and (max-width: 767px) {
  .p-character__head {
    width: 89%;
    margin: 0 auto 0 5.5%;
  }
}
.p-character__body {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}

.p-characters {
  position: relative;
  margin: 60px auto 0;
  padding-top: 121%;
}
@media screen and (max-width: 767px) {
  .p-characters {
    margin: 36px auto 0;
    padding-top: 0;
  }
}
.p-characters__list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-characters__list {
    position: relative;
  }
}
.p-characters__list-item {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-characters__list-item {
    position: relative;
  }
}
.p-characters__list-item:nth-of-type(1) {
  width: 24%;
  left: 50%;
  top: 0.5%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(1) {
    width: 100%;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
  }
}
.p-characters__list-item:nth-of-type(2) {
  width: 24.16%;
  left: 50%;
  top: 42.5%;
  transform: translate(-130%, 0%);
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(2) {
    width: 100%;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
  }
}
.p-characters__list-item:nth-of-type(3) {
  width: 24.23%;
  left: 50%;
  top: 51.5%;
  transform: translate(14.9%, 0%);
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(3) {
    width: 100%;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
  }
}
.p-characters__pict {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(1) .p-characters__pict {
    width: 47.6%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(2) .p-characters__pict {
    width: 50.6%;
    margin: 24px 0% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(3) .p-characters__pict {
    width: 51.2%;
    margin: -30.5% auto 0 -2%;
  }
}
.p-characters__pict::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-characters__list-item:nth-of-type(1) .p-characters__pict::before {
  background: linear-gradient(45deg, #d1eaa4 0%, #ecf5a5 100%);
  -webkit-mask: url(../img/chara/char_01.png) center center no-repeat;
  mask: url(../img/chara/char_01.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-3.7%, 0%);
}
.p-characters__list-item:nth-of-type(2) .p-characters__pict::before {
  background: linear-gradient(0deg, #fbe2e6 0%, #ffdee3 100%);
  -webkit-mask: url(../img/chara/char_02.png) center center no-repeat;
  mask: url(../img/chara/char_02.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-3.7%, 0%);
}
.p-characters__list-item:nth-of-type(3) .p-characters__pict::before {
  background: linear-gradient(0deg, #eadffe 0%, #eadffe 100%);
  -webkit-mask: url(../img/chara/char_03.png) center center no-repeat;
  mask: url(../img/chara/char_03.png) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-3.7%, 0%);
}
.p-characters__pict-img {
  width: 100%;
  margin: 0 auto;
}
.p-characters__prof {
  width: 127%;
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-characters__prof {
    width: 100%;
    position: relative;
  }
}
.p-characters__list-item:nth-of-type(1) .p-characters__prof {
  left: 0;
  top: 50%;
  transform: translate(-116%, -45.1%);
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(1) .p-characters__prof {
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
  }
}
.p-characters__list-item:nth-of-type(2) .p-characters__prof {
  left: 0;
  top: 50%;
  transform: translate(-59.5%, -138%);
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(2) .p-characters__prof {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -129%);
  }
}
.p-characters__list-item:nth-of-type(3) .p-characters__prof {
  right: 0;
  top: 50%;
  transform: translate(105.5%, -135%);
}
@media screen and (max-width: 767px) {
  .p-characters__list-item:nth-of-type(3) .p-characters__prof {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -129%);
  }
}
.p-characters__name {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-characters__name {
    margin: 21px auto 0;
    font-size: 31px;
    letter-spacing: 0.09em;
  }
}
.p-characters__cv {
  margin: 16px 0 12px;
  font-size: 21px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-characters__cv {
    margin: 7px 0 0;
    font-size: 15px;
    letter-spacing: 0.19em;
  }
}
.p-characters__list-item:nth-of-type(1) .p-characters__cv {
  color: #169d53;
}
.p-characters__list-item:nth-of-type(2) .p-characters__cv {
  color: #ec6a94;
}
.p-characters__list-item:nth-of-type(3) .p-characters__cv {
  color: #8f65de;
}
.p-characters__detail {
  width: 100%;
  margin: 23px 0 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-characters__detail {
    width: 100%;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 2.15;
    letter-spacing: -0.04em;
  }
}
.p-characters__video {
  width: 120.95%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(117.2%, -50%);
}
@media screen and (max-width: 767px) {
  .p-characters__video {
    width: 94%;
    position: relative;
    right: auto;
    top: auto;
    margin: 23px auto 0;
    font-size: 13px;
    line-height: 2.15;
    letter-spacing: -0.04em;
    transform: translate(0%, 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;
}