@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
}
.top-kv::before {
  content: "";
  width: 100%;
  height: 18rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(to bottom, #40210f, transparent);
  mix-blend-mode: multiply;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 64rem;
}

@media screen and (max-width: 768px) {
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 48rem;
  }
  .top-kv::before {
    display: none;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
    /* display: block; */
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
  background: url(../img/top-bg-2.png) no-repeat right bottom, url(../img/top-bg-1.jpg) no-repeat center;
  background-size: 34rem auto, cover;
  padding: 14rem 0;
  color: #fff;
  display: flex;
}
.top-concept > figure {
  width: 45%;
}
.top-concept > div {
  width: 55%;
  padding: 0 15rem 0 8rem;
}
.top-concept h2 {
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-concept h3 {
  font-size: 1.8rem;
  margin: 2.5rem 0 3rem 0;
  background: url(../img/deco-1.png) no-repeat center top, url(../img/deco-1.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 3.5rem 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top-concept {
    background: url(../img/top-bg-2.png) no-repeat right bottom, url(../img/top-bg-1.jpg) no-repeat center;
    background-size: 17rem auto, cover;
    padding: 8rem 3rem 12rem 3rem;
    flex-direction: column;
  }
  .top-concept > figure {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .top-concept > div {
    width: 100%;
    padding: 0;
  }
  .top-concept h3 {
    padding: 3rem 0;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
  padding: 10rem 0;
  display: flex;
  flex-direction: row-reverse;
}
.top-menu > * {
  width: 50%;
}
.top-menu > div {
  padding: 0 6rem 0 12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-menu h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.top-menu p {
  margin: 1.5rem 0 3rem 0;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 3rem;
    flex-direction: column;
  }
  .top-menu > * {
    width: 100%;
  }
  .top-menu > figure {
    margin-bottom: 3rem;
  }
  .top-menu > div {
    padding: 0;
    align-items: center;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  padding: 10rem 0;
  background: url(../img/top-bg-3.jpg) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 160px;
}

#loopslider ul li {
  width: 220px;
}

#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 6rem auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

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

/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  padding: 10rem 0;
}
.top-about .wrap {
  background: #ccc;
  width: 64rem;
  height: 30rem;
  margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 5rem;
    align-content: center;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 8rem 3rem;
  }
  .top-about .wrap {
    width: auto;
  }
}
/* -------------------------------------------

cast

------------------------------------------- */
.top-cast {
  background: url(../img/top-bg-4.jpg) no-repeat center/cover;
}
.top-cast .wrap {
  width: 45%;
  color: #fff;
  background: rgba(55, 55, 55, 0.9);
  padding: 8rem 0 9rem 0;
}
.top-cast .wrap p {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .top-cast .wrap {
    width: 100%;
    padding: 8rem 3rem 9rem 3rem;
  }
  .top-cast .wrap p {
    text-align: left;
  }
}
/* -------------------------------------------

group

------------------------------------------- */
.top-group {
  padding: 12rem 0;
  background: url(../img/top-bg-5.jpg) no-repeat center/cover;
  color: #fff;
}
.top-group > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.top-group > ul > li {
  width: calc((100% - 6rem) / 3);
  border: solid 0.25rem #fff;
  background: url(../img/deco-2.png) no-repeat left 0.5rem top 0.5rem, url(../img/deco-3.png) no-repeat right 0.5rem top 0.5rem, url(../img/deco-4.png) no-repeat left 0.5rem bottom 0.5rem, url(../img/deco-5.png) no-repeat right 0.5rem bottom 0.5rem;
  background-size: 2.7rem auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3rem;
  text-align: center;
}
.top-group > ul > li dt {
  font-size: 1.8rem;
  line-height: 1;
}
.top-group > ul > li dd {
  margin: 2.5rem 0 0 0;
}
.top-group > ul > li dd ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.top-group > ul > li dd ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #fff;
  font-size: 1.2rem;
}
.top-group > ul > li dd ul a i {
  font-size: 1.4rem;
  margin-right: 0.8rem;
  margin-top: 0.15rem;
}

@media screen and (max-width: 768px) {
  .top-group {
    padding: 8rem 3rem;
  }
  .top-group > ul {
    flex-direction: column;
  }
  .top-group > ul > li {
    width: 100%;
  }
  .top-group > ul > li dt {
    font-size: 2.2rem;
  }
  .top-group > ul > li dd ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .top-group > ul > li dd ul a {
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .top-group > ul > li dd ul a i {
    font-size: 1.8rem;
    margin-top: 0.18rem;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  background: url(../img/top-bg-6.jpg) no-repeat center/cover;
  color: #fff;
}
.top-recruit .wrap {
  width: 55rem;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 0;
}
.top-recruit .wrap p {
  margin-bottom: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 3rem;
  }
  .top-recruit .wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 4rem 3rem;
  }
  .top-recruit .wrap p {
    text-align: left;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 10rem 0;
}
.top-access .wrap {
  display: flex;
  flex-direction: row-reverse;
}
.top-access .wrap > figure {
  width: 45%;
}
.top-access .wrap > div {
  width: 55%;
  padding-right: 7rem;
}
.top-access .more {
  margin: 4rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
  }
  .top-access .wrap {
    flex-direction: column;
  }
  .top-access .wrap > figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .top-access .wrap > div {
    width: 100%;
    padding-right: 0;
  }
  .top-access .more {
    margin: 3rem auto 0 auto;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  background: url(../img/top-bg-7.jpg) no-repeat center/cover;
  padding: 10rem 0;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  padding-top: 3.5rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 25rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery-list li {
  width: calc((100% - 4rem) / 5);
}
.gallery-list li img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
.menu ul {
  width: 56rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .menu ul {
    width: auto;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.recruit-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: none;
}
.recruit-tel a i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .recruit-tel a span {
    text-decoration: underline;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #b40000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #b40000;
  color: #fff;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #b40000;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #b40000;
}

/* -------------------------------------------

cast

------------------------------------------- */
.junbi {
  text-align: center;
  font-size: 18px;
}

.cast-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}
.cast-list li {
  width: calc((100% - 6rem) / 4);
}
.cast-list figure img {
  aspect-ratio: 3/3.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.cast-list figure figcaption {
  text-align: center;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .cast-list li {
    width: calc((100% - 2rem) / 2);
  }
  .cast-list figure figcaption {
    font-size: 1.3rem;
  }
}
/* -------------------------------------------

tab

------------------------------------------- */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-label {
  background: #eee;
  order: -1;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.15rem;
  transition: all 0.3s;
}

.tab-label:hover {
  cursor: pointer;
  background: #b40000;
  color: #fff;
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 2rem;
}

/* active */
.tab-switch:checked + .tab-label {
  background: #b40000;
  color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* radio */
.tab-switch {
  display: none;
}/*# sourceMappingURL=style.css.map */