@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/lph2oso.css");
:root {
  --color-font-base: #000000;
  --color-font-base02: #000000;
  --color-font-link: #000000;
  --color-black: #4c4949;
  --color-white: #ffffff;
  --color-green: #49ff0a;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* pxove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* pxove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* pxove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bold; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of incpxent and decpxent buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* pxove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* pxove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style pxoved in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* pxove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* pxove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

@keyframes scrollAnimBefore {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  90% {
    top: auto;
    height: 0;
    bottom: 0;
  }
  100% {
    top: 0;
    height: 0;
    bottom: auto;
  }
}
@keyframes scrollTextAnimaiton {
  0% {
    transform: rotateX(-90deg);
  }
  40% {
    transform: rotateX(0);
  }
  80% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes bgAnimation {
  0%, to {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
@keyframes videoFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
}

body {
  position: relative;
  z-index: 1;
  margin: auto;
  color: var(--color-font-base);
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.1rem;
  }
}
body::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/bg_filter.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
body[data-page=news]::before {
  background-image: url("../img/bg_news.jpg");
  opacity: 0.05;
}
body[data-page=news]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/bg_filter.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  pointer-events: none;
}
body .l-header {
  transition: 0s !important;
}

.l-outer {
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

b,
th {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  box-sizing: border-box;
}

a {
  color: var(--color-font-link);
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  a:hover, a:active {
    text-decoration: none;
  }
}

p {
  font-size: 1.6rem;
}
p > a {
  text-decoration: underline;
  transition: 0.2s;
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  p > a:hover, p > a:active {
    opacity: 0.7;
    text-decoration: none;
  }
}

em {
  font-weight: 700;
  font-style: normal;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}
table tr {
  vertical-align: top;
}

button {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

abbr {
  text-decoration: none;
}

li {
  list-style: none;
}

dfn {
  display: block;
  font-style: normal;
}

hr {
  display: none;
}

.l-header {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
  pointer-events: none;
}

.p-header-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.p-header-logo__inner {
  max-width: 106px;
  width: 100%;
}
.p-header-logo__inner > img {
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  .p-header-logo__inner {
    max-width: 49px;
  }
}

.p-header-nav {
  position: fixed;
  width: 100%;
  height: 93px;
  padding-bottom: 6px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header-nav__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 42px;
}
@media only screen and (max-width: 767px) {
  .p-header-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    border-bottom: 0;
    z-index: 10;
  }
  .p-header-nav__bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/main_bg.jpg");
    background-position: top;
    background-size: contain;
    opacity: 0.9;
    background-color: #ffffff;
  }
  .p-header-nav__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    transition: opacity 0.5s linear;
  }
  .p-header-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .p-header-nav.is-open .p-header-nav-list__link {
    pointer-events: all;
  }
  .p-header-nav.is-open::after {
    transform: translate(0);
    opacity: 1;
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
  }
  .p-header-nav.is-open .p-header-nav__bg {
    transform: translate(-50%, -50%);
    transition: opacity 0.5s linear;
  }
}

.p-header-nav-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 11;
  box-sizing: border-box;
  display: none;
}
.p-header-nav-btn__btn {
  display: block;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  min-height: 0;
  transition: 0s 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) {
  .p-header-nav-btn__btn:hover .p-header-nav-btn__text-item, .p-header-nav-btn__btn:active .p-header-nav-btn__text-item {
    letter-spacing: 0.08em;
  }
}
.p-header-nav-btn__btn::before, .p-header-nav-btn__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 73%;
  height: 1px;
  left: 50%;
  background-color: #010000;
  transform-origin: center;
  transform: translateX(-50%);
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, opacity 0.2s 0.5s;
  box-sizing: border-box;
}
.p-header-nav-btn__btn::before {
  top: 9px;
}
.p-header-nav-btn__btn::after {
  top: 15px;
}
.p-header-nav-btn__content, .p-header-nav-btn__icon {
  display: block;
  width: 100%;
}
.p-header-nav-btn__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.p-header-nav-btn__icon {
  position: absolute;
  width: 73%;
  height: 1px;
  top: 21px;
  left: 50%;
  background-color: #010000;
  transform-origin: center;
  transform: translateX(-50%);
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, opacity 0.2s 0.5s;
  box-sizing: border-box;
}
.p-header-nav-btn__text {
  display: none;
}
.p-header-nav-btn__text-item {
  transition: letter-spacing 0.3s;
}
.p-header-nav-btn__content::before, .p-header-nav-btn__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #010000;
  transform-origin: center;
  opacity: 0;
  transform: translateY(-50%);
}
.p-header-nav-btn__content::before {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, opacity 0.2s 0.2s;
}
.p-header-nav-btn__content::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, opacity 0.2s 0.2s;
}
.p-header-nav-btn.is-open .p-header-nav-btn__btn::before, .p-header-nav-btn.is-open .p-header-nav-btn__btn::after {
  width: 0;
  opacity: 0;
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s 0.1s;
}
.p-header-nav-btn.is-open .p-header-nav-btn__content::before, .p-header-nav-btn.is-open .p-header-nav-btn__content::after {
  opacity: 1;
}
.p-header-nav-btn.is-open .p-header-nav-btn__content::before {
  width: 55%;
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, opacity 0.1s 0.5s;
}
.p-header-nav-btn.is-open .p-header-nav-btn__content::after {
  width: 55%;
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, opacity 0.1s 0.5s;
}
.p-header-nav-btn.is-open .p-header-nav-btn__icon {
  width: 0;
  opacity: 0;
  transition: width 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s 0.1s;
}
@media only screen and (max-width: 767px) {
  .p-header-nav-btn {
    display: block;
    pointer-events: all;
  }
}

.p-header-nav-list {
  display: flex;
  align-items: center;
}
.p-header-nav-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-header-nav-list__item + .p-header-nav-list__item {
  margin-left: 20px;
}
.p-header-nav-list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: all;
}
@media only screen and (min-width: 767px) {
  .p-header-nav-list__link:hover, .p-header-nav-list__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-header-nav-list__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .p-header-nav-list {
    flex-direction: column;
  }
  .p-header-nav-list__item + .p-header-nav-list__item {
    margin-top: 5.3vh;
    margin-left: 0;
  }
  .p-header-nav-list__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
  }
  .p-header-nav-list__text {
    display: block;
    text-align: center;
    font-size: 2.5rem;
  }
}

body[data-page=news] .p-header-nav-btn {
  top: 14px;
  right: 16px;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-bg__particle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-outer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-main {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.l-main-in {
  padding-top: 152px;
  padding-bottom: 95px;
}
.l-main-in + .p-footer {
  margin-top: 0;
}
.l-main--news_in {
  padding-bottom: 92px;
}
.l-main--news_in + .p-footer {
  margin-top: 0;
}
.l-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/bg_filter.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 0;
  }
  .l-main-in {
    padding-top: 60px;
  }
  .l-main-in + .p-footer {
    margin-top: 81px;
  }
  .l-main--news_in + .p-footer {
    margin-top: 83px;
  }
}

.l-section {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.l-section__inner {
  max-width: 1212px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  display: flex;
}
.l-section--top_news {
  padding-top: 103px;
}
.l-section--top_staff {
  padding-top: 96px;
  padding-bottom: 156px;
}
.l-section--top_movie {
  position: relative;
}
.l-section--top_movie::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/bg_movie.png");
  background-size: cover;
  background-position: center;
}
.l-section--top_movie .l-section__inner {
  max-width: 973px;
  display: block;
}
.l-section--top_movie.js-animation {
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}
.l-section--top_movie.js-animation::before {
  transform: translate(-50%, -50%) scale(2) rotate(15deg);
}
.l-section--top_movie.is-active {
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}
.l-section--top_movie.is-active::before {
  transform: translate(-50%, -50%) scale(1) rotate(0);
  transition: transform 20s linear;
}
.l-section--news .l-section__inner {
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-section__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .l-section--top_news {
    padding-top: 23px;
  }
  .l-section--top_staff {
    padding-top: 98px;
    padding-bottom: 95px;
  }
  .l-section--news .l-section__inner {
    padding: 0 20px;
  }
}

.l-footer {
  margin-top: 102px;
  padding-top: 72px;
  padding-bottom: 83px;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  z-index: 1;
}
.l-footer__inner {
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 84px;
    padding-top: 50px;
    padding-bottom: 38px;
  }
  .l-footer__inner {
    max-width: 100%;
    padding: 0 48px;
  }
}

.p-footer-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-footer-layout__head {
  margin-left: 14px;
}
.p-footer-layout__body {
  margin-left: 10px;
  margin-right: 15px;
}
.p-footer-layout + .p-footer-layout {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .p-footer-layout {
    flex-direction: column;
    align-items: center;
  }
  .p-footer-layout__head {
    margin-left: 0;
    width: 100%;
  }
  .p-footer-layout__body {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    width: 100%;
  }
  .p-footer-layout + .p-footer-layout {
    margin-top: 41px;
  }
}

.p-footer-portal-link {
  display: flex;
}
.p-footer-portal-link__item {
  display: flex;
}
.p-footer-portal-link__item + .p-footer-portal-link__item {
  margin-left: 24px;
}
.p-footer-portal-link__link {
  display: flex;
  align-items: center;
  padding-left: 13px;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-footer-portal-link__link:hover, .p-footer-portal-link__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-footer-portal-link__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.p-footer-portal-link__icon > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.p-footer-portal-link__text {
  display: inline-block;
  background: linear-gradient(90deg, #e6cec9, #e2e2e2);
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-footer-portal-link {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .p-footer-portal-link__item + .p-footer-portal-link__item {
    margin-left: 0;
    margin-top: 14px;
  }
  .p-footer-portal-link__icon {
    width: 5px;
    height: 5px;
  }
  .p-footer-portal-link__text {
    font-size: 1.3rem;
  }
}

.p-footer-sns-link {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.p-footer-sns-link__title {
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.25rem;
}
.p-footer-sns-link__list {
  margin-left: 21px;
  display: flex;
  align-items: baseline;
}
.p-footer-sns-link__item {
  max-width: 44px;
}
.p-footer-sns-link__item + .p-footer-sns-link__item {
  margin-left: 11.5px;
}
.p-footer-sns-link__link {
  display: flex;
  width: 21.5px;
  width: 21.5px;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-footer-sns-link__link:hover, .p-footer-sns-link__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-footer-sns-link__icon > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-footer-sns-link {
    justify-content: center;
    margin-right: 0;
  }
  .p-footer-sns-link__title {
    font-size: 1.45rem;
  }
  .p-footer-sns-link__list {
    margin-left: 42px;
  }
  .p-footer-sns-link__item {
    max-width: 32.5px;
  }
  .p-footer-sns-link__item + .p-footer-sns-link__item {
    margin-left: 18px;
  }
  .p-footer-sns-link__link {
    width: 32.5px;
    width: 32.5px;
  }
}

.p-footer-list-link {
  display: flex;
}
.p-footer-list-link__item {
  position: relative;
}
.p-footer-list-link__item + .p-footer-list-link__item {
  margin-left: 5px;
  padding-left: 5px;
}
.p-footer-list-link__item + .p-footer-list-link__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-footer-list-link__link {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-footer-list-link__link:hover, .p-footer-list-link__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-footer-list-link__text {
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-footer-list-link {
    margin-top: 11px;
    align-items: center;
    justify-content: center;
  }
  .p-footer-list-link__item + .p-footer-list-link__item {
    margin-left: 21px;
  }
  .p-footer-list-link__link {
    font-size: 1.1rem;
  }
}

.p-footer-bnr {
  margin-bottom: -7px;
}
.p-footer-bnr__link {
  display: block;
  max-width: 250px;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-footer-bnr__link:hover, .p-footer-bnr__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-bnr {
    margin-bottom: 0;
  }
  .p-footer-bnr__link {
    max-width: 280px;
  }
}

.p-footer-text {
  margin-top: 55px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: right;
  margin-right: 16px;
  font-weight: 300;
}
.p-footer-text + .p-footer-text {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .p-footer-text {
    margin-top: 40px;
    font-size: 1rem;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 1.55;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-footer-copy {
  margin-top: 9px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  text-align: right;
  margin-right: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .p-footer-copy {
    margin-top: 8px;
    font-size: 1rem;
    margin-right: 0;
  }
}

.p-op {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}
.p-op::before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/main_kv.jpg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-op {
    display: none;
  }
}

.l-outer.js-hero-animation .p-op {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-outer.js-hero-animation .p-op::before {
  filter: blur(20px);
  background-position: left 60% bottom 10%;
}
.l-outer.js-hero-animation .l-header {
  opacity: 0;
}
.l-outer.js-hero-animation .p-kv-catch,
.l-outer.js-hero-animation .p-kv-lead,
.l-outer.js-hero-animation .p-kv-onair {
  opacity: 0;
  filter: blur(30px);
}
@media only screen and (max-width: 767px) {
  .l-outer.js-hero-animation .p-kv-visual {
    overflow: hidden;
  }
  .l-outer.js-hero-animation .p-kv-visual > img {
    display: block;
    transform: scale(1.2);
    transform-origin: center;
  }
}
.l-outer.is-active .p-op {
  opacity: 0;
  transition: opacity 0.5s 2.5s;
}
.l-outer.is-active .p-op::before {
  filter: blur(0);
  background-position: left 60% bottom 100%;
  transition: background-position 3s cubic-bezier(0.76, 0, 0.24, 1), filter 1s;
}
.l-outer.is-active .l-header {
  opacity: 1;
  transition: opacity 0.3s 3s;
}
.l-outer.is-active .p-kv-catch {
  opacity: 1;
  filter: blur(0);
  transition: filter 0.8s 3.5s, opacity 0.3s 3.5s;
}
.l-outer.is-active .p-kv-lead {
  opacity: 1;
  filter: blur(0);
  transition: filter 0.8s 3.7s, opacity 0.3s 3.7s;
}
.l-outer.is-active .p-kv-onair {
  opacity: 1;
  filter: blur(0);
  transition: filter 0.8s 3.75s, opacity 0.3s 3.5s;
}
@media only screen and (max-width: 767px) {
  .l-outer.is-active .p-kv-visual > img {
    transform: scale(1);
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .l-outer.is-active .l-header {
    opacity: 1;
    transition: opacity 0.5s 1.2s;
  }
  .l-outer.is-active .p-kv-catch {
    opacity: 1;
    filter: blur(0);
    transition: filter 0.8s 0.5s, opacity 0.3s 0.5s;
  }
  .l-outer.is-active .p-kv-lead {
    opacity: 1;
    filter: blur(0);
    transition: filter 0.8s 1s, opacity 0.3s 1s;
  }
  .l-outer.is-active .p-kv-onair {
    opacity: 1;
    filter: blur(0);
    transition: filter 0.8s 1.05s, opacity 0.3s 1.05s;
  }
}

.p-kv-layout {
  position: relative;
  display: flex;
}
.p-kv-layout::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../img/main_bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-kv-layout__head, .p-kv-layout__body {
  position: relative;
}
.p-kv-layout__head {
  max-width: 67.3%;
  width: 100%;
}
.p-kv-layout__body {
  max-width: 32.7%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 67px 0 20px;
}
.p-kv-layout__content {
  padding: 0 10px;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-kv-layout {
    flex-direction: column;
    align-items: center;
  }
  .p-kv-layout__head, .p-kv-layout__body {
    max-width: 100%;
  }
  .p-kv-layout__body {
    position: static;
    padding-top: 16px;
  }
  .p-kv-layout__content {
    max-width: 72%;
  }
}

@media only screen and (max-width: 767px) {
  .p-kv-visual {
    margin: 0 -26px;
  }
}

.p-kv-catch {
  max-width: 45.5%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-kv-catch {
    position: absolute;
    top: 29px;
    max-width: 14%;
  }
}

.p-kv-lead {
  margin-top: 195px;
}
@media only screen and (max-width: 767px) {
  .p-kv-lead {
    margin-top: 0;
  }
}

.p-kv-onair {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-kv-onair {
    margin-top: 13px;
  }
}

.js-animation {
  opacity: 0;
  transform: translateY(30px);
}
.js-animation.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

.p-title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 92px;
}
.p-title__inner {
  max-width: 39px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-title {
    margin-right: 22px;
  }
  .p-title__inner {
    max-width: 26.3px;
  }
}
.p-title.js-animation {
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}
.p-title.js-animation .p-title__inner {
  overflow: hidden;
}
.p-title.js-animation .p-title__inner > img {
  transform: translateX(-100%);
}
.p-title.is-active .p-title__inner > img {
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}

.p-top_news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-top_news-list__item + .p-top_news-list__item {
  margin-top: 44px;
}
.p-top_news-list__link {
  display: block;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-top_news-list__link:hover, .p-top_news-list__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-top_news-list__date {
  line-height: 1;
  color: #e24220;
  font-size: 1.2rem;
  margin-top: -1px;
  letter-spacing: 0.19em;
}
.p-top_news-list__main {
  font-size: 1.9rem;
  color: #010000;
  line-height: 1;
  margin-top: 11px;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list__item + .p-top_news-list__item {
    margin-top: 22px;
  }
  .p-top_news-list__date {
    font-size: 1rem;
    margin-top: 0;
  }
  .p-top_news-list__main {
    margin-top: 9px;
    font-size: 1.35rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}
.p-top_news-list.js-animation {
  opacity: 1;
  transform: translateY(0);
}
.p-top_news-list.js-animation .p-top_news-list__item {
  opacity: 0;
  transform: translateX(20px);
}
.p-top_news-list.is-active .p-top_news-list__item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s, opacity 0.5s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(1) {
  transition-delay: 0.05s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(3) {
  transition-delay: 0.15s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(4) {
  transition-delay: 0.2s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(5) {
  transition-delay: 0.25s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(6) {
  transition-delay: 0.3s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(7) {
  transition-delay: 0.35s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(8) {
  transition-delay: 0.4s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(9) {
  transition-delay: 0.45s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(10) {
  transition-delay: 0.5s;
}
.p-top_news-list.is-active .p-top_news-list__item:nth-child(11) {
  transition-delay: 0.55s;
}

.p-top_news-btn {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 131px;
}
.p-top_news-btn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-top_news-btn__btn:hover, .p-top_news-btn__btn:active {
    opacity: 0.7;
  }
}
.p-top_news-btn__content {
  display: flex;
  align-items: center;
}
.p-top_news-btn__icon {
  width: 20px;
}
.p-top_news-btn__icon > svg {
  display: block;
}
.p-top_news-btn__icon--right > svg {
  display: block;
  transform: rotate(180deg);
}
.p-top_news-btn__text {
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-top_news-btn {
    margin-top: 38px;
    margin-right: 48.3px;
  }
  .p-top_news-btn__text {
    font-size: 1.9rem;
  }
}
.p-top_news-btn.js-animation {
  opacity: 1;
  transform: translateY(0);
}
.p-top_news-btn.js-animation .p-top_news-btn__icon--left {
  opacity: 0;
  transform: translateX(-10px);
}
.p-top_news-btn.js-animation .p-top_news-btn__icon--right {
  opacity: 0;
  transform: translateX(10px);
}
.p-top_news-btn.js-animation .p-top_news-btn__text {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-top_news-btn.is-active .p-top_news-btn__icon {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s, opacity 0.5s;
}
.p-top_news-btn.is-active .p-top_news-btn__text {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}

.p-staff-list {
  width: 100%;
}
.p-staff-list__list {
  display: flex;
  flex-wrap: wrap;
}
.p-staff-list__list + .p-staff-list__list {
  margin-top: 31px;
}
.p-staff-list__item {
  flex-shrink: 0;
}
.p-staff-list__item:nth-child(1) {
  max-width: calc((100% - 347px) / 3);
  width: 100%;
}
.p-staff-list__item:nth-child(2) {
  margin-left: 30px;
}
.p-staff-list__item:nth-child(3) {
  margin-left: 47px;
}
.p-staff-list__title {
  line-height: 1;
  color: #e24220;
  font-size: 1.3rem;
  margin-left: 5px;
  letter-spacing: 0.15em;
}
.p-staff-list__content {
  margin-top: 7px;
  margin-left: 2px;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .p-staff-list__item {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }
  .p-staff-list__item:nth-child(1) {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }
  .p-staff-list__item:nth-child(2) {
    margin-left: 0;
  }
  .p-staff-list__item:nth-child(3) {
    margin-left: 47px;
  }
  .p-staff-list__item:nth-child(n+2) {
    margin-left: 20px;
  }
  .p-staff-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-staff-list__item:nth-child(n+3) {
    margin-top: 26px;
  }
  .p-staff-list__title {
    font-size: 1rem;
  }
  .p-staff-list__content {
    margin-top: 3.5px;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
  }
}
.p-staff-list.js-animation {
  opacity: 1;
  transform: translateY(0);
}
.p-staff-list.js-animation .p-staff-list__title {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-staff-list.js-animation .p-staff-list__content {
  opacity: 0;
  transform: translateX(20px);
}
.p-staff-list.is-active .p-staff-list__item .p-staff-list__title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.p-staff-list.is-active .p-staff-list__item .p-staff-list__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.5s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(1) .p-staff-list__title {
  transition-delay: 0.2s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(1) .p-staff-list__content {
  transition-delay: 0.25s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(2) .p-staff-list__title {
  transition-delay: 0.4s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(2) .p-staff-list__content {
  transition-delay: 0.5s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(3) .p-staff-list__title {
  transition-delay: 0.6s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(3) .p-staff-list__content {
  transition-delay: 0.75s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(4) .p-staff-list__title {
  transition-delay: 0.8s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(4) .p-staff-list__content {
  transition-delay: 1s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(5) .p-staff-list__title {
  transition-delay: 1s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(5) .p-staff-list__content {
  transition-delay: 1.25s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(6) .p-staff-list__title {
  transition-delay: 1.2s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(6) .p-staff-list__content {
  transition-delay: 1.5s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(7) .p-staff-list__title {
  transition-delay: 1.4s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(7) .p-staff-list__content {
  transition-delay: 1.75s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(8) .p-staff-list__title {
  transition-delay: 1.6s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(8) .p-staff-list__content {
  transition-delay: 2s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(9) .p-staff-list__title {
  transition-delay: 1.8s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(9) .p-staff-list__content {
  transition-delay: 2.25s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(10) .p-staff-list__title {
  transition-delay: 2s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(10) .p-staff-list__content {
  transition-delay: 2.5s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(11) .p-staff-list__title {
  transition-delay: 2.2s;
}
.p-staff-list.is-active .p-staff-list__item:nth-child(11) .p-staff-list__content {
  transition-delay: 2.75s;
}

.p-movie-content__item {
  position: relative;
  cursor: pointer;
}
.p-movie-content__item.is-active .display_poster {
  opacity: 0;
}
.p-movie-content__item.is-active .btn_play {
  opacity: 0;
  pointer-events: none;
}
.p-movie-content__item.is-playing .display_poster {
  opacity: 0;
}
.p-movie-content__item.is-playing .btn_play {
  opacity: 0;
}
.p-movie-content__item > div + div .display_time,
.p-movie-content__item > div + div .display_time_now,
.p-movie-content__item > div + div .display_time_total,
.p-movie-content__item > div + div .display_time_par,
.p-movie-content__item > div + div .btn_full,
.p-movie-content__item > div + div .btn_mute,
.p-movie-content__item > div + div .btn_stop,
.p-movie-content__item > div + div .btn_pause,
.p-movie-content__item > div + div .seekbar_time,
.p-movie-content__item > div + div .seekbar_vol,
.p-movie-content__item > div + div .btn_volon,
.p-movie-content__item > div + div .btn_voloff {
  display: none;
}
.p-movie-content__item > div + div .display_poster {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: opacity 0.2s;
}
.p-movie-content__item > div + div .display_poster::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
}
.p-movie-content__item > div + div .btn_play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 0;
  width: 120px !important;
  height: 120px !important;
}
.p-movie-content__item > div + div .btn_play::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie-content__item > div + div .btn_play {
  background-image: url("../img/icon_play.png");
  background-size: contain;
  transition: transform 0.5s;
}
.p-movie-content__item > div + div .btn_play::before, .p-movie-content__item > div + div .btn_play::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20%;
  height: calc(100% - 10px);
}
@media only screen and (min-width: 767px) {
  .p-movie-content__item:hover .btn_play, .p-movie-content__item:active .btn_play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-movie-content.js-animation {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-movie-content.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1), -webkit-clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}

.p-news-layout {
  display: flex;
  width: 100%;
}
.p-news-layout__head {
  flex-shrink: 0;
}
.p-news-layout__body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-news-layout {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-news-layout__head {
    max-width: 100%;
    width: 100%;
    display: flex;
  }
  .p-news-layout__body {
    margin-top: 48px;
  }
}

.p-news-title {
  display: flex;
  flex-direction: column;
  margin-right: 115px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.p-news-title__inner {
  max-width: 39px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-news-title {
    margin-right: 0;
  }
  .p-news-title__inner {
    max-width: 105px;
    width: auto;
  }
}
.p-news-title.js-animation .p-news-title__inner {
  transform: translateY(100%);
}
.p-news-title.is-active .p-news-title__inner {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}

.p-news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-news-list__item + .p-news-list__item {
  margin-top: 40px;
}
.p-news-list__link {
  display: inline-flex;
  flex-direction: column;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-news-list__link:hover, .p-news-list__link:active {
    opacity: 0.7;
  }
}
.p-news-list__label {
  line-height: 1;
  color: #e24220;
  font-size: 1.2rem;
  margin-top: -1px;
  letter-spacing: 0.19em;
}
.p-news-list__text {
  font-size: 2rem;
  color: #010000;
  line-height: 1;
  margin-top: 11px;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .p-news-list__item + .p-news-list__item {
    margin-top: 30px;
  }
  .p-news-list__label {
    font-size: 1rem;
    margin-top: 0;
  }
  .p-news-list__text {
    margin-top: 9px;
    font-size: 1.35rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}
.p-news-list.js-animation {
  opacity: 1;
  transform: translateY(0);
}
.p-news-list.js-animation .p-news-list__item {
  opacity: 0;
  transform: translateX(20px);
}
.p-news-list.is-active .p-news-list__item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s, opacity 0.5s;
}
.p-news-list.is-active .p-news-list__item:nth-child(1) {
  transition-delay: 0.05s;
}
.p-news-list.is-active .p-news-list__item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-news-list.is-active .p-news-list__item:nth-child(3) {
  transition-delay: 0.15s;
}
.p-news-list.is-active .p-news-list__item:nth-child(4) {
  transition-delay: 0.2s;
}
.p-news-list.is-active .p-news-list__item:nth-child(5) {
  transition-delay: 0.25s;
}
.p-news-list.is-active .p-news-list__item:nth-child(6) {
  transition-delay: 0.3s;
}
.p-news-list.is-active .p-news-list__item:nth-child(7) {
  transition-delay: 0.35s;
}
.p-news-list.is-active .p-news-list__item:nth-child(8) {
  transition-delay: 0.4s;
}
.p-news-list.is-active .p-news-list__item:nth-child(9) {
  transition-delay: 0.45s;
}
.p-news-list.is-active .p-news-list__item:nth-child(10) {
  transition-delay: 0.5s;
}
.p-news-list.is-active .p-news-list__item:nth-child(11) {
  transition-delay: 0.55s;
}

.p-news-pagination {
  margin-top: 75px;
  display: grid;
  justify-content: center;
  align-items: baseline;
  grid-template-columns: 108px 40% 108px;
}
.p-news-pagination__list {
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.p-news-pagination__item {
  margin-left: 10.2px;
  margin-right: 10.2px;
}
.p-news-pagination__link, .p-news-pagination__text {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
.p-news-pagination__link {
  transition: opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-news-pagination__link:hover, .p-news-pagination__link:active {
    opacity: 0.7;
  }
}
.p-news-pagination__text {
  color: #e65234;
}
.p-news-pagination__btn {
  display: flex;
  align-items: baseline;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-news-pagination__btn:hover, .p-news-pagination__btn:active {
    opacity: 0.7;
  }
}
.p-news-pagination__btn__text {
  font-size: 2.5rem;
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}
.p-news-pagination__btn__icon {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
}
.p-news-pagination__btn__icon > svg {
  display: block;
  width: 100%;
}
.p-news-pagination__btn--prev {
  flex-direction: row-reverse;
}
.p-news-pagination__btn--prev .p-news-pagination__btn__icon {
  margin-right: 15px;
}
.p-news-pagination__btn--next {
  flex-direction: row;
}
.p-news-pagination__btn--next .p-news-pagination__btn__icon {
  margin-left: 15px;
}
.p-news-pagination__btn--next .p-news-pagination__btn__icon > svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .p-news-pagination {
    margin-top: 52px;
    align-items: center;
    grid-template-columns: 30% 40% 30%;
    justify-content: space-between;
  }
  .p-news-pagination__list {
    margin: 0 20px;
  }
  .p-news-pagination__item {
    margin-left: 8.5px;
    margin-right: 8.5px;
  }
  .p-news-pagination__link, .p-news-pagination__text {
    font-size: 1.6rem;
  }
  .p-news-pagination__btn__text {
    font-size: 2rem;
  }
  .p-news-pagination__btn__icon {
    width: 15px;
    height: 15px;
  }
  .p-news-pagination__btn--prev {
    justify-content: flex-end;
  }
  .p-news-pagination__btn--prev .p-news-pagination__btn__icon {
    margin-right: 10px;
  }
  .p-news-pagination__btn--next {
    justify-content: flex-end;
  }
  .p-news-pagination__btn--next .p-news-pagination__btn__icon {
    margin-left: 10px;
  }
}

.p-news-detail {
  max-width: 84%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-news-detail__label {
  line-height: 1;
  color: #e24220;
  font-size: 1.35rem;
  margin-top: 4.5px;
  letter-spacing: 0.19em;
}
.p-news-detail__title {
  font-size: 2.3rem;
  color: #010000;
  line-height: 1.95;
  margin-top: 18px;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.p-news-detail__body {
  margin-bottom: 75px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cfcfcf;
}
.p-news-detail__content {
  font-size: 1.9rem;
  line-height: 1.85;
  font-weight: 300;
}
.p-news-detail__content p,
.p-news-detail__content a {
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 1.85;
}
.p-news-detail__content p a,
.p-news-detail__content a a {
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 1.85;
  text-decoration: underline;
  word-break: break-all;
}
.p-news-detail__content a {
  word-break: break-all;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .p-news-detail {
    max-width: 100%;
  }
  .p-news-detail__head {
    margin-bottom: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid #cfcfcf;
  }
  .p-news-detail__label {
    font-size: 1rem;
    margin-top: 0;
  }
  .p-news-detail__body {
    order: 2;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 27px;
  }
  .p-news-detail__title {
    margin-top: 13px;
    font-size: 1.55rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
  .p-news-detail__content {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-news-detail__content p,
  .p-news-detail__content a {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-news-detail__content p a,
  .p-news-detail__content a a {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-news-share-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 21px;
  margin-right: 14px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
}
.p-news-share-list__title {
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.25rem;
}
.p-news-share-list__list {
  margin-left: 21px;
  display: flex;
  align-items: baseline;
}
.p-news-share-list__item {
  max-width: 44px;
}
.p-news-share-list__item + .p-news-share-list__item {
  margin-left: 10px;
}
.p-news-share-list__link {
  display: flex;
  width: 21.5px;
  width: 21.5px;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-news-share-list__link:hover, .p-news-share-list__link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-news-share-list__icon > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #010101;
}
@media only screen and (max-width: 767px) {
  .p-news-share-list {
    justify-content: flex-end;
    margin-right: 8px;
    order: 3;
    margin-top: 0;
    margin-bottom: 53px;
    padding-bottom: 40px;
  }
  .p-news-share-list__title {
    font-size: 1.8rem;
  }
  .p-news-share-list__list {
    margin-left: 30px;
  }
  .p-news-share-list__item {
    max-width: 35px;
  }
  .p-news-share-list__item + .p-news-share-list__item {
    margin-left: 15px;
  }
  .p-news-share-list__link {
    width: 35px;
    width: 35px;
  }
}

.p-news-pager {
  display: grid;
  justify-content: center;
  align-items: baseline;
  grid-template-columns: 108px 55% 108px;
}
.p-news-pager__back {
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.p-news-pager__link {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.p-news-pager__btn {
  display: flex;
  align-items: baseline;
}
.p-news-pager__btn__text {
  font-size: 2.5rem;
  font-family: "freight-big-pro", "Noto Serif JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
}
.p-news-pager__btn__icon {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
}
.p-news-pager__btn__icon > svg {
  display: block;
  width: 100%;
}
.p-news-pager__btn--prev {
  flex-direction: row-reverse;
}
.p-news-pager__btn--prev .p-news-pager__btn__icon {
  margin-right: 15px;
}
.p-news-pager__btn--next {
  flex-direction: row;
}
.p-news-pager__btn--next .p-news-pager__btn__icon {
  margin-left: 15px;
}
.p-news-pager__btn--next .p-news-pager__btn__icon > svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .p-news-pager {
    order: 4;
    align-items: center;
    grid-template-columns: 30% 40% 30%;
    justify-content: space-between;
  }
  .p-news-pager__back {
    margin: 0 20px;
  }
  .p-news-pager__link {
    font-size: 1.8rem;
  }
  .p-news-pager__btn__text {
    font-size: 2rem;
  }
  .p-news-pager__btn__icon {
    width: 15px;
    height: 15px;
  }
  .p-news-pager__btn--prev {
    justify-content: flex-end;
  }
  .p-news-pager__btn--prev .p-news-pager__btn__icon {
    margin-right: 10px;
  }
  .p-news-pager__btn--next {
    justify-content: flex-end;
  }
  .p-news-pager__btn--next .p-news-pager__btn__icon {
    margin-left: 10px;
  }
}

.m-___dummy___-modal__close-btn {
  position: fixed;
  top: 13px !important;
  right: 13px !important;
  width: 74px !important;
  height: 74px !important;
  transition: transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  background-color: #fefdf8;
  border: 2px solid #8ec9b3;
}
.m-___dummy___-modal__close-btn > span {
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #8ec9b3;
}
.m-___dummy___-modal__close-btn::before, .m-___dummy___-modal__close-btn::after {
  top: 50% !important;
  left: 50%;
  width: 4px !important;
  height: 50px !important;
  background-color: #281a1a !important;
}
.m-___dummy___-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(-61deg) !important;
}
.m-___dummy___-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(61deg) !important;
}
@media only screen and (min-width: 767px) {
  .m-___dummy___-modal__close-btn:hover, .m-___dummy___-modal__close-btn:active {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .m-___dummy___-modal__close-btn {
    right: 5px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .m-___dummy___-modal__close-btn > span {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  .m-___dummy___-modal__close-btn::before, .m-___dummy___-modal__close-btn::after {
    width: 2px !important;
    height: 15px !important;
  }
}

.m-___dummy___-modal__content {
  max-width: 80vw !important;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .m-___dummy___-modal__content {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.m-___dummy___-modal-media {
  display: flex;
  justify-content: center;
}
.m-___dummy___-modal-media__inner {
  max-width: 100%;
  width: 100%;
}
.m-___dummy___-modal-media__inner > iframe {
  border: 0;
  aspect-ratio: 16/9;
  max-width: 100%;
  width: 100%;
}

.m-modal.m-___dummy___-modal.is-panel .m-___dummy___-modal__bg {
  background-color: transparent !important;
  background-image: url("../img/bg_modal.jpg");
  background-repeat: repeat;
  background-position: center;
}
.m-modal.m-___dummy___-modal.is-panel .m-modal__content {
  max-width: 78.2vw !important;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .m-modal.m-___dummy___-modal.is-panel .m-modal__content {
    max-width: calc(100vw - 40px) !important;
    padding-top: 20px;
  }
}

.m-___dummy___-modal__bg {
  position: relative;
  background-color: rgba(142, 201, 179, 0.7) !important;
}
.m-___dummy___-modal__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}

.is-___dummy___-fixed {
  overflow: visible;
}

.c-btn {
  margin-top: 77px;
}
.c-btn__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-color: var(--color-red);
  min-height: 60px;
  border-radius: 5rem;
  padding: 5px 10px 6px;
  overflow: hidden;
  transition: background-color 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}
@media only screen and (min-width: 767px) {
  .c-btn__btn:hover, .c-btn__btn:active {
    text-decoration: none;
  }
  .c-btn__btn:hover .c-btn__content::before, .c-btn__btn:active .c-btn__content::before {
    left: 0;
    width: 100%;
    transition: width 0.5s;
  }
  .c-btn__btn:hover .c-btn__icon, .c-btn__btn:active .c-btn__icon {
    transform: translate(3px, -50%);
  }
}
.c-btn__content::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #9b0300;
  transition: width 0.5s;
  border-radius: 5rem;
}
.c-btn__text {
  color: #dbcdb2;
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.c-btn__icon {
  display: block;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    margin-top: 52px;
  }
  .c-btn__btn {
    min-height: 45px;
  }
  .c-btn__text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .c-btn__icon {
    width: 10px;
    height: 6px;
    right: 16px;
  }
}
.c-btn.js-animation {
  opacity: 0;
}
.c-btn.is-active {
  animation: slideTopIn 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0s 1 alternate forwards;
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}