@charset "utf-8";
/***********************
pc.css
************************/

/*---------------------
全体
-----------------------*/
body {
  position: relative;
  width: 100%;
  background: #fff;
}

#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  min-width: 1440px;
}

/*---------------------
メインエリア
-----------------------*/
#main {
  position: relative;
  width: 100%;
  height: 832px;
  margin: 0 auto;
}

.pc_top {
  background: url(../img/top/pc_main_he.jpg) no-repeat center top;
  background-size: 1920px auto;
  height: 760px;
}

.pc_logos {
  position: absolute;
  top: 405px;
  left: 50%;
  margin-left: 3px;
}

.advance_ticket {
  position: absolute;
  top: 90.5px;
  left: 50%;
  margin-left: -603px;
}

.advance_ticket_btn {
  background: url(../img/top/theaters_btn_over.png) no-repeat center top;
  background-size: 161px auto;
}

.advance_ticket_btn img {
  transition: 0.2s;
}

.advance_ticket_btn:hover img {
  opacity: 0;
}

.spotify_bnr {
  position: absolute;
  top: 669.5px;
  left: 50%;
  margin-left: -600px;
}

.spotify {
  position: absolute;
  width: 250px;
  z-index: 3;
  left: 50%;
  margin-left: -558px;
  top: 712px;
}

.pc_dvd_bnr {
  position: absolute;
  top: 709px;
  left: 50%;
  margin-left: 3px;
  transition: 0.2s;
}

.pc_dvd_bnr:hover {
  opacity: 0.8;
}

/*---------------
動画エリア
-----------------*/
#trailer_area {
  background-color: #000;
}

#youtube_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/yt_background.jpg) no-repeat center top;
}

#youtube_area {
  position: relative;
  width: 100%;
  height: 369px;
}

#yt_load_area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
  overflow: hidden;
  height: 100%;
}

#yt_load {
  position: absolute;
  top: 0;
  left: 0;
  width: 2210px;
  display: flex;
  padding-top: 15px;
}

.yt_list {
  position: relative;
  width: 360px;
  margin: 40px 10px;
  cursor: pointer;
  overflow: hidden;
  transform: translateX(0%);
}

.yt_list_img {
  border: solid 1px #000;
  box-sizing: border-box;
}

.yt_left {
  position: absolute;
  left: 20px;
  top: 137px;
  cursor: pointer;
  display: none;
}

.yt_right {
  position: absolute;
  right: 20px;
  top: 137px;
  cursor: pointer;
}

.yt_fade {
  position: absolute;
  width: 99.5%;
  padding-bottom: 55.9%;
  left: 1px;
  top: 1px;
  background: rgba(0, 0, 0, 0.5) url(../img/yt_play.png) no-repeat center 50px;
  background-size: 110px 110px;
  transition: 0.5s;
  transform-origin: center center;
}

.yt_fade:hover {
  background: rgba(0, 0, 0, 0.2) url(../img/yt_play_over.png) no-repeat center 50px;
  background-size: 110px 110px;
}

.yt_title {
  position: relative;
  width: 360px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  margin-top: 4px;
}

#yt_more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 308px;
  margin-top: 0;
  background: url(../img/watchonyoutube_over.png) no-repeat center top;
  background-size: 248px auto;
  cursor: pointer;
}

#yt_more img {
  opacity: 0;
  transition: 0.3s;
}

#yt_more img:hover {
  opacity: 1;
}

/*---------------
バナーエリア
-----------------*/
#bnr_wrap {
  position: relative;
  width: 100%;
  background: url('../img/bnr_bg.png') no-repeat center top;
  padding: 0;
  min-height: 409px;
  padding-top: 150px;
}

#bnr_wrap a {
  color: #fff;
}

#bnr_wrap a:hover {
  text-decoration: underline;
}

.works_bnr {
  width: 260px;
  margin: 10px;
  text-align: center;
}

#bnr_load {
  position: relative;
  width: 100%;
  padding-top: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.bnr_column {
  width: 1120px;
  margin: 0 auto;
  display: none;
}

#bnr_more {
  position: relative;
  width: 77px;
  height: 13.5px;
  padding-top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bnr_more.png) no-repeat center top;
  background-size: 77px;
  margin-top: 0;
  cursor: pointer;
  display: none;
  padding-bottom: 50px;
}

#bnr_more img {
  opacity: 0;
  transition: 0.3s;
}

#bnr_more img:hover {
  opacity: 1;
}

.bnr_text {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
}

.pc_border {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

/*---------------
ニュースエリア
-----------------*/
#news_wrap {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
  background: #000;
}

#news_title {
  position: relative;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 80px;
  /*消す時コメントアウト*/
  background: url(../img/news_title.png) no-repeat center top;
  background-size: 164px;
}

.news_article {
  position: relative;
  display: flex;
  width: 1100px;
  margin: 20px auto;
  padding-bottom: 0;
  border-bottom: none;
  align-items: top;
}

.news_thumb {
  position: relative;
  width: 120px;
  height: 120px;
  border: solid 1px #42382b;
  box-sizing: border-box;
  overflow: hidden;
}

.news_thumb img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.news_title {
  margin-left: 30px;
  color: #fff;
  font-size: 14px;
  width: 850px;
  line-height: 26px;
  font-weight: bold;
}

.news_day {
  color: #e979a7;
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
}

#news_more {
  position: relative;
  width: 77px;
  height: 13.5px;
  padding-top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/news_more_over.png) no-repeat center top;
  background-size: 77px;
  margin-top: 30px;
  cursor: pointer;
}

#news_more img {
  opacity: 0;
  transition: 0.3s;
}

#news_more img:hover {
  opacity: 1;
}

.news_article a {
  color: #ddc4a4;
}

.news_article a:hover {
  color: #ddc4a4;
}