@charset "UTF-8";
/*---------------------------------------------------------------------------

mixin

---------------------------------------------------------------------------*/
/*--------------------------------------------------------------
z-index
--------------------------------------------------------------*/
/*--------------------------------------------------------------
max-width
--------------------------------------------------------------*/
/*---------------------------------------------------------------------------

font

---------------------------------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 14px;
}

.en {
  font-family: "Sancreek", serif;
  font-weight: 400;
  font-style: normal;
}

/*---------------------------------------------------------------------------

colorset

---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------

space

---------------------------------------------------------------------------*/
/*--------------------------------------------------------------
column
--------------------------------------------------------------*/
/*--------------------------------------------------------------
max-width
--------------------------------------------------------------*/
img {
  -webkit-backface-visibility: hidden;
}

/*---------------------------------------------------------------------------

common

---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  color: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  box-sizing: border-box;
}

/*-- a --*/
a, #topics .topicsList li a, #topics #topicsEntry .text a {
  color: #214919;
  text-decoration: none;
}
a:hover, #topics .topicsList li a:hover, #topics #topicsEntry .text a:hover {
  text-decoration: underline;
}

a:focus-visible {
  border: 2px solid #214919;
}
a:focus-visible img {
  border: 2px solid #214919;
}

.content {
  padding: 40px 20px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 80px 20px;
  }
}

.contentIn {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

figure {
  margin: 0;
}

/*-- ttl --*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
}

/*-- lead --*/
.lead {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

/*-- p --*/
p {
  margin-bottom: 1em;
  font-size: 16px;
}

/*-- :focus --*/
a:focus, *:focus {
  outline: none;
}

/*-- btn --*/
.btn a, .btn span,
#topics .topicsList li .btn {
  text-align: center;
  color: #fff;
  background-color: #b29124;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #b29124;
}
.btn a:hover, .btn span:hover,
#topics .topicsList li .btn:hover {
  background-color: #fff;
  color: #b11e00;
  text-decoration: none;
  border: 1px solid #b11e00;
}
.btn a i, .btn span i,
#topics .topicsList li .btn i {
  margin-right: 10px;
}

.btn_l a, .btn_l span {
  font-size: 16px;
  padding: 10px 40px;
}

.btn a:focus-visible, .btn span:focus-visible,
#topics .topicsList li .btn:focus-visible,
#pageTop:focus-visible {
  border: 2px solid #214919;
}

/*-- bgColor --*/
.bg-base {
  background-color: #b11e00 !important;
}

.bg-base-lighten {
  background-color: #fe2b00;
}

.bg-sub {
  background-color: #214919;
}

.bg-base-grad {
  position: relative;
}
.bg-base-grad::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #7e1500 0%, #b11e00 40%, #b11e00 60%, #7e1500 100%);
  z-index: -1;
  mix-blend-mode: screen;
}

.bg-sub-grad {
  position: relative;
}
.bg-sub-grad:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 1;
  background: linear-gradient(90deg, #183612 0%, #214919 40%, #214919 60%, #183612 100%);
}

.bg-key {
  background: #dab849;
}

.bg-key-grad {
  background: linear-gradient(90deg, #dab849 0%, #b29124 100%);
}

.bg-sub {
  background-color: #214919;
}

.bg-grey {
  background-color: #1a1919;
}

.bg-stars {
  position: relative;
}
.bg-stars::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  background: url("/lineup/25_bcw/images/bg_stars.jpg");
}

.bg-img {
  background-color: #b11e00;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 400%;
  height: 400%;
  z-index: -1;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
}

.bg-w {
  background-color: #fff;
  color: #1a1919;
}

/*-- header --*/
.header {
  background: #214919;
}
@media screen and (min-width: 768px) {
  .header {
    background-size: 80%;
  }
}
.header button {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header h1 a img {
    max-width: 400px;
  }
}
.header nav {
  background-color: #214919;
}
.header .global {
  background: none;
  font-weight: bold;
  padding-right: 120px;
}
.header .global li {
  margin-right: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1240px) {
  .header .global li {
    margin-right: 80px;
  }
}
.header .global li:last-of-type {
  margin-right: 0;
}
.header .global li.non {
  opacity: 0.6;
}
.header .global li span {
  font-size: 12px;
  line-height: 1.2;
}
.header .global li a {
  color: #fff;
}
.header .global li a span {
  color: #dab849;
}
.header .global li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header .global li a:focus-visible {
  border-color: #dab849;
}
.header .global li a:after {
  background-color: #e7d189;
}
.header .global li.icon a {
  font-size: 32px;
  vertical-align: bottom;
  padding-top: 0;
  width: 100%;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header .global li.icon a {
    font-size: 40px;
  }
}
.header .global li.icon.logo-x a {
  font-size: 0;
  line-height: 0;
  padding-top: 0;
}
.header .global li.icon.logo-x img {
  height: 32px;
  width: auto;
}
.header .subNav {
  background: linear-gradient(90deg, #dab849, #b29124);
  font-weight: bold;
}
.header .subNav a {
  font-size: 16px;
  color: #fff;
}
.header .subNav a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header #nav_buy {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header #nav_buy a {
  height: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
}
.header #nav_buy a:hover {
  text-decoration: none;
}
.header #nav_buy a:focus-visible {
  border-color: #dab849;
}

/*-- drawer-nav --*/
.drawer-nav {
  background: #b29124;
}
.drawer-nav a {
  color: #fff;
  text-decoration: none;
}
.drawer-nav .global {
  padding-top: 0;
  margin-bottom: 20px;
}
.drawer-nav .global li, .drawer-nav .subNav li {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
.drawer-nav .global li span, .drawer-nav .subNav li span {
  display: block;
  font-size: 18px;
}
.drawer-nav .global li a, .drawer-nav .subNav li a {
  padding: 10px 20px;
  color: #fff;
}
.drawer-nav .icon-set {
  display: flex;
  justify-content: center;
}
.drawer-nav .icon-set .icon {
  padding: 10px;
}
.drawer-nav .icon-set .icon a {
  text-align: center;
  font-size: 32px;
  vertical-align: bottom;
  line-height: 1;
}
.drawer-nav .icon-set .icon.logo-x a {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.drawer-nav .icon-set .icon.logo-x img {
  height: 100%;
  max-height: 26px;
  width: auto;
}
.drawer-nav .subNav {
  text-align: center;
}
.drawer-nav .subNav div {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.drawer-nav .subNav div a {
  display: inline;
}
.drawer-nav .btn {
  margin-bottom: 20px;
}

/*-- footer --*/
footer {
  background-color: transparent;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .bnrBlock {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .bnrBlock {
    margin-bottom: 0;
  }
}
footer .bnrBlock li {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  footer .bnrBlock li {
    width: 207px;
  }
}
footer .bnrBlock li div {
  margin: 0 5px;
}
footer a {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  footer a {
    color: #fff;
  }
}
footer a:hover {
  text-decoration: none;
}
footer .global ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .global ul {
    justify-content: center;
  }
}
footer .global ul li {
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  width: calc(50% - 10px);
  text-align: left;
  position: relative;
  z-index: 0;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  footer .global ul li {
    width: auto;
  }
}
footer .global ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  footer .global ul li::after {
    right: 0;
  }
}
footer .global ul li:nth-child(even)::after {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .global ul li:nth-child(even)::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer .global ul li:last-child::after {
    display: none;
  }
}
footer .global ul li a, footer .global ul li div {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer .global ul li a, footer .global ul li div {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}
footer .global ul li a span, footer .global ul li div span {
  display: block;
}
footer .global ul li a i, footer .global ul li div i {
  right: 0;
}
footer .icon-set {
  display: flex;
  justify-content: center;
}
footer .icon-set .icon {
  padding: 10px;
}
footer .icon-set .icon a {
  text-align: center;
  font-size: 32px;
  vertical-align: bottom;
  line-height: 1;
}
footer .icon-set .icon.logo-x a {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
footer .icon-set .icon.logo-x img {
  height: 100%;
  max-height: 26px;
  width: auto;
}
footer .subNav {
  background-color: transparent;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 0;
}
footer .subNav ul li {
  display: inline;
}
footer .subNav ul li a {
  display: inline;
}
footer .subNav ul li:nth-child(2) {
  margin: 0 10px;
}
footer .returnBlock {
  display: none;
}
@media screen and (min-width: 1000px) {
  footer .returnBlock {
    display: flex;
  }
}
footer .returnBlock li {
  margin-right: 20px;
  font-size: 16px;
}
footer .returnBlock a {
  color: #fff;
}

/*-- caption --*/
.caption, figcaption {
  margin-top: 1rem;
  font-size: 12px;
}

footer .caption {
  margin: 0;
}

/*-- ruby --*/
ruby rt {
  margin-bottom: 0.5em;
  transform: translateY(-0.5em);
}
@supports (-ms-ime-align: auto) {
  ruby rt {
    position: relative;
    top: 0.5em;
  }
}

/*-- flL,flR --*/
@media screen and (min-width: 768px) {
  .flL {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .flR {
    float: right;
  }
}

/*-- flex-wrapper --*/
.flex-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .flex-wrapper {
    display: flex;
  }
}

.flex-center {
  justify-content: center;
}

/*-- view-s,view-m --*/
.view-s {
  display: block;
}
@media screen and (min-width: 768px) {
  .view-s {
    display: none;
  }
}

.view-m {
  display: none;
}
@media screen and (min-width: 768px) {
  .view-m {
    display: block;
  }
}

#pageTop {
  background-color: #dab849;
  color: #fff;
  bottom: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 481px) {
  #pageTop {
    padding: 0;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    position: fixed;
  }
}
#pageTop:hover {
  background: #fff;
  color: #b11e00;
  cursor: pointer;
}

.subcategory {
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 3px;
  display: none;
}

.ttl-style1 {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .ttl-style1 {
    font-size: 56px;
  }
}
.ttl-style1 span {
  display: block;
  line-height: 1.2;
}
.ttl-style1 .en {
  margin-bottom: 10px;
  display: inline-block;
  background: linear-gradient(90deg, #e7d189, #dab849);
  background: -webkit-linear-gradient(0deg, #e7d189, #dab849);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: normal;
}
.ttl-style1 .ja {
  font-size: 16px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.gold-line {
  position: relative;
}
.gold-line::after {
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #b29124 0%, #e7d189 40%, #e7d189 50%, #b29124 100%);
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------------------------------------------------

top

---------------------------------------------------------------------------*/
/*
loading
---------------------------------------------------------------------------*/
#loading #loadIn img {
  width: 80%;
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #loading #loadIn img {
    max-width: 400px;
  }
}
#loading #loadIn .fa {
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  #loading #loadIn .fa {
    font-size: 56px;
  }
}

#top {
  overflow: hidden;
  /*
  slideArea
  ---------------------------------------------------------------------------*/
  /*
  introduction
  ---------------------------------------------------------------------------*/
  /*
  cast
  ---------------------------------------------------------------------------*/
  /*
  news
  ---------------------------------------------------------------------------*/
}
#top #oshirase_h {
  padding: 10px;
  text-align: center;
  background-color: #e2b82c;
  z-index: 0;
  position: relative;
}
#top #oshirase_h p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #top #oshirase_h p {
    font-size: 2.2rem;
  }
}
#top #oshirase_h p a {
  color: #000;
  text-decoration: none;
}
#top #oshirase_h p a:hover {
  opacity: 0.8;
}
#top #mainvisual {
  display: block;
  background: transparent;
  font-size: 0;
}
#top #mainvisual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#top #date-hall {
  background: #b11e00;
  padding: 10px 0;
}
#top #date-hall .contentIn {
  padding: 20px;
  display: grid;
  gap: 20px 80px;
}
@media screen and (min-width: 768px) {
  #top #date-hall .contentIn {
    padding: 10px;
    place-items: center;
    grid-template-columns: auto auto;
    max-width: 640px;
    margin: 0 auto;
  }
}
#top #date-hall .contentIn img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #top #date-hall .contentIn img {
    width: 100%;
  }
}
#top #movieBlock {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top #movieBlock {
    margin-top: 80px;
  }
}
#top #oshiraseSet {
  padding-bottom: calc(40px + 10vw);
  margin-bottom: -10vw;
}
@media screen and (min-width: 768px) {
  #top #oshiraseSet {
    padding-bottom: calc(80px + 10vw);
  }
}
@media screen and (min-width: 768px) {
  #top #oshiraseSet .contentIn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#top #oshiraseSet .contentIn .oshirase {
  margin-bottom: 40px;
  text-align: center;
}
#top #oshiraseSet .contentIn .oshirase a {
  background-color: #214919;
  display: block;
  color: #fff;
  padding: 20px;
  text-decoration: none;
}
#top #oshiraseSet .contentIn .oshirase a:hover {
  background-color: #fff;
  color: #214919;
}
#top #oshiraseSet .contentIn .oshirase p {
  margin-bottom: 0;
}
#top #oshiraseSet .contentIn .hoshitori {
  max-width: 640px;
  margin: 0 auto 20px;
}
#top #oshiraseSet .contentIn .hoshitori img {
  width: 100%;
  height: auto;
}
#top #oshiraseSet .contentIn .price {
  font-size: 24px;
  text-align: center;
}
#top #oshiraseSet .contentIn .price span {
  font-size: 16px;
}
#top #oshiraseSet .contentIn #bnr {
  max-width: 980px;
}
#top #oshiraseSet .contentIn #bnr a {
  display: block;
}
#top #oshiraseSet .contentIn #bnr a:hover {
  opacity: 0.8;
}
#top #oshiraseSet .contentIn .picset {
  margin-bottom: 40px;
}
#top #oshiraseSet .contentIn .picset .flex-wrapper {
  justify-content: space-between;
}
#top #oshiraseSet .contentIn .picset figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top #oshiraseSet .contentIn .picset figure {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
#top .mainpic {
  margin-bottom: -10vw;
}
#top .mainpic .swiper-wrapper {
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}
#top .mainpic .swiper-wrapper img {
  width: 100%;
}
#top .mainpic .swiper-button-prev:focus-visible,
#top .mainpic .swiper-button-next:focus-visible {
  border: 2px solid #dab849;
}
#top .mainpic .swiper-control {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top .mainpic .swiper-control {
    bottom: 5vw;
  }
}
#top .mainpic .swiper-control .swiper-pagination {
  position: relative;
  top: 0;
  width: auto;
}
#top .mainpic .swiper-control .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
#top .mainpic .swiper-control .swiper-pagination .swiper-pagination-bullet:focus-visible {
  border: 2px solid #b11e00;
}
#top .mainpic .swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#top .mainpic .swiper-control .swiper-button-control {
  position: relative;
  display: inline-block;
  background: transparent;
  border: none;
  color: #fff;
  z-index: 10;
  vertical-align: middle;
}
#top .mainpic .swiper-control .swiper-button-control:hover {
  cursor: pointer;
}
#top .mainpic .swiper-control .swiper-button-control:focus-visible {
  border: 2px solid #b11e00;
  border-radius: 3px;
}
#top .mainpic .swiper-button-prev::after,
#top .mainpic .swiper-button-next::after {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 24px;
  opacity: 0.5;
  transition: 0.2s ease-in;
}
#top .mainpic .swiper-button-prev:hover::after,
#top .mainpic .swiper-button-next:hover::after {
  opacity: 1;
}
#top .mainpic .swiper-button-prev:focus-visible,
#top .mainpic .swiper-button-next:focus-visible {
  border: 2px solid #b11e00;
  border-radius: 3px;
}
#top .mainpic .swiper-button-prev::after {
  content: "\f053";
}
#top .mainpic .swiper-button-next::after {
  content: "\f054";
}
#top .mainpic.mainpic-r .swiper-wrapper {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
#top #slideArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#top #slideArea .caption {
  position: absolute;
  bottom: 0;
  right: 10px;
}
#top #slideArea .swiper-wrapper {
  transition-timing-function: linear; /* 速度を一定にする */
}
#top #slideArea .swiper-slide {
  display: block;
}
#top #slideArea .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#top #slideArea .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
#top #introduction {
  margin-bottom: -10vw;
  background-image: url("images/bg_kazari.png");
  background-repeat: repeat-x;
  background-position: center 0;
  background-size: 50%;
}
@media screen and (min-width: 768px) {
  #top #introduction {
    background-size: 30%;
    background-position: center 40px;
    padding-top: calc(80px + 10vw);
    padding-bottom: calc(80px + 10vw);
  }
}
#top #introduction .contentIn {
  padding: 80px 10px calc(120px + 40px);
  position: relative;
}
@media screen and (min-width: 768px) {
  #top #introduction .contentIn {
    padding: 80px 10px 0;
  }
}
#top #introduction .text-block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #top #introduction .text-block {
    max-width: 640px;
  }
}
#top #introduction .text-block .lead {
  font-size: 24px;
  color: #dab849;
}
@media screen and (min-width: 768px) {
  #top #introduction .text-block .lead {
    text-align: center;
  }
}
#top #introduction .text-block p em {
  font-style: normal;
  font-size: 16px;
  color: #214919;
  font-weight: bold;
}
#top #introduction .christmaru {
  position: absolute;
  bottom: calc(-1 * 40px);
  right: 0;
  left: 0;
  z-index: 10;
  width: 125px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #top #introduction .christmaru {
    bottom: -160px;
    left: auto;
    right: -100px;
    width: 250px;
  }
}
#top #news {
  padding-top: calc(40px + 10vw);
  padding-bottom: calc(40px + 10vw);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top #news {
    padding-top: calc(80px + 10vw);
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #top #news .contentIn {
    padding: 0 10px;
  }
}
#top #news .flex-wrapper {
  justify-content: center;
  width: 100%;
}
#top #news .flex-wrapper li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li {
    margin-bottom: 0;
    width: 33.33%;
  }
  #top #news .flex-wrapper li:nth-child(even) {
    margin: 0 20px;
  }
}
#top #news .flex-wrapper li a {
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li a {
    text-align: center;
  }
}
#top #news .flex-wrapper li a .pic {
  background-color: #214919;
  height: 80px;
  border: 1px solid #dab849;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li a .pic {
    height: 18.2vw;
    max-width: 310px;
    max-height: 190px;
  }
}
#top #news .flex-wrapper li a .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#top #flyer {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#top #flyer a {
  display: inline-block;
  margin: 0 auto;
  color: #dab849;
}
@media screen and (min-width: 768px) {
  #top #flyer a {
    width: 33.33%;
  }
}
@media screen and (min-width: 1000px) {
  #top #flyer a {
    width: 25%;
  }
}
#top #flyer a:focus-visible {
  border: 2px solid #dab849;
  border-radius: 3px;
}

/*---------------------------------------------------------------------------

topics

---------------------------------------------------------------------------*/
#topics {
  text-align: center;
}
#topics .subcategory {
  background-color: #b11e00;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
#topics .topicsList {
  text-align: left;
  margin-bottom: 20px;
}
#topics .topicsList li {
  margin-bottom: 40px;
  overflow: visible;
  background-color: #fff;
}
#topics .topicsList li > a, #topics .topicsList li > div {
  color: #1a1919;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #topics .topicsList li > a, #topics .topicsList li > div {
    padding: 40px;
  }
}
#topics .topicsList li > a:hover, #topics .topicsList li > div:hover {
  text-decoration: none;
}
#topics .topicsList li > a h3, #topics .topicsList li > div h3 {
  color: #b11e00;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
}
#topics .topicsList li > a .update, #topics .topicsList li > div .update {
  margin-top: 10px;
}
#topics .topicsList li a {
  transition: 0.2s ease-in;
}
#topics .topicsList li a:hover {
  opacity: 0.8;
}
#topics .topicsList li .pic {
  overflow: hidden;
}
#topics .topicsList li .pic img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-out;
}
#topics .topicsList li a:hover .pic img {
  transform: scale(1.1);
  transition: 0.3s ease-out;
}
#topics #topicsEntry .text {
  text-align: left;
  padding: 40px 20px;
  color: #1a1919;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #topics #topicsEntry .text {
    padding: 40px;
  }
}
#topics #topicsEntry .text:after {
  content: "";
  display: block;
  clear: both;
}
#topics #topicsEntry .text .update {
  text-align: right;
}
#topics #topicsEntry .text a {
  text-decoration: underline;
}
#topics #topicsEntry .text a:hover {
  text-decoration: none;
}
#topics #topicsEntry .text h3 {
  font-size: 24px;
  color: #b11e00;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: solid 2px #dab849;
  padding-bottom: 5px;
}
#topics .btn {
  margin-bottom: 40px;
}
#topics .btn a {
  display: inline-block;
  max-width: none;
}

#commentArea {
  margin: 20px 0;
  position: relative;
}
#commentArea .comment-block {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#commentArea .comment-block:last-child {
  margin-bottom: 0;
}
#commentArea .comment-block .icon {
  background-repeat: none;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e8e7e3;
  /*@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  background-image: url(images/icon_human1@2x.png);
  }*/
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block .icon {
    margin-bottom: 0;
  }
}
#commentArea .comment-block .icon_human {
  background-image: url(images/icon_human.svg);
  background-size: contain;
}
#commentArea .comment-block .comment-balloon {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block .comment-balloon {
    width: calc(100% - 150px);
  }
}
#commentArea .comment-block .comment-balloon::before {
  content: "";
  position: absolute;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block .comment-balloon::before {
    top: 20px;
    border-top: 15px solid transparent;
  }
}
#commentArea .comment-block .comment-balloon.bg-yl {
  background-color: #75ca64;
}
#commentArea .comment-block .comment-balloon.bg-yl::before {
  border-bottom-color: #75ca64;
}
#commentArea .comment-block .comment-balloon.bg-lb {
  background-color: #75ca64;
}
#commentArea .comment-block .comment-balloon.bg-lb::before {
  border-bottom-color: #75ca64;
}
#commentArea .comment-block:nth-child(odd) .comment-balloon::before {
  left: 35px;
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block:nth-child(odd) .comment-balloon::before {
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block:nth-child(odd) .comment-balloon.bg-yl::before {
    border-right-color: #75ca64;
  }
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block:nth-child(odd) .comment-balloon.bg-lb::before {
    border-right-color: #75ca64;
  }
}
#commentArea .comment-block:nth-child(even) {
  flex-flow: row-reverse;
}
#commentArea .comment-block:nth-child(even) .icon {
  margin-right: 0;
  margin-left: auto;
}
#commentArea .comment-block:nth-child(even) .comment-balloon::before {
  right: 35px;
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block:nth-child(even) .comment-balloon::before {
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block:nth-child(even) .comment-balloon.bg-yl::before {
    border-left-color: #75ca64;
  }
}
@media screen and (min-width: 768px) {
  #commentArea .comment-block:nth-child(even) .comment-balloon.bg-lb::before {
    border-left-color: #75ca64;
  }
}

/*---------------------------------------------------------------------------

ticket

---------------------------------------------------------------------------*/
#ticket {
  text-align: center;
  word-break: break-all;
}
#ticket .ticket-content {
  padding: 20px;
  color: #1a1919;
}
@media screen and (min-width: 768px) {
  #ticket .ticket-content {
    padding: 40px;
  }
}
#ticket #informationTab {
  text-align: left;
}
#ticket #informationTab a {
  font-size: 16px;
}
#ticket .annotation {
  color: #fe2b00;
}
#ticket h4, #ticket .ticketPageLinkTtl {
  border-bottom: solid 2px #dab849;
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  font-size: 24px;
  color: #b11e00;
}
#ticket h4 h4, #ticket .ticketPageLinkTtl h4 {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
#ticket .ticketPageLinkttl-style1 h4 {
  border: none;
  margin: 0;
  padding: 0;
}
#ticket #PGTicket, #ticket #bunkamuraTicket {
  padding-left: 0;
  padding-right: 0;
}
#ticket #PGTicket h5, #ticket #bunkamuraTicket h5 {
  font-size: 18px;
  margin-bottom: 1.5em;
}
#ticket #PGTicket h6, #ticket #bunkamuraTicket h6 {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  position: relative;
  padding-left: calc(10px + 4px);
}
#ticket #PGTicket h6:before, #ticket #bunkamuraTicket h6:before {
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#ticket .info {
  border: 1px solid #fff;
  background: none;
  /*background-color: $cl-base-lighten;*/
}
#ticket .admissionfeeList {
  background-color: #fff;
}
#ticket .admissionfeeList th {
  background-color: #fe2b00;
}
#ticket .eventSchedule {
  color: #000;
}
#ticket .eventSchedule th, #ticket .eventSchedule td {
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 18px;
}
#ticket .eventSchedule .noevents {
  background-color: #1a1919;
  color: #fff;
}

/*---------------------------------------------------------------------------

cast

---------------------------------------------------------------------------*/
#cast h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  color: #214919;
  line-height: 1.2em;
}
#cast h3 span {
  font-size: 14px;
  display: block;
}
#cast .cast-pic-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #cast .cast-pic-list {
    gap: 80px 40px;
    margin-bottom: 80px;
  }
}
#cast .cast-pic-list li {
  flex-basis: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  #cast .cast-pic-list li {
    flex-basis: calc(33.33% - 40px);
  }
}
#cast .cast-pic-list li .pic-block {
  margin-bottom: 10px;
}
#cast .cast-pic-list li p.name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#cast .cast-pic-list li p.name span {
  font-size: 14px;
  display: block;
}
#cast .cast-txt-list {
  text-align: center;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  #cast .cast-txt-list {
    max-width: 640px;
    margin: 0 auto 80px;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
#cast .cast-txt-list li {
  font-size: 18px;
  font-weight: bold;
}
#cast .cast-txt-list li span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #cast .cast-txt-list li span {
    display: block;
  }
}