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

		home@トップ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
共通　
****************************************************************************************************************************/
/****************************************************************************************************************************
MVとカレンダー
****************************************************************************************************************************/
article.top_page > section.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

section.mv {
  position: relative;
  left: -50px;
}

article.top_page > section.mv > .calendar {
  width: 280px;
  margin-top: -1rem;
}

article.top_page > section.mv > .calendar .calender_body {
  width: 280px;
  /*	height:250px;*/
  background: #fff;
  margin-top: 15px;
  position: relative;
}

#bizcalendar-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

#bizcalendar-5 #biz_calendar {
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

#bizcalendar-5 #biz_calendar .bizcal {
  margin: 0;
  border: none;
  height: 100%;
  position: relative;
}

#bizcalendar-5 #biz_calendar .bizcal .calmonth {
  display: block;
  width: 100%;
  padding: 6px 0 3px;
  text-align: center;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.1em;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: dashed 1px #ddd;
}

#bizcalendar-5 #biz_calendar .bizcal .calbtn {
  display: none;
}

#bizcalendar-5 #biz_calendar table.bizcal th {
  padding-top: 40px;
  background-color: skyblue;
  background-color: -moz-initial;
  background-color: initial;
  font-size: 13px;
  padding: 35px 0px 0px;
  line-height: 1.5em;
  letter-spacing: 0em;
}

#bizcalendar-5 #biz_calendar table.bizcal td {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  padding: 6px 4px 2px;
  line-height: 1.5em;
  letter-spacing: 0em;
  position: relative;
  z-index: 2;
}

#bizcalendar-5 #biz_calendar table.bizcal .eventday {
  background-color: #ced2e4;
}

#bizcalendar-5 #biz_calendar table.bizcal .holiday {
  background-color: #e4d6a3;
}

#bizcalendar-5 #biz_calendar table.bizcal .today {
  background-color: skyblue;
  background-color: -moz-initial;
  background-color: initial;
  text-decoration: none;
}

#bizcalendar-5 #biz_calendar table.bizcal .today:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  z-index: -1;
  background-color: #e4a3b1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#bizcalendar-5 #biz_calendar table.bizcal .holiday.today {
  background-color: #e4d6a3;
}

#bizcalendar-5 #biz_calendar table.bizcal .eventday.today {
  background-color: #ced2e4;
}

#bizcalendar-5 #biz_calendar .bizcal + p {
  display: none;
}

article.top_page > section.mv > .calendar .today {
  display: block;
  text-align: center;
  background: #a89257;
  color: #fff;
  margin: 2.3rem 0 0;
}

article.top_page > section.mv > .calendar .mark {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

article.top_page > section.mv > .calendar .mark .close {
  margin-right: 15px;
}

article.top_page > section.mv > .calendar .mark .close:before {
  display: inline-block;
  content: "";
  background: #e4d6a3;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

article.top_page > section.mv > .calendar .mark .event:before {
  display: inline-block;
  content: "";
  background: #ced2e4;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

article.top_page > section.mv > .calendar .explanation {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.3px;
}

article.top_page > section.mv > .calendar .explanation .map a {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 0;
  font-size: 13px;
  padding: 0px 20px;
  background: #004066;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

div.mv {
  margin: 0 auto;
}

/****************************************************************************************************************************
緊急告知欄
****************************************************************************************************************************/
article.top_page section.notice {
  background: #fff;
  border: 1px solid #004066;
  padding: 27px;
  margin: 0px auto 60px;
  font-weight: 700;
}

/****************************************************************************************************************************
お知らせ
****************************************************************************************************************************/
/*
article.top_page section.news{
	padding:70px 0;
	background: #fff;
}

article.top_page section.news > .w1000{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom:50px;
}

article.top_page section.news .w1000 > div{
	position: relative;
	width: 200px;
}

article.top_page section.news .w1000 > ul{
	width: 800px;
}

article.top_page section.news .w1000 div > h2{
	position: absolute;
	top:-100px;
	left:-80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
   	background: #004066;
   	color:#fff;
   	display: inline;
   	padding:50px 40px;
   	font-size:32px;
   	letter-spacing: 0.2em;
}

article.top_page section.news .w1000 div > h2 span{
	margin-top:70px;
	font-size:12px;
   	letter-spacing: 0.2em;
}
article.top_page section.news .w1000 > ul li{
	width: 100%;
	border-top:1px solid #7b7b7b;
}

article.top_page section.news .w1000 > ul li:last-child{
	border-bottom:1px solid #7b7b7b;
	}

article.top_page section.news .w1000 > ul li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
	padding:30px 0;
}

article.top_page section.news .w1000 > ul li a:after{
	content:">";
	position: absolute;
	right:0;
	top:50%;
	margin-top:-14px;
}

article.top_page section.news .w1000 > ul li a .category{
	width: 15%;
	text-align: center;
	margin-right:5%;
}

article.top_page section.news .w1000 > ul li a .category span{
	padding:5px;
}

article.top_page section.news .w1000 > ul li.exhibition > a .category span{
	display: block;
	background:#004066;
	color:#fff;
	}

article.top_page section.news .w1000 > ul li.event > a .category span{
	display: block;
	background:#ab8050;
	color:#fff;
	}

article.top_page section.news .w1000 > ul li.event > a .category > .detail{
	width: 80%;
}

article.top_page section.news .w1000 > ul li.exhibition > a .detail > .sub_title{
	color:#004066;
}

article.top_page section.news .w1000 > ul li.event > a .detail > .sub_title{
	color:#ab8050;
}

article.top_page section.news .w1000 > ul li a .detail > .sub_title{
	font-size:17px;
}

article.top_page section.news .w1000 > ul li a .detail > .title{
	font-size:20px;
	font-weight: 700;
}

*/
section.news {
  padding-top: 70px;
}

/****************************************************************************************************************************
田端文士村の今を歩く
****************************************************************************************************************************/
article.top_page section.now {
  padding-bottom: 100px;
}

article.top_page section.now > .play {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

article.top_page section.now > .play p {
  padding: 5px 100px;
  display: inline-block;
  background: #004066;
  color: #fff;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}

article.top_page section.now > .play p:before {
  content: url(../../img/tabata/play_icon.png);
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -14px;
}

article.top_page section.now ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.top_page section.now ul li {
  background: #fff;
  text-align: center;
  width: 31%;
  position: relative;
}

article.top_page section.now ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

article.top_page section.now ul li a > p {
  width: 100%;
}

article.top_page section.now ul li a img {
  padding-bottom: 20px;
  display: block;
  margin: 30px auto;
}

article.top_page section.now ul li a p.ttl {
  padding-top: 50px;
  font-size: 17px;
  border-bottom: 1px solid #004066;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

article.top_page section.now ul li a > p.ttl:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -7px;
  bottom: -10px;
  border-top: 10px solid #004066;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

article.top_page section.now ul li a > p.ttl:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -7px;
  bottom: -8px;
  border-top: 10px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

article.top_page section.now ul li a > p.pdf {
  position: absolute;
  background: #004066;
  color: #fff;
  font-size: 15px;
  bottom: -50px;
  line-height: 1.2em;
  padding: 15px 0 15px 30px;
  left: 0;
}

article.top_page section.now ul li a > p.pdf:before {
  content: url(../../img/tabata/pdf_icon.png);
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
}

article.top_page section.now ul li a > p.pdf span {
  display: block;
  font-size: 12px;
}

/****************************************************************************************************************************
田端文士村について
****************************************************************************************************************************/
article.top_page section.about {
  padding: 80px 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../../img/tabata/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

article.top_page section.about h2 {
  width: 100%;
  font-size: 33px;
}

article.top_page section.about p {
  padding: 50px 0;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

article.top_page section.about p br:nth-child(1),
article.top_page section.about p br:nth-child(2),
article.top_page section.about p br:nth-child(4) {
  display: none;
}

article.top_page section.about .more_btn {
  width: 100%;
}

article.top_page section.about .more_btn a {
  border: solid #fff 1px;
  color: #fff;
}

/****************************************************************************************************************************
展示
****************************************************************************************************************************/
article.top_page section.exhibition {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}

article.top_page section.exhibition .w1100 {
  position: relative;
  left: -50px;
}

article.top_page section.exhibition .flex {
  position: relative;
}

article.top_page section.exhibition .flex > h2 {
  position: absolute;
  right: 70px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #004066;
  color: #fff;
  display: inline;
  padding: 50px 40px;
  font-size: 32px;
  letter-spacing: 0.2em;
}

article.top_page section.exhibition .flex > h2 span {
  margin-top: 30px;
}

article.top_page section.exhibition .w1100 > .flex:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 0;
}

article.top_page section.exhibition .w1100 > .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

article.top_page section.exhibition .w1100 > .flex:last-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.top_page section.exhibition .w1100 > .flex:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

article.top_page section.exhibition .w1100 > .flex ul li img {
  margin: 0;
  display: block;
}

article.top_page section.exhibition .w1100 > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

article.top_page section.exhibition .w1100 > .flex > .link {
  width: 235px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.01em;
}

article.top_page section.exhibition .w1100 > .flex > .link .more_btn {
  width: 100%;
}

article.top_page section.exhibition .w1100 > .flex > .link .more_btn a {
  display: block;
  text-align: center;
  padding: 0;
  font-size: 14px;
}

article.top_page section.exhibition .w1100 > .flex > .link .pdf {
  width: 100%;
}

article.top_page section.exhibition .w1100 > .flex > .link .pdf a {
  font-size: 18px;
  padding: 10px 0 10px 30px;
  width: 100%;
  background: #004066;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  bottom: 0;
  margin-right: 0;
}

article.top_page section.exhibition .w1100 > .flex > .link .pdf a:before {
  content: url(../../img/tabata/pdf_icon.png);
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
}

/****************************************************************************************************************************
主な田端文士・芸術家たち
****************************************************************************************************************************/
article.top_page section.artist {
  background: #fff;
  padding-bottom: 80px;
}

article.top_page section.artist > .w1000 {
  background-image: url(../../img/tabata/artist_bg.jpg);
  background-repeat: no-repeat;
  height: 540px;
  position: relative;
}

article.top_page section.artist h2 {
  text-align: center;
  font-size: 33px;
  color: #fff;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
}

article.top_page section.artist h2 span {
  letter-spacing: 3px;
}

article.top_page section.artist .more_btn {
  position: absolute;
  text-align: center;
  font-size: 33px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

article.top_page section.artist .more_btn a {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

/****************************************************************************************************************************
スケジュール
****************************************************************************************************************************/
article.top_page section.schedule {
  padding: 80px 0;
}

article.top_page section.schedule h2 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 50px;
}

article.top_page section.schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

article.top_page section.schedule ul li {
  width: 350px;
  height: 310px;
  background: #fff;
  position: relative;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  article.top_page > section.mv {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.top_page > section.mv img {
    width: 100%;
  }
  section.mv {
    left: 0;
  }
  article.top_page > section.mv > .calendar {
    width: 100%;
  }
  article.top_page > section.mv > .calendar .calender_body {
    margin-left: auto;
    margin-right: auto;
  }
  article.top_page > section.mv > .calendar .explanation p {
    text-align: center;
  }
  article.top_page > section.mv > .calendar .explanation .map a {
    position: static;
    display: block;
    padding: 5px 0;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  article.top_page section.notice {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  article.top_page section.now > .play a {
    padding: 5px 50px;
  }
  article.top_page section.now > .play a:before {
    left: 10px;
  }
  article.top_page section.now ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  article.top_page section.now ul li {
    width: 100%;
    margin-bottom: 20px;
    position: static;
    border: 2px solid #004066;
  }
  article.top_page section.now ul li a {
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
  }
  article.top_page section.now ul li a > p.icon {
    position: absolute;
    width: 20%;
    left: 4%;
  }
  article.top_page section.now ul li a img {
    margin: 20px auto;
    padding: 0;
    max-width: 100%;
  }
  article.top_page section.now ul li a > p.pdf {
    width: 100%;
    position: static;
    padding: 10px 0;
    line-height: 1.5em;
    font-size: 15px;
  }
  article.top_page section.now ul li a p.ttl {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border: none;
    font-size: 15px;
    border-left: none;
  }
  article.top_page section.now ul li a > p.ttl:before, article.top_page section.now ul li a > p.ttl:after {
    content: none;
  }
  article.top_page section.now ul li a > p.pdf:before {
    content: url(../../img/tabata/pdf_icon_s.png);
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  article.top_page section.exhibition .flex > h2 {
    position: static;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: block;
    padding: 30px;
    text-align: center;
    width: 100%;
    font-size: 25px;
  }
  article.top_page section.exhibition .flex > h2 span {
    margin-top: 0;
  }
  article.top_page section.exhibition .w1100 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    position: static;
    left: 0;
  }
  article.top_page section.exhibition .w1100 > .flex:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.top_page section.exhibition .w1100 > .flex ul {
    width: 100%;
  }
  article.top_page section.exhibition .w1100 > .flex > .link > p {
    display: none;
  }
  article.top_page section.exhibition .w1100 > .flex ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.top_page section.exhibition .w1100 > .flex ul li:first-child {
    width: 100%;
  }
  article.top_page section.exhibition .w1100 > .flex ul li:first-child img {
    width: 100%;
  }
  article.top_page section.exhibition .w1100 > .flex ul li:nth-child(2) {
    width: 100%;
  }
  article.top_page section.exhibition .w1100 > .flex ul li:nth-child(2) img {
    width: 100%;
  }
  article.top_page section.exhibition .w1100 > .flex:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.top_page section.exhibition .w1100 > .flex:last-child ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.top_page section.exhibition .w1100 > .flex:last-child ul li:first-child {
    width: 50%;
  }
  article.top_page section.exhibition .w1100 > .flex:last-child ul li:nth-child(2) {
    width: 50%;
  }
  article.top_page section.exhibition .w1100 > .flex > .link {
    width: 100%;
  }
  article.top_page section.exhibition .w1100 > .flex > .link .more_btn {
    margin: 30px auto;
    width: 80%;
  }
  article.top_page section.artist > .w1000 {
    background-position: center;
  }
  article.top_page section.artist .more_btn a {
    background-color: transparent;
  }
  article.top_page section.schedule {
    padding: 30px 0;
  }
  article.top_page section.schedule h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  article.top_page section.about h2 {
    font-size: 25px;
  }
  article.top_page section.about p {
    padding: 50px 10px;
    width: 100%;
    overflow: hidden;
  }
  article.top_page section.artist h2 {
    font-size: 25px;
  }
}

/****************************************************************************************************************************
動画ポップアップ
****************************************************************************************************************************/
.movieArea {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.movieArea.on {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.movieArea.on.view {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.movieArea .movieArea_pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.movieArea .movieArea_pop .movieArea_pop_in {
  display: block;
  position: relative;
  z-index: 2002;
}

.movieArea .movieArea_pop .movieArea_pop_in video {
  width: 800px;
  height: auto;
}

/* 背景 */
.movieArea .movieArea_pop_bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.movieArea .movieArea_pop_bg .closeBtn {
  width: 41px;
  height: 41px;
  position: relative;
  margin: 20px 20px auto auto;
  cursor: pointer;
}

.movieArea .movieArea_pop_bg .closeBtn:before {
  content: '';
  width: 41px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.movieArea .movieArea_pop_bg .closeBtn:after {
  content: '';
  width: 1px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 920px) {
  .movieArea .movieArea_pop .movieArea_pop_in {
    padding: 30px;
  }
  .movieArea .movieArea_pop .movieArea_pop_in video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .movieArea .movieArea_pop .movieArea_pop_in {
    padding: 10px;
  }
  .movieArea .movieArea_pop_bg .closeBtn {
    width: 31px;
    height: 31px;
    margin: 10px 10px auto auto;
  }
  .movieArea .movieArea_pop_bg .closeBtn:before {
    width: 31px;
    height: 1px;
  }
  .movieArea .movieArea_pop_bg .closeBtn:after {
    width: 1px;
    height: 31px;
  }
  article.top_page section.schedule ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

/*----------------------------------
2021-05-26 改修
----------------------------------*/
@media screen and (max-width: 640px) {
  body article.top_page section.now {
    padding-bottom: 0;
  }
}

body article.top_page section.now ul {
  max-width: 640px;
  margin: 0 auto;
}

body article.top_page section.now ul li {
  width: 100%;
  max-width: 310px;
}

@media screen and (max-width: 640px) {
  body article.top_page section.now ul li {
    max-width: unset;
  }
}

@media screen and (min-width: 641px) {
  body article.top_page section.now > .play {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=top.css.map */