/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none;
}
body,
button,
table {
  font-family: "Mochiy Pop P One", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body,
  button,
  table {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 12vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section {
    padding: 5.1244509517% 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
hr {
  margin: 0;
}
strong {
  font-weight: bold;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: black;
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: inherit;
  border-radius: inherit;
  cursor: pointer;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
figure {
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
}
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
tr,
th,
td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.l-wrapper {
  opacity: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    min-width: 1036px;
  }
}
.mov01,
.mov02,
.mov03 {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
#loading {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 99999;
  position: fixed;
  top: 0;
}
.loader {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffcd05;
  left: 15%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: circle 0.5s alternate infinite ease;
  animation: circle 0.5s alternate infinite ease;
}
@-webkit-keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    -webkit-transform: scaleX(1.7);
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    -webkit-transform: scaleX(1.7);
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.circle:nth-child(3) {
  left: auto;
  right: 15%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-animation: shadow 0.5s alternate infinite ease;
  animation: shadow 0.5s alternate infinite ease;
}
@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
  }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
@keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
  }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}
.l-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
  }
}
.l-header-nav {
  position: relative;
  width: 100%;
  z-index: 99;
  font-weight: 800;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header-nav {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    background: none;
  }
}
.l-header-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: -1;
}
.l-header.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .navi-list {
    display: block;
    padding: 0 10.6666666667vw 0vw;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    min-height: 100svh;
  }
}
.navi-list-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .navi-list-item {
    width: 100%;
  }
}
.navi-list-item a {
  font-family: "Mochiy Pop P One", serif;
  color: #231815;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 19px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  position: relative;
  font-weight: 700;
  display: block;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .navi-list-item a {
    font-size: 23px;
    padding: 15px 0;
  }
}
.navi-list-item a:hover {
  color: #ccc;
}
.navi-list-item a.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .navi-sns {
    position: absolute;
    right: 10px;
  }
}
.navi-sns-item a {
  padding: 15px 5px;
}
.menu {
  width: 46px;
  height: 34px;
  top: 36px;
  right: 25px;
  cursor: pointer;
  z-index: 99999999;
  display: none;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .menu {
    width: 35px;
    height: 23.67px;
    top: 20px;
    right: 20px;
    display: block;
  }
}
.menu1 {
  width: 46px;
  height: 2px;
  background-color: #ff5e2f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .menu1 {
    width: 35px;
  }
}
.menu2 {
  width: 46px;
  height: 2px;
  background-color: #ff5e2f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .menu2 {
    width: 35px;
  }
}
.menu3 {
  width: 46px;
  height: 2px;
  background-color: #ff5e2f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .menu3 {
    width: 35px;
  }
}
.menu1,
.menu2,
.menu3 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  opera-moz-transition: all 0.2s ease-out;
  firefox-webkit-transition: all 0.2s ease-out;
  chromesafari-ms-transition: all 0.2s ease-out;
}
.menuclick1 {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #231815;
}
.menuclick2 {
  opacity: 0;
}
.menuclick3 {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #231815;
}
.l-contents {
  position: relative;
  z-index: 1;
}
.l-footer {
  background-color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 999;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__cookie {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__cookie {
    font-size: 10px;
  }
}
.l-footer__cookie a {
  color: #fff;
  text-decoration: underline;
}
.c-y-modal {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
}
@media screen and (min-width: 769px) {
  .c-y-modal {
    min-width: 1100px;
  }
}
.c-y-modal__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-y-modal__nav {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-y-modal__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .c-y-modal__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-y-modal__nav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffcd05;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.01em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-y-modal__nav__link {
    border-radius: 0.5333333333vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
    margin: 1.3333333333vw;
    width: 28vw;
    padding: 1.3333333333vw 0;
  }
  .c-y-modal__nav__link span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-y-modal__nav__link {
    border-radius: 2px;
    height: 34px;
    font-size: 14px;
    margin: 12px 12px 0 0;
    padding: 0 10px;
  }
  .c-y-modal__nav__link:hover {
    background-color: #ff5e2f;
    color: #fff;
  }
}
.c-y-modal__nav__link:last-child {
  margin-right: 0;
}
.c-y-modal__nav__link.is-active {
  background-color: #ff5e2f;
  color: #fff;
}
.c-y-modal__content {
  background-color: #000;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-y-modal__content {
    height: 52.8vw;
    left: 2.1333333333vw;
    margin-top: -26.4vw;
    width: 93.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-y-modal__content {
    height: 585px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1040px;
  }
}
.c-y-modal__content__inner {
  height: 100%;
  width: 100%;
}
.c-y-modal__content iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-y-modal__close {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-y-modal__close {
    height: 10.1333333333vw;
    right: 2.1333333333vw;
    margin-top: -36.5333333333vw;
    width: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-y-modal__close {
    height: 50px;
    left: 50%;
    margin: -352px 0 0 470px;
    width: 50px;
  }
}
.c-y-modal__close::before,
.c-y-modal__close::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-y-modal__close::before,
  .c-y-modal__close::after {
    height: 0.2666666667vw;
    left: 0;
    width: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-y-modal__close::before,
  .c-y-modal__close::after {
    height: 1px;
    left: -4px;
    width: 59px;
  }
}
.c-y-modal__close::before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.c-y-modal__close::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.p-index {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index {
    position: relative;
    z-index: -1;
  }
}
.p-index picture {
  pointer-events: none;
}
.p-index__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-index__inner {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__inner {
    max-width: 866px;
    width: 63.3967789165%;
  }
}
.p-index__title {
  font-family: "Mochiy Pop P One", serif;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  color: #231815;
  overflow: hidden;
  position: relative;
  height: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-index__title {
    font-size: 28px;
    margin-bottom: 4vw;
  }
}
.p-index__title span {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-index__title.is-show span {
  bottom: 0;
}
.p-index__visual {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__visual {
    background-color: #fee2ab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-index__visual__img .sora {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index__visual__logo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-index__visual__logo {
    width: 52vw;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding-top: 3.2vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__logo {
    width: 11.859443631%;
    padding-top: 1.8301610542%;
    padding-right: 1.8301610542%;
    top: 0;
    right: 0;
  }
}
.p-index__visual__copy01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-index__visual__copy01 {
    width: 10.992vw;
    padding-top: 50.6666666667vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__copy01 {
    width: 3.3674963397%;
    padding-top: 16.8374816984%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__copy02 {
    width: 89.3333333333vw;
    margin: 6.6666666667vw auto 8vw;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__copy02 {
    width: 56.8081991215%;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 2.196193265%;
    margin: auto;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__catch {
    width: 64.4906666667vw;
    margin: 0 auto 14.6666666667vw;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__catch {
    width: 24.0849194729%;
    padding-top: 17.9355783309%;
    padding-right: 1.8301610542%;
    top: 0;
    right: 0;
    position: absolute;
  }
}
.p-index__visual__laurel {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-index__visual__laurel {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin: 0 auto 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__laurel {
    width: 21.8887262079%;
    top: 0;
    right: 0;
    padding-top: 7.6134699854%;
    padding-right: 1.8301610542%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__laurel__item {
    width: 79.4666666667vw;
    margin-bottom: 1.8666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__laurel__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__laurel__item img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.p-index__visual__laurel__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-index__visual__title {
    width: 79.4666666667vw;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: -46.9333333333vw auto 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__title {
    width: 35.065885798%;
    padding-top: 10.980966325%;
    padding-left: 2.196193265%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__roadshow {
    width: 60.5333333333vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__roadshow {
    width: 22.6939970717%;
    bottom: 29.2825768668%;
    left: 8.0527086384%;
    margin: auto;
    position: absolute;
  }
}
.p-index__visual__roadshow.click {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-index__visual__roadshow.click:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.p-index__visual__roadshow .bnr-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: clip;
  margin: auto;
}
.p-index__visual__roadshow .bnr-cover:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -30%;
  -webkit-transform: scale(2) rotate(20deg);
  transform: scale(2) rotate(20deg);
  width: 2.5rem;
  height: 100%;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  -webkit-animation: shiny 4s ease-in-out 0s infinite;
  animation: shiny 4s ease-in-out 0s infinite;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-index__visual__roadshow .bnr-cover:before {
    -webkit-animation: shiny 2.5s ease-in-out 0s infinite;
    animation: shiny 2.5s ease-in-out 0s infinite;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__release {
    width: 62.1333333333vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__release {
    width: 21.7423133236%;
    top: 0;
    left: 0;
    top: 0;
    margin: auto;
    padding-top: 41.0688140556%;
    padding-left: 8.0527086384%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__sns {
    display: none;
  }
}
.p-index__visual__sns__item a {
  margin: 0 7px;
  border: solid 1px #000;
  color: #000;
  border-radius: 50%;
  font-size: 33px;
  display: block;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-index__visual__bnrlist {
    width: 89.3333333333vw;
    margin: 9.3333333333vw auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__bnrlist {
    width: auto;
    padding-top: 29.8682284041%;
    padding-right: 1.8301610542%;
    top: auto;
    bottom: 1.8301610542%;
    right: 0;
    margin: auto;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 52.573932092%;
    -ms-flex-flow: wrap-reverse column;
    flex-flow: wrap-reverse column;
  }
}
.p-index__visual__bnrlist a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-index__visual__bnrlist a {
    width: 42.6666666667vw;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__bnrlist a {
    height: 30%;
    margin: 1%;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual__bnrlist a img {
    height: 100%;
    width: auto;
  }
}
.p-index__visual__bnrlist a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-index__visual__bnrlist a:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual__bnrlist a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-index__footprints {
    background: url("../images/top/footprints_bg_sp.jpg") no-repeat center
        center,
      #f4f4f4;
    background-size: 100% auto;
    padding: 6.6666666667vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-index__footprints {
    background: url("../images/top/footprints_bg_pc.jpg") no-repeat center
        center,
      #f4f4f4;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-index__visual-credit {
    margin: 0 auto 6.9333333333vw;
    width: 86.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visual-credit {
    margin: 2.196193265% auto 4.0995607613%;
    width: 36.6032210835%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__mvtk {
    margin: 9.3333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  .p-index__mvtk {
    margin: 3.6603221083% auto;
  }
}
.p-index__mvtk__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__mvtk__list__item {
    height: 10.6666666667vw;
    margin: 0 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__mvtk__list__item {
    height: 70px;
    margin: 0 5px;
  }
}
.p-index__mvtk__list__item a img {
  height: 100%;
  width: auto;
}
.p-index__mvtk__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__mvtk__widgets {
    margin: 5.3333333333vw auto;
  }
}
@media screen and (min-width: 769px) {
  .p-index__mvtk__widgets {
    margin: 3.6603221083% auto;
  }
}
.p-index__visualLink {
  font-family: "Mochiy Pop P One", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__visualLink {
    margin: 8vw auto;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visualLink {
    margin: 1.8301610542% auto;
  }
}
.p-index__visualLink a {
  background-color: #ffcd05;
  border: solid 2px #ffcd05;
  color: #231815;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-index__visualLink a {
    padding: 2.1333333333vw 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__visualLink a {
    font-size: 18px;
    padding: 0.3660322108% 3.074670571%;
  }
}
.p-index__visualLink a:hover {
  background-color: inherit;
}
.p-index__visualLink a:after {
  content: "";
  background: url("../images/top/visual-bnr-icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
}
.p-index__news__wrap {
  height: 260px;
  padding-right: 20px;
}
.p-index__news__item a {
  text-decoration: none;
  color: #231815;
  font-family: "Mochiy Pop P One", serif;
  font-size: 16px;
  padding: 20px 0;
  border-top: dotted 2px #231815;
}
@media screen and (max-width: 768px) {
  .p-index__news__item a {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-index__news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-index__news__item a span {
    width: 11.5473441109%;
  }
}
.p-index__news__item:last-child a {
  border-bottom: dotted 2px #231815;
}
.p-index__trailer__tab__panel {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-index__trailer__tab__panel {
    max-width: 490px;
    margin: 0 auto;
  }
}
.p-index__trailer__tab__panel--box {
  display: none;
}
.p-index__trailer__tab__panel--box.is-show {
  display: block;
}
.p-index__trailer__tab__panel--item {
  text-align: center;
  margin-bottom: 10px;
}
.p-index__trailer__tab__panel--item a {
  text-decoration: none;
}
.p-index__trailer__tab__panel--item__img {
  margin-bottom: 10px;
}
.p-index__trailer__tab__panel--item__title {
  color: #231815;
  font-family: "Mochiy Pop P One", serif;
  font-size: 23px;
  line-height: 1.2;
  height: 2.5em;
}
.p-index__trailer__tab__panel--item__title span {
  font-size: 70%;
  display: block;
}
.p-index__trailer__tab__menu {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-index__trailer__tab__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-index__trailer__tab__menu--item {
  list-style: none;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #231815;
  border-radius: 9em;
  font-family: "Mochiy Pop P One", serif;
}
@media screen and (max-width: 768px) {
  .p-index__trailer__tab__menu--item {
    width: 95%;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__trailer__tab__menu--item {
    width: calc(50% - 16px);
    margin: 0 4px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
}
.p-index__trailer__tab__menu--item.is-active {
  background-color: #231815;
  color: #fff;
}
.p-index__trailer__tab__menu--item:hover {
  background-color: #231815;
  color: #fff;
}
.p-index__trailer__slide__item {
  margin: 0 10px;
  text-align: center;
}
.p-index__trailer__slide__item a {
  text-decoration: none;
}
.p-index__trailer__slide__item__title {
  color: #231815;
  font-family: "Mochiy Pop P One", serif;
  font-size: 23px;
}
.p-index__trailer__slide__item__title span {
  font-size: 70%;
  display: block;
}
.p-index__trailer__slide .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.p-index__trailer__slide .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}
.p-index__trailer__slide .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border: solid 1px #ff5e2f;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.p-index__trailer__slide .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ff5e2f;
}
.p-index__bgPh {
  background: url("../images/top/img.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-index__bgPh {
    padding: 0;
    height: 56.2666666667vw;
    background: url("../images/top/img.jpg") no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-index__bgPh {
    padding: 56.2957540264% 0 0;
  }
}
.p-index__phSlide {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-index__phSlide {
    height: 90px;
    background: url("../images/top/slide_ph.jpg");
    background-size: auto 90px;
    -webkit-animation: bgscroll-sp 50s linear infinite;
    animation: bgscroll-sp 50s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .p-index__phSlide {
    height: 234px;
    background: url("../images/top/slide_ph.jpg");
    background-size: auto 234px;
    -webkit-animation: bgscroll 50s linear infinite;
    animation: bgscroll 50s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .p-index__photo {
    background: url("../images/top/story-bg_pc.jpg") no-repeat center bottom,
      #a1d1d9;
    background-size: 100% auto;
    background-attachment: fixed;
  }
}
.p-index__photo:after {
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .logoo {
    text-shadow: 13px 13px 15px white, 0 0 13em white, 0 0 0.2em white;
    color: #fdda5c;
    font-size: 1.6em !important;
    font-family: "Mochiy Pop P One";
  }
  .p-index__photo:after {
    content: "";
    position: fixed;
    background: url("../images/top/story-bg_sp.jpg") no-repeat center bottom,
      #9af4f9;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.p-index__intro {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgb(154, 244, 249)),
    to(rgba(154, 244, 249, 0))
  );
  background: linear-gradient(
    180deg,
    rgb(154, 244, 249) 50%,
    rgba(154, 244, 249, 0) 100%
  );
}
@media screen and (max-width: 768px) {
  .p-index__intro {
    padding-bottom: 0;
  }
}
.p-index__intro__catch {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index__intro__catch {
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__intro__catch {
    width: 82.2170900693%;
    margin-bottom: 4.6189376443%;
  }
}
.p-index__intro__wrap {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 500px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-index__intro__wrap {
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 645px;
  }
}
.p-index__intro__text {
  margin-bottom: 1em;
}
.p-index__intro__text span {
  color: #ff5e2f;
}
.p-index__intro__img {
  pointer-events: none;
  width: 140%;
  position: absolute;
  bottom: 0;
  left: -20%;
  right: 0;
  margin: auto;
  z-index: 0;
  padding-bottom: 35%;
}
@media screen and (max-width: 768px) {
  .p-index__intro__img {
    width: 100%;
    position: relative;
    padding: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto;
  }
}
.p-index__intro__img__item {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-index__intro__img__item {
    position: relative;
  }
}
.p-index__intro__img__item.intro_img_01 {
  width: 8%;
  max-width: 118px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-index__intro__img__item.intro_img_01 {
    width: 35.223880597vw;
    padding-top: 21.3333333333vw;
  }
}
.p-index__intro__img__item.intro_img_02 {
  width: 12%;
  max-width: 163px;
  right: 0;
  top: 0;
  padding-top: 6.588579795%;
}
@media screen and (max-width: 768px) {
  .p-index__intro__img__item.intro_img_02 {
    width: 48.6567164179vw;
    padding-top: 0;
    padding-right: 4.8vw;
  }
}
.p-index__intro__img__item.intro_img_03 {
  width: 12%;
  max-width: 163px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-index__intro__img__item.intro_img_03 {
    width: 48.6567164179vw;
    padding-top: 5.3333333333vw;
    padding-left: 4.8vw;
  }
}
.p-index__intro__img__item.intro_img_04 {
  width: 8%;
  max-width: 118px;
  right: 0;
  padding-right: 6%;
  bottom: -20%;
}
@media screen and (max-width: 768px) {
  .p-index__intro__img__item.intro_img_04 {
    width: 35.223880597vw;
    padding-right: 0;
    bottom: 0;
  }
}
.p-index__story__inner {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-index__story__inner {
    padding: 8vw 5.3333333333vw 18.6666666667vw;
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__story__inner {
    padding: 3.6603221083% 4.39238653% 6.7349926794%;
  }
}
.p-index__story__inner:after {
  content: "";
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-index__story__img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-index__story__img {
    width: 34.9253731343vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__story__img {
    width: 16.2817551963%;
    left: -1.8301610542%;
  }
}
.p-index__cast {
  padding-bottom: 0;
  background-color: #ffcd05;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__cast {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast {
    padding-bottom: 13.7628111274%;
  }
}
.p-index__cast__title {
  margin-bottom: 50px;
}
.p-index__cast__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-index__cast__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-index__cast__main__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__cast__main__item {
    width: 42.6666666667vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__main__item {
    width: 28.2909930716%;
    margin: 0 3.2210834553% 3.513909224%;
  }
}
.p-index__cast__main a {
  color: #231815;
  text-decoration: none;
  font-family: "Mochiy Pop P One", serif;
}
.p-index__cast__main a picture {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 100%;
  margin-bottom: 10px;
}
.p-index__cast__main a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index__cast__main a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.p-index__cast__main__name {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-index__cast__main__name {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__main__name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-index__cast__main__role {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__main__role {
    font-size: 16px;
  }
}
.p-index__cast__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-index__cast__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 670px;
    margin: 0 auto;
  }
}
.p-index__cast__list__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__cast__list__item {
    width: 42.6666666667vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__list__item {
    width: 28.3582089552%;
    margin-bottom: 3.8805970149%;
    margin-right: 5.223880597%;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-index__cast__list a {
  color: #231815;
  text-decoration: none;
  font-family: "Mochiy Pop P One", serif;
}
.p-index__cast__list a picture {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 100%;
  margin-bottom: 10px;
}
.p-index__cast__list a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index__cast__list a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.p-index__cast__list__name {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-index__cast__list__name {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__list__name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-index__cast__list__role {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__list__role {
    font-size: 16px;
  }
}
.p-index__cast__img {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-index__cast__img {
    width: 38.1333333333vw;
    padding-bottom: 27.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__cast__img {
    width: 19.1068814056%;
    padding-bottom: 13.7628111274%;
  }
}
.p-index__brown {
  background-color: #231815;
  color: #fff;
}
.p-index__staff__title {
  color: #fff;
  margin-bottom: 50px;
}
.p-index__staff__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-index__staff__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-index__staff__ph {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__staff__ph {
    margin-bottom: 1.4641288433%;
  }
}
.p-index__staff__item {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 768px) {
  .p-index__staff__item {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__staff__item {
    margin-bottom: 60px;
  }
}
.p-index__staff__item:last-child {
  margin-bottom: 0;
}
.p-index__staff__item__ph {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index__staff__item__ph {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__staff__item__ph {
    width: 66.9926650367%;
  }
}
.p-index__staff__item__ph img {
  display: block;
}
.p-index__staff__item__name {
  font-size: 25px;
  text-align: center;
  font-family: "Mochiy Pop P One", serif;
  margin-bottom: 15px;
}
.p-index__staff__item__comment dt {
  font-family: "Mochiy Pop P One", serif;
  border: solid 1px #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
  cursor: pointer;
}
.p-index__staff__item__comment dt .plus {
  border: solid 1px #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  margin-left: 5px;
}
.p-index__staff__item__comment dd {
  display: none;
  margin-bottom: 20px;
}
.p-index__music {
  padding-bottom: 0;
}
.p-index__music__inner {
  border: dotted 2px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-index__music__inner {
    padding: 5.3333333333vw 5.3333333333vw 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__music__inner {
    padding: 1.756954612% 4.6189376443%;
  }
}
.p-index__music__title {
  color: #fff;
}
.p-index__music__song__title {
  color: #fff;
  font-family: "Mochiy Pop P One", serif;
}
@media screen and (max-width: 768px) {
  .p-index__music__song__title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__music__song__title {
    font-size: 24px;
    margin-bottom: 2.07852194%;
  }
}
.p-index__music__song__title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-index__music__song__title span {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__music__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-index__music__img {
    width: 52.8vw;
    margin: 0 auto 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__music__img {
    width: 19.0839694656%;
    margin-right: 2.5445292621%;
  }
}
@media screen and (min-width: 769px) {
  .p-index__music__text {
    width: 78.3715012723%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__music__comment {
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-index__music__comment {
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1.3888888889%;
  }
}
.p-index__music__prof dt {
  font-family: "Mochiy Pop P One", serif;
  border: solid 1px #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
  cursor: pointer;
}
.p-index__music__prof dt .plus {
  border: solid 1px #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  margin-left: 5px;
}
.p-index__music__prof dd {
  display: none;
  margin-bottom: 20px;
  font-size: 12px;
}
.p-index__credit {
  margin: 0 auto;
  text-align: center;
  font-family: "Mochiy Pop P One", serif;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-index__credit {
    width: 72.8vw;
    padding: 16vw 0 12.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__credit {
    padding: 100px 0 46px;
    width: 36.6734992679%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__credit p {
    margin-bottom: 1em;
  }
}
.p-index__credit span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-index__credit span {
    font-size: 14px;
  }
}
.p-index__barrierfree {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index__barrierfree {
    margin-bottom: 11.4666666667vw;
    width: 50.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-index__barrierfree {
    padding-bottom: 60px;
    width: 19.7657393851%;
  }
}
.p-index__outro {
  padding: 0;
}
.pagetop {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.simplebar-track {
  background: none;
  border-radius: 10px;
}
.simplebar-track.simplebar-vertical {
  width: 8px !important;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track .simplebar-scrollbar::before {
  background: #898989;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2080px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2080px 0;
  }
}
@-webkit-keyframes bgscroll-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 900px 0;
  }
}
@keyframes bgscroll-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 900px 0;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  15% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  15% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
[data-pageid="news"] .l-wrapper {
  min-width: 100%;
}
.p-news {
  margin: 0;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 866px;
  padding: 0 60px;
  background: url(../images/news/bg-news.png) no-repeat bottom right, #fff;
  background-size: 80% auto, 100%;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 0 5.3333333333vw;
    background-image: none;
  }
}
.p-news:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/news/bg-news.png) no-repeat bottom right;
  background-size: 80% auto;
  z-index: 0;
}
.p-news__body {
  position: relative;
  z-index: 1;
}
.p-news__title {
  font-family: "Mochiy Pop P One", serif;
  font-weight: bold;
  font-size: 33px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #000;
  border-radius: 1px;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    margin-bottom: 20px;
  }
}
.p-news dl dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 30px 0;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-news dl dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-news dl dt {
    padding-right: 80px;
  }
}
.p-news dl dt span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: 200;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-news dl dt span {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-news dl dt span {
    line-height: 1em;
  }
}
.p-news dl dd {
  margin: 0;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: #ccc dotted 1px;
}
.p-news dl dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-news dl dd p {
  margin-bottom: 1em;
  word-break: break-all;
}
.p-news dl dd p:last-of-type {
  margin-bottom: 0;
}
.p-news dl dd img {
  width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.p-news dl dd img.horizontal {
  max-width: 500px;
}
.p-news dl dd img.size_m {
  width: 49%;
  margin-right: 1%;
  display: inline;
}
.p-news dl dd img.size_m:last-child {
  margin: 0;
}
.p-news dl dd a {
  color: #ff5e2f;
}
.youtube-win {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}
.youtube-win iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-cast {
  margin: 0;
  color: #231815;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 866px;
}
@media screen and (max-width: 768px) {
  .p-cast {
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-cast {
    padding: 50px;
  }
}
.p-cast__body {
  height: 90%;
  padding-right: 20px;
  margin-right: -20px;
}
@media screen and (min-width: 769px) {
  .p-cast__body {
    max-height: 500px;
  }
}
.p-cast__ph {
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .p-cast__ph {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-cast__ph {
    width: 32.1100917431%;
  }
}
.p-cast__name {
  font-family: "Mochiy Pop P One", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-cast__name {
    font-size: 30px;
  }
}
.p-cast__name span {
  display: block;
  font-size: 20px;
}
.p-cast__comment {
  margin-bottom: 1em;
}
.p-cast__comment h3 {
  font-size: 1em;
}
.p-cast__prof {
  font-size: 12px;
}
.p-cast__prof h4 {
  font-size: 1em;
}
.p-visual {
  margin: 0;
  color: #231815;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 866px;
}
@media screen and (max-width: 768px) {
  .p-visual {
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-visual {
    padding: 50px 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-visual__body {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-visual__body {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-visual__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-visual__item {
    width: 47.8321678322%;
  }
}
.p-press {
  margin: 0;
  height: 100%;
  min-height: 100vh;
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
}
@media screen and (max-width: 768px) {
  .p-press {
    padding: 5.3333333333vw;
    background: url("../images/top/footprints_bg_sp.jpg") no-repeat center
        center,
      #f4f4f4;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) {
  .p-press {
    background: url("../images/top/footprints_bg_pc.jpg") no-repeat center
        center,
      #f4f4f4;
    background-size: 100% auto;
  }
}
.p-press a {
  color: #ff5e2f;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-press a:hover {
  color: #ffcd05;
}
.p-press__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 866px;
  width: 95%;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-press__body {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-press__body {
    padding: 50px 0;
  }
}
.p-press__body__tl {
  text-align: center;
  margin-top: 20px;
  font-family: "Mochiy Pop P One", serif;
  text-decoration: none;
}
.p-comment {
  margin: 0;
  height: 100%;
  min-height: 100vh;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
  font-family: "Mochiy Pop P One", serif;
  background-color: #231815;
}
@media screen and (max-width: 768px) {
  .p-comment {
    padding: 5.3333333333vw;
  }
}
.p-comment__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-comment__inner {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-comment__inner {
    max-width: 866px;
    width: 63.3967789165%;
  }
}
.p-comment__title {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  color: #231815;
  overflow: hidden;
  position: relative;
  height: 1.5em;
  color: #ffec05;
}
@media screen and (max-width: 768px) {
  .p-comment__title {
    font-size: 28px;
    margin-bottom: 4vw;
  }
}
.p-comment__title span {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-comment__title.is-show span {
  bottom: 0;
}
.p-comment__item {
  border-bottom: dotted 2px #fff;
}
@media screen and (max-width: 768px) {
  .p-comment__item {
    padding: 12vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-comment__item {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-comment__item__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-comment__item__txt {
    font-size: 16px;
  }
}
.p-comment__item__txt .new {
  display: inline-block;
  font-size: 18px;
  background-color: #ffec05;
  color: #231815;
  border-radius: 6px;
  padding: 0 10px 5px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-comment__item__name {
  margin-top: 15px;
  color: #ffec05;
}
@media screen and (max-width: 768px) {
  .p-comment__item__name {
    font-size: 20px;
    padding-left: 19px;
    background: url("../images/comment/icon_footprints.svg") no-repeat left
      center;
    background-size: 15px auto;
  }
}
@media screen and (min-width: 769px) {
  .p-comment__item__name {
    font-size: 25px;
    padding-left: 27px;
    background: url("../images/comment/icon_footprints.svg") no-repeat left
      center;
    background-size: 19px auto;
  }
}
.p-comment__item__name span {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-comment__item__name span {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-comment__item__name span {
    font-size: 21px;
  }
}
.p-comment__pagetop {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-comment__pagetop {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-comment__pagetop {
    margin-top: 65px;
  }
}
.p-prono {
  margin: 0;
  height: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
}
.p-prono__inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-prono__inner {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__inner {
    width: 866px;
  }
}
.p-prono__production {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-prono__production {
    padding: 18.1333333333vw 0 18.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production {
    padding: 75px 0 65px;
  }
}
.p-prono__production::before {
  content: "";
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-prono__production::before {
    background-image: url(../images/prono/bg_prono_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production::before {
    background-image: url(../images/prono/bg_prono.jpg);
  }
}
.p-prono__production__ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-prono__production__ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__ttl {
    font-size: 40px;
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 768px) {
  .p-prono__production__article {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article {
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article--box.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .p-prono__production__article--pic {
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article--pic {
    width: 420px;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article--txt {
    width: 433px;
    margin-top: -40px;
  }
}
.p-prono__production__article--ttl {
  color: #ff5e2f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-prono__production__article--ttl {
    font-size: 5.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article--ttl {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-prono__production__article--para {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
    height: 80vw;
    padding-right: 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__article--para {
    font-size: 15px;
    line-height: 1.7333333333;
    height: 236px;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__rotoscope {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-prono__production__rotoscope--txt {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__rotoscope--txt {
    margin-bottom: 20px;
  }
}
.p-prono__production__rotoscope--ttl {
  color: #ff5e2f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-prono__production__rotoscope--ttl {
    font-size: 5.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__rotoscope--ttl {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-prono__production__rotoscope--para {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
    height: 80vw;
    padding-right: 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__rotoscope--para {
    font-size: 15px;
    line-height: 1.7333333333;
    height: 236px;
    padding-right: 1.5em;
  }
}
.p-prono__production__rotoscope--slide {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-prono__production__rotoscope--slide {
    width: 16.8vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__production__rotoscope--slide {
    margin-top: 17px;
    width: 75px;
  }
}
.p-prono__cannes {
  background-color: #231815;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-prono__cannes {
    padding: 75px 0 65px;
  }
}
.p-prono__cannes__ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-prono__cannes__ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 12vw;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__cannes__ttl {
    margin-bottom: 40px;
  }
}
.p-prono__cannes__article--pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-prono__cannes__article--pic {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__cannes__article--pic {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-prono__cannes__article--pic__item {
    width: 43.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__cannes__article--pic__item {
    width: 425px;
  }
}
.p-prono__cannes__article--txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-prono__cannes__article--txt {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__cannes__article--txt {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
.p-prono__pagetop {
  margin-bottom: #231815;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-prono__pagetop {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-prono__pagetop {
    margin-top: 65px;
  }
}
.ic__paw--wht {
  display: inline-block;
  position: relative;
}
.ic__paw--wht::before,
.ic__paw--wht::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/prono/ic_paw-wht.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ic__paw--wht::before,
  .ic__paw--wht::after {
    width: 5.6vw;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ic__paw--wht::before,
  .ic__paw--wht::after {
    width: 30px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ic__paw--wht::before {
    left: -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ic__paw--wht::before {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .ic__paw--wht::after {
    right: -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ic__paw--wht::after {
    right: -40px;
  }
}
.ic__paw--blk {
  position: relative;
  display: inline-block;
}
.ic__paw--blk::before,
.ic__paw--blk::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/prono/ic_paw-blk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ic__paw--blk::before,
  .ic__paw--blk::after {
    width: 5.6vw;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ic__paw--blk::before,
  .ic__paw--blk::after {
    width: 30px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ic__paw--blk::before {
    left: -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ic__paw--blk::before {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .ic__paw--blk::after {
    right: -5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .ic__paw--blk::after {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .is-sm {
    font-size: 5.8666666667vw;
    display: block;
  }
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background: #000 !important;
}
.twentytwenty-handle {
  border: 3px solid #000 !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  -webkit-box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
  box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  -webkit-box-shadow: 0 -3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
  box-shadow: 0 -3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  -webkit-box-shadow: 3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
  box-shadow: 3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  -webkit-box-shadow: -3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
  box-shadow: -3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}
.twentytwenty-left-arrow {
  border-right: 6px solid #000 !important;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #000 !important;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid #000 !important;
}
.twentytwenty-down-arrow {
  border-top: 6px solid #000 !important;
}
.u-display--block {
  display: block;
}
.u-display--inline {
  display: inline;
}
.u-display--inline-block {
  display: inline-block;
}
.u-display--none {
  display: none;
}
.f-zenmaru {
  font-family: "Mochiy Pop P One", serif;
}
.logoo {
  text-shadow: 13px 13px 15px white, 0 0 13em white, 0 0 0.2em white;
  color: #fdda5c;
  font-size: 3em;
  font-family: "Mochiy Pop P One";
}

.linkk {
  color: #000;
  text-decoration: none !important;
}
.p-index__trailer__tab__menu button {
  color: #000;
}
