@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
/*!
  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-wrap {
  overflow: hidden;
  background-color: #eeeeea;
  opacity: 0;
}
body.is-load .l-wrap {
  opacity: 1;
}

.l-section__ttl {
  overflow: hidden;
  width: 100%;
}
.l-section__ttl h2 {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.l-section__ttl h2 span {
  display: block;
}
.l-section__inner {
  width: 90%;
  margin: 0 auto;
}

.l-footer {
  padding: 12% 3.5% 5%;
  position: relative;
  margin-top: 9.5%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 35% 3.5% 14%;
    margin-top: 18.5%;
  }
}
.l-footer__line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 60px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__line {
    padding: 0 20px;
  }
}
.l-footer__line-border {
  width: 100%;
  height: 1px;
  background-color: #997d26;
}
.l-footer__line::before, .l-footer__line::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_sparkle.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__line::before, .l-footer__line::after {
    width: 27px;
    height: 27px;
  }
}
.l-footer__line::before {
  left: 0;
}
.l-footer__line::after {
  right: 0;
}
.l-footer__inner {
  position: relative;
}
.l-footer__banner-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__banner-list-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list-item a:hover img {
    opacity: 0.6;
  }
}
.l-footer__banner-list-item img {
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-footer__banner-list-item.is-small-width {
  width: 6.7%;
  max-width: 87px;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-item.is-small-width {
    width: 39%;
    max-width: none;
  }
  .l-footer__banner-list-item.is-small-width a {
    width: 39%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list-item {
    width: 17%;
    max-width: 221px;
  }
  .l-footer__banner-list-item + .l-footer__banner-list-item {
    margin-left: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-item {
    margin: 0 10% 4% 0;
    width: 39%;
  }
  .l-footer__banner-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.l-footer__other {
  position: absolute;
  bottom: -7px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .l-footer__other {
    margin-top: 5%;
    position: relative;
    bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__other {
    margin-top: 8%;
  }
}
.l-footer__share {
  display: flex;
  align-items: center;
  font-family: "Cardo", serif;
}
@media screen and (max-width: 1000px) {
  .l-footer__share {
    justify-content: center;
  }
}
.l-footer__share-ttl {
  color: #997d26;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-ttl {
    font-size: 12px;
  }
}
.l-footer__share-list {
  margin-left: 27px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list {
    margin-left: 16px;
  }
}
.l-footer__share-list-item {
  width: 27px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item {
    width: 20px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item:hover img {
    opacity: 0.6;
  }
  .l-footer__share-list-item img {
    transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.l-footer__copy {
  margin-top: 25px;
  font-family: "Cardo", serif;
  color: #997d26;
  font-size: 12px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 15px;
    font-size: 10px;
  }
}
.l-footer__menu {
  font-family: "Cardo", serif;
  margin-top: 30px;
}
.l-footer__menu a {
  text-decoration: none;
  color: #997d26;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 15px;
  position: relative;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__menu a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu a {
    padding-right: 7px;
  }
}
.l-footer__menu a::before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.l-footer__menu-list {
  display: flex;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
  .l-footer__menu-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list {
    font-size: 12.5px;
    letter-spacing: 0.3px;
  }
}
.l-footer__menu-list-item {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list-item {
    margin-right: 4px;
  }
}
.l-footer__menu-list-item:last-of-type {
  margin-right: 0;
}
.l-footer__menu-list-item:last-of-type a::before {
  content: none;
}
.l-footer__brand {
  margin: 5.2% auto 0;
  width: 25.2%;
}
@media screen and (max-width: 767px) {
  .l-footer__brand {
    display: none;
    width: 56.2%;
  }
}
.l-footer__pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop:hover {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__pagetop {
    position: relative;
    margin: 5% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    margin: 11% auto 0;
    width: 73px;
  }
}
.l-footer__pagetop-base img {
  animation: rotate_loop 10s linear infinite both;
}
.l-footer__pagetop-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__official {
  font-family: "Cardo", serif;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
}
.l-footer__official a {
  color: #997d26;
  text-decoration: none;
  position: relative;
  background: url("../img/sns_x.png") no-repeat right center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-footer__official {
    margin-bottom: 90px;
  }
  .l-footer__official a {
    font-size: 22px;
    padding: 0em 1.8em 0em 0;
    transition: opacity 0.2s ease-out;
  }
  .l-footer__official a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__official {
    margin: 0 0 8vw;
  }
  .l-footer__official a {
    font-size: 1.1rem;
    padding: 0 2rem 0rem 0;
  }
}

@keyframes loop_tti {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes movie_anime-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -26px 0;
  }
}
@keyframes movie_anime-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -19px 0;
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
}
body.is-op-end .p-op {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.61, 1, 0.88, 1) 0.45s;
  pointer-events: none;
}
body.is-op-skip .p-op {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.61, 1, 0.88, 1) 0.45s;
  pointer-events: none;
}
.p-op__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85vh;
  max-height: 760px;
}
@media screen and (max-width: 767px) {
  .p-op__catch {
    height: 65vh;
  }
}
body.is-op .p-op__catch {
  opacity: 0;
  filter: blur(4px);
  transition: all 1.5s cubic-bezier(0.61, 1, 0.88, 1) 2.8s;
}
.p-op__catch img {
  max-width: none;
  height: 100%;
  transform: scaleY(1.4);
  filter: blur(3px);
  opacity: 0;
}
body.is-op .p-op__catch img {
  opacity: 1;
  filter: blur(0);
  transform: scaleY(1);
  transition: all 4.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

.p-hero {
  position: relative;
  margin-bottom: 13.5%;
}
@media screen and (max-width: 767px) {
  .p-hero {
    margin-bottom: 32.5%;
  }
}
.p-hero__kv {
  width: 100%;
  overflow: hidden;
}
.p-hero__kv img {
  width: 100%;
  transform: scale(1.05);
}
body.is-op-end .p-hero__kv img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.is-op-skip .p-hero__kv img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-hero__catch {
  position: absolute;
  top: 1.8%;
  right: 2.8%;
  width: 4.85%;
}
@media screen and (max-width: 767px) {
  .p-hero__catch {
    top: 1.2%;
    right: 2.5%;
    width: 5.4%;
  }
}
.p-hero__catch img {
  margin: 0 auto;
}
.p-hero__ui {
  position: absolute;
  top: 1.5%;
  right: 2%;
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .p-hero__ui {
    width: 100%;
    right: 2.6%;
  }
  .p-hero__ui.is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__ui {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-top: 6%;
    transform: translateY(15px);
    opacity: 0;
  }
  .p-hero__ui.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1) 0.2s, opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
  }
  .p-hero__ui.is-pc {
    display: none;
  }
}
.p-hero__logo {
  margin: -3% auto 0;
  width: 58.4%;
  transform: translateY(10px) scale(1.02);
  opacity: 0;
}
.p-hero__logo.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    margin: -7% auto 0;
    width: 70.5%;
  }
}
.p-hero__logo img {
  margin: 0 auto;
}
.p-hero__logo-caption {
  margin: 3.5% auto 0;
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .p-hero__logo-caption {
    margin: 3.9% auto 0;
    width: 62.5%;
  }
}
.p-hero__logo-caption img {
  margin: 0 auto;
}
.p-hero__player {
  position: relative;
  width: 23%;
  max-width: 300px;
  height: 100%;
  transform: rotate(7deg);
  background-color: #000;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-hero__player {
    top: -20px;
    opacity: 0;
    transform: rotate(3deg);
  }
  body.is-op-skip .p-hero__player {
    top: 0;
    opacity: 1;
    transform: rotate(7deg);
    transition: top 2.4s cubic-bezier(0.5, 1, 0.89, 1) 1.5s, opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s, transform 2.4s cubic-bezier(0.5, 1, 0.89, 1) 1.5s;
  }
  .p-hero__player:hover .p-hero__player-inner::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.p-hero__player::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/header_movie_frame.png) no-repeat center center;
  background-size: 100%;
  z-index: 1;
}
.p-hero__player-inner {
  position: relative;
  pointer-events: none;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  opacity: 0;
}
body.is-op-end .p-hero__player-inner {
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.61, 1, 0.88, 1) 1s;
}
body.is-op-skip .p-hero__player-inner {
  opacity: 1;
  transition: opacity 1.8s cubic-bezier(0.61, 1, 0.88, 1) 1.7s;
}
.p-hero__player-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-hero__player-thumb {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
}
.p-hero #PV_Player_ui {
  display: none;
}
.p-hero__otherkv {
  cursor: pointer;
  width: 12%;
  max-width: 157px;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-hero__otherkv {
    position: absolute;
    transform: translate(10%, 74%) rotate(0deg);
    top: -35px;
    opacity: 0;
    transition-delay: 0s;
  }
  body.is-op-skip .p-hero__otherkv {
    top: 0;
    opacity: 1;
    transform: translate(10%, 74%) rotate(5deg);
    transition: top 2.4s cubic-bezier(0.5, 1, 0.89, 1) 1.75s, opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 1.75s, transform 2.4s cubic-bezier(0.5, 1, 0.89, 1) 1.75s;
  }
  .p-hero__otherkv img {
    transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  }
  .p-hero__otherkv:hover {
    filter: brightness(1.25);
  }
  .p-hero__otherkv:hover img {
    transform: rotate(2deg) scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__otherkv {
    width: 100%;
    transform: translate(0, 0) rotate(0);
    max-width: none;
  }
}
.p-hero__otherkv-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-hero__otherkv-inner {
    padding-top: 25%;
    border-radius: 0;
  }
}
.p-hero__otherkv-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
}

.p-lead {
  margin: 0 auto 10%;
  width: 46.5%;
  filter: blur(4px);
  opacity: 0;
}
.p-lead.is-active {
  filter: blur(0);
  opacity: 1;
  transition: filter 1.2s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.p-lead.is-active img {
  transform: translateY(0) scale(1);
  transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-lead img {
  transform: translateY(10px) scale(0.97);
}
@media screen and (max-width: 767px) {
  .p-lead {
    width: 86.5%;
    margin: 0 auto 33%;
  }
}

.p-staff {
  margin-bottom: 15%;
}
@media screen and (max-width: 767px) {
  .p-staff {
    margin-bottom: 25%;
  }
}
.p-staff__ttl {
  margin-bottom: 5.6%;
}
@media screen and (max-width: 767px) {
  .p-staff__ttl {
    margin-bottom: 12.6%;
  }
}
.p-staff__ttl-item {
  width: 37vw;
  animation: loop_tti 10s linear infinite both;
}
@media screen and (max-width: 767px) {
  .p-staff__ttl-item {
    width: 66.5vw;
  }
}
.p-staff__list {
  width: 79.4%;
  margin: 0 auto;
  transform: translateY(15px);
  opacity: 0;
}
.p-staff__list img {
  filter: blur(3px);
}
.is-active .p-staff__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1);
}
.is-active .p-staff__list img {
  filter: blur(0);
  transition: filter 1.2s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (max-width: 767px) {
  .p-staff__list {
    width: 99.4%;
  }
}

.p-cast {
  margin-bottom: 12.8%;
}
.p-cast__ttl {
  margin-bottom: 5.6%;
}
@media screen and (max-width: 767px) {
  .p-cast__ttl {
    margin-bottom: 13.6%;
  }
}
.p-cast__ttl-item {
  width: 30vw;
  animation: loop_tti 10s linear infinite both reverse;
}
@media screen and (max-width: 767px) {
  .p-cast__ttl-item {
    width: 57vw;
  }
}
.p-cast__list {
  width: 79.4%;
  margin: 0 auto;
  transform: translateY(15px);
  opacity: 0;
}
.p-cast__list img {
  filter: blur(3px);
}
.is-active .p-cast__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1);
}
.is-active .p-cast__list img {
  filter: blur(0);
  transition: filter 1.2s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (max-width: 767px) {
  .p-cast__list {
    width: 99.4%;
  }
}

@media screen and (max-width: 767px) {
  .p-movie {
    margin-bottom: 7.6%;
  }
}
.p-movie__inner {
  padding: 42px 10px;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-movie__inner {
    padding: 32px 0;
  }
}
.p-movie__inner::before, .p-movie__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .p-movie__inner::before, .p-movie__inner::after {
    height: 32px;
  }
}
.p-movie__inner::before {
  top: 0;
  background: url(../img/movie_frame.png) repeat-x 0 0;
  background-size: 26px;
}
@media screen and (min-width: 768px) {
  .p-movie__inner::before {
    animation: movie_anime-pc 1.5s linear infinite both;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__inner::before {
    background-size: 19px;
    animation: movie_anime-sp 1.5s linear infinite both;
  }
}
.p-movie__inner::after {
  bottom: 0;
  background: url(../img/movie_frame.png) repeat-x 0 0;
  background-size: 26px;
}
@media screen and (min-width: 768px) {
  .p-movie__inner::after {
    animation: movie_anime-pc 1.5s linear infinite both reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-movie__inner::after {
    background-size: 19px;
    animation: movie_anime-sp 1.5s linear infinite both reverse;
  }
}
.p-movie__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie .movie_swiper {
  position: relative;
}
.p-movie .movie_swiper.is-slide-on .swiper-slide + .swiper-slide {
  margin-left: 0;
}
.p-movie .movie_swiper.is-slide-on .swiper-button-prev, .p-movie .movie_swiper.is-slide-on .swiper-button-next {
  display: block;
  height: 100%;
  transform: translateY(-50%);
  margin: 0 !important;
}
.p-movie .movie_swiper .swiper-slide {
  width: 49.7%;
  padding-top: 27.8%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-movie .movie_swiper .swiper-slide {
    width: 100%;
    padding-top: 44%;
  }
}
.p-movie .movie_swiper .swiper-slide::after {
  content: "";
  width: 44%;
  padding-top: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/btn_play.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-movie .movie_swiper .swiper-slide::after {
    width: 54%;
    padding-top: 14%;
  }
}
.p-movie .movie_swiper .swiper-slide + .swiper-slide {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-movie .movie_swiper .swiper-slide:hover .p-movie__thumb::before {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.p-movie .movie_swiper .swiper-button-prev, .p-movie .movie_swiper .swiper-button-next {
  display: none;
  width: 14%;
}
.p-movie .movie_swiper .swiper-button-prev::before, .p-movie .movie_swiper .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../img/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.p-movie .movie_swiper .swiper-button-prev::after, .p-movie .movie_swiper .swiper-button-next::after {
  content: none;
}
.p-movie .movie_swiper .swiper-button-prev {
  left: 0 !important;
}
.p-movie .movie_swiper .swiper-button-prev::before {
  left: 10px;
  transform: scale(-1, 1);
}
.p-movie .movie_swiper .swiper-button-next {
  right: 0 !important;
}
.p-movie .movie_swiper .swiper-button-next::before {
  right: 10px;
}

@media screen and (max-height: 800px) {
  .m-modal__content {
    max-width: 1000px !important;
  }
}
@media screen and (max-width: 767px) {
  .m-modal__content {
    padding: 30px 0;
  }
}

.m-modal__close-btn {
  position: fixed !important;
  top: 3px !important;
  right: 13px !important;
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn {
    width: 40px !important;
    height: 40px !important;
    top: 7px !important;
    right: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-modal__close-btn:hover::before {
    transform: rotate(-90deg) !important;
  }
  .m-modal__close-btn:hover::after {
    transform: rotate(90deg) !important;
  }
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  height: 100% !important;
  background-color: #997d26 !important;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.m-modal__close-btn::before {
  transform: rotate(-55deg) !important;
}
.m-modal__close-btn::after {
  transform: rotate(55deg) !important;
}
.m-modal__close-btn-caption {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Cardo", serif;
  color: #997d26;
  letter-spacing: 1px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn-caption {
    font-size: 10px;
    letter-spacing: 0.5px;
    bottom: -6px;
  }
}

.m-modal__close-deco {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  color: #997d26;
  font-family: "Cardo", serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 0 1.3%;
}
@media screen and (max-width: 767px) {
  .m-modal__close-deco {
    flex-direction: column;
    font-size: 10px;
    padding: 14px 0;
    min-height: 300px;
  }
}
.m-modal__close-deco-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-modal__close-deco-item {
    writing-mode: vertical-lr;
  }
  .m-modal__close-deco-item:nth-child(1) {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .m-modal__close-deco-item:nth-child(2) {
    transform: rotate(180deg);
  }
}

.m-modal__bg {
  background-color: #eeeeea !important;
}

.news_wrapper {
  position: relative;
  filter: blur(4px);
  opacity: 0;
}
.news_wrapper.is-active {
  filter: blur(0);
  opacity: 1;
  transition: filter 1.2s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.news_wrapper .news_list__item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.news_wrapper .news_list__item:last-child {
  margin-bottom: 0;
}
.news_wrapper .news_list__item .-date {
  font-family: "Cardo", serif;
  color: #997d26;
}
.news_wrapper .news_list__item .-title {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.4;
}
.news_wrapper .news_list__item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .news_wrapper {
    width: 50%;
    margin: 0 auto 10%;
    max-width: 900px;
    min-width: 750px;
  }
  .news_wrapper .news_list__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .news_wrapper .news_list__item .-date {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .news_wrapper .news_list__item .-title {
    font-size: 18px;
    position: relative;
    z-index: 0;
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .news_wrapper .news_list__item:hover .-title {
    opacity: 0.8;
    transform: translateX(0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .news_wrapper {
    width: 86vw;
    margin: 0 auto 30%;
  }
  .news_wrapper .news_list__item {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  .news_wrapper .news_list__item .-date {
    font-size: 0.9rem;
    margin-bottom: 0.4em;
  }
}

.is-load .in_news .news_wrapper {
  filter: blur(0);
  opacity: 1;
  transition: filter 1.2s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.in_news .news_wrapper .news_caption {
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
}
.in_news .news_wrapper .news_caption img {
  opacity: 0;
}
.in_news .news_wrapper .news_caption:after {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  background: url("../img/cap_news.png") repeat-x left top;
}
.in_news .news_wrapper .news_detail {
  font-family: "Shippori Mincho B1", serif;
}
.in_news .news_wrapper .news_detail__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.in_news .news_wrapper .news_detail__header .-date {
  color: #997d26;
  font-family: "Cardo", serif;
}
.in_news .news_wrapper .news_detail__header .-title {
  line-height: 1.4;
}
.in_news .news_wrapper .news_detail__text {
  line-height: 1.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.in_news .news_wrapper .news_detail__text a {
  color: #000;
  text-decoration: underline;
}
.in_news .news_wrapper .news_pager-back {
  text-align: center;
}
.in_news .news_wrapper .news_pager-back a {
  color: #997d26;
  font-family: "Cardo", serif;
  text-decoration: none;
}
.in_news .news_wrapper .news_pager-index {
  text-align: center;
  margin-top: 3rem;
}
.in_news .news_wrapper .news_pager-index a {
  font-family: "Cardo", serif;
  color: #fff;
  text-decoration: none;
  border: 1px solid #997d26;
  background: #997d26;
  padding: 0.8rem 2rem;
}
.in_news .news_wrapper .news_pager-list {
  display: flex;
  justify-content: center;
  font-family: "Cardo", serif;
}
.in_news .news_wrapper .news_pager-list li {
  position: relative;
  width: 2em;
  margin: 0 0.4em;
  text-align: center;
  z-index: 2;
}
.in_news .news_wrapper .news_pager-list li a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #997d26;
}
.in_news .news_wrapper .news_pager-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.8em);
  left: calc(50% - 0.8em);
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(45deg);
  background: #997d26;
  z-index: -1;
  opacity: 0;
}
.in_news .news_wrapper .news_pager-list li.is_current {
  color: #FFF;
}
.in_news .news_wrapper .news_pager-list li.is_current:before {
  opacity: 1;
}
@keyframes move_pc {
  100% {
    left: -440px;
  }
}
@media screen and (min-width: 768px) {
  .in_news .news_wrapper {
    padding-top: 100px;
    width: 80%;
  }
  .in_news .news_wrapper .news_caption {
    margin-bottom: 80px;
  }
  .in_news .news_wrapper .news_caption img {
    width: 440px;
  }
  .in_news .news_wrapper .news_caption:after {
    background-size: 440px;
    animation: move_pc 10s linear infinite;
  }
  .in_news .news_wrapper .news_detail__header {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .in_news .news_wrapper .news_detail__header .-date {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .in_news .news_wrapper .news_detail__header .-title {
    font-size: 24px;
  }
  .in_news .news_wrapper .news_detail__text {
    padding-bottom: 60px;
  }
  .in_news .news_wrapper .news_detail__text a {
    transition: color 0.2s ease-out;
  }
  .in_news .news_wrapper .news_detail__text a:hover {
    color: #997d26;
  }
  .in_news .news_wrapper .news_pager {
    margin-top: 80px;
  }
  .in_news .news_wrapper .news_pager a {
    transition: color 0.3s ease-out;
  }
  .in_news .news_wrapper .news_pager a:hover {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .in_news .news_wrapper {
    padding-top: 18vw;
  }
  @keyframes move_sp {
    100% {
      left: -60vw;
    }
  }
  .in_news .news_wrapper .news_caption {
    margin-bottom: 14vw;
  }
  .in_news .news_wrapper .news_caption img {
    width: 60vw;
  }
  .in_news .news_wrapper .news_caption:after {
    background-size: 60vw;
    animation: move_sp 6s linear infinite;
  }
  .in_news .news_wrapper .news_detail__header {
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }
  .in_news .news_wrapper .news_detail__header .-date {
    margin-bottom: 0.4em;
  }
  .in_news .news_wrapper .news_detail__header .-title {
    font-size: 1.3rem;
  }
  .in_news .news_wrapper .news_detail__text {
    padding-bottom: 8vw;
  }
  .in_news .news_wrapper .news_detail__text iframe {
    width: 86vw;
    height: 48.375vw;
  }
  .in_news .news_wrapper .news_pager {
    margin-top: 8vw;
  }
}