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

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

blockquote, q {
  quotes: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

ol, ul {
  list-style: none;
}

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

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

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

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

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

[role=button] {
  cursor: pointer;
}

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

[aria-controls] {
  cursor: pointer;
}

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

body {
  line-height: 1;
}

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

@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes phyon {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-5%);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-5%);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #43392d;
  background-color: #f0ebd7;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) repeat 0 0;
  background-size: 80px;
}

.l-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    overflow: hidden;
  }
}

.l-footer {
  position: relative;
  margin-top: 180px;
}
@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: 120px;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: 0;
  right: 25px;
  width: 150px;
  transform: translateY(-61%);
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 90px;
    transform: translateY(-61%) translateX(-50%);
    position: absolute;
    right: auto;
    left: 50%;
  }
}
.l-footer__pagetop-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(15%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-foot .l-footer__pagetop-text {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.45s;
}
.l-footer__pagetop a {
  display: block;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-foot .l-footer__pagetop a {
  transform: translateY(0);
}
@media (hover: hover) {
  .l-footer__pagetop a:hover .l-footer__pagetop-content {
    animation: phyon 3.4s linear infinite;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 37px;
  }
}
.l-footer__share-text {
  text-align: center;
  font-family: "trajan-pro-3", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
@media screen and (max-width: 960px) {
  .l-footer__share-text {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
.l-footer__share-list {
  display: flex;
  justify-content: center;
}
.l-footer__share-list-item {
  width: 50px;
  margin: 0 5px;
}
@media screen and (max-width: 960px) {
  .l-footer__share-list-item {
    width: 40px;
    margin: 0 3px;
  }
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover img {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.l-footer__share-list-item a img {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__links {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .l-footer__links {
    text-align: center;
    width: 100%;
  }
}
.l-footer__links-list-item + .l-footer__links-list-item {
  margin-top: 14px;
}
@media screen and (max-width: 960px) {
  .l-footer__links-list-item + .l-footer__links-list-item {
    margin-top: 10px;
  }
}
.l-footer__links-list-item a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
  position: relative;
  padding-right: 20px;
  color: #43392d;
  font-weight: 500;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .l-footer__links-list-item a {
    font-size: 13px;
    padding-right: 14px;
  }
}
.l-footer__links-list-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-mask: url(../img/ftr/icon_arrow_2.svg) no-repeat center center;
  mask: url(../img/ftr/icon_arrow_2.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #43392d;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .l-footer__links-list-item a::before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (hover: hover) {
  .l-footer__links-list-item a:hover {
    color: #e46d38;
  }
  .l-footer__links-list-item a:hover::before {
    background-color: #e46d38;
  }
}
.l-footer__content {
  position: relative;
  padding-top: 19px;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    padding-top: 9px;
  }
}
.l-footer__content::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/lead/bg_lead_top.png) repeat left top;
  background-size: 700px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__content::before {
    background-size: 350px 10px;
  }
}
.l-footer__content-inner {
  padding: 79px 3.5%;
  position: relative;
  background: url(../img/lead/bg_lead_base.png) repeat left top;
  background-size: 700px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-footer__content-inner {
    background-size: 350px 50px;
    display: block;
    padding: 49px 5.5% 60px;
  }
}
.l-footer__ani {
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__ani {
    width: 100%;
    margin-top: 36px;
    text-align: center;
  }
}
.l-footer__anilink {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .l-footer__anilink {
    justify-content: center;
  }
}
.l-footer__anilink-item + .l-footer__anilink-item {
  margin-left: 3.8%;
}
.l-footer__anilink-item a {
  text-decoration: none;
  font-size: 14px;
  color: #43392d;
  font-weight: 500;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__anilink-item a:hover {
    color: #e46d38;
  }
  .l-footer__anilink-item a:hover::before {
    background-color: #e46d38;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__anilink-item a {
    font-size: 12px;
  }
}
.l-footer__lead {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 19px;
}
@media screen and (max-width: 960px) {
  .l-footer__lead {
    font-size: 9px;
  }
}
.l-footer__copy {
  font-size: 12px;
  letter-spacing: 0.3px;
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 9px;
    margin-top: 4px;
  }
}

.l-content {
  padding-top: 20px;
  position: relative;
}

html body .m-modal {
  overflow: hidden;
}
html body .m-modal .m-modal__content {
  max-width: none;
  width: 100%;
}
html body .m-modal .m-modal__bg {
  background: #f1ebd5;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1ebd5;
  z-index: 1;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

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

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  position: relative;
  z-index: 1;
  padding-top: 26%;
  padding-bottom: 4.2%;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-top: 72%;
    padding-bottom: 34.2%;
  }
}
.p-hero__logo {
  position: relative;
  margin: 0 auto;
  width: 54%;
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 91%;
  }
}
.p-hero__logo-cap {
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__logo-cap img {
  transform: translateY(20px);
  opacity: 0;
}
.is-load .p-hero__logo-cap img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.9s;
}
.p-hero__logo-ttl img {
  transform: scale(0.8);
  opacity: 0;
}
.is-load .p-hero__logo-ttl img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.55s;
}
.p-hero__logo-year {
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__logo-year img {
  transform: scale(0.8);
  opacity: 0;
}
.is-load .p-hero__logo-year img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113%;
  overflow: hidden;
  pointer-events: none;
}
.p-hero__bg-item {
  position: absolute;
}
.p-hero__bg-item.-deco1 {
  top: -9%;
  left: -8.5%;
  width: 29%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco1 {
    top: 12%;
    left: -9.5%;
    width: 52%;
  }
}
.p-hero__bg-item.-deco2 {
  top: 33%;
  left: -2%;
  width: 15.5%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco2 {
    top: auto;
    bottom: 17%;
    left: 23.5%;
    width: 30%;
  }
}
.p-hero__bg-item.-deco2 img {
  transform: translateX(-25%);
  opacity: 0;
}
.is-load .p-hero__bg-item.-deco2 img {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-hero__bg-item.-deco3 {
  top: 45.5%;
  left: 1.5%;
  width: 17.2%;
}
.is-load .p-hero__bg-item.-deco3 {
  animation: fuyo 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco3 {
    top: auto;
    bottom: 12%;
    left: -4.5%;
    width: 32.2%;
  }
}
.p-hero__bg-item.-deco3 img {
  transform: scale(0.9);
  opacity: 0;
}
.is-load .p-hero__bg-item.-deco3 img {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-hero__bg-item.-deco4 {
  bottom: 0.5%;
  left: -3.5%;
  width: 11.5%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco4 {
    bottom: 1.5%;
    left: 17.5%;
    width: 21.5%;
  }
}
.p-hero__bg-item.-deco5 {
  bottom: 8.5%;
  left: 10%;
  width: 6%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco5 {
    bottom: auto;
    top: 33%;
    left: 33%;
    width: 11%;
  }
}
.p-hero__bg-item.-deco6 {
  top: 42%;
  left: 25.5%;
  width: 4.5%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco6 {
    top: auto;
    bottom: 9%;
    left: 49.5%;
    width: 7.5%;
  }
}
.p-hero__bg-item.-deco7 {
  top: -2%;
  right: 1%;
  width: 5.9%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco7 {
    top: auto;
    bottom: 25%;
    right: 45%;
    width: 10.9%;
  }
}
.p-hero__bg-item.-deco8 {
  top: 20%;
  right: 2.5%;
  width: 11.9%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco8 {
    top: 32%;
    right: -2.5%;
    width: 21.9%;
  }
}
.p-hero__bg-item.-deco9 {
  top: 41.5%;
  right: 17.5%;
  width: 7%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco9 {
    display: none;
  }
}
.p-hero__bg-item.-deco10 {
  top: 56.5%;
  right: -4%;
  width: 24.5%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco10 {
    bottom: 3%;
    right: -5%;
    width: 45.5%;
    top: auto;
  }
}
.is-load .p-hero__bg-item.-deco10 {
  animation: fuyo 5s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-hero__bg-item.-deco10 img {
  transform: scale(0.9);
  opacity: 0;
}
.is-load .p-hero__bg-item.-deco10 img {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
.p-hero__bg-item.-deco11 {
  top: 51.5%;
  right: 5%;
  width: 15.5%;
}
@media screen and (max-width: 960px) {
  .p-hero__bg-item.-deco11 {
    top: 30.5%;
    right: 21%;
    width: 28.5%;
  }
}
.p-hero__bg-item.-deco11 img {
  transform: translateX(25%);
  opacity: 0;
}
.is-load .p-hero__bg-item.-deco11 img {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-hero__chara {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-51%);
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-hero__chara {
    transform: translateX(-50%) translateY(-45%);
  }
}
.p-hero__chara-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__chara-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__chara-item:nth-child(2) {
  position: relative;
  z-index: 1;
}
.is-load .p-hero__chara-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.is-load .p-hero__chara-item:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.p-info {
  position: relative;
  padding-top: 19px;
}
@media screen and (max-width: 960px) {
  .p-info {
    padding-top: 9px;
  }
}
.p-info::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/lead/bg_lead_top.png) repeat-x left top;
  background-size: 700px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-info::before {
    background-size: 350px 10px;
  }
}
.p-info__inner {
  padding: 79px 0 0;
  position: relative;
  background: url(../img/lead/bg_lead_base.png) repeat left top;
  background-size: 700px 100px;
}
@media screen and (max-width: 960px) {
  .p-info__inner {
    padding: 73px 0 0;
    background-size: 350px 50px;
  }
}
.p-info__slider {
  position: relative;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .p-info__slider {
    margin-top: 0;
  }
}
.p-info__slider-list {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.is-load .p-info__slider-list {
  animation: slider 40s linear infinite forwards;
}
@media screen and (max-width: 960px) {
  .is-load .p-info__slider-list {
    animation-duration: 80s;
  }
}
.p-info__slider-list-item {
  height: 200px;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-info__slider-list-item {
    height: 150px;
  }
}
.p-info__slider-list-item img {
  height: 100%;
}
.p-info__about {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-info__about {
    display: block;
  }
}
.p-info__about-box {
  width: 33.33%;
  padding: 30px 20px 20px;
  position: relative;
}
.p-info__about-box:nth-child(1) {
  background: url(../img/bg_greeting.jpg) repeat 0 0;
  background-size: 50px;
}
.p-info__about-box:nth-child(2) {
  background: url(../img/bg_stage.jpg) repeat 0 0;
  background-size: 50px;
}
.p-info__about-box:nth-child(3) {
  background: url(../img/bg_car.jpg) repeat 0 0;
  background-size: 50px;
}
@media screen and (max-width: 960px) {
  .p-info__about-box {
    width: 100%;
    padding: 12px 20px 15px;
  }
}
.p-info__about-lead {
  text-align: center;
  background-color: #ffffff;
  margin-top: 18px;
  line-height: 1.6;
  padding: 25px 20px;
}
@media screen and (max-width: 960px) {
  .p-info__about-lead {
    padding: 10px 15px;
    margin-top: 7px;
    margin-left: 24%;
    text-align: left;
    font-size: min(12px, 3.2vw);
  }
}
.p-info__about-head-icon {
  height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 19px;
}
@media screen and (max-width: 960px) {
  .p-info__about-head-icon {
    width: min(57px, 15.2vw);
    height: auto;
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}
.p-info__about-head-icon svg {
  fill: #ffffff;
}
@media screen and (min-width: 961px) {
  .p-info__about-head-icon svg {
    height: 100%;
  }
}
.p-info__about-head-ttl {
  text-align: center;
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .p-info__about-head-ttl {
    font-size: min(16px, 4.2666666667vw);
    padding-left: 24%;
    text-align: left;
    letter-spacing: 0.5px;
  }
}

.p-info_main {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info_main {
    width: 87%;
    padding-bottom: 22%;
  }
}
.p-info_main__box {
  transform: translateY(30px);
  opacity: 0;
}
.p-info_main__box.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-info_main__box:nth-child(1) {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(1) {
    display: block;
  }
}
.p-info_main__box:nth-child(1) .p-info_main__thumb {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(1) .p-info_main__thumb {
    margin: 0 auto;
    width: 90%;
  }
}
.p-info_main__box:nth-child(1) .p-info_main__thumb::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #7abdc3;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(1) .p-info_main__thumb::before {
    width: 15px;
    height: 15px;
  }
}
.p-info_main__box:nth-child(1) .p-info_main__thumb::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  background-color: #7abdc3;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(1) .p-info_main__thumb::after {
    width: 15px;
    height: 15px;
  }
}
.p-info_main__box:nth-child(1) .p-info_main__lead {
  width: 50%;
  padding-left: 6%;
  margin-top: -1.5%;
  font-size: min(31px, 2.8181818182vw);
  line-height: 1.85;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(1) .p-info_main__lead {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-top: 5%;
    font-size: 18px;
    margin-top: 7%;
    font-size: min(19px, 5.0666666667vw);
    line-height: 1.8;
  }
}
.p-info_main__box:nth-child(2) {
  position: relative;
  margin-top: -18.5%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(2) {
    align-items: center;
    margin-top: 10%;
  }
}
.p-info_main__box:nth-child(2) .p-info_main__thumb {
  width: 44%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(2) .p-info_main__thumb {
    width: 53%;
  }
}
.p-info_main__box:nth-child(2) .p-info_main__thumb::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #e46d38;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(2) .p-info_main__thumb::before {
    content: none;
    width: 15px;
    height: 15px;
  }
}
.p-info_main__box:nth-child(2) .p-info_main__thumb::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  background-color: #e46d38;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(2) .p-info_main__thumb::after {
    content: none;
    width: 15px;
    height: 15px;
  }
}
.p-info_main__box:nth-child(2) .p-info_main__lead {
  width: 56%;
  font-size: min(22px, 2vw);
  line-height: 1.8;
  padding-bottom: 9.5%;
}
@media screen and (max-width: 960px) {
  .p-info_main__box:nth-child(2) .p-info_main__lead {
    width: 47%;
    line-height: 1.95;
    font-size: min(12px, 3.2vw);
    padding-right: 10px;
    padding-bottom: 0;
    transform: translateX(-3%);
  }
}
.p-info_main__thumb {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb {
    padding: 7px;
  }
}
.p-info_main__thumb-img {
  overflow: hidden;
}
.p-info_main__thumb-img img {
  transform: scale(1.1);
}
.p-info_main__box.is-active .p-info_main__thumb-img img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-info_main__thumb-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-info_main__thumb-frame-item {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-frame-item:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: #7abdc3;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-frame-item:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    background-color: #7abdc3;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-frame-item:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-color: #e46d38;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-frame-item:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    background-color: #e46d38;
    width: 15px;
    height: 15px;
  }
}
.p-info_main__thumb-chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-info_main__thumb-chara-item {
  position: absolute;
}
.p-info_main__thumb-chara-item.-chara1 {
  top: -18%;
  right: -11%;
  width: 23%;
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-chara-item.-chara1 {
    top: -15%;
    right: -10%;
    width: 23%;
  }
}
.p-info_main__thumb-chara-item.-chara2 {
  bottom: -13%;
  left: -10%;
  width: 23%;
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-chara-item.-chara2 {
    bottom: -11%;
    left: -9%;
  }
}
.p-info_main__thumb-chara-item.-chara3 {
  top: -12%;
  left: -12%;
  width: 26%;
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-chara-item.-chara3 {
    display: none;
  }
}
.p-info_main__thumb-chara-item.-chara4 {
  bottom: -11%;
  right: -11%;
  width: 26%;
}
@media screen and (max-width: 960px) {
  .p-info_main__thumb-chara-item.-chara4 {
    display: none;
  }
}
.p-info_main__lead {
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
}
.p-info_main__footchara-item {
  position: absolute;
  bottom: 0;
  width: 22%;
}
.p-info_main__footchara-item:nth-child(1) {
  left: 16%;
  transform: translateY(36%);
}
.p-info_main__footchara-item:nth-child(2) {
  right: 16%;
  transform: translateY(29%);
}

.p-schedule {
  padding-top: 100px;
  margin-bottom: 97px;
}
@media screen and (max-width: 960px) {
  .p-schedule {
    overflow: hidden;
    padding-top: min(75px, 20vw);
    margin-bottom: 31px;
  }
}
.p-schedule__inner {
  display: flex;
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-schedule__inner {
    display: block;
  }
}
.p-schedule__back {
  position: fixed;
  bottom: 5px;
  right: 9px;
  width: min(91px, 24.2666666667vw);
  z-index: 1;
  transform: translateY(50%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-schedule__back.is-show {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-schedule_content {
  width: 44%;
}
@media screen and (max-width: 960px) {
  .p-schedule_content {
    width: 100%;
    margin-top: 40px;
  }
}
.p-schedule_content__box {
  position: relative;
}
.p-schedule_content__box + .p-schedule_content__box {
  margin-top: 20px;
}
.p-schedule_content__box-head {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 30px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__box-head {
    padding: 11px 17px 10px;
  }
}
.-greeting .p-schedule_content__box-head {
  background: url(../img/bg_greeting.jpg) repeat 0 0;
  background-size: 50px;
}
.-stage .p-schedule_content__box-head {
  background: url(../img/bg_stage.jpg) repeat 0 0;
  background-size: 50px;
}
.-car .p-schedule_content__box-head {
  background: url(../img/bg_car.jpg) repeat 0 0;
  background-size: 50px;
}
.p-schedule_content__box-icon {
  width: 50px;
  flex-shrink: 0;
  margin-right: 19px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__box-icon {
    margin-right: 15px;
    width: min(34px, 9.0666666667vw);
  }
}
.p-schedule_content__box-icon svg {
  fill: #ffffff;
}
.p-schedule_content__box-ttl {
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__box-ttl {
    font-size: min(14px, 3.7333333333vw);
  }
}
.p-schedule_content__list {
  background-color: #ffffff;
  padding: 0 29px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__list {
    padding: 0 21px 5px;
  }
}
.p-schedule_content__list-item {
  padding: 29px 0 28px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__list-item {
    padding: 21px 0 20px;
  }
}
.p-schedule_content__list-item + .p-schedule_content__list-item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__list-item + .p-schedule_content__list-item::before {
    height: 3px;
  }
}
.-greeting .p-schedule_content__list-item + .p-schedule_content__list-item::before {
  background: url(../img/schedule/dotline_greeting.png) repeat-x 0 center;
  background-size: 12px;
}
@media screen and (max-width: 960px) {
  .-greeting .p-schedule_content__list-item + .p-schedule_content__list-item::before {
    background-size: 7px;
  }
}
.-stage .p-schedule_content__list-item + .p-schedule_content__list-item::before {
  background: url(../img/schedule/dotline_stage.png) repeat-x 0 center;
  background-size: 12px;
}
@media screen and (max-width: 960px) {
  .-stage .p-schedule_content__list-item + .p-schedule_content__list-item::before {
    background-size: 7px;
  }
}
.-car .p-schedule_content__list-item + .p-schedule_content__list-item::before {
  background: url(../img/schedule/dotline_car.png) repeat-x 0 center;
  background-size: 12px;
}
@media screen and (max-width: 960px) {
  .-car .p-schedule_content__list-item + .p-schedule_content__list-item::before {
    background-size: 7px;
  }
}
.p-schedule_content__list-top {
  display: flex;
  align-items: flex-end;
}
.p-schedule_content__list-date {
  font-family: "trajan-pro-3", serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -4px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__list-date {
    font-size: 25px;
    letter-spacing: -2px;
  }
}
.p-schedule_content__list-date .is-small {
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-weight: 400;
  vertical-align: baseline;
  font-size: 23px;
  letter-spacing: 0;
  padding-left: 4px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__list-date .is-small {
    font-size: 14px;
    padding-left: 1px;
  }
}
.p-schedule_content__list-area {
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 35px;
  padding-left: 8px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__list-area {
    font-size: 22px;
    padding-left: 4px;
  }
}
.p-schedule_content__member {
  display: flex;
  margin-top: 5px;
  align-items: center;
}
.p-schedule_content__member-label {
  width: 50px;
  text-align: center;
  background-color: #43392d;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 5px 4px;
  flex-shrink: 0;
  margin-right: 10px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__member-label {
    padding: 2px 5px 3px;
    width: 35px;
    font-size: 10px;
    margin-right: 4px;
  }
}
.p-schedule_content__member-text {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__member-text {
    font-size: 11px;
  }
}
.p-schedule_content__note {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__note {
    font-size: 11px;
  }
}
.p-schedule_content__btn {
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__btn {
    margin-top: 12px;
  }
}
.p-schedule_content__btn-item {
  width: 49%;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  padding: 17px 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__btn-item {
    padding: min(14px, 3.7333333333vw) min(29px, 7.7333333333vw);
  }
}
@media (hover: hover) {
  .p-schedule_content__btn-item {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-schedule_content__btn-item:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.p-schedule_content__btn-item::after {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 21px;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__btn-item::after {
    width: 9px;
    left: 14px;
  }
}
.p-schedule_content__btn-item.-theater::after {
  -webkit-mask: url(../img/schedule/icon_venue.svg) no-repeat center center;
  mask: url(../img/schedule/icon_venue.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
.-greeting .p-schedule_content__btn-item.-theater {
  background-color: #d9b139;
}
.-stage .p-schedule_content__btn-item.-theater {
  background-color: #adb04b;
}
.-car .p-schedule_content__btn-item.-theater {
  background-color: #2a9687;
}
.p-schedule_content__btn-item.-report {
  background-color: #e46d38;
}
.p-schedule_content__btn-item.-report::after {
  -webkit-mask: url(../img/schedule/icon_report.svg) no-repeat center center;
  mask: url(../img/schedule/icon_report.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
.p-schedule_content__btn-item.is-disable {
  background-color: #dcd8d5 !important;
  pointer-events: none;
}
.p-schedule_content__btn-item + .p-schedule_content__btn-item {
  margin-left: 3%;
}
.p-schedule_content__btn-text {
  color: #ffffff;
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: min(17px, 1.5454545455vw);
}
@media screen and (max-width: 960px) {
  .p-schedule_content__btn-text {
    font-size: min(12px, 3.2vw);
  }
}
.p-schedule_content__chara {
  position: absolute;
  bottom: -2%;
  right: -20%;
  width: 26.5%;
}
@media screen and (max-width: 960px) {
  .p-schedule_content__chara {
    bottom: 0;
    right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .p-schedule_content__chara-item {
    width: 29.5%;
  }
  .p-schedule_content__chara.is-pc {
    display: none;
  }
}
.p-schedule_content .is-coming {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
  background-color: #ffffff;
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_content .is-coming {
    font-size: 13px;
    padding: 40px 0 40px;
  }
}

.p-schedule_calendar {
  width: 50%;
  margin-right: 6%;
  position: relative;
  margin-top: -20px;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar {
    width: 100%;
    margin-right: 0;
  }
}
.p-schedule_calendar__content {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 961px) {
  .p-schedule_calendar__content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.p-schedule_calendar__header {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__header {
    margin-bottom: 14px;
  }
}
.p-schedule_calendar__header-btn-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #43392d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-schedule_calendar__header-btn-item:hover {
    transform: translateY(-50%) scale(0.97);
    opacity: 0.8;
  }
}
.p-schedule_calendar__header-btn-item.u-hidden {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__header-btn-item {
    width: 35px;
    height: 35px;
  }
}
.p-schedule_calendar__header-btn-item.-prev {
  left: 0;
}
.p-schedule_calendar__header-btn-item.-next {
  right: 0;
}
.p-schedule_calendar__header-btn-icon {
  width: 12px;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__header-btn-icon {
    width: 10px;
  }
}
.-prev .p-schedule_calendar__header-btn-icon {
  transform: scaleX(-1);
}
.p-schedule_calendar__header-date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "trajan-pro-3", serif;
  font-weight: 700;
  font-weight: 900;
}
.p-schedule_calendar__header-year {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__header-year {
    font-size: min(14px, 3.7333333333vw);
  }
}
.p-schedule_calendar__header-month {
  font-size: 80px;
  margin: 0 18px;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__header-month {
    margin: 0 17px;
    font-size: min(50px, 16vw);
  }
}
.p-schedule_calendar__header-monthen {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__header-monthen {
    font-size: min(14px, 3.7333333333vw);
  }
}
.p-schedule_calendar__main {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.p-schedule_calendar__main-cell {
  width: 100%;
  padding-top: 100%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__main-cell {
    padding-top: 280%;
  }
}
.p-schedule_calendar__main-cell[data-dayofweek=Sat] .p-in_date {
  color: #7abdc3;
}
.p-schedule_calendar__main-cell[data-dayofweek=Sun] .p-in_date {
  color: #e46d38;
}
.p-schedule_calendar__main-cell.is-no-area {
  opacity: 0.5;
}
.p-schedule_calendar__main-cell .p-in_date {
  position: absolute;
  top: 16%;
  left: 20%;
  font-family: "trajan-pro-3", serif;
  font-weight: 700;
  font-size: min(16px, 1.4545454545vw);
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__main-cell .p-in_date {
    top: 5%;
    left: 15%;
    font-size: min(12px, 3.2vw);
  }
}
.p-schedule_calendar__main-cell .p-in_greeting {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 44%;
  padding-top: 44%;
  background-color: #d9b139;
  border-radius: 50%;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-schedule_calendar__main-cell .p-in_greeting:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__main-cell .p-in_greeting {
    top: 19%;
    right: 20%;
    width: 65%;
    padding-top: 65%;
  }
}
.p-schedule_calendar__main-cell .p-in_greeting a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule_calendar__main-cell .p-in_greeting a svg {
  fill: #ffffff;
  width: 70%;
}
.p-schedule_calendar__main-cell .p-in_stage {
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 44%;
  padding-top: 44%;
  background-color: #adb04b;
  border-radius: 50%;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-schedule_calendar__main-cell .p-in_stage:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__main-cell .p-in_stage {
    top: 45%;
    bottom: auto;
    left: auto;
    right: 20%;
    width: 65%;
    padding-top: 65%;
  }
}
.p-schedule_calendar__main-cell .p-in_stage a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule_calendar__main-cell .p-in_stage a svg {
  fill: #ffffff;
  width: 58%;
}
.p-schedule_calendar__main-cell .p-in_car {
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 44%;
  padding-top: 44%;
  background-color: #2a9687;
  border-radius: 50%;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-schedule_calendar__main-cell .p-in_car:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__main-cell .p-in_car {
    bottom: 6%;
    right: 20%;
    width: 65%;
    padding-top: 65%;
  }
}
.p-schedule_calendar__main-cell .p-in_car a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule_calendar__main-cell .p-in_car a svg {
  fill: #ffffff;
  width: 58%;
}
.p-schedule_calendar__main-note {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-schedule_calendar__main-note {
    font-size: 10px;
  }
}

.p-schedule_modal {
  height: 100vh;
}
.p-schedule_modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/modal/bg_modal_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__bg {
    background: url(../img/modal/bg_modal_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.p-schedule_modal__content {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.p-schedule_modal__content-inner {
  min-height: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__content-inner {
    padding: 40px 0;
  }
}
.p-schedule_modal__main {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  position: relative;
}
.p-schedule_modal__main-content {
  background-color: #ffffff;
  padding: 30px 60px 78px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__main-content {
    padding: 29px 21px 49px;
  }
}
.p-schedule_modal__head {
  position: relative;
  padding: 25px 90px 23px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__head {
    padding: 11px 15px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
  }
}
.-greeting .p-schedule_modal__head {
  background: url(../img/bg_greeting.jpg) repeat 0 0;
  background-size: 50px;
}
.-stage .p-schedule_modal__head {
  background: url(../img/bg_stage.jpg) repeat 0 0;
  background-size: 50px;
}
.-car .p-schedule_modal__head {
  background: url(../img/bg_car.jpg) repeat 0 0;
  background-size: 50px;
}
.p-schedule_modal__head-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  height: 50px;
  width: auto;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__head-icon {
    left: 16px;
    height: min(33px, 8.8vw);
  }
}
.p-schedule_modal__head-icon svg {
  height: 100%;
  fill: #ffffff;
}
.p-schedule_modal__head-ttl {
  color: #ffffff;
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__head-ttl {
    font-size: min(18px, 4.8vw);
    padding: 0 min(60px, 16vw);
  }
}
.p-schedule_modal__head-close {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__head-close {
    right: 13px;
    width: min(27px, 7.2vw);
    height: min(27px, 7.2vw);
  }
}
@media (hover: hover) {
  .p-schedule_modal__head-close:hover {
    transform: translateY(-50%) scale(0.97);
    opacity: 0.8;
  }
}
.p-schedule_modal__head-close::before, .p-schedule_modal__head-close::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.p-schedule_modal__head-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-schedule_modal__head-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-schedule_modal__theaterlist-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-item {
    display: block;
  }
}
.p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item {
  padding-top: 33px;
  margin-top: 29px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item {
    padding-top: 22px;
    margin-top: 20px;
  }
}
.p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.-greeting .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
  background: url(../img/schedule/dotline_greeting.png) repeat-x 0 center;
  background-size: 12px;
}
@media screen and (max-width: 960px) {
  .-greeting .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
    background-size: 7px;
  }
}
.-stage .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
  background: url(../img/schedule/dotline_stage.png) repeat-x 0 center;
  background-size: 12px;
}
@media screen and (max-width: 960px) {
  .-stage .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
    background-size: 7px;
  }
}
.-car .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
  background: url(../img/schedule/dotline_car.png) repeat-x 0 center;
  background-size: 12px;
}
@media screen and (max-width: 960px) {
  .-car .p-schedule_modal__theaterlist-item + .p-schedule_modal__theaterlist-item::before {
    background-size: 7px;
  }
}
.p-schedule_modal__theaterlist-area {
  width: 50%;
  flex-shrink: 0;
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-area {
    width: 100%;
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.p-schedule_modal__theaterlist-detail {
  width: 50%;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-detail {
    width: 100%;
  }
}
.p-schedule_modal__theaterlist-detail-list-item {
  display: flex;
}
.p-schedule_modal__theaterlist-detail-list-item + .p-schedule_modal__theaterlist-detail-list-item {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-detail-list-item + .p-schedule_modal__theaterlist-detail-list-item {
    margin-top: 6px;
  }
}
.p-schedule_modal__theaterlist-detail-list-icon {
  height: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-detail-list-icon {
    height: 13px;
  }
}
.p-schedule_modal__theaterlist-detail-list-icon svg {
  height: 100%;
}
.-greeting .p-schedule_modal__theaterlist-detail-list-icon svg {
  fill: #d9b139;
}
.p-schedule_modal__theaterlist-detail-list-text {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__theaterlist-detail-list-text {
    font-size: 11px;
  }
}
.p-schedule_modal__theaterlist-detail-list-text a {
  color: #e46d38;
}
@media (hover: hover) {
  .p-schedule_modal__theaterlist-detail-list-text a:hover {
    text-decoration: none;
  }
}
.p-schedule_modal__otherlist {
  margin-top: 58px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__otherlist {
    margin-top: 39px;
  }
}
.p-schedule_modal__otherlist-item {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__otherlist-item {
    align-items: center;
  }
}
.p-schedule_modal__otherlist-item + .p-schedule_modal__otherlist-item {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__otherlist-item + .p-schedule_modal__otherlist-item {
    margin-top: 7px;
  }
}
.p-schedule_modal__otherlist-label {
  flex-shrink: 0;
  width: 140px;
  text-align: center;
  background-color: #43392d;
  color: #ffffff;
  line-height: 1.3;
  font-size: 15px;
  padding: 2px 0;
  margin-right: 19px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__otherlist-label {
    width: 80px;
    font-size: 11px;
    padding: 8px 0;
    margin-right: 10px;
  }
}
.p-schedule_modal__otherlist-text {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__otherlist-text {
    font-size: 11px;
  }
}
.p-schedule_modal__note {
  margin-top: 59px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__note {
    margin-top: 37px;
  }
}
.p-schedule_modal__note-item {
  line-height: 1.5;
  font-size: 11px;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__note-item {
    font-size: 10px;
  }
}
.p-schedule_modal__note-item + .p-schedule_modal__note-item {
  margin-top: 6px;
}
.p-schedule_modal__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__deco {
    position: fixed;
  }
}
.p-schedule_modal__deco-item {
  position: absolute;
  bottom: -3%;
  width: 14.5%;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__deco-item {
    bottom: -6.5%;
    width: 59px;
  }
}
.p-schedule_modal__deco-item.-chara1 {
  left: -9%;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__deco-item.-chara1 {
    left: 28%;
  }
}
.p-schedule_modal__deco-item.-chara2 {
  right: -9%;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__deco-item.-chara2 {
    right: 28%;
    bottom: -5.5%;
  }
}
.p-schedule_modal__slider {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__slider {
    margin-top: 2px;
  }
}
.p-schedule_modal__slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3px;
}
.p-schedule_modal__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #e3dcc0;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.p-schedule_modal__slider .swiper-pagination-bullet-active {
  background-color: #e46d38;
}
.p-schedule_modal__explanation {
  margin-top: 26px;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .p-schedule_modal__explanation {
    margin-top: 14px;
    font-size: 11px;
  }
}

.report_swiper {
  overflow: hidden;
}

.p-attention__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.p-attention__item {
  border-top: 1px solid #43392d;
  border-bottom: 1px solid #43392d;
}
.p-attention__head {
  text-align: center;
  line-height: 1.3;
  position: relative;
  font-family: YakuHanMP, "fot-chiaro-std", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 20px;
  padding: 27px 0;
  cursor: pointer;
}
@media (hover: hover) {
  .p-attention__head:hover .p-attention__head-ttl {
    color: #e46d38;
  }
}
.p-attention__head-ttl {
  padding: 0 60px;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-attention__head-ttl {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-attention__head {
    font-size: 14px;
    padding: 18px 38px;
  }
}
.p-attention__head-icon {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-ac-open .p-attention__head-icon {
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 960px) {
  .p-attention__head-icon {
    right: 19px;
    width: 15px;
    height: 15px;
  }
}
.p-attention__head-icon::before, .p-attention__head-icon::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #43392d;
}
.p-attention__head-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-attention__head-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-attention__content {
  overflow: hidden;
  height: 0;
}
.p-attention__content-inner {
  border-top: 1px solid rgba(67, 57, 45, 0.3);
  padding: 45px 52px 46px;
}
@media screen and (max-width: 960px) {
  .p-attention__content-inner {
    padding: 24px 23px 36px;
  }
}
.p-attention__list-item {
  line-height: 1.6;
  font-size: 12px;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-attention__list-item {
    font-size: 11px;
    text-indent: -0.6rem;
    padding-left: 0.6rem;
  }
}
.p-attention__list-item + .p-attention__list-item {
  margin-top: 6px;
}
@media screen and (max-width: 960px) {
  .p-attention__list-item + .p-attention__list-item {
    margin-top: 5px;
  }
}