@font-face {
  font-family: 'bobble';
  src: url("../font/Bobblebod.ttf") format("truetype");
}

a:hover {
  color: inherit !important;
}

html {
  overflow-x: hidden;
}

body {
  color: #020202;
  padding-top: 54px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 95%;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 990px;
  overflow-x: visible;
}

.bobble {
  font-family: "bobble", "sans-serif";
}

.text-main {
  color: #FE171B;
}

.midashi {
  color: #FE171B;
  font-family: "bobble", "sans-serif";
  font-size: 2.9em;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
}

.midashi:before {
  position: absolute;
  left: 0;
  top: 100px;
  content: '';
  width: 8vw;
  max-width: 56px;
  height: 8vw;
  max-height: 56px;
  display: block;
  background: url(../img/common/titleDeco-pink.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .midashi:before {
    left: -32px;
  }
}

.midashi:after {
  position: absolute;
  right: 0;
  top: 100px;
  content: '';
  width: 8vw;
  max-width: 56px;
  height: 8vw;
  max-height: 56px;
  display: block;
  background: url(../img/common/titleDeco-pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .midashi:after {
    right: -32px;
  }
}

.sub-midashi {
  color: #FE171B;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  text-align: center;
}

.bg-mainColor {
  background: #FE171B;
  color: #fff;
}

.bg-mainColor .midashi {
  color: #fff;
}

.bg-mainColor .midashi:before {
  position: absolute;
  top: 100px;
  content: '';
  width: 8vw;
  max-width: 56px;
  height: 8vw;
  max-height: 56px;
  display: block;
  background: url(../img/common/titleDeco-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-mainColor .midashi:after {
  position: absolute;
  top: 100px;
  content: '';
  width: 8vw;
  max-width: 56px;
  height: 8vw;
  max-height: 56px;
  display: block;
  background: url(../img/common/titleDeco-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bg-subColor {
  background-image: url(../img/common/bg.png);
}

.bg-sub {
  background: #fff;
}

@media screen and (max-width: 768px) {
  nav .navbar-brand {
    margin-left: -12px;
  }
}

nav .nav-item .bobble {
  -webkit-transform: translateY(0.12em);
          transform: translateY(0.12em);
  display: inline-block;
}

nav .nav-item a {
  width: 100%;
}

nav .nav-sns img {
  max-width: 38px;
}

@media screen and (max-width: 991px) {
  nav .nav-sns img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

nav a:hover {
  color: #FE171B !important;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30'\a     xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(254, 23,27, 1)'\a     stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.heroImage {
  width: 100%;
}

.heroImage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.castName .eng {
  color: #FE171B;
  font-size: 80%;
}

.separator {
  height: 4px;
  background: #FE171B;
}

@media screen and (max-width: 991px) {
  .nav-item {
    border-bottom: 1px dotted #FE171B;
    width: 100%;
  }
}

.anchor-gap {
  padding-top: 80px;
  margin-top: -80px;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 1.8s;
  transition: opacity 1.8s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

h2.midashi {
  margin-top: -100px;
  padding-top: 100px;
  line-height: 1em;
}

@media screen and (max-width: 576px) {
  h2.midashi {
    font-size: 1.8em;
  }
}

.newsWrap {
  max-height: 25vh;
  overflow-y: scroll;
}

.newsWrap .newsDate span {
  width: 100%;
  display: inline-block;
  background: #fff100;
  text-align: center;
  padding: 2px 6px;
  font-weight: 600;
  color: #FE171B;
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo .border-radius {
  border-radius: 12px;
}

.photo .fit-height {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .photo .fit-height {
    height: 48vh;
    margin-bottom: 1rem;
  }
}

.photo .fit-height img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#monogatary {
  position: fixed;
  bottom: 0px;
  z-index: 100;
}

#monogatary img {
  width: 320px;
}

@media screen and (max-width: 920px) {
  #monogatary img {
    max-width: 300px;
  }
}

@media screen and (max-width: 640px) {
  #monogatary img {
    max-width: 260px;
    width: 22vw;
    min-width: 200px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

footer {
  padding-bottom: 50px;
}

footer .logo-img img {
  max-width: 566px;
}

@media screen and (max-width: 980px) {
  footer .logo-img img {
    /* max-width: 240px; */
  }
}

.deco {
  overflow-x: visible;
  position: relative;
}

.deco:before {
  position: absolute;
  top: 0;
  right: -6%;
  content: '';
  display: block;
  background-image: url(../img/common/deco-white2.png);
  width: 167px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

.deco:after {
  position: absolute;
  bottom: 0;
  left: -6%;
  content: '';
  display: block;
  background-image: url(../img/common/deco-white1.png);
  width: 167px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .deco:after {
    display: none;
  }
}

.bg-subColor .deco:before {
  background-image: url(../img/common/deco-pink2.png);
}

.bg-subColor .deco:after {
  background-image: url(../img/common/deco-pink1.png);
}

.deco-wrap {
  position: relative;
}

.deco-guiter-mana {
  position: absolute;
  padding-top: 60px;
}

.deco-guiter-mana .guiter img {
  width: 232px;
}

.deco-guiter-mana .mana4 img {
  -webkit-transform: translate(140px, -140px);
          transform: translate(140px, -140px);
  width: 140px;
}

@media screen and (max-width: 768px) {
  .deco-guiter-mana {
    display: none;
  }
}

.deco-shoes {
  position: absolute;
  bottom: -3vw;
  left: -5vw;
  width: 120px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .deco-shoes {
    bottom: -60px;
    width: 80px;
    left: -12vw;
  }
}

.deco-kazaguruma {
  position: absolute;
  bottom: -1rem;
  left: -5vw;
  width: 120px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .deco-kazaguruma {
    bottom: -60px;
    width: 80px;
    left: -12vw;
  }
}

.deco-ishi {
  position: absolute;
  bottom: 0;
  right: 0;
}

.deco-ishi img {
  width: 100px;
}

@media screen and (max-width: 640px) {
  .deco-ishi {
    right: -30px;
    bottom: -92px;
  }
}

.deco-camera {
  position: absolute;
  top: -50px;
  right: 20vw;
}

.deco-camera img {
  width: 100px;
}

@media screen and (max-width: 640px) {
  .deco-camera {
    right: 4vw;
  }
}

.deco-cafee {
  position: absolute;
  top: 0px;
  right: 0vw;
}

.deco-cafee img {
  width: 100px;
}

@media screen and (max-width: 640px) {
  .deco-cafee {
    right: -4vw;
  }
}
.deco-shisha {
  position: absolute;
  bottom : 90%;
  right: -6vw;
}

.deco-shisha img {
  width: 110px;
}

@media screen and (max-width: 640px) {
  .deco-shisha {
    right: -10vw;
  }
  .deco-shisha img {
    width: 80px;
  }
}

.deco-record {
  position: absolute;
  bottom: 0;
  right: -10vw;
}

.deco-record img {
  width: 90px;
}

@media screen and (max-width: 640px) {
  .deco-record {
    bottom: unset;
    right: -90px;
    bottom: -20px;
  }
}

.deco-apple {
  position: absolute;
  top: 10px;
  left: 10vw;
}

.deco-apple img {
  width: 80px;
}

@media screen and (max-width: 640px) {
  .deco-apple {
    left: 4vw;
  }
}

.deco-headphone {
  position: absolute;
  top: 200px;
  left: -3vw;
}

.deco-headphone img {
  width: 90px;
}

@media screen and (max-width: 640px) {
  .deco-headphone {
    left: 0vw;
    top: 150px;
    z-index: 1;
  }
}

.deco-donuts3 {
  position: absolute;
  bottom: 10%;
  right: -200px;
}

.deco-donuts3 img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .deco-donuts3 {
    display: none;
  }
}

.deco-menmana {
  position: absolute;
  top: 0;
  left: -200px;
}

.deco-menmana img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .deco-menmana {
    top: 88%;
    left: 84%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  .deco-menmana img {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .deco-menmana img {
    width: 140px;
  }
}



.deco-melonsoda {
  position: absolute;
  top : -20%;
  right: -6vw;
}

.deco-melonsoda img {
  width: 130px;
}

@media screen and (max-width: 640px) {
  .deco-melonsoda {
    right: -6vw;
    top: -10%;
  }
  .deco-melonsoda img {
    width: 100px;
  }
}
.deco-jizo {
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 112px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .deco-jizo {
    display: none;
  }
}






.timeline-Header-title {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.kyoryokuList img {
  max-width: 212px;
}

div {
  overflow: unset;
  overflow-x: visible;
}

@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
  }
}

#musicSection .photo {
  width: 360px;
}

@media screen and (max-width: 768px) {
  #musicSection .photo {
    width: 100%;
  }
}

#musicSection .deco:before {
  top: 30%;
  right: -10%;
}

@media screen and (max-width: 768px) {
  #musicSection .deco:before {
    top: -30px;
  }
}

#musicSection .deco:after {
  display: block;
  bottom: -30px;
  left: -10%;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 1s infinite linear alternate;
  animation: fuwafuwa 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

.fuwafuwa-up-down {
  -webkit-animation: fuwafuwa-up-down 4.2s infinite linear alternate;
  animation: fuwafuwa-up-down 4.2s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa-up-down {
  0% {
    -webkit-transform: translate(0, -16px) rotate(-16deg);
  }
  50% {
    -webkit-transform: translate(-10px, 16px) rotate(24deg);
  }
  100% {
    -webkit-transform: translate(0, -16px) rotate(-16deg);
  }
}

@keyframes fuwafuwa-up-down {
  0% {
    -webkit-transform: translate(0, -16px) rotate(-16deg);
            transform: translate(0, -16px) rotate(-16deg);
  }
  50% {
    -webkit-transform: translate(-10px, 16px) rotate(24deg);
            transform: translate(-10px, 16px) rotate(24deg);
  }
  100% {
    -webkit-transform: translate(0, -16px) rotate(-16deg);
            transform: translate(0, -16px) rotate(-16deg);
  }
}

.buruburu {
  -webkit-animation: buruburu 3s infinite linear alternate;
  animation: buruburu 3s infinite linear alternate;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0) rotate(-48deg);
  }
  70% {
    -webkit-transform: translate(0, -20px) rotate(12deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(48deg);
  }
}

@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0) rotate(-48deg);
            transform: translate(0, 0) rotate(-48deg);
  }
  70% {
    -webkit-transform: translate(0, -20px) rotate(12deg);
            transform: translate(0, -20px) rotate(12deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(48deg);
            transform: translate(0, 0) rotate(48deg);
  }
}

.fuwafuwa2 {
  -webkit-animation: fuwafuwa2 5s infinite linear alternate;
  animation: fuwafuwa2 5s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
  }
}

@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.fuwafuwa3 {
  -webkit-animation: fuwafuwa3 5s infinite linear alternate;
  animation: fuwafuwa3 5s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
  }
}

@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

.option ul li {
  /* font-size: 80%; */
}

.sns-prof-cast {
  /* float: right;
  margin-right: 25%; */
  vertical-align: text-bottom;
}

.sns-prof-cast a {
  margin: 0 2px;
}

.sns-prof-cast a img {
  width: 30px;
}

@media screen and (max-width: 768px) {
  .sns-prof-cast {
    display: block;
    float: none;
    margin: 4px 0px 0 0;
  }
}

.sns-prof-music {
  float: right;
  vertical-align: text-bottom;
}

.sns-prof-music a {
  margin: 0 2px;
}

.sns-prof-music a img {
  width: 30px;
}
/*# sourceMappingURL=custom.css.map */



.deco-before-none:before{
  display: none;
}
.deco-after-none:after{
  display: none;
}

.product-name-wrap{
  overflow-x: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.product-name-wrap::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.product-name{
  font-size: 0.8em;
  display: block;
  line-height: 2.2;
  white-space: nowrap;
}
.name{
  white-space: nowrap;
}



.cast-sec-green{
  position: relative;
}
.cast-sec-green:before{
  content: '';
  width: 110%;
  height: 10px;
  border-top: 1px solid #57B086;
  border-bottom: 1px solid #DF1C26;
  position: absolute;
  top: 0;
  left:-5%;
  display: block;
}
.cast-sec-green .deco:before {
  background-image: url(../img/common/green-deco.png);
  width: 180px;
  height: 80px;
}

.cast-sec-green .deco:after {
  background-image: url(../img/common/green-deco.png);
  width: 180px;
  height: 80px;
  left: -12%;
}
@media screen and (max-width: 768px) {

.cast-sec-green .row>.explain{
  order: 1;
}
}
.img-middle-wrap{
  display: flex;
  height: 100%;
  align-items: center;
}



.logo-img2 img{
  max-width: 102px;
}

.link-text{
  color: #FE171B;
}
.link-text:hover{
  color: #FE171B!important;
  text-decoration: none;
}
.border-main-color{
  border: 1px solid #FE171B;
  border-color: #FE171B;
}

.bg-mainColor .link-text{color: white;}
.bg-mainColor .link-text:hover{
  color: white!important;
  text-decoration: none;
}
.bg-mainColor .border-main-color{
  border: 1px solid white;
  border-color: white;
}

#theater h2.midashi{
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size:2.4rem
}
@media screen and (max-width: 991px) {
  #theater .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  #theater .midashi:before {
      left: -16px;
  }
  #theater .midashi:after {
      right: -16px;
  }
}

@media screen and (max-width: 576px) {
  #theater h2.midashi{
    font-size:1.8rem
  }
}
.text-red{
  color: #FE171B;

}

nav .theater-nav a{
  width: auto;
}
@media screen and (max-width: 991px) {
  nav .theater-nav a{
    width: 100%;
  }
.theater-deco{
  position: absolute;
  left: calc(50% + 3.2rem);
  bottom: 0;
  pointer-events: none;
}
}