body {
  position: relative;
  color: #000;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
body::after {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('../img/all/bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.bg_mokume::after {
  background-image: url('../img/all/bg_mokume.jpg');
}
body.bg_dairi::after {
  background-image: url('../img/all/bg_dairi.jpg');
}

iframe {
  border: none;
}

#wrapper {
  position: relative;
  z-index: 2;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: none;
}

footer {
  margin: auto 0 0;
}

header {
  background-image: url('../img/all/header_bg@2x.jpg?2') ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.header, .header_inner, .schedule_wrap, .info_wrap {
  background: none;
}

.header h1 {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header h1 {
    padding-right: 70px;
  }
}

.header h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .header h1 a {
    width: 100%;
    padding: 0 0;
  }
}

.header h1 a img {
  width: auto;
  height: 24rem;
}
@media screen and (max-width: 768px) {
  .header h1 a img {
    width: auto;
    height: 125px;
  }
}

.header_text {
  white-space: nowrap;
  color: #483e32;
  font-size: 1.2rem;
  line-height: 2;
}

.header .menu {
  top: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.header .tel {
  top: 65px;
  background: rgba(0, 0, 0, 0.5);
}

.header .header_inner{
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .header .header_inner{
    position: initial;
  }
  }

.header .header_chara{
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
}
.header .header_chara picture{
    width: 100%;
    height: 100%;
    position: relative;
}
.header .header_chara picture > img,
.header .header_chara picture > source
{
  height: 125%;
  width: auto;
  max-width: none;
  margin-top: -10%;
}
.header .header_chara .left{
  margin-right: 5%;
}
.header .header_chara .right{
  margin-left: 5%;
}

@media screen and (max-width: 1200px) {
  .header .header_chara{
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header .header_chara{
    left: 0;
    margin-left: 0;
    width: calc(100% - 70px);
  }
  .header .header_chara picture{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .header .header_chara picture > img,
  .header .header_chara picture > source
  {
    height: auto;
    width: 33vw;
    max-width: none;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #nav ul {
    padding-top: 150px;
  }
}

#nav ul li {
  padding: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  #nav ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #c2a06c;
  }
}

#nav ul li a {
  width: auto;
  padding: 0.2rem 1rem;
  letter-spacing: 3px;
  color: #c2a06c;
  border: none;
  border-right: 1px solid #8a8a8a;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
@media screen and (max-width: 768px) {
  #nav ul li a {
    color: #c2a06c;
    border-right: none;
    background-image: url('../img/all/arrow.svg');
    text-shadow: none;
  }
}

#nav ul li:last-child a {
  border: none;
}

#nav ul li a:hover {
  background: none;
}

#nav ul li a span {
  display: block;
  margin: 0.2rem 0 0;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #nav ul li a span {
    display: inline-block;
    margin: 0 0 0 1rem;
    border-right: none;
    vertical-align: 0.2em;
  }
}

@media screen and (max-width: 768px) {
  #nav .nav_logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 70px);
    height: 150px;
    text-align: center;
  }
  #nav .nav_logo img {
    width: auto;
    height: 90%;
    margin-left: 10px;
  }
}

.footer ul li a {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer ul li a {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 1.1rem;
    font-weight: 700;
    font-style: normal;
  }
}
.footer ul li a span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  margin-left: 0.5em;
  vertical-align: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer ul li a span {
    display: block;
    margin: 0.5rem 0 0;
  }
}


.info_tel {
  padding: 0.6rem 0;
  color: #fff;
  background: #c2a06c;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .info_tel {
    padding: 0.3rem 0;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .info_tel.sp {
    background: rgba(0, 0, 0, 0.5);
  }
  .info_tel span {
    display: block;
    overflow: hidden;
    height: 0;
  }
}

.page_title h3.title, .schedule_wrap h3.title, .topics_wrap h3.title, .newface h3.title {
  width: auto;
  margin: 0 0 1rem;
  padding: 10px 0;
  border: 1px solid #c1c1c1;
  border-radius: 1rem;
  background-color: #e3e3e3;
  background-image: url('../img/all/title_bg_left.svg'), url('../img/all/title_bg_right.svg');
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: 30% auto;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
}

.title span {
  display: inline-block;
  letter-spacing: 5px;
  font-family: bodega-serif, serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  /* margin-bottom: 0.4rem; */
}

.topics_wrap .inner {
  width: 100%;
  margin: 0;
  border: 1px solid #d7d1c9;
  background: #ffffff;
}

.topics_wrap .inner iframe {
  width: 100%;
  height: 400px;
}

.info_wrap {
  padding: 0;
}

.information .item, .information .item.twitter, .information .item.blog, .information .item.topics {
  background: none;
}

.information .title {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1rem !important;
  padding: 10px 0;
  border: 1px solid #c1c1c1;
  border-radius: 1rem;
  background-color: #e3e3e3;
  background-image: url('../img/all/title_bg_left_s.svg'), url('../img/all/title_bg_right_s.svg');
  background-repeat: no-repeat;
  background-position: bottom 0 left -10%, bottom 0 right -10%;
  background-size: 30% auto;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
}

.information .title span {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 5px;
  font-family: bodega-serif, serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
}

.information {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 1320px;
}
@media screen and (max-width: 960px) {
  .information {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.information .item {
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .information .item {
    width: 40%;
    margin: 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .information .item {
    width: 100%;
  }
}

.information .item .inner {
  width: 100%;
  min-height: 400px;
  margin: 0;
  border: 1px solid #d7d1c9;
}

.information .item.blog .inner {
  background: #ffffff;
}

.information .item.twitter .inner {
  border: none;
  background: none;
}

.twitter_banner{
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .twitter_banner{

  }
}


.cast .pickup {
  background: none;
}

.slider {
  max-width: 1320px;
  margin: 0 auto 1rem;
}

#event-pager {
  display: flex;
  justify-content: center;
  font-size: 1px;
  line-height: 1;
}
#event-pager a {
  display: block;
  margin: 0 2px;
}
#event-pager img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header.pink {
  background: rgba(255, 159, 190, 0.3);
}

.header.pink {
  background: rgba(255, 159, 190, 0.3);
}


.access a {
  color: #000;
}

.route_link {
  padding: 0;
}

.route_link a {
  color: #000;
  background: none;
}

.route_link a:hover {
  color: #000;
  background: rgba(255, 159, 190, 0.3);
}


@media screen and (max-width: 768px) {
  #container::after {
    display: none;
  }
}

.cast_box {
  padding-bottom: 0;
}

.cast .info {
  position: relative;
  text-shadow: none;
}

.cast .detail, .cast .cover {
  display: none;
}
.cast a {
  color: #000;
}

.cast .photo {
  position: relative;
}

.cast .photo:after {
  display: block;
  padding-top: 150%;
  content: '';
}

.cast .photo img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.profile_box #photo_wrapper {
  position: relative;
}
.profile_box .photo .cast_photo li a {
  position: relative;
  display: block;
}
.profile_box .photo .cast_photo li a:after {
  display: block;
  padding-top: 150%;
  content: '';
}
.profile_box .photo .cast_photo li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.profile_box .photo .pickup, .profile_box .photo .new, .cast .pickup, .cast .photo .pickup, .cast .new, .cast .photo .new {
  z-index: 100;
  top: auto;
  right: 0.5rem;
  bottom: 0.5rem;
  left: auto;
  width: auto;
  padding: 0.2rem 0.5rem 0.4rem;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 1rem;
  background: rgba(255, 91, 157, 0.5);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .profile_box .photo .pickup, .profile_box .photo .new, .cast .pickup, .cast .photo .pickup, .cast .new, .cast .photo .new {
    font-size: 1rem;
  }
}

.profile_box .photo .pickup, .cast .pickup, .cast .photo .pickup {
  right: auto;
  left: 0.5rem;
  margin: 0;
  background: rgba(91, 181, 255, 0.5);
}

.profile_box .photo .pickup img, .profile_box .photo .new img, .cast .photo .pickup img, .cast  .photo .new img {
  position: relative;
  height: auto;
}

.weekly_menu li a:hover, .weekly_menu li span {
  background: rgba(255, 159, 190, 0.3);
}

.weekly_menu li a, .weekly_menu li span {
  color: #000;
}

.cast_pager {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}

.cast_pager a {
  position: relative;
  width: 100px;
  opacity: 0.5;
}
.cast_pager a.active {
  opacity: 1;
}
.cast_pager a:after {
  display: block;
  padding-top: 150%;
  content: '';
}
.cast_pager a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.profile_box #profile_data td {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}
.profile_box #profile_data th {
  color: #000;
  background: rgba(255, 159, 190, 0.3);
}

.profile_box .schedule .sche {
  color: #000;
  border: 1px solid #a78c3b;
  background: rgba(255, 255, 255, 0.7);
}

.profile_box .schedule .sche .date {
  color: rgba(255, 159, 190, 1);
}
@media screen and (max-width: 768px) {
  .profile_box .schedule .sche .date {
    float: left;
    width: 100px;
    text-align: center;
    color: rgba(255, 159, 190, 1);
    background: none;
  }
}


.contents {
  display: flex;
  max-width: 1600px;
  margin: 1rem auto 3rem;
}

@media screen and (max-width: 1024px) {
  .contents {
    display: block;
  }
}

.contents_left {
  width: 75%;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .contents_left {
    width: 100%;
    padding: 0 1rem;
  }
}

.contents_right {
  width: 25%;
  min-width: 320px;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  .contents_right {
    width: 100%;
    padding: 2rem 1rem 0;
  }
}

.linebanner {
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .linebanner {
    margin-top: 1rem;
  }
}


.kuchikomi {
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .kuchikomi {
    margin: 2rem 0 0;
  }
}

.fujoho_iphone_scroll_size_box {
  text-align: center;
  background-color: #fff;
}
.kuchikomi.himediary iframe {
  width: 100%;
}

.page_top .top_mail {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_top .top_mail {
    display: block;
    margin: 2rem 0 2rem;
  }
}

.mail {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .page_top .mail {
    display: none;
  }
  .mail {
    margin-bottom: 2rem;
  }
}

.newface{
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .newface{
    padding-bottom: 1rem;
  }
}

.newface .cast_box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .newface .cast_box{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}


.ticker{
  max-width: 1600px;
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.page_index .ticker{
  display: none;
}
.ticker_title{
  font-family: bodega-serif, serif;
  margin: 0 1rem;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;

}
.ticker_body{
  background-color: #fe34ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 0 1rem 0 0;
  width: 100%;
}
.ticker_body_inner{
  width: fit-content;
  white-space: nowrap;
  padding: 0 0.5rem;
  transition-delay: 0.3s;
  transition-timing-function: linear;
  transform: translateX(100000px);
}
