@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Playfair Display", serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-cast {
  padding-bottom: 5rem;
  padding-top: 8.75rem;
  font-family: "Playfair Display", serif, "Zen Old Mincho", serif;
  font-weight: 100;
}

.p-cast__title {
  text-align: center;
  font-size: 1rem;
}
.p-cast__title__jp {
  font-size: 0.75rem;
}
.p-cast__card {
  display: inline-block;
  margin-top: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cast__card {
    width: 100%;
    margin: auto;
    margin-top: 6.875rem;
  }
}

.p-cast_image-card {
  position: relative;
  width: 60%;
  height: auto;
  float: left;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cast_image-card {
    float: none;
    height: 100%;
    width: 100%;
  }
}

.p-cast_image-card figcaption {
  position: absolute;
  bottom: -5%;
  left: 3%;
}

.p-cast_image-card p {
  color: white;
  font-size: 1.375rem;
  background-color: #53C3F2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-cast_image-card p {
    font-size: 0.875rem;
  }
}

.p-cast_image-card__kantoku {
  position: relative;
  width: 60%;
  height: auto;
  float: left;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cast_image-card__kantoku {
    float: none;
    height: 100%;
    width: 100%;
  }
}

.p-cast_image-card__kantoku figcaption {
  position: absolute;
  bottom: -5%;
  left: 3%;
}

.p-cast_image-card__kantoku p {
  color: white;
  font-size: 1.375rem;
  background-color: #5e5e5e;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-cast_image-card__kantoku p {
    font-size: 0.875rem;
  }
}

.p-cast_image-card span {
  color: white;
  font-size: 1rem;
  background-color: #53C3F2;
  border-radius: 5px;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .p-cast_image-card span {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cast_profile {
    margin-top: 5%;
  }
}

.p-cast__group {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-cast__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cast__name {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-cast__name {
    font-size: 1.375rem;
  }
}

.p-comment {
  padding-bottom: 5rem;
  padding-top: 8.75rem;
  font-family: "Playfair Display", serif, "Zen Old Mincho", serif;
  font-weight: 100;
}

.p-comment__title {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 12.5rem;
}
.p-comment__title__jp {
  color: #000000;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-comment__title__jp {
    font-size: 0.625rem;
  }
}

.p-comment__card {
  color: #53C3F2;
  margin-bottom: 10rem;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .p-comment__card {
    width: 90%;
    margin: auto;
    margin-bottom: 6.25rem;
  }
}

.p-comment__card h3 {
  color: #53C3F2;
  text-align: end;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-comment__card h3 {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}

.header img {
  width: 100%;
  height: auto;
}

.img img {
  width: 100%;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f104";
  font-size: 5rem;
  color: #eee;
}

._p_copylight {
  text-align: end;
  font-size: 0.75rem;
}

iframe {
  width: 100%;
  height: 37.5rem;
  margin-top: 3.75rem;
}

.p-flash {
  text-align: center;
  font-size: 1.25rem;
  padding-top: 8.75rem;
  padding-bottom: 13.125rem;
  font-family: "Playfair Display", serif;
  color: #333;
  font-weight: 100;
}

.p-flash__title {
  padding-bottom: 6.25rem;
  font-size: 1rem;
  color: #333;
}

.p-flash__title__jp {
  font-size: 0.75rem;
}

.p-introduction {
  text-align: center;
  font-size: 1.25rem;
  padding-top: 8.75rem;
  padding-bottom: 11.25rem;
  font-family: "Playfair Display", serif;
  color: #333;
  font-weight: 100;
}

.p-introduction__title {
  padding-bottom: 3.75rem;
  font-size: 1rem;
  color: #333;
}

.p-introduction__title__jp {
  font-size: 0.75rem;
}

.p-introduction__p {
  padding-bottom: 12.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  font-weight: 10;
}
@media screen and (max-width: 767px) {
  .p-introduction__p {
    font-size: 0.875rem;
  }
}

.p-introduction__p__span {
  display: block;
  padding-top: 1.6875rem;
}

.p-nav__section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  height: 2.8125rem;
  background-color: #333;
  margin-left: auto;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-nav__section ul {
    display: none;
  }
}

.p-nav__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-nav__contents {
    display: none;
  }
}

.p-nav {
  color: #eee;
  font-family: "Zen Old Mincho", serif;
}

.p-nav__jap {
  color: #eee;
  font-family: "Playfair Display", serif;
}

nav {
  display: none;
}
@media screen and (max-width: 767px) {
  nav {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: -300px;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .open nav {
    height: 100vh;
    left: 0;
    opacity: 1;
    z-index: 2000;
  }
}

@media screen and (max-width: 767px) {
  nav .p-inner {
    padding: 15px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  nav .p-inner ul a {
    border-bottom: 1px solid #333;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  nav .p-inner ul a li {
    display: block;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  nav .p-inner ul a li:hover {
    background-color: #e4e4e4;
  }
}

@media screen and (max-width: 767px) {
  .toggle-btn {
    display: block;
    position: fixed;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    z-index: 2000;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-btn span {
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-btn span:nth-child(1) {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-btn span:nth-child(2) {
    top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-btn span:nth-child(3) {
    bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .open .toggle-btn span {
    background-color: #333;
  }
}

@media screen and (max-width: 767px) {
  .open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
            transform: translateY(10px) rotate(-315deg);
  }
}

@media screen and (max-width: 767px) {
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
            transform: translateY(-10px) rotate(315deg);
  }
}

@media screen and (max-width: 767px) {
  #mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .open #mask {
    display: block;
    background-color: #000;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    opacity: 0.8;
    cursor: pointer;
  }
}

.p-SNS {
  text-align: center;
  font-weight: 100;
  font-family: "Playfair Display", serif;
  padding-top: 8.75rem;
  margin-bottom: 25rem;
  height: auto;
}

.p-sns__title {
  margin-bottom: 6.25rem;
  font-size: 1rem;
}

.p-sns__title__jp {
  font-size: 0.75rem;
}

.p-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
}

.p-sns img {
  border-radius: 0.625rem;
}

.p-theater__sns {
  margin-bottom: 6.25rem;
  font-size: 1rem;
}

.p-theater__sns__jp {
  font-size: 0.75rem;
}

.p-SNS__img {
  width: 6.25rem;
  height: 9.375rem;
}

.p-story {
  text-align: center;
  font-size: 1.25rem;
  padding-top: 8.75rem;
  padding-bottom: 11.25rem;
  font-family: "Playfair Display", serif;
  color: #333;
  font-weight: 100;
}

.p-story__title {
  padding-bottom: 3.75rem;
  font-size: 1rem;
  color: #333;
}

.p-story__title__jp {
  font-size: 0.75rem;
}

.p-story__p {
  padding-bottom: 12.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  font-weight: 10;
}
@media screen and (max-width: 767px) {
  .p-story__p {
    font-size: 0.875rem;
  }
}

.img {
  width: 100%;
}
.l-inner_img {
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .l-inner_img {
    height: 100%;
  }
}

.p-theater {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 100;
  font-family: "Playfair Display", serif;
  margin-bottom: 18.75rem;
  padding-top: 8.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-theater {
    font-size: 0.875rem;
  }
}

.p-theater__title {
  margin-bottom: 6.25rem;
  font-size: 1rem;
}

.p-theater__title__jp {
  font-size: 0.75rem;
}

.p-theater table {
  width: 100%;
}

.p-theater__table__til {
  background-color: rgba(132, 117, 74, .9);
  color: #eee;
}

.p-theater__table__til th {
  font-weight: 100;
  font-family: "Playfair Display", serif;
}

table {
  border-spacing: 0;
}

.p-theater a {
  color: blue;
}

.p-theater td {
  padding: 0.3125rem;
}

.comment {
  color: red;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .comment {
    font-size: 0.75rem;
  }
}

span {
  color: black;
}

.p-copyright {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 31.25rem;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
