body{
    font-size: 10px;
    margin: 0;
    padding: 0;
    color:#2C2826;
    background: #2C2826;
    /* font-family: 'Yu Mincho', 'YuMincho', '游明朝', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Helvetica Neue, Helvetica, Arial, serif; */
    font-family: "Gothic Medium BBB", "A-OTF Gothic BBB Pro", sans-serif;
}
p{
margin: 0;
}
a{
    text-decoration: none;
}
ul,li{
   list-style: none; 
   padding: 0;
   margin: 0;
}
img{
    width: 100%;
    height: auto;
}
.pc{
display: block;
}
.sp{
    display: none;
}
#wrapper{
    overflow: hidden;

}
.site-header{
    width: 100%;
    /* background-color:  #2C2826; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.header-inner{
    max-width: 100%;
    padding:20px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius:0;
    overflow: hidden;
    background: #2C2826; 
       align-items: center;
}
.logo-area{
    box-sizing: border-box;
}
.logo-target{
    display: flex;
    color: #fff;
    align-items: baseline;
    gap: 10px;
    justify-content: left;

}
.logo-target img{
    width: auto;
    height: 20px;
} 
.logo-target span{
    display: block;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 1;
}
.global-navigation{
    display: flex;
        gap: 20px;
        border-radius: 10px;
        padding-right: 70px;

}

.global-navigation ul{
    display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 20px;
}
.global-navigation ul li{

}
.global-navigation ul li a{
    color: #fff;
    display: block;
    text-align: center;
    transition: 0.5s all;
}
.global-navigation ul li a:hover{
    color: #B99568;
    transition: 0.5s all;
}
span.en{
  width: 100%;
  display: block;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: normal;
}
span.jp{
  font-size: 14px;
  letter-spacing: 0.08em;
  font-family: 'Yu Mincho', 'YuMincho', '游明朝', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Helvetica Neue, Helvetica, Arial, serif;
  font-weight: normal;
}
.global-navigation span.en{
  font-size: 14px;
}
.global-navigation span.jp{
  font-size: 12px;
}
.header-actions{
}
.header-actions a{
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    align-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 600;
    border-radius: 7px;
    background: #06C755;
    transition: 0.5s all;
    font-family: "Gothic Medium BBB", "A-OTF Gothic BBB Pro", sans-serif;
}

.header-actions a:hover{
opacity: 0.8;

}
.header-actions img{
    width: 25px;
}
.kv{
    position: relative;
    /* background: url("../img/main-visual.png");
    background-size: cover; */
    height: 100vh;
    width: 100%;

}
.kv-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kv-bg img{
    height: 100%;
    object-fit: cover;

}
.kv-inner{
    display: flex;
        flex-wrap: wrap;
        width: 75%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding: 10% 0;
        box-sizing: border-box;
        justify-content: right;
}
.kv-ttl{
   position: relative;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    text-align: right;
    display: block;
    margin: 0;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 2;
}
.concept{
    background: linear-gradient(128deg, #2C2826 73.85%, #B99568 144.74%);
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
}
.inner{
    width: 90%;
    padding: 100px 20px;
    margin: 0 auto;
}
.con-txt{
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 20px;

}
.emphasis{
    opacity: 1;
     color: #ded4bf;
}
.kv-logo{
    display: flex;
        justify-content: right;
        height: fit-content;
        flex-wrap: wrap;
        width: 100%;

}
.kv-logo img{
    display: flex;
    width: 25.32432vw;

}
.kv-logo span{
    color: #fff;
    font-size: 1rem;
    text-align: right;
    width: 100%;
    line-height: 3;
    letter-spacing: 0.2em;
    display: block;
}
.top-title{
  font-size: 2rem;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #ded4bf;
  letter-spacing: .2em;
}
.top-title .en{
  font-size: 36px;
  line-height: 1;

}
.top-title .jp{
font-size: 12px;
line-height: 1;
display: block;
width: 100%;
}
.gallery{
    background: #fff;
}
.target{
    display: block;
    text-align: center;
    font-family: "Gothic Medium BBB", "A-OTF Gothic BBB Pro", sans-serif;
}
.target p{
color: #fff;
text-align: center;
font-size: 14px;
    letter-spacing: .08em;
    margin-bottom: 5px;
}
.target a{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 10px;
    letter-spacing: .08em;
    font-weight: bold;
     background: #06C755;
     color: #fff;
     font-size: 1rem;
}
.target a:hover{
    opacity: 0.8em;
}
.target a img{
    width: 40px;
    height: auto;
    object-fit: contain;

}
.target a span{

}
.concept-article{
    margin-bottom: 50px;
}
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 300;
    display: block;
    align-content: center;
  }
  .hamburger img{
    opacity: 1;
    width: auto;
    height: 40px;
  }
  .hamburger__img{

  }
  .hamburger__line {
    position: absolute;
    width: 50px;
    height: 3px;
    right: 13px;
    background-color: #ded4bf;
    transition: all 0.5s;
  }
  
  .hamburger__line--1 {
    top: 15px;
    opacity: 0;

  }
  
  .hamburger__line--2 {
    top: 25px;
    opacity: 0;

  }
  
  .hamburger__line--3 {
    top: 35px;
    opacity: 0;

  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-25deg);
    top: 30px;
    opacity: 1;

  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }

  
  .open .hamburger__line--3 {
    transform: rotate(25deg);
    top: 30px;
    opacity: 1;

  }
  .open .hamburger__img{
    opacity: 0;
  }
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: fixed;
    bottom: -100%; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    z-index: 200;
    border: 1px solid #ded4bf;
    background: linear-gradient(128deg, #2C2826 73.85%, #B99568 144.74%);

  }
  
  .sp-nav ul{
    padding: 50px 20px;
    box-sizing: border-box;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 450px;
    width: 100%;
    margin: 0 auto;

  }
  .sp-nav ul li{
    background: linear-gradient(128deg, #2C2826 73.85%, #B99568 144.74%);
    border: 1px solid #B99568;
  }
  
  .sp-nav ul li a{
    height: 100%;
    display: block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    align-content: center;
    padding: 20px;
    transition: 0.5s all;
  }
  .sp-nav ul li a:hover{
    background: #B99568;
    color: #2C2826;

  }
  .sp-nav ul li a .en{

  }
  .sp-nav ul li a .jp{

  }
  /*ハンバーガーがクリックされたら右からスライド*/
  .open .sp-nav {
    bottom: 0;
  }

  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background: linear-gradient(128deg, #2C2826 73.85%, #B99568 144.74%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 1;
    visibility: visible;
  }
  .mobile-header-actions{
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;

  }
  .mobile-header-actions a{
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    align-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    border-radius: 7px;
    background: #06C755;
    transition: 0.5s all;
    font-family: "Gothic Medium BBB", "A-OTF Gothic BBB Pro", sans-serif;
    justify-content: center;
  }
  .mobile-header-actions img{
    width: 25px;
  }
  .sp-nav_logo{
    height: fit-content;
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    gap: 10px;
    text-align: center;
    justify-content: center;
    padding: 40px 0 0;
    display: inline-flex;

  }
  .sp-nav_logo img{
    height: 15px;
    width: auto;
  }
  .sp-nav_logo span{
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2em;
  }
  .color-bk{
color: #2C2826;
  }
  .cast{
 background: #fff;
  }
  .cast_in{
    max-width: 980px;
    margin: 0 auto;

  }
  .title-head{
    margin-bottom: 50px;

  }
.title-head p{
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .2em;
}
  .cast_list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:10px;
    padding: 0 20px;
    box-sizing: border-box;

  }
  .cast_list li{
    margin:0 auto;
    overflow:hidden;
    width: 100%;
  }
  .cast_list img{
    aspect-ratio: 11/16;
    object-fit: cover;
    height: 100%;
    transition:1s all;
  }
  .cast-list a{

  }
 .cast_list img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
  }
  .target-all{
width: 100%;
padding: 30px 20px;
display: flex;
    justify-content: right;
  }
  .target-all a{
    text-align: right;
    transition:.5s all;
    font-size: 14px;
    color: inherit;
    border-bottom: 1px solid;
    line-height: 2;
    letter-spacing: .2em;
    display: inline-block;
  }
  .target-all a:hover{
    transition:.5s all;
    transform:scale(1.2,1.2);

  }
  .page{
background: #fff;
    min-height: 100vh;
  }
  .page-in{
    padding-top: 15vh;
    padding-bottom: 50px;
  }
  .pageTitWra{
    color:#ded4bf;
  }
  .page-ttl{
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
  }
  .page-ttl span.en{
      font-size: 2rem;

    }
    .page-ttl spna.jp{
     font-size: 14px; 
    }
    p.page-ttl_article {
    font-size: 14px;
    text-align: center;
}
ul.castListWrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding:0 20px;
    box-sizing: border-box;
    gap: 10px;
    padding-bottom: 50px;
}
.castListWrap li{
display: block;
}
.castListWrap img{
  object-fit: cover;
  height: 230px;

}
.castListWrap a{
  color: #2C2826;
  display: block;
  width: 100%;
  height: 100%;
      font-family: "Gothic Medium BBB", "A-OTF Gothic BBB Pro", sans-serif;

}
.cast_img{
display: flex;
    height: auto;
        margin-bottom: 10px;
}
span.cast-name_en {
    font-size: 12px;
}
p.cast-name_jp {
    font-size: 14px;
}
.single {
  background: #fff;
  min-height: 100vh;
}
.single-in {
  padding-top: 15vh;
}
.thumbnail .slick-track {
  transform: unset !important;
  display: grid;
width: 100% !important;
gap: 15px;
grid-template-columns: repeat(3, 1fr);
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: 100% !important;
  display: flex !important
;
}
.thumbnail .slick-current {
  opacity: 1;
}
.slider{

}
.slider img{
  object-fit: cover;
  height: 80vh;
  
} 
.slider-container{
  display: flex;
      width: 100%;
      justify-content: space-between;
      max-width: 980px;
      margin: 0 auto;
      gap:15px;
      padding: 0 20px;
    box-sizing: border-box;
}
.slider.slick-initialized.slick-slider {
  width: 50%;
}
.thumbnail.slick-initialized.slick-slider{
  width: 50%;
}
.slick-track:before, .slick-track:after{
  display: none !important;
}
.cast-profile {
  background: #2C2826;
  margin: 70px 0;
}
.cast-profile_in {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 20px;
  box-sizing: border-box;
}
.cast-profile h2.page-ttl{
  color: #ded4bf;
}
.cast-profile h3.page-ttl{
  color: #ded4bf;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.cast-table{
  color: #fff;
  width: 100%;
  display: block;
  font-size: 1rem;
}
.cast-table tbody{
  display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 50px;
}
.cast-table tr{
  display: grid;
      width: 100%;
      grid-template-columns: 1fr 2fr;
      text-align: left;
      border-bottom: 1px solid #ded4bf;
      box-sizing: border-box;
}
.cast-table tr:nth-of-type(1){
  border-top: 1px solid #ded4bf;

}
.cast-table tr:nth-of-type(2){
  border-top: 1px solid #ded4bf;

}
.cast-table th{
  padding: 16px 0 17px 40px;
}
.cast-table td{
  padding: 16px 0 17px 40px;
}
.cast-list{
  background: #fff;
}
.cast-list_in{

}
.pageTitWrap{
  margin-bottom: 50px;
}
.cast-comment{
  color: #fff;
  padding: 50px 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .02em;
  text-align: center;
}
.page-content{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
h2.wp-block-heading{
font-size: 18px;
font-family: 'Yu Mincho', 'YuMincho', '游明朝', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Helvetica Neue, Helvetica, Arial, serif;
}
h2.wp-block-heading span{
  font-size:12px;
}
h3.wp-block-heading{

}
.wp-block-table{

}
.wp-block-table tbody{

}
.wp-block-table tbody tr{

}
.wp-block-table tbody tr th{
  background: #2C2826;
  color: #ded4bf;
  padding: 10px;
  border: 1px solid #2C2826;
}
.wp-block-table tbody tr td{
  background: #ededed;
  font-weight: bold;
  border: 1px solid #2C2826;
  box-sizing: border-box;
}
.price-article{
  margin-bottom: 20px;
  font-size: 14px;
}
.review-list{
  display: grid;
      gap: 20px;
}
.review-list li{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 3fr;
}
.rev-img{

}
.rev-img img{
  height: 100%;
  object-fit: cover;
}
.review-list p{
  font-size: 15px;
}
.footer-in{
  max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
        justify-content: space-between;
        align-items: baseline;

}
.footer-logo{

}
.footer-logo a{
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 5px;

}
.footer-logo img{
  width: auto;
    height: 30px;

}
.footer-logo span{

}
.copy-rihgt{
  font-size: 12px;
  color: #fff;
}