@charset "utf-8";

html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  scroll-behavior: smooth;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

.pcShow {
  display: block;
}

.spShow {
  display: none;
}

article {
  margin-bottom: -100px;
}

/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/
.breadcrumb_list {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  font-size: 12px;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:active {
  color: #125687;
  text-decoration: none;
}

.breadcrumb_list li {
  position: relative;
  margin-right: 32px;
}

.breadcrumb_list li::after {
  content: ">";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}

.breadcrumb_list li:last-child {
  margin-right: 0;
}

.breadcrumb_list li:last-child::after {
  display: none;
}

/*--------------------------------------------------------------
メイン
--------------------------------------------------------------*/
.mainvisual {
  position: relative;
}

.mainvisual_item img {
  width: 100%;
}

.mainvisual_logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 7%;
  bottom: 0;
  left: 49.5%;
  transform: translateX(-50%);
  width: auto;
}

.mainvisual_logo h1 {
  width: clamp(272px, 34vw, 1000px);
  margin: 0 auto;
}

.mainvisual_logo img {
  width: 100%;
}

/*--------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------*/
.mori_nav_sp {
  display: none;
}

.mori_nav_pc {
  display: block;
  width: 100%;
  background: url(../../assets/images/nav_bg.jpg) no-repeat 0 0/ cover;
  z-index: 30;
  border-bottom: 1px #888888 solid;
}

.mori_nav_pc ul {
  display: flex;
  justify-content: space-around;
  max-width: 1236px;
  margin: 0 auto;
}

.mori_nav_pc ul a {
  display: block;
  padding: 28px 55px 28px 10px;
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: bold;
  color: #fff;
  position: relative;
}

.mori_nav_pc ul a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  border: 2px solid #D15748;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  right: 25px;
  top: -4px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.mori_nav_pc ul a:hover:after {
  top: 8px;
}

.mori_nav_pc.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

/* アンカーリンク位置調整--------------- */
#latest-events,
#about,
#movie,
#gallery,
#previous-events {
  position: absolute;
}

#latest-events {
  top: -80px;
}

#about {
  top: -80px;
}

#movie {
  top: 0;
}

#gallery {
  top: 0
}

#previous-events {
  top: -80px;
}

/*--------------------------------------------------------------
セクション タイトル
--------------------------------------------------------------*/
.section_title,
.section_title_en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  line-height: 1.5;
}

.section_title {
  font-size: 36px;
}

.section_title_en {
  font-size: 14px;
}

.title_pos_l {
  position: absolute;
  top: 0;
  left: 60px;
}

.title_pos_r {
  position: absolute;
  top: 0;
  right: 30px;
}

.title_color_w {
  color: #fff;
}

.title_top_100 {
  top: 100px;
}

.title_top_100 {
  top: 100px;
}

.title_top_70 {
  top: 70px;
}

/*--------------------------------------------------------------
最新のイベント情報
--------------------------------------------------------------*/
.latest-events {
  width: 100%;
  padding-bottom: 40px;
  background: url(../../assets/images/latest-events_bg.jpg) no-repeat right bottom;
  position: relative;
}

.latest-events.pt {
  padding-top: 80px;
}

.latest-events_content {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 100px 204px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 204px;
  padding-right: min(13%, 204px);
}

.latest-events_lead {
  margin-bottom: 30px;
}

.latest-events_group {
  padding-bottom: 60px;
}

.latest-events_group_title {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #888888 solid;
}

.latest-events_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px 0;
}

.latest-events_images li {
  width: calc(100% / 5 - 1%);
  border: 1px #CCCCCC solid;
  padding: 3px;
  display: flex;
  align-items: center;
  background-color: white;
}

.latest-events_images a {
  display: flex;
  align-items: center;
  height: 100%;
}

.latest-events_images li:nth-child(n+6) {
  margin-top: 1.3%;
}

.latest-events_images img {
  max-width: 100%;
}

.latest-events_images a:hover {
  opacity: 0.7;
}

/* 公演概要 リスト--------------- */
.list_wrap {
  display: flex;
  justify-content: space-between;
}

.list_performance {
  width: 80%;
  padding: 0 30px 0;
  overflow: hidden;
}

.list_performance dt {
  width: 23%;
  float: left;
  padding: 0 0 30px 0;
}

.emphtext{ 
  font-size: 20px;
  font-weight: bold;
}

.list_performance dd {
  width: 100%;
  line-height: 1.5;
  padding: 0 0 30px 25%;
  clear: right;
}

.latest-events_pamphlet {
  width: 20%;
  margin-left: 10px;
}

.latest-events_pamphlet img {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px #CCCCCC solid;
}

.latest-events_pamphlet a {
  display: block;
  text-align: center;
  font-weight: bold;
}

.latest-events_pamphlet a:link,
.latest-events_pamphlet a:visited,
.latest-events_pamphlet a:active {
  color: #000;
  text-decoration: underline;
}

.latest-events_pamphlet a:hover {
  opacity: 0.7;
}


.list_wrap_pmph_flex .latest-events_pamphlet {
  display: flex;
  width: 40%;
  gap: 20px;
}

.list_wrap_pmph_flex.list_performance {
  width: 50%;
}

/* 入場券 リスト--------------- */
.list_ticket {
  width: 100%;
  padding: 0 0 0 30px;
  overflow: hidden;
}

.list_ticket dt {
  width: 10%;
  float: left;
  padding: 0 0 30px 0;
}

.list_ticket dd {
  width: 100%;
  line-height: 1.5;
  padding: 0 0 0 16%;
}

/* 購入方法--------------- */
.buy_wrap {
  padding: 0 0 0 30px;
}

.buy_lead {
  margin-bottom: 20px;
}

.buy_annotation {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.buy_content {
  padding-left: 40px;
  line-height: 1.8;
}

.buy_content a:link,
.buy_content a:visited,
.buy_content a:active {
  color: #000;
  text-decoration: underline;
}

.buy_layout_mb {
  margin-bottom: 50px;
}

.buy_title {
  font-weight: bold;
  padding: 7px 0 7px 40px;
  margin-bottom: 13px;
}

.title_annotation {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0 0 13px;
}

.buy_title_wrap {
  display: flex;
}

.icon_group {
  background: url(../images/icon_group.png) no-repeat 0 5px;
}

.icon_store {
  background: url(../images/icon_store.png) no-repeat 0 5px;
}

.icon_web {
  background: url(../images/icon_web.png) no-repeat 0 5px;
}

.buy_performance {
  width: 100%;
  overflow: hidden;
}

.buy_performance dt {
  width: 20%;
  float: left;
  padding-right: 10px;
}

.buy_performance dd {
  width: 100%;
  padding-left: 20%;
  margin-bottom: 30px;
}

.buy_performance dd:last-of-type {
  margin-bottom: 0;
}

.buy_performance a:hover {
  text-decoration: none;
}

.buy_list {
  display: flex;
  justify-content: space-between;
}

.buy_list li {
  width: 48%;
}

.buy_text {
  margin-bottom: 10px;
}

.buy_text span {
  font-weight: bold;
}

.buy_button a {
  display: block;
  padding: 12px 22px;
  border: 1px #D15748 solid;
  text-align: center;
  color: #D15748;
  background: url(../images/right-arrow.png)no-repeat 95% 50%/ 20px, #fff;
}

.buy_button a:link,
.buy_button a:visited,
.buy_button a:active {
  color: #D15748;
  text-decoration: none;
}

.buy_button a:hover {
  color: #fff;
  background: url(../images/right-arrow_hover.png)no-repeat 95% 50%/ 20px, #D15748;
}

/*--------------------------------------------------------------
杜の賑いとは
--------------------------------------------------------------*/
.about {
  width: 100%;
  background: url(../../assets/images/about_bg.jpg) no-repeat 0 0/ cover;
  position: relative;
}

.about_content {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 100px 180px 100px 87px;
}

.about_lead {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2.5;
  margin-left: auto;
}

/*--------------------------------------------------------------
公演映像
--------------------------------------------------------------*/
.movie {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  background: #F7F7F7;
  padding-top: 70px;
}

.movie_content {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 30px;
  padding-left: clamp(160px, 3%, 204px);
  margin-right: min(5%, 204px);
  background: #fff;
  overflow: hidden;
}

.movie_item_sp {
  display: none;
}

.movie_item_pc {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.eviry-poster {
  width: 100%;
}

#player_0 {
  margin: auto;
}

#player_0,
#eviry-screen_2,
#eviry-screen_13 {
  aspect-ratio: 640/400 !important;
  width: 100% !important;
  max-width: 640px;
  height: auto !important;
  background-color: rgb(255, 255, 255) !important;
}

.miovip-controlpanel {
  width: 100% !important;
}

#eviry-poster_4,
#eviry-poster_15 {
  background-color: rgb(255, 255, 255) !important;
}

/*--------------------------------------------------------------
フォトギャラリー
--------------------------------------------------------------*/
.gallery {
  width: 100%;
  position: relative;
  background: #F7F7F7;
  padding: 70px 0 70px 65px;
}

.gallery_content {
  position: relative;
  padding: 70px 180px 70px 72px;
  background: #fff;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 3);
  margin-right: 5px;
}

.scroll-infinity__item>img {
  width: 100%;
}

/*--------------------------------------------------------------
過去のイベント一覧
--------------------------------------------------------------*/
.previous-events {
  width: 100%;
  background:
    url(../images/previous-events_bg_photo.png) no-repeat bottom/ contain,
    url(../images/previous-events_bg.jpg) repeat 0 0/ contain;
  position: relative;
}

.previous-events_content {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 100px 65px 300px 204px;
}

.previous-events_group {
  padding-bottom: 0;
}

/* アコーディオン--------------- */
.accordion_item {
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

.accordion_item:last-child {
  margin-bottom: 0;
}

.accordion_title {
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

/* ハンバーガーメニュー */
.accordion_title::before {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 96%;
  margin: auto;
}

.accordion_title::after {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 96%;
  margin: auto;
  transform: rotate(-90deg);
  transition: 0.2s;
}

.accordion_title.open::after {
  background: transparent;
  transform: rotate(0deg);
}

.accordion_content {
  display: none;
  padding: 60px 30px 20px;
}

/* 過去イベント 表--------------- */
.previous-events_table {
  width: 100%;
}

.previous-events_table thead {
  color: #fff;
  background: #333333;
}

.previous-events_table th {
  font-weight: normal;
  padding: 18px 20px;
}

.previous-events_table td {
  font-weight: normal;
  padding: 18px 20px;
}

.previous-events_table tbody tr {
  border-bottom: 1px #CCCCCC solid;
}

/*--------------------------------------------------------------
パンフレット
--------------------------------------------------------------*/
.mori_pamphlet {
  max-width: 950px;
  padding: 10px 10px 50px;
  margin: 0 auto;
}

.mori_pamphlet img {
  vertical-align: bottom;
  max-width: 100%;
}

.mori_pamphlet_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}



.movie_item_iframe {
  position: relative;
  padding-bottom: 35.6%;
  /* max-width: 640px; */
  margin: auto;
  width: 56.2%;
  height: 0;
  overflow: hidden;
}

.movie_item_iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
ブレイクポイント 767px
----------------------------------------------------------------
--------------------------------------------------------------*/
@media (max-width: 767px) and (min-width: 320px) {
  .latest-events_content {
    max-width: 100%;
    padding: 45px 15px 0;
  }
}

/*--------------------------------------------------------------
----------------------------------------------------------------
ブレイクポイント 768px
----------------------------------------------------------------
--------------------------------------------------------------*/

@media (max-width: 768px) and (min-width: 320px) {
  .pcShow {
    display: none;
  }

  .spShow {
    display: block;
  }

  article {
    margin-bottom: -50px;
  }

  /*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/
  .breadcrumb_list {
    font-size: 12px;
    padding: 15px 0 15px 15px;
  }

  /*--------------------------------------------------------------
メイン
--------------------------------------------------------------*/
  .mainvisual_logo {
    top: 7%;
    bottom: 0;
    left: 49.5%;
    transform: translateX(-50%);
    width: auto;
  }

  .mainvisual_logo h1 {
    width: clamp(240px, 64vw, 488px);
    margin: 0 auto;
  }

  /*--------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------*/
  .mori_nav_pc {
    display: none;
  }

  .mori_nav_sp {
    display: block;
    width: 100%;
    background: url(../../assets/images/nav_bg.jpg) no-repeat 0 0/ cover;
    z-index: 30;
  }

  .mori_nav_sp ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .mori_nav_sp li {
    width: 50%;
    border-bottom: 1px #888888 solid;
  }

  .mori_nav_sp ul a {
    display: block;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }

  .mori_nav_sp ul a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    border: 2px solid #D15748;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    right: 15px;
    top: -4px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }

  .mori_nav_sp ul a:hover:after {
    top: 8px;
  }

  .mori_nav_sp li:first-child {
    width: 100%;
    text-align: center;
  }

  .mori_nav_sp li:first-child a:after {
    right: 100px;
  }

  .mori_nav_sp li:nth-child(even) {
    border-right: 1px #888888 solid;
  }

  .mori_nav_sp.fixed {
    position: fixed;
    left: 0;
    top: 0;
  }

  /* アンカーリンク位置調整--------------- */

  #latest-events {
    top: -110px;
  }

  #about {
    top: -110px;
  }

  #movie {
    top: -110px;
  }

  #gallery {
    top: -110px;
  }

  #previous-events {
    top: -110px;
  }


  /*--------------------------------------------------------------
セクション タイトル
--------------------------------------------------------------*/
  .section_title,
  .section_title_en {
    writing-mode: horizontal-tb;
  }

  .section_title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .section_title_en {
    font-size: 12px;
  }

  .title_pos_l {
    position: static;
  }

  .title_pos_r {
    position: static;
  }

  /*--------------------------------------------------------------
最新のイベント情報
--------------------------------------------------------------*/
  .latest-events {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
  }

  .latest-events.pt_sp {
    padding-top: 153px;
  }

  .latest-events_lead {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .latest-events_group {
    padding-bottom: 45px;
  }

  .latest-events_group_title {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .latest-events_images {
    padding: 0;
  }

  .latest-events_images li {
    width: calc(100% / 3 - 1.5%);
  }

  .latest-events_images li:nth-child(n+6) {
    margin-top: 0;
  }

  .latest-events_images li:nth-child(-n+3) {
    margin-bottom: 2.3%;
  }

  .latest-events_images_last {
    margin-right: auto;
    margin-left: 2.3%;
  }

  /* 公演概要 リスト--------------- */
  .list_wrap {
    flex-direction: column;
  }

  .list_performance {
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .list_performance dt {
    width: 100%;
    float: none;
    padding: 0 0 15px 0;
    font-size: 14px;
  }

  .list_performance dd {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 14px;
  }

  .latest-events_pamphlet {
    width: 50%;
    margin: 0 auto;
  }

  .latest-events_pamphlet img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .latest-events_pamphlet a {
    font-size: 14px;
  }

  /* 入場券 リスト--------------- */
  .list_ticket {
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .list_ticket dt {
    width: 100%;
    float: none;
    padding: 0 0 15px 0;
    font-size: 14px;
  }

  .list_ticket dd {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }

  /* 購入方法--------------- */
  .buy_wrap {
    padding: 0;
  }

  .buy_lead {
    margin-bottom: 10px;
  }

  .buy_annotation {
    margin-bottom: 35px;
  }

  .buy_content {
    font-size: 14px;
    padding-left: 0;
  }

  .buy_layout_mb {
    margin-bottom: 35px;
  }

  .buy_layout_mt {
    margin-top: 3%;
  }

  .buy_title {
    font-size: 14px;
    padding: 2.5% 0 2.5% 12%;
    margin-bottom: 0;
  }

  .title_annotation {
    font-size: 12px;
    padding: 0;
  }

  .buy_title_wrap {
    flex-direction: column;
  }

  .buy_performance {
    overflow: visible;
  }

  .buy_performance dt {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .buy_performance dd {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .buy_performance dd:last-of-type {
    margin-bottom: 0;
  }

  .buy_list {
    flex-direction: column;
  }

  .buy_list li {
    width: 100%;
    margin-bottom: 25px;
  }

  .buy_list li:last-child {
    margin-bottom: 0;
  }

  .buy_text {
    margin-bottom: 6px;
  }

  .icon_web {
    background-size: 9%;
  }

  /*--------------------------------------------------------------
杜の賑わいとは
--------------------------------------------------------------*/
  .about {
    width: 100%;
    background: url(../../assets/images/about_bg_sp.jpg) no-repeat 0 0/ cover;
    padding: 50px 15px 130%;
  }

  .about_content {
    max-width: 100%;
    padding: 0;
  }

  .about_lead {
    color: #fff;
    writing-mode: horizontal-tb;
    line-height: 2;
    margin-left: 0;
  }

  /*--------------------------------------------------------------
公演映像
--------------------------------------------------------------*/
  .movie {
    width: 100%;
    padding: 50px 15px 0;
  }

  .movie_content {
    padding: 0;
    margin: 0;
    background: transparent;
  }

  .movie_item_pc {
    display: none;
  }

  .movie_item_sp {
    display: block;
    width: 320px;
    margin: 0 auto;
    overflow: hidden;
  }

  #eviry-screen_1 {
    width: 100% !important;
    aspect-ratio: 320/220;
  }

  #eviry-poster_3 {
    aspect-ratio: 320/220;
  }

  #player_0,
  #eviry-screen_2,
  #eviry-screen_13 {
    aspect-ratio: 320/220;
  }

  .eviry-poster {
    margin-left: 0 !important;
  }

  /*--------------------------------------------------------------
フォトギャラリー
--------------------------------------------------------------*/
  .gallery {
    padding: 50px 0;
  }

  .gallery_content {
    width: 100%;
    padding: 0;
    background: transparent;
  }

  .gallery_content h2 {
    padding-left: 15px;
  }

  .scroll-infinity__item {
    width: calc(100vw / 1);
    margin-right: 0;
  }

  /*--------------------------------------------------------------
過去のイベント一覧
--------------------------------------------------------------*/
  .previous-events {
    background:
      url(../images/previous-events_bg_photo.png) no-repeat bottom/ 180%,
      url(../images/previous-events_bg.jpg) repeat-y 0 0/ contain;
  }

  .previous-events_content {
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 150px 15px;
  }

  /* アコーディオン--------------- */
  .accordion_item {
    padding: 20px;
    margin-bottom: 10px;
  }

  .accordion_item:last-child {
    margin-bottom: 0;
  }

  .accordion_title {
    font-size: 18px;
    font-weight: normal;
    padding-right: 12%;
  }

  /* ハンバーガーメニュー */
  .accordion_title::before {
    left: 92%;
  }

  .accordion_title::after {
    left: 92%;
  }

  .accordion_title.open::after {
    background: transparent;
    transform: rotate(0deg);
  }

  .accordion_content {
    padding: 35px 0 0;
  }

  /* 過去イベント 表--------------- */
  .table-wrap {
    overflow-x: scroll;
  }

  .previous-events_table {
    min-width: 820px;
    border-collapse: collapse;
    font-size: 14px;
  }

  .previous-events_table th {
    padding: 18px 15px;
  }

  .previous-events_table td {
    font-weight: normal;
    padding: 18px 15px;
  }

  .previous-events_table tbody tr {
    border-bottom: 1px #CCCCCC solid;
  }

  .scroll-hint-icon {
    top: 2.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 145px;
    height: 92px;
    border-radius: 0;
  }

  /*--------------------------------------------------------------
パンフレット
--------------------------------------------------------------*/
  .mori_pamphlet_btn {
    width: 100%;
  }



  .movie_item_iframe {
    padding-bottom: 56.25%;
    max-width: none;
    width: 100%;
  }
}