@charset "UTF-8";
/* default
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px x 62.5%=10px=1rem */
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--txt);
  font-size: 1.6rem;
  font-weight: 500;
  font-family: rocknroll-one, sans-serif;
  font-style: normal;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  z-index: 0;
  letter-spacing: 0.04em;
  background-color: #303030;
}

* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header, footer, section, article, aside, nav,
figure, figcaption, main {
  display: block;
}

ul, ol, dl, li, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

a {
  color: var(--txt);
  text-decoration: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

/* a:visited{color: #669fad;} */
:focus {
  outline: none;
}

a:hover, .hover:hover {
  opacity: .5;
}

a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  opacity: .7;
}

.SP-only {
  display: none;
}

.PC-only {
  display: block;
}

/* 共通
---------------------------------------------------------------------------------------------------------------------------------*/
.inner {
  max-width: 1640px;
  margin: 0 auto;
}

.inner.m {
  max-width: 1364px;
}

.inner.s {
  max-width: 960px;
}

.inner.m, .inner.s {
  padding: 0px 2rem;
}

.txt {
  font-size: var(--fz-S);
  font-weight: 500;
  max-width: 740px;
  text-align: justify;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin: 0 auto;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.center {
  text-align: center;
}

.ttl {
  font-family: royale-45, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.0rem;
  margin: 45px auto;
}

.ttl-sb {
  font-family: rocknroll-one, sans-serif;
  font-size: 2.0rem;
  margin-bottom: 25px;
}

/* あしらい */
.circle-l {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  border: solid #fff 2px;
  position: relative;
  background-color: #EDD3E5;
  margin: 0 auto 25px;
}

.circle-l .circle-s {
  width: 280px;
  height: 280px;
  border-radius: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #fff 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle-l .circle-s .heart {
  width: 38px;
  height: auto;
  margin: 10px auto 0;
}

.circle-l .circle-s .heart img {
  width: 100%;
}

.circle-l .circle-s .txt {
  color: #303030;
}

.circle-l .circle-s .price {
  width: 240px;
  text-align: end;
  margin: 0 auto 6px;
}

.circle-l .circle-s .desc {
  color: #303030;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 8px;
}

.circle-l .circle-s .box-l {
  width: 83%;
  height: 28%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 6px 8px;
}

.circle-l .circle-s .box-l .box-s {
  width: 100%;
  height: 100%;
  border: solid #EDD3E5 2px;
  border-radius: 10px;
  padding: 6px;
}

.circle-l .circle-s .box-l .box-s:last-child {
  text-align: left;
}

.circle-l .circle-s .box-l .box-s p {
  font-size: 1.0rem;
  color: #303030;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.layer {
  position: absolute;
  -webkit-transform: translate(-25%, -130%);
          transform: translate(-25%, -130%);
}

.circle-l2 {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  border: solid #EDD3E5 2px;
  position: relative;
  background-color: #fff;
  margin: 0 auto 25px;
}

.circle-l2 .circle-s2 {
  width: 280px;
  height: 280px;
  border-radius: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #EDD3E5 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle-l2 .circle-s2 .heart {
  width: 38px;
  height: auto;
  margin: 10px auto 0;
}

.circle-l2 .circle-s2 .heart img {
  width: 100%;
}

.circle-l2 .circle-s2 .tbl {
  width: 240px;
  margin: 0 auto;
  color: #303030;
}

.circle-l2 .circle-s2 .tbl tr {
  text-align: center;
}

.circle-l2 .circle-s2 .tbl tr .price {
  color: #EDD3E5;
}

.circle-l2 .circle-s2 .bk {
  color: #303030;
}

.circle-l2 .circle-s2 p {
  color: #303030;
  font-size: 1.4rem;
}

.circle-l2 .circle-s2 .box-l {
  width: 75%;
  height: auto;
  margin: 0 auto;
  background-color: #EDD3E5;
  border-radius: 12px;
  padding: 6px 8px;
  margin: 10px auto;
}

.circle-l2 .circle-s2 .box-l .box-s {
  width: 100%;
  height: auto;
  border: solid #fff 2px;
  border-radius: 10px;
  padding: 10px;
}

.circle-l2 .circle-s2 .box-l .box-s:last-child {
  text-align: left;
}

.circle-l2 .circle-s2 .box-l .box-s p {
  font-size: 1.0rem;
  color: #303030;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

/* カラー */
:root {
  --pink: #EDD3E5;
  --black: #303030;
  --txt: #fff;
}

/* フォントサイズ */
:root {
  --fz-L: 2.8rem;
  --fz-M: 2.6rem;
  --fz-S: 1.6rem;
  --fz-sub: 2.0rem;
}

/* ハンバーガー*/
#menu-Btn {
  display: block;
  position: relative;
  background: #303030;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid #EDD3E5 2px;
  z-index: 100;
}

#menu-Btn .hum_1 {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 4px;
  border-radius: 2px;
  background: var(--pink);
  width: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 35%;
}

#menu-Btn .hum_2 {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 4px;
  border-radius: 2px;
  background: var(--pink);
  width: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

#menu-Btn .hum_3 {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 4px;
  border-radius: 2px;
  background: var(--pink);
  width: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 65%;
}

#menu-Btn .hum-Btn_1 {
  -webkit-transform: rotate(-45deg) translate(-60%, -100%);
          transform: rotate(-45deg) translate(-60%, -100%);
}

#menu-Btn .hum-Btn_2 {
  opacity: 0;
}

#menu-Btn .hum-Btn_3 {
  -webkit-transform: rotate(45deg) translate(-60%, 100%);
          transform: rotate(45deg) translate(-60%, 100%);
}

#menu-Btn .animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
.panelactive {
  -webkit-animation-name: gnavopenAnime;
          animation-name: gnavopenAnime;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnavopenAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnavopenAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*----------header----------*/
#header {
  width: 100vw;
  position: fixed;
  margin-top: 20px;
  z-index: 1;
}

#header .header_container {
  width: 100%;
  height: 75px;
  padding: 0 27px;
  margin: 0 auto;
  z-index: 1000;
}

#header .header_container .logo {
  border: solid #fff 2px;
  border-radius: 50%;
  width: 70px;
  height: 100%;
  z-index: 100;
}

#header .header_container .logo a img {
  width: 100%;
  height: auto;
  -webkit-clip-path: circle(at 50% 50%);
          clip-path: circle(at 50% 50%);
}

#header .header_container .nav-menu .sns_link-area {
  display: none;
}

#header .header_container .humburger-Btn {
  display: block;
  position: fixed;
  background-color: #EDD3E5;
  width: 100vw;
  height: 120vh;
  top: 0;
  left: 0;
}

#header .header_container .humburger-Btn nav {
  display: block;
}

#header .header_container .humburger-Btn nav .nav_item {
  margin-top: 100px;
  padding: 27px;
}

#header .header_container .humburger-Btn nav .nav_item li {
  font-size: 2.4rem;
  text-align: end;
  margin-bottom: 12px;
}

#header .header_container .humburger-Btn .gnav-sns-link {
  display: block;
}

#header .header_container .humburger-Btn .gnav-sns-link .sns-ico {
  margin: 0 0 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#header .header_container .humburger-Btn .gnav-sns-link .sns-ico li {
  margin: 0 10px;
}

#header .header_container .humburger-Btn .gnav-sns-link .sns-ico li:last-child {
  margin-right: 0;
}

#header .header_container .humburger-Btn .gnav-sns-link .sns-ico li img {
  height: 48px;
  width: auto;
  margin-right: 24px;
}

#header .header_container nav {
  display: none;
}

/*----headerここまで----*/
.kv {
  display: block;
  width: 90%;
  height: auto;
  max-width: 1080px;
  opacity: .5;
  margin: 20px auto 0;
  z-index: -9999;
  position: fixed;
  top: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.kv img {
  border-radius: 20%;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 768px;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.lead {
  padding-top: 380px;
}

.lead p {
  text-align: center;
  min-width: 320px;
  max-width: 375px;
  margin: 0 auto;
  font-size: 1.8rem;
}

#topics .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#topics .timeline {
  padding: 12px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 40%;
}

#topics .timeline .twitter-timeline {
  width: 100%;
  margin: 0 auto;
}

#cast .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#cast .box-slick {
  width: 100vw;
}

#cast .box-slick .cast-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

#cast .box-slick .cast-list li {
  opacity: 1;
}

#cast .box-slick .cast-list li .cast {
  width: 180px;
  height: 180px;
  border-radius: 160px;
  -webkit-transition: .3s;
  transition: .3s;
}

#cast .box-slick .cast-list li .cast img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

#menu {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

#menu .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#menu .set {
  width: 100%;
  margin-bottom: 45px;
}

#menu .set img {
  width: 75%;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 0;
}

#menu .system {
  width: 100%;
  margin-bottom: 45px;
}

#menu .system img {
  width: 75%;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#menu .more {
  text-align: right;
  font-size: 1.8rem;
  text-decoration: underline;
  display: block;
  width: 90%;
  margin: 45px auto;
}

#access .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#access .adr {
  font-style: normal;
  display: block;
  width: 90%;
  max-width: 360px;
  margin: 0 auto 24px;
  font-size: 1.3rem;
}

#access .map {
  margin: 24px auto 0;
  width: 100%;
  height: 315px;
}

#recruit .lead {
  padding: 0;
  margin: 0 auto 45px;
  font-size: 2.0rem;
}

#recruit .image-box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto 40px;
  z-index: -1;
}

#recruit .image-box img {
  width: 100%;
  height: 300px;
  -webkit-clip-path: inset(2px 2px round 15px);
          clip-path: inset(2px 2px round 15px);
}

#recruit .image-box p {
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: 1.6rem;
  text-align: center;
  color: #303030;
  width: 96%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.5);
}

#recruit .more {
  text-align: right;
  font-size: 1.8rem;
  text-decoration: underline;
  display: block;
  width: 90%;
  margin: 45px auto;
}

/*------Page cast------*/
#cast-list {
  padding-top: 130px;
}

#cast-list .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#cast-list .cast-area {
  width: 354px;
  height: auto;
  margin: 120px auto 0;
}

#cast-list .cast-area .cast {
  width: 354px;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cast-list .cast-area .cast .photo img {
  width: 200px;
  height: auto;
}

#cast-list .cast-area .cast .cast-id {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#cast-list .cast-area .cast .cast-id .cast-name {
  font-size: 2.4rem;
  margin: 24px 0 24px auto;
}

#cast-list .cast-area .cast .cast-id .sns-ico {
  margin: 62px 0 24px auto;
}

#cast-list .cast-area .cast .cast-id .sns-ico li {
  margin: 0 10px;
}

#cast-list .cast-area .cast .cast-id .sns-ico li:last-child {
  margin-right: 0;
}

#cast-list .cast-area .cast .cast-id .sns-ico li img {
  height: 30px;
  width: auto;
}

/*----Page menu----*/
#menu-list {
  padding-top: 130px;
}

#menu-list .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#menu-list .sb {
  background: rgba(255, 255, 255, 0);
  padding-top: 100px;
}

#menu-list p {
  margin-bottom: 60px;
}

#menu-list img {
  width: 88%;
  height: auto;
  margin: 0 auto 45px;
  max-width: 520px;
}

/*----Page Recruit----*/
#recruit {
  padding-top: 130px;
}

#recruit .ttl {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.5);
}

#recruit .photo-area {
  margin: 0 auto 45px;
  padding-top: 160px;
  width: 100%;
}

#recruit .photo-area img {
  width: 96%;
  height: auto;
  margin: 0 auto;
  max-width: 600px;
}

#recruit .lead p {
  text-align: center;
  min-width: 320px;
  max-width: 375px;
  margin: 0 auto;
  font-size: 2.0rem;
}

#recruit hr {
  border-bottom: #fff dashed 2px;
  width: 92%;
  margin: 36px auto;
  max-width: 720px;
}

#recruit .conditions {
  width: 75%;
  margin: 0 auto;
}

#recruit .conditions p {
  text-align: left;
  margin-bottom: 12px;
  font-size: 2.0rem;
}

#recruit .conditions ul li {
  margin-bottom: 12px;
  font-size: 2.0rem;
}

/*----footer----*/
#footer {
  width: 100vw;
  background-color: #EDD3E5;
  margin-top: 100px;
}

#footer .footer-inner {
  padding: 50px 120px;
  max-width: 480px;
  margin: 0 auto;
}

#footer .footer-inner .icon-area {
  width: 32px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#footer .footer-inner .icon-area .sns-ico {
  width: 100%;
  height: auto;
  margin: 0 0 45px;
}

#footer .footer-inner .txt-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 24px;
}

#footer .footer-inner .txt-area li {
  width: 100%;
  height: auto;
  margin: 0 auto 38px;
}

#footer .copyright {
  display: block;
  width: 100%;
  font-size: var(--fz-S);
  padding-bottom: 30px;
}

.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #E0E0E0;
  opacity: 1;
  border-radius: 10px;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.slick-dots li.slick-active button:before {
  background: #F2C802;
}

@media (min-width: 600px) {
  .lead {
    padding-top: 560px;
  }
  .lead p {
    text-align: center;
    min-width: 320px;
    max-width: 375px;
    margin: 0 auto;
    font-size: 2.4rem;
  }
  #topics .ttl {
    font-size: 4.8rem;
  }
  #cast .ttl {
    font-size: 4.8rem;
  }
  #menu .ttl {
    font-size: 4.8rem;
  }
  #menu .more {
    font-size: 2.6rem;
  }
  #access .ttl {
    font-size: 4.8rem;
  }
  #access .adr {
    font-size: 1.8rem;
    max-width: 490px;
  }
  #access p {
    font-size: 1.8rem;
  }
  #recruit .ttl {
    font-size: 4.8rem;
  }
  #recruit .lead {
    font-size: 2.4rem;
  }
  #recruit .more {
    font-size: 2.6rem;
  }
  .ttl-sb {
    font-family: rocknroll-one, sans-serif;
    font-size: 3.6rem;
    margin-bottom: 45px;
  }
  #cast-list {
    padding-top: 300px;
  }
  #cast-list .ttl {
    font-size: 4.8rem;
  }
  #cast-list .cast-area {
    width: 96%;
  }
  #cast-list .cast-area .cast {
    width: 540px;
    margin: 0 auto 45px;
  }
  #cast-list .cast-area .cast .photo img {
    width: 250px;
  }
  #cast-list .cast-area .cast .cast-id .cast-name {
    font-size: 3.6rem;
  }
  #cast-list .cast-area .cast .cast-id .sns-ico li {
    margin: 0 20px;
  }
  #cast-list .cast-area .cast .cast-id .sns-ico li:last-child {
    margin-right: 0;
  }
  #cast-list .cast-area .cast .cast-id .sns-ico li img {
    height: 45px;
    width: auto;
  }
  #menu-list {
    padding-top: 300px;
  }
  #menu-list .ttl {
    font-size: 4.8rem;
  }
}
/*# sourceMappingURL=style.css.map */