@charset "UTF-8";
/*clamp(最小値のrem,希望の画面幅でのpx,最大値のrem,画面幅)*/
/*16px=10remの計算で考える！*/
@media screen and (max-width:768px) {
  .is-pc {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .is-logo-pc {
    display: none;
  }
}
@media screen and (min-width:900px) {
  .is-logo-sp {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  .is-sp {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #a70082;
  background-size: 60% auto;
  color: #3e3e3e;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.6px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.body-wrapper {
  width: 95em;
  max-width: calc(100% - 4em);
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .body-wrapper {
    background-size: auto;
    background-position: center right;
  }
}
@media screen and (max-width:768px) {
  .body-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.body-bg-wrapper {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

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

input,
textarea,
select {
  cursor: pointer;
}

p {
  font-size: clamp(0.875rem, 1.7777777778vw, 1.175rem);
  font-family: "Noto Sans JP", sans-serif;
}

.main {
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 80px;
}

.inner {
  margin: -8px auto;
  padding: 0px 60px;
  box-sizing: content-box;
}
@media screen and (max-width:768px) {
  .inner {
    padding: 0%;
  }
}

.block-inner {
  display: block;
  padding: 4em 3em;
  margin: 0 auto;
  background: #fff8e6;
  max-width: 1000px;
}
@media screen and (max-width:768px) {
  .block-inner {
    padding: 1em;
  }
}

.article-textInner {
  display: block;
  text-align: justify;
  padding: 4% 0;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .article-textInner {
    padding: 5%;
  }
}

.section-title-block {
  margin-bottom: 60px;
}
@media screen and (max-width:900px) {
  .section-title-block {
    margin-bottom: 40px;
  }
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5555555556vw, 2.8125rem);
  padding: 0;
  color: #636363;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: -0.025em;
}

.section-title-ja {
  font-size: clamp(0.875rem, 1.5555555556vw, 1rem);
  color: rgb(215, 87, 155);
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
  padding-bottom: 1%;
}

.section-titleSub {
  text-align: center;
  color: rgb(215, 87, 155);
  font-size: clamp(1.125rem, 2.2222222222vw, 1.75rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin-bottom: 60px;
}

.section-sub-center {
  display: block;
  margin-bottom: 60px;
}

.subtitle-center-message {
  font-weight: 500;
  font-size: clamp(0.875rem, 1.7777777778vw, 1.125rem);
  text-align: center;
  margin-bottom: 2em;
}

.title-lineImage {
  width: 27%;
  display: block;
  margin: 0 auto;
  filter: invert(11%) sepia(71%) saturate(5170%) hue-rotate(293deg) brightness(87%) contrast(111%);
}

.title-lineImage2 {
  width: 18%;
  display: block;
  margin: 0 auto;
  filter: invert(11%) sepia(71%) saturate(5170%) hue-rotate(293deg) brightness(87%) contrast(111%);
}

.section-sub-button {
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  width: 220px;
  padding: 0.5em 1em;
  border-radius: 20px;
  margin: 0 auto;
  justify-content: space-between;
}
.section-sub-button:hover {
  background: rgba(215, 87, 155, 0.8);
  transition: 0.5s;
}

.sub-button-text {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0px;
  padding-bottom: 0;
}

.sub-button {
  font-weight: bold;
  border-radius: 28px;
  letter-spacing: -1px;
  margin-right: 20px;
  font-size: 14px;
}

.fa-chevron-right {
  font-weight: 900;
  font-size: 13px;
}

.sub-button-logo {
  width: 34px;
  margin-right: 16px;
}

.sub-button-ala {
  width: 303px;
}

.button-content {
  margin-top: 1em;
  text-align: center;
}
.button-content a {
  display: inline-block;
}

.button {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  margin-top: 2rem;
  background: linear-gradient(135deg, #DD487B 0%, #DDC37B 33%, #DD487B 66%, #DDC37B 100%);
  background-size: 200% 200%;
  animation: gradationAnim 20s ease infinite;
  padding: 1.5rem;
  border-radius: 20px;
  width: 50%;
  line-height: 2px;
  opacity: 0.8;
}
.button:hover {
  background: #636363;
  transition: 0.3s;
}
.button:hover {
  opacity: 1;
}
@media screen and (max-width:1200px) {
  .button {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .button {
    width: 100%;
  }
}
@keyframes gradationAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.button a {
  color: #fff;
}

.star-2 {
  color: #636363;
}

.star-1 {
  color: #a70082;
}

.mark-img {
  width: clamp(3.875rem, 13.3333333333vw, 7.5rem);
}

.movie_box {
  padding-top: 40.25%;
  width: 100%;
  position: relative;
}
.movie_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  font-family: "M PLUS 1p", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  margin: 0 auto;
  width: 95em;
  max-width: calc(100% - 4em);
  transition: 0.5s;
}
@media screen and (max-width:768px) {
  .header {
    width: 100%;
    max-width: 100%;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
}
@media screen and (max-width:900px) {
  .header-inner {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width:768px) {
  .header-inner {
    padding: 1em 0.5em;
  }
}

.header-nav {
  margin-left: auto;
}
@media screen and (max-width:900px) {
  .header-nav {
    display: none;
  }
}

.header-logo img {
  filter: brightness(0) invert(1);
  width: 100px;
}
@media screen and (max-width:900px) {
  .header-logo {
    color: #a70082;
  }
}
@media screen and (max-width:768px) {
  .header-logo {
    width: clamp(2rem, 14.0625vw, 6.25rem);
  }
}

.header-nav-list {
  display: flex;
}
.header-nav-list li {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.header-nav-list li:first-of-type {
  border-left: 1px solid #fff;
}
.header-nav-list a {
  position: relative;
}
@media screen and (max-width:900px) {
  .header-nav-list a {
    text-align: center;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
}

.header-nav-link {
  font-size: clamp(0.8125rem, 1.7777777778vw, 1.25rem);
}

.header-nav-sub {
  font-size: clamp(0.625rem, 1.3333333333vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
}

.header-nav-link.is-active {
  color: #a70082;
}

/*drawer nav*/
.drawer-inner {
  display: none;
}
@media screen and (max-width:900px) {
  .drawer-inner {
    display: block;
  }
}

.drawer-open .overlay-active {
  position: fixed;
  background: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.drawer-nav {
  padding: 100px 60px 60px 60px;
  text-align: center;
  background-color: rgba(215, 87, 155, 0.8);
}

.drawer--top .drawer-hamburger {
  right: 5vw;
  top: 0;
}
@media screen and (max-width:768px) {
  .drawer--top .drawer-hamburger {
    top: 6vw;
    right: 10px;
  }
}

@media screen and (min-width:1201px) {
  .drawer-toggle,
  .drawer-hamburger {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .drawer-toggle,
  .drawer-hamburger {
    padding-top: 44px;
  }
}
@media screen and (max-width:768px) {
  .drawer-toggle,
  .drawer-hamburger {
    padding-top: 0;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: rgba(215, 87, 155, 0.8);
}

@media screen and (max-width:900px) {
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon::before {
    background: #fff;
    width: 30px;
    height: 4px;
  }
}

.drawer-open .drawer-overlay {
  display: none;
}

.drawer-menu a {
  color: #fff;
}

.drawer-menu-item:hover {
  text-decoration: none;
}

.top {
  vertical-align: bottom;
}
/*
.top-inner {
  position: relative;

  //line//
.line-box{

  .line-icon{
    position: absolute;
    bottom: -11%;
    right: 20%;
    img{
      width: vwClamp(110 ,190 ,180 ,900 );
    }
  }

  .line-iconSp{
    position: absolute;
    width: 78%;
    display: block;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    margin: 3rem 0;

    @include mq(sm2){
      margin-top: 2.5rem;
      width: 80%;
    }
}
  }

  .line-button{
    font-size: vwClamp(8.75,16 ,12.25 ,600 );
    border: 2px solid #24AB49;
    padding: .8em;
    border-radius: 40px;
    width: 50%;
    margin: 0 auto;
    color: #24AB49;
    text-align: center;

    @include mq(sm2){
      padding: .7em;
    }

    &:hover{
      color:#fff;
      background: #24AB49;
    }
  }
}
*/
.top-title {
  font-weight: bold;
  letter-spacing: 0.02px;
  margin-bottom: 28px;
}
@media screen and (max-width:900px) {
  .top-title {
    padding-top: 63px;
    line-height: 1.666;
  }
}

.top-text {
  font-weight: bold;
  letter-spacing: 0.45px;
  margin-bottom: 38px;
}
@media screen and (max-width:900px) {
  .top-text {
    margin-top: 21px;
  }
}

.top-link {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 282px;
}
@media screen and (max-width:900px) {
  .top-link {
    margin-top: 27px;
    display: inline-block;
    height: 46px;
  }
}

.fv {
  position: relative;
  padding-bottom: -6px;
}
@media screen and (max-width:900px) {
  .fv {
    padding-top: 0;
  }
}
.fv .fv-logo-pc {
  position: absolute;
  top: 14%;
  left: 15%;
  width: 40%;
  z-index: 5;
}
.fv .fv-logo-sp {
  position: absolute;
  top: 9%;
  right: 31%;
  width: 68.5%;
}

.top-facebook-pc {
  position: absolute;
  top: 83.5%;
  right: 13%;
  width: 14%;
  z-index: 0;
  cursor: pointer;
}

.top-facebook-sp {
  position: absolute;
  top: 87.4%;
  right: 5.8%;
  width: 23%;
  z-index: 0;
  cursor: pointer;
}

/*
//公演日程//
.schedule {
padding-top: 4rem;
//padding-left:vwClamp(12.5,40 ,90 , 900);
//padding-right: vwClamp(12.5,40 ,90 , 900);

@include mq(sm){
  padding-top: 40vw;
}

@include mq(sm2){
  padding-top: vwClamp(135 ,330 ,200 ,765 );
}

}

.ac-list {
  margin: 0 auto;

  li {
    border-bottom: solid 1px #cecdcd;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;

    &:first-child {
      border-top: solid 1px #cecdcd;
    }
  }
}

.ac-title {
  width: 100%;

  .qa-wrap {
    padding: 1.5rem 3rem 1.5rem 1rem;
  }


  .ac-titleCard {
    display: flex;
    line-height: 1.7;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.2px;
    padding: 1em 3em 1em .2em;

    @include mq(md) {
      display: block;
    }

    .ac-lecture {
      color: $title-color;
      font-weight: 800;
      text-align: left;
      width: 20%;
      font-size: vwClamp(10 ,14 ,12.5 ,900);

      @include mq(md){
        width: 100%;
      }
    }

    .ac-time {
      text-align: left;
      flex-basis: 16em;
      width: 100%;
      flex-shrink: 0;
      font-size: vwClamp(8.75 ,14 ,12.5 , 900);
      font-weight: 500;
    }

    .ac-venue {
      text-align: left;
      flex-basis: auto;
      width: 100%;
      flex-shrink: 2;      
      font-size: vwClamp(8.75 ,14 ,12.5 , 900);
      font-weight: 500;
      letter-spacing: .4px;
    }

    &:before {
      position: absolute;
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: $title-color;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%);
    }

    &:after {
      position: absolute;
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: $title-color;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%) rotate(90deg);
    }
  }

  .ac-titleCard.active {
    &:after {
      display: none;
    }
  }


  .ac-text {
    background-color: #fff;
    display: none;

    @include mq(sm2){
      padding: 0px;
    }

    .ac-content {
      display: block;
      background: #fff;
    }

    .ac-contentText {
      margin: 0;
      white-space: pre-wrap;
      word-break: break-all;
      overflow: auto;
      font-size: vwClamp(8.75 ,14 ,12.5 , 900);
      padding: 1.2rem;
      text-align: left;
    }
    .ac-contentText2 {
      margin: 0;
      white-space: pre-wrap;
      word-break: break-all;
      overflow: auto;
      font-size: vwClamp(8.75 ,14 ,12.5 , 900);
      padding: .2rem;
      text-align: center;
    }
  }

  .ac-preLink{
    font-weight: bold;
    color:$accent-color;
    margin: 0 auto;
  }
}

.pre-button{
  font-size: vwClamp(8.75,14 ,11.25 ,600 );
  display: inline-block;
  border:2px solid $accent-color;
  color:$accent-color;
  text-align: center;
  padding: .5rem 2rem;
  margin:0 auto;
  border-radius: 40px;

  &:hover{
    background: $accent-color;
    color: #fff;
    transition:  color .3s;
  }
}

.span1{
  font-size: 15px;
  display: block;
  padding-top: .2em;
}
//.公演日程//---*/
.intro .intro-inner {
  padding-bottom: 6em;
  position: relative;
}
.intro .intro-titleMain {
  padding-bottom: 3rem;
  padding-top: 0;
}
@media screen and (max-width:768px) {
  .intro .intro-titleMain {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.intro .intro-aboutUs {
  margin-top: 2rem;
  position: relative;
}
.intro .intro-aboutUs-card {
  border: 1px solid #e1c2c9;
  background: #fef8f6;
  padding-top: clamp(0.625rem, 1.5555555556vw, 1.75rem);
  padding-bottom: clamp(0.625rem, 1.5555555556vw, 1.75rem);
  padding-left: clamp(0.625rem, 2.7777777778vw, 3.1rem);
  padding-right: clamp(0.625rem, 2.7777777778vw, 3.1rem);
  margin-top: 3rem;
  font-size: clamp(0.875rem, 1.7777777778vw, 1.375rem);
  position: relative;
}
.intro .intro-aboutUs-card .aboutus-icon {
  position: absolute;
  width: clamp(2.075rem, 5.5555555556vw, 3.125rem);
  top: -2vw;
  left: 4vw;
}
@media screen and (max-width:768px) {
  .intro .intro-aboutUs-card .aboutus-icon {
    top: -2.5vw;
  }
}
.intro .intro-aboutUs-card p {
  color: #e1c2c9;
  letter-spacing: 0.1px;
  line-height: 2;
}
.intro .intro-top {
  margin-bottom: 4rem;
  font-size: clamp(0.875rem, 1.7777777778vw, 1.125rem);
}
.intro .intro-top p {
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
}
.intro .intro-message {
  margin-top: 2rem;
}
.intro .intro-message p {
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.movie_box {
  max-width: 1000px;
  margin: 0 auto;
}

.actively {
  padding-bottom: 6em;
}

.actively-title {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: rgb(215, 87, 155);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:768px) {
  .actively-title {
    font-size: 16px;
  }
}

.actively-content {
  margin-bottom: 4em;
}
.actively-content li {
  font-size: clamp(0.875rem, 1.7777777778vw, 1.125rem);
  text-align: center;
}
.actively-content li:nth-child(2) {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.6rem);
}
@media screen and (max-width:768px) {
  .actively-content li {
    text-align: left;
  }
}

.hire-content {
  font-size: clamp(0.875rem, 1.7777777778vw, 1.125rem);
}

.hire-table {
  border-collapse: collapse;
  width: 100%;
}

.hire-th, .hire-td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.hire-th {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .hire-th {
    padding: 10px 5px;
    width: 100px;
  }
}

.hire-td {
  background: #fff;
}

.ticket-span {
  font-size: 14px;
}

.hire-link {
  color: rgb(215, 87, 155);
  font-size: clamp(1rem, 2.2222222222vw, 1.4rem);
  padding: 0.5em 0;
}

.hire-deadline {
  font-size: clamp(1rem, 2.2222222222vw, 1.4rem);
  padding: 0.5em 0;
  text-align: center;
}

.hire-contact-span {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .hire-contact-span {
    display: block;
  }
}

.hire-kome {
  font-size: 14px;
}

.span-link {
  color: #DD487B;
}

.cast {
  padding-bottom: 6em;
}
@media screen and (max-width:900px) {
  .cast {
    padding-top: 3em;
  }
}

.cast-list-box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
  width: 80%;
}

.cast-list {
  margin: 0;
  padding: 0;
  width: 25%;
  list-style: none;
}
@media screen and (max-width:768px) {
  .cast-list {
    width: 50%;
  }
}

.staff {
  padding-bottom: 5em;
}
@media screen and (max-width:768px) {
  .staff {
    padding: 0;
  }
}

.block-inner-staff {
  display: block;
  background: #e3e3e3;
  padding: 2rem;
  margin: 0 auto;
  background: url(../img/cast-bg@2x.png);
  background-size: 100% 50%;
  background-position: cover;
}
@media screen and (max-width:768px) {
  .block-inner-staff {
    padding: 2em 0;
  }
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width:1200px) {
  .staff-list {
    gap: 35px;
  }
}
@media screen and (max-width:768px) {
  .staff-list {
    display: block;
    width: 100%;
  }
}
.staff-list li {
  margin-bottom: 5vw;
  width: 48%;
}
@media screen and (max-width:1200px) {
  .staff-list li {
    text-align: center;
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width:768px) {
  .staff-list li {
    width: 90%;
    padding-bottom: 4rem;
    margin: 0 auto;
  }
}
.staff-list li .staff-imgBox {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:1200px) {
  .staff-list li .staff-imgBox {
    width: 80%;
  }
}
@media screen and (max-width:768px) {
  .staff-list li .staff-imgBox {
    width: 80%;
  }
}
.staff-list li .staff-imgBox img {
  display: block;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
}
.staff-list li .staff-name-role {
  text-align: center;
  margin-top: 1rem;
  font-size: clamp(0.8125rem, 1.5555555556vw, 1.25rem);
}
.staff-list li .staff-name-actor {
  text-align: center;
  font-weight: bold;
  color: #636363;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.75rem);
  letter-spacing: 4px;
}
.staff-list li .staff-career {
  text-align: left;
  padding-top: 1rem;
  margin: 0 auto;
  width: 80%;
  text-align: justify;
  letter-spacing: 0.2px;
}
@media screen and (max-width:1200px) {
  .staff-list li .staff-career {
    width: 80 .staff-list li .staff-career;
  }
}
@media screen and (max-width:768px) {
  .staff-list li .staff-career {
    width: 90%;
  }
}

.staff-list-box {
  padding-top: 0;
}

.block-list {
  align-items: flex-start;
}
@media screen and (max-width:1200px) {
  .block-list {
    display: block;
  }
}
.block-list li {
  margin-bottom: 5em;
  width: 100%;
}
@media screen and (max-width:768px) {
  .block-list li {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.block-list .staff-bossImage {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width:768px) {
  .block-list .staff-bossImage {
    width: 80%;
  }
}
.block-list .staff-bossText {
  text-align: center;
  margin-top: 1em;
}
.block-list .staff-bossText p {
  font-size: clamp(0.875rem, 1.7777777778vw, 1.375rem);
}
.block-list .staff-bossText span {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.75rem);
  color: #636363;
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (max-width:1200px) {
  .block-list .staff-bossText {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width:900px) {
  .block-list .staff-bossText {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 4em;
  }
}
.block-list .staff-bossText .staff-discription {
  text-align: left;
}

.staff-kanioke {
  width: 70%;
  margin: 0 auto;
}

.kani-oke-text p {
  margin: 0 auto;
  letter-spacing: 0.2px;
}
.kani-oke-text p:nth-child(1) {
  font-size: clamp(0.8125rem, 1.5555555556vw, 1.25rem);
  text-align: center;
}
.kani-oke-text p:nth-child(2) {
  font-weight: 600;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.75rem);
  color: #636363;
  text-align: center;
}
.kani-oke-text p:nth-child(3) {
  padding-top: 1em;
  text-align: left;
}
@media screen and (max-width:900px) {
  .kani-oke-text p {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .kani-oke-text p {
    width: 100%;
  }
}

.kanioke-image-box {
  gap: 30px;
  margin: 1em 1.5em;
}
@media screen and (max-width:1200px) {
  .kanioke-image-box {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width:1200px) {
  .kanioke-staffImage {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .kanioke-staffImage {
    width: 100%;
  }
}

.kanioke-staffImage {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .kanioke-staffImage {
    width: 80%;
  }
}

.kani-oke-text .staff-name-role {
  margin-top: 0.5em;
}

.spotlight {
  display: flex;
  flex-direction: row;
  margin: 2em 0;
  align-items: flex-start;
  z-index: 10;
  font-size: 12px;
  gap: 2px;
}
@media screen and (max-width:900px) {
  .spotlight {
    display: block;
  }
}
@media screen and (min-width:1201px) {
  .spotlight .spotlight--space {
    margin-right: -8px;
  }
}

.tablestyle table {
  border-collapse: unset;
  text-align: left;
  margin: 0.5em;
}

.tablestyle table tr {
  border: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.tablestyle table tr td {
  display: inline-block;
  padding: 0.5em;
}

.tablestyle table tr td:nth-child(2) {
  flex: 1 1 auto;
}

hr.dotin {
  min-width: 0.5em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px dotted #000;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.circle-background {
  background-color: #f2f2f2;
  padding-bottom: 6em;
}
@media screen and (max-width:768px) {
  .circle-background {
    padding-bottom: 0;
  }
}

.circle-box {
  background-color: #fff;
  border-radius: 40%;
  padding: 4em 0;
}
@media screen and (max-width:768px) {
  .circle-box {
    border-radius: 0;
    padding: 2em;
  }
}

.information-content {
  text-align: center;
}

.information-table {
  margin: auto;
}

.information-tr {
  margin-bottom: 1em;
}

.information-th {
  font-size: clamp(0.875rem, 1.7777777778vw, 1.125rem);
  text-align: left;
  color: #df4e91;
  min-width: 60px;
  padding-right: 30px;
  font-weight: 700;
}

.information-td {
  font-size: clamp(0.875rem, 1.7777777778vw, 1.125rem);
}

@media screen and (max-width:768px) {
  .information-tr, .information-th, .information-td {
    width: 100%;
    display: block;
  }
}
.pslink {
  font-weight: 900;
  color: rgb(215, 87, 155);
}

.kani-suki {
  justify-content: center;
  border-radius: 28px;
}

.kani-button-box {
  margin-top: 20px;
}

.kanisuki-text {
  text-align: center;
}

.kani-infolinks-block {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width:900px) {
  .kani-infolinks-block {
    display: block;
  }
}

.kani-infolinks-list {
  padding-top: 2em;
}

.sub-button-ala {
  width: 303px;
}

.about-inner {
  background: #fff8e6;
  padding: 2em;
}

.information {
  padding: 6em 0;
}
@media screen and (max-width:900px) {
  .information {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .information {
    background: #fff;
  }
}

.contact {
  font-family: "M PLUS 1p", sans-serif;
  padding: 4rem 1rem;
}
@media screen and (max-width:900px) {
  .contact {
    height: auto;
  }
}
.contact .contact-block {
  display: flex;
  justify-content: center;
}
.contact .contact-block .ala-logoBox {
  width: 20%;
  vertical-align: middle;
  margin: auto 0;
}
@media screen and (max-width:900px) {
  .contact .contact-block .ala-logoBox {
    margin: 0 auto;
  }
}
@media screen and (max-width:900px) {
  .contact .contact-block {
    position: initial;
    transform: none;
    text-align: center;
    display: block;
  }
}

.contact-telephone {
  position: relative;
  font-size: clamp(1rem, 2.8888888889vw, 1.625rem);
  padding-left: clamp(2rem, 3.3333333333vw, 3rem);
}
@media screen and (max-width:768px) {
  .contact-telephone {
    padding-left: 20px;
  }
}
.contact-telephone .contact-icon::before {
  position: absolute;
  top: 10px;
  left: 0.5vw;
}
@media screen and (max-width:768px) {
  .contact-telephone .contact-icon::before {
    position: absolute;
    top: 8px;
    left: -0.5vw;
  }
}

.contact-telephone-bottom {
  position: relative;
  padding-left: clamp(2rem, 3.3333333333vw, 3rem);
  font-size: clamp(1.75rem, 3.5555555556vw, 2.8125rem);
}
.contact-telephone-bottom .contact-icon::before {
  position: absolute;
  top: 10px;
  left: 0.5vw;
}
@media screen and (max-width:768px) {
  .contact-telephone-bottom .contact-icon::before {
    position: absolute;
    top: 0;
  }
}

.contact-textBox {
  margin-left: 4.5rem;
  font-size: 28px;
}
@media screen and (max-width:900px) {
  .contact-textBox {
    font-size: 16px;
    margin-left: 0;
    margin-top: 2rem;
  }
}

.contact-address-span {
  font-size: 18px;
  line-height: 1.2;
  display: block;
}

.socialMedia {
  padding: 3em;
}
.socialMedia .block-icon .block-icon-list {
  display: flex;
  justify-content: center;
}
.socialMedia .block-icon .block-icon-list li {
  margin-right: 3rem;
}
.socialMedia .block-icon .block-icon-list li:hover {
  opacity: 0.7;
}
.socialMedia .block-icon .block-icon-list li:last-of-type {
  margin-right: 0;
}
.socialMedia .block-icon .block-icon-list li .fa-brands {
  font-size: clamp(1.875rem, 5.5555555556vw, 3.5rem);
}

.fa-twitter {
  position: relative;
}
.fa-twitter:before {
  position: absolute;
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
  font-size: clamp(1.875rem, 5.5555555556vw, 3.5rem);
  transform: translate(-50%, -20%);
}

.footer {
  background: #fffddd;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.footer .footer-creditTop {
  background: #767676;
  color: #fff;
  padding: 2em 1em;
  text-align: center;
  display: block;
  font-size: clamp(0.625rem, 1.3333333333vw, 0.875rem);
}
@media screen and (max-width:900px) {
  .footer .footer-creditTop {
    padding: 2em;
  }
}
.footer .footer-creditTop p {
  padding-bottom: 0;
  font-weight: normal;
}
.footer .footer-creditBottom {
  padding: 2em 0.5em 2em 4em;
}
@media screen and (max-width:768px) {
  .footer .footer-creditBottom {
    padding: 2em 1em;
  }
}
.footer .footer-creditBottom p {
  padding-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .footer .footer-creditBottom p {
    font-size: 12px;
  }
}
.footer .footer-creditBottom .bunkacyo-logo {
  display: inline-block;
  width: 2vw;
}
.footer .footer-copyright {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 10px;
  padding: 2em;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer .footer-copyright p {
  padding-bottom: 0;
}
@media screen and (max-width:900px) {
  .footer .footer-copyright {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.footer .footer-list-sns {
  display: flex;
}
@media screen and (max-width:900px) {
  .footer .footer-list-sns {
    justify-content: center;
  }
}
.footer .fa-icon {
  color: #e3e3e3;
  opacity: 0.6;
}
.footer .footer-totop-logo {
  position: relative;
}
.footer .footer-totop-logo .totop-icon {
  position: fixed;
  right: 1vw;
  bottom: 2vw;
  width: 100px;
}
@media screen and (max-width:768px) {
  .footer .footer-totop-logo .totop-icon {
    position: fixed;
    width: 80px;
    right: 0vw;
    bottom: 0vw;
  }
}
.footer .footer-totop-logo .totop-icon::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  font-size: 40px;
  position: absolute;
  top: -100px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 95px;
  height: 100px;
  background: url(../img/totop-btn-sp.png);
  background-position: 25% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(81%) sepia(81%) saturate(633%) hue-rotate(359deg) brightness(106%) contrast(105%);
}
@media screen and (max-width:768px) {
  .footer .footer-totop-logo .totop-icon::before {
    width: 60px;
    height: 60px;
  }
}
.footer .footer-totop-logo .totop-icon::after {
  content: "TOP";
  font-size: 20px;
  position: absolute;
  top: -64px;
  right: -6px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:768px) {
  .footer .footer-totop-logo .totop-icon::after {
    right: -5px;
    top: -60px;
    font-size: 14px;
  }
}

.footer-flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:900px) {
  .footer-flex {
    display: block;
  }
}

.footer-flex-text {
  margin: auto;
  width: 100%;
}

.footer-flex-image {
  margin: 6em auto 2.4em;
}
@media screen and (max-width:900px) {
  .footer-flex-image {
    margin: auto;
  }
}

.footer-flex-imageList {
  display: flex;
  align-items: flex-end;
  margin-right: 4em;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width:900px) {
  .footer-flex-imageList {
    margin: 1em;
  }
}
@media screen and (max-width:768px) {
  .footer-flex-imageList {
    margin: 0.5em auto 2em;
  }
}

.footer-img-ala {
  width: 25%;
}

.footer-img-kuchane {
  width: 28%;
}

.footer-img-bunkacho {
  width: 60%;
}
@media screen and (max-width:900px) {
  .footer-img-bunkacho {
    width: 40%;
  }
}/*# sourceMappingURL=style.css.map */