@charset "UTF-8";
/***
    The new CSS reset - version 1.8.2 (last updated 23.12.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
pre {
  all: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* remove default dot (•) sign */
::marker {
  content: "";
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

/*css調整*/
html {
  font-family: NotoSansCJKjp, sans-serif;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 425px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
  max-width: 198rem;
  margin: 0 auto;
  background-color: #F9C1CF;
}

.Inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 425px) {
  .Inner {
    width: 96%;
    margin: 0 auto;
  }
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "ZenKakuGothicAntique";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/ZenKakuGothicAntique-Black.ttf) format("ttf");
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ZenKakuGothicAntique-Regular.ttf) format("ttf");
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ZenKakuGothicAntique-Bold.ttf) format("ttf");
}
.Fv {
  width: 100%;
  height: 60rem;
  background-image: url(../images/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.Fv__overlay {
  width: 100%;
  height: 60rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.Fv__overlay__content {
  width: 100%;
  height: 60rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.Fv__overlay__content__title {
  margin: 0 auto;
  color: #FFF;
  font-weight: 900;
  font-size: 4rem;
  font-family: "Mochiy Pop P One", sans-serif;
  text-shadow: 6px 6px 2px #000;
}
@media screen and (max-width: 425px) {
  .Fv__overlay__content__title {
    width: 30rem;
  }
}
.Fv__overlay__content__text {
  color: #FFF;
  font-size: 2rem;
  font-family: "ZenKakuGothicAntique";
  text-shadow: 1px 1px 2px #000;
}

.Cast__wrap__flex #castImages .main_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.Cast__wrap__flex #castImages .main_wrap ul li {
  width: 23%;
}
@media screen and (max-width: 425px) {
  .Cast__wrap__flex #castImages .main_wrap ul li {
    width: 48%;
  }
}
.Cast__wrap__flex #castImages .main_wrap ul li div {
  margin-bottom: 2rem;
  height: 30.6rem;
}
@media screen and (max-width: 425px) {
  .Cast__wrap__flex #castImages .main_wrap ul li div {
    margin-bottom: 1rem;
  }
}
.Cast__wrap__flex #castImages .main_wrap ul li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Cast .chopice_wrapper {
  display: none;
}
.Cast #cast ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}
.Cast #cast ul li .photo {
  width: 100%;
  height: auto;
  margin: 0;
}
.Cast #cast ul li .photo img {
  max-width: auto;
}
.Cast #cast ul li .gal_data, .Cast #cast ul li .attend, .Cast #cast ul li .diary, .Cast #cast ul li .ic_new {
  display: none !important;
}

.Blog .iinde_comment {
  display: none;
}
.Blog #blog_list {
  margin: 0;
}
.Blog #blog_list li {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  margin-bottom: 2rem;
}
.Blog #blog_list li .blog_left {
  margin-right: 2rem;
}
.Blog #blog_list li .blog_right .date {
  display: block;
  font-size: 1rem;
  margin-left: auto;
  text-align: right;
}
.Blog #blog_list li:nth-child(n+4) {
  display: none;
}
.Blog h4 {
  margin: 0;
}
.Blog h5 {
  margin: 1rem 0;
}

.System {
  width: 100%;
  padding: 4rem 0;
}
.System__wrap__h2 {
  margin: 0 auto;
}
.System__wrap__table {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .System__wrap__table {
    display: block;
  }
}
.System table {
  width: 48%;
  border-collapse: collapse;
}
@media screen and (max-width: 425px) {
  .System table {
    width: 100%;
    margin: 0;
  }
}
.System table tr {
  border-bottom: solid 2px white;
}
.System table tr:last-child {
  border-bottom: none;
}
.System table th {
  position: relative;
  text-align: left;
  width: 40%;
  background-color: #FF3399;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.System table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #FF3399;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.System table td {
  text-align: left;
  width: 70%;
  padding: 10px 0;
  padding-left: 2rem;
  box-sizing: border-box;
  background-color: #eee;
}

.Banner__wrap__staff {
  text-align: center;
}
.Banner__wrap__staff img {
  margin: 0 auto;
  display: block;
}
.Banner__wrap__staff img:hover {
  opacity: 0.6;
}

.Access__wrap__content {
  display: flex;
}
@media screen and (max-width: 425px) {
  .Access__wrap__content {
    display: block;
  }
}
.Access__wrap__content__left {
  width: 35%;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .Access__wrap__content__left {
    width: 100%;
  }
}
.Access__wrap__content__right {
  width: 65%;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .Access__wrap__content__right {
    width: 100%;
  }
}

.Footer {
  background-color: #333;
  padding: 3rem 0;
  margin-top: 6rem;
}
.Footer__h3 {
  font-size: 3rem;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  width: 20rem;
  display: block;
}
@media screen and (max-width: 425px) {
  .Footer__h3 {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
  }
}
.Footer__h3:hover {
  opacity: 0.6;
}
.Footer__text {
  font-size: 1.4rem;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .Footer__text {
    font-size: 1.2rem;
  }
}
.Footer__link {
  display: block;
  font-size: 1.4rem;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .Footer__link {
    font-size: 1.2rem;
  }
}
.Footer__link:hover {
  opacity: 0.6;
}

.opacity {
  opacity: 0;
  border-bottom: none !important;
}
.opacity-border {
  border-bottom: none !important;
}
@media screen and (max-width: 425px) {
  .opacity-border {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .opacity {
    display: none;
  }
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  font-size: 12.6rem !important;
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 6rem !important;
    text-align: center !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 425px) {
  .sp {
    display: block;
  }
}

body {
  font-family: sans-serif;
  font-family: "源ノ角ゴシック Regular", "源ノ角ゴシック";
}/*# sourceMappingURL=style.css.map */