@charset "utf-8";

._navi-inner {
  width: 1128px;
}
._navi-item-link {
  font-weight: 300;
  font-family: 'Cormorant Garamond','Shippori Mincho', 'Noto Serif JP', serif;
}
._intro {
  padding-top: 80px;
}
._story-ttl {
  font-weight: 600;
  width: 200px;
  margin: 0 auto;
}
._intro-ttl {
  font-weight: 600;
  width: 400px;
  margin: 0 auto;
}
._intro-ttl-img {
vertical-align: middle;
}
._intro-ttl.story_label {
  font-weight: 600;
  width: 230px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  ._intro-ttl.story_label {
  font-weight: 600;
  width: 100px;
  margin: 10px auto 0;
}
}
br.w520 {
  display: none;
}

@media screen and (max-width: 768px) {
  ._navi-inner {
    width: 85.07%;
  }
  ._intro {
    background-size: 82.8% 80%;
  }
}

@media screen and (max-width: 540px) {
  br.w540 {
    display: inline;
  }
}

.bgfix {
  width: 100%;
  height: 28vw;
  background: url("../img/nabe.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgfix.story_bg {
  width: 100%;
  height: 28vw;
  background: url("../img/story_pc.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .bgfix {
    height: 29vw;
    background: url("../img/nabe_sp.jpg") center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .bgfix.story_bg {
    height: 31vw;
    background: url("../img/story_sp.jpg") bottom no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  ._intro-ttl {
    font-size: 26px;
    margin: 0 auto;
    width: 170px;
  }
  ._intro{
    padding-top: 40px;
  }
}

.cast {
  padding: 100px 0 150px;
  background: #fff;
}
.cast .inner {
  width: 1040px;
  margin: 0 auto;
}
.cast .title {
  margin: 0 0 72px;
  text-align: right;
  font-size: 52px;
  font-weight: 600;
  color: #000;
}
.castWrapOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.castWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 130px;
}
.castWrap:first-of-type {
  margin-top: 0;
}
.castWrap.sizeS {
  width: 46%;
}
.castWrap .ph {
  width: 51%;
  margin: 0 0 20px;
}
.castWrap .tx {
  position: relative;
  width: 45%;
  padding-left: 75px;
}
.castWrap:nth-of-type(2) .ph {
  order: 2;
}
.castWrap:nth-of-type(2) .tx {
  order: 1;
}
.castWrap.sizeS .ph,
.castWrap.sizeS .tx {
  width: 100%;
}
.cast .name_jp,
.staff .name_jp {
  margin: 0 0 1em;
  color: #CF944B;
  font-size: 21px;
  font-weight: 700;
}
.staff .name_jp {
  margin: 0 0 .25em;
}
.cast .name_jp span,
.staff .name_jp span{
  font-size: 76%;
}
.cast .name_en {
  position: absolute;
  top: 0;
  left: 24px;
  font-size: 24px;
  transform-origin: left top;
  transform: rotate(90deg);
}
.cast .name_en p {
  transform: rotate(180deg);
}
.profileSet .stitle {
  width: 144px;
  height: 27px;
  margin: 29px 0 24px;
  text-align: center;
  line-height: 24px;
  color: #CF944B;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #CF944B;
}
.staff .profileSet .stitle {
  height: 24px;
  line-height: 22px;
}
.profileSet .prof_tx {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75em;
}

@media screen and (max-width: 768px) {
  .cast {
    padding: 80px 0 130px;
  }
  .cast .inner {
    width: 86%;
    margin: 0 auto;
  }
  .cast .title {
    margin: 0 0 60px;
    font-size: 26px;
    text-align: center;
  }
  .castWrap {
    margin-top: 90px;
  }
  .castWrap.sizeS {
    width: 100%;
  }
  .castWrap .ph {
    width: 100%;
    margin: 0 auto 16px;
  }
  .castWrap .tx {
    width: 100%;
    padding-left: 0;
  }
  .castWrap:nth-of-type(2) .ph {
    order: 1;
  }
  .castWrap:nth-of-type(2) .tx {
    order: 2;
  }
  .cast .name_jp,
  .staff .name_jp {
    margin: 0 0 0.5em;
    font-size: 18px;
  }
  .cast .name_en {
    position: relative;
    top: 0;
    left: 0;
    font-size: 18px;
    transform-origin: left top;
    transform: none;
  }
  .cast .name_en p {
    transform: none;
  }
  .cast .profileSet .stitle,
  .staff .profileSet .stitle {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
  }
  .profileSet.open .stitle {
    color: #fff;
    background: #CF944B;
  }
  .profileSet .stitle::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 0.1em;
    margin-top: -0.55em;
    line-height: 1em;
    font-size: 180%;
    font-weight: 400;
    transition: .25s;
    transform-origin: center center;
  }
  .profileSet.open .stitle::after {
    margin-top: -0.5em;
    transform: rotate(135deg);
    color: #fff;
  }
  .profileSet .prof_tx {
    display: none;
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  .cast .name_jp,
  .staff .name_jp {
    font-size: 17px;
  }
  .cast .name_en {
    font-size: 15px;
  }
}

.staff {
  position: relative;
  padding: 350px 0 200px;
  color: #fff;
  background: url("../img/staff_bg.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.staff::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(25,31,19,0.83) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(25,31,19,0.83) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(25,31,19,0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#191f13",GradientType=1);
  z-index: 1;
}
.staff .inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  z-index: 2;
}
.staff .title {
  margin: 0 0 145px;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
}
.staffWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staffWrap .ph {
  width: 23%;
}
.staffWrap .tx {
  width: 73%;
}
.staffWrap .name_en,
.staffWrap2 .name_en {
  font-size: 18px;
  font-weight: 400;
}
.staffWrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 27%;
}
.staffWrap2 .staffSet {
  width: 47%;
  margin: 95px 0 0;
}

@media screen and (max-width: 768px) {
  .staff {
    padding: 54vw 0 180px;
    background: #1B2015 url("../img/staff_bg.jpg") center top no-repeat;
    background-size: 100% auto;;
  }
  .staff .inner {
    width: 86%;
    margin: 0 auto;
  }
  .staff .title {
    font-size: 26px;
  }
  .staffWrap .ph {
    width: 70%;
    margin: 0 auto 16px;
  }
  .staffWrap .tx {
    width: 100%;
  }
  .staffWrap2 {
    padding-left: 0;
  }
  .staffWrap2 .staffSet {
    width: 100%;
    margin-top: 90px;
  }
  .staffWrap .name_en,
  .staffWrap2 .name_en {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .staff {
    padding: 53vw 0 180px;
  }
}
@media screen and (max-width: 420px) {
  .staff {
    padding: 52vw 0 180px;
  }
  .staffWrap .name_en,
  .staffWrap2 .name_en {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .staff {
    padding: 51vw 0 180px;
  }
}

/***** photos slide *****/
.phSet {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.phSet .img {
  width: 110%;
  height: 251px;
  background: url("../img/phSet1.jpg");
  -webkit-background-size: auto 251px;
  background-size: auto 251px;
  background-repeat-y: no-repeat;
  animation: bgscroll-1 50s linear infinite;
}
.phSet.second .img {
  width: 110%;
  height: 251px;
  background: url("../img/phSet2.jpg");
  -webkit-background-size: auto 251px;
  background-size: auto 251px;
  background-repeat-y: no-repeat;
  animation: bgscroll-2 50s linear infinite;
}
@-webkit-keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2005px 0;
  }
}
@keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2005px 0;
  }
}
@-webkit-keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2005px 0;
  }
}
@keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2005px 0;
  }
}
@media screen and (max-width: 768px) {
  .phSet .img {
    width: 110%;
    height: 125px;
    background: url("../img/phSet1.jpg");
    -webkit-background-size: auto 125px;
    background-size: auto 125px;
    background-repeat-y: no-repeat;
    animation: bgscroll-1s 50s linear infinite;
  }
  .phSet.second .img {
    width: 110%;
    height: 125px;
    background: url("../img/phSet2.jpg");
    -webkit-background-size: auto 125px;
    background-size: auto 125px;
    background-repeat-y: no-repeat;
    animation: bgscroll-2s 50s linear infinite;
  }
}
@-webkit-keyframes bgscroll-1s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 998px 0;
  }
}
@keyframes bgscroll-1s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 998px 0;
  }
}
@-webkit-keyframes bgscroll-2s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -998px 0;
  }
}
@keyframes bgscroll-2s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -998px 0;
  }
}
