@charset "UTF-8";

/* ==========================================================================
   Common
   ========================================================================== */
 html, body, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, center, dl, dt, dd, ol, ul, li, tfoot, thead, figure, figcaption {
     background: transparent none repeat scroll 0 0;
     border: 0 none;
     margin: 0;
     outline: 0 none;
     padding: 0;
     vertical-align: baseline;
 }
 body {
     line-height: 1.5;
     color: #222;
     box-sizing: border-box;
     word-break: break-all;
 }
 ol, ul {
     list-style: outside none none;
 }
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 a {
   color: #222;
   text-decoration: none;
 }
 a:hover {
   text-decoration: underline;
 }
 a:hover img {
     opacity: 0.7;
 }
 .clearfix::after {
     clear: both;
     content: "";
     display: block;
 }
 html {
     font-size: 14px;
 }
 body {
     background: #f9f9f9;
     font-family: Hiragino Kaku Gothic ProN,Meiryo;
 }

/*-----icon----*/
.icon_nm {
  display: inline-block;
  background: url(../img/icon_win.png) no-repeat;
  width: 56px;
  height: 56px;
  background-position: 0px -56px;
}
.icon_nm_win {
  background-position: 0 0;
}
.icon_anothertab {
  background: url(../img/icon_anothertab.svg) no-repeat center right;
  padding-right: 20px;
}
.icon_song {
  background: url(../img/icon_song.svg) no-repeat center left;
  padding-left: 15px;
}

 /* ==========================================================================
    Header
    ========================================================================== */
 .mh__header {
 	background: #000;
 	width: 100%;
 	height: 48px;
 	margin: 0 auto;
 	position: relative;
 }
 .mh__header a {
 	color:#d6d6d6;
 }
 .mh__header #logoArea {
 	margin: 0 auto;
 	width: 950px;
 	padding: 10px 0 0 20px;
 }
 .mh__header .header_login {
 	float:left;
 	margin-left:20px;
 	color:#d6d6d6;
   font-size: 12px;
 	line-height:1.3;
 }
.mh__header #logo {
 	float: left;
 	height: 30px;
 	width: 155px;
 }
 .mh__header #gLogo {
 	float: right;
 	height: 30px;
 	width: 90px;
 }
 .mh__header #term {
 	color: #d6d6d6;
   font-size: 11px;
 	float: right;
 	padding: 10px 10px 0 0;
 }
 .mh__header a:hover img {
 	opacity:1 !important;
 }

 /*-----header__main----*/
.header__main {
  background-color: #670203;
}
.header__main--heading {
  margin: 0 auto;
  background: url(../img/header_main.png) no-repeat;
  background-size: 1025px 170px;
  width: 1025px;
  height: 170px;
  text-indent: -9999px;
  overflow: hidden;
}

 /*-----header__sub----*/
 .header__sub {
   background-color: #670203;
 }
.header__sub__inner {
 	margin: 0 auto;
 	width: 1024px;
 	overflow:hidden;
 }
 .header__sub h1 {
 	background: url(../img/header_sub.png) no-repeat;
  background-size: 950px 80px;
  width: 950px;
  height: 80px;
  margin: auto;
  text-indent: -9999px;
  overflow: hidden;
 }
 .header__sub h1 a {
   display: block;
   width: 100%;
   height: 100%;
 }

 /*-----breadCrumb----*/
 .breadCrumb {
     margin-bottom: 12px;
 }
 .breadCrumb li {
     display: inline-block;
     font-size: 12px;
 }
 .breadCrumb li a {
     color: #b49416;
     font-size: 12px;
     text-decoration: none;
 }
 .breadCrumb li a::after {
     color: #222;
     content: ">";
     padding: 0 5px;
 }

/*-----header__common----*/
.header__common {
  margin: 0 auto 20px;
  font-size: 14px;
}
.header__common__heading {
  position: relative;
  padding-top: 30px;
  color: #1C1C24;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
}
.header__common__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/heading.png) no-repeat;
  background-position: top center;
  background-size: 170px;
  width: 155px;
  height: 24px;
}
.header__common__heading--none {
  display: none;
	padding-top: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.header__common__heading--nominees::before {
  background-position: -5px 0;
}
.header__common__heading--photo::before {
  background-position: -7px -355px;
}
.header__common__heading--attractions::before {
  background-position: -6px -155px;
}
.header__common__heading--archive::before {
  background-position: -6px -203px;
}
.header__common__heading--news::before {
  background-position: -5px -55px;
}
.header__common__heading--attractions::before {
  background-position: -6px -155px;
}
.header__common__heading--film::before {
  background-position: -5px -105px;
}
.header__common__heading--trailer::before {
  background-position: -7px -403px;
}
.header__common__heading--winner::before {
  background-position: -10px -255px;
}
.header__common__heading--winner span {
  text-indent: -9999px;
  overflow: hidden;
}

.header__common__detail {
  display: flex;
  margin: 10px 0 -10px;
  font-size: 72%;
}
.header__common__detail--update time {
  padding-left: 10px;
}
.header__common__detail--text {
  margin-left: auto;
}
.header__common__back {
  margin-bottom: -15px;
}
.header__common__back a {
  color: #666;
  font-size: 72%;
  font-weight: bold;
}

/*----------more---------*/
.moreBtn,#main_wrapper .icon_arw {
	font-size: 93%;
	text-align: center;
	width: 400px;
	margin: 5px auto 0;
}
.moreBtn a,
#main_wrapper .icon_arw a {
	display: block;
  margin-bottom: 30px;
	padding: 15px 0;
  background: url(../img/icon_more_arw.svg) no-repeat;
  background-position: right 20px center;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  font-size: 93%;
  font-weight: bold;
	text-decoration: none;
}
.moreBtn {
  margin-bottom: 40px;
}
.moreBtn a:hover {
	color: #C4AB28;
}

/*----------snsWrap__main---------*/
.snsWrap__main {
  display: flex;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 7px;
}
.snsWrap__list {
  display: flex;
}
.snsWrap__item {
  margin-right: 10px;
}
.snsWrap__text {
  font-size: 93%;
}
/*----------snsWrap__under---------*/
.snsWrap__under {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 7px;
  font-size: 14px;
}
.snsWrap__under__follow {
  width: 360px;
}
.snsWrap__under__text {
  margin-left: 20px;
  font-size: 108%;
  font-weight: bold;
}

/*----------nominees__list---------*/
.nominees__list {
  display: flex;
  flex-wrap: wrap;
}
.nominees__item {
  padding: 3px 7px;
  margin-right: 5px;
  background: #e0e1ec;
  border-radius: 4px;
  margin-bottom: 5px;
}
.nominees__item a {
  display: block;
  font-size: 86%;
  font-weight: bold;
  text-decoration: none;
}

/*----------★bnrMod---------*/
.bnrMod {
  margin-bottom: 10px;
}
.bnrMod img {
  vertical-align: bottom;
}
.bnrMod__nominees {
  margin-bottom: 0;
}

/*----------btn_movielog---------*/
.btn_movielog {
  display: flex;
}
.btn_movielog li {
  padding-left: 5px;
}
.btn_movielog li:first-child {
  padding-left: 0;
}
.btn_movielog li a {
  color: #87898d;
  font-size: 12px;
  display: block;
  text-decoration: none;
}
.btn_movielog li a.btn_movielog--mitai--on,
.btn_movielog li a.btn_movielog--mita--on {
  color: #fff;
  display: block;
  text-decoration: none;
}
.btn_movielog li.btn_movielog--mitai .btn_movielog--mitai--off {
  background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/movies/event/academy2016/pc/img/want.png") no-repeat scroll 0 0;
  height: 48px;
  width: 75px;
}
.btn_movielog li.btn_movielog--mitai .btn_movielog--mitai--on {
  background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/movies/event/academy2016/pc/img/want_on.png") no-repeat scroll 0 0;
  height: 48px;
  width: 75px;
}
.btn_movielog li.btn_movielog--mita .btn_movielog--mita--off {
  background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/movies/event/academy2016/pc/img/past.png") no-repeat scroll 0 0;
  height: 48px;
  width: 75px;
}
.btn_movielog li.btn_movielog--mita .btn_movielog--mita--on {
  background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/movies/event/academy2016/pc/img/past_on.png") no-repeat scroll 0 0;
  color: #fff;
  height: 48px;
  width: 75px;
}
.btn_movielog li.btn_movielog--mitai a:hover {
  background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/movies/event/academy2016/pc/img/want_h.png") repeat scroll 0 0;
}
.btn_movielog li.btn_movielog--mita a:hover {
  background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/movies/event/academy2016/pc/img/past_h.png") repeat scroll 0 0;
}
.btn_movielog .btn_movielog__word {
  padding-left: 15px;
  padding-top: 5px;
  text-align: center;
}
.btn_movielog .btn_movielog__number {
  text-align: center;
}
.btn_yokoku a {
  width: 120px;
  height: 48px;
  line-height: 48px;
  background-color: #222;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
}


 /* ==========================================================================
    Nav
    ========================================================================== */
nav {
  background: #fff;
  display: table;
  width: 100%;
  font-size: 14px;
}
nav ul {
  margin: 0 auto;
  width: 950px;
  display: table;
}
nav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 50px;
}
nav li a {
  font-size: 93%;
  color: #101010;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px;
}
nav li a:hover {
  color: #101010;
  text-decoration: none;
}
nav li span {
  padding:10px;
  color:#ddd;
}
nav li.current {
  border-bottom: 3px solid #C4AB28;
}
nav li.current a {
  color: #101010;
}

/* ==========================================================================
  #wrapper
  ========================================================================== */
#wrapper {
	margin: 0 auto;
	width: 950px;
	padding-top: 20px;
	color: #222;
}

/* ==========================================================================
  #main_wrapper
  ========================================================================== */
#main_wrapper {
	float: left;
	width: 630px;
	margin-bottom:20px;
}

/* ==========================================================================
  Nominee
  ========================================================================== */
/*-----.nmHeader----*/
.nmHeader {
  margin-bottom: 10px;
}
.nmHeader__header {
  margin-bottom: 10px;
}
.nmHeader__heading {
  background: url(../img/heading_nmHeader.png) no-repeat;
  background-size: 630px 50px;
  width: 630px;
  height: 50px;
  margin-bottom: 13px;
  text-indent: -9999px;
  overflow: hidden;
}
.nmHeader__text {
  color: #666;
  font-size: 72%;
}

/*-----.★fcHeader----*/
.fcHeader {
  margin-bottom: 10px;
}
.fcHeader__header {
  margin-bottom: 20px;
}
.fcHeader__heading {
  background: url(../img/heading_fcHeader.png) no-repeat;
  background-size: 630px 50px;
  width: 630px;
  height: 50px;
  margin-bottom: 10px;
  text-indent: -9999px;
  overflow: hidden;
}
.fcHeader__text {
  color: #666;
  font-size: 72%;
}

/*-----.nomineesNav----*/
.nomineesNav {
  margin-bottom: 20px;
}
.nomineesNav__list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D9D9D9;
}
.nomineesNav__item a {
  display: block;
  padding: 10px;
  background: url(../img/icon_more_arw.svg) no-repeat;
  background-position: right 5px center;
  font-size: 93%;
  font-weight: bold;
}
.nomineesNav__item--current a {
  background: url(../img/icon_more_arw_white.svg) no-repeat center right 6px #222;
  color: #fff;
}
.nomineesNav__item a:hover {
  color: #BF9E00;
  text-decoration: none;
}
.nomineesNav__item {
  width: 25%;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  box-sizing: border-box;
}
.nomineesNav__item:first-child,
.nomineesNav__item:nth-child(2) {
  width: 50%;
  border-top: none;
}
.nomineesNav__item:nth-child(2),
.nomineesNav__item:nth-child(6),
.nomineesNav__item:last-child {
  border-right: none;
}
.nomineesNav__item:last-child a {
  background-color: #D9D9D9;
}
.nomineesNav__item:nth-child(2) a {
  padding-left: 25px;
  background: url(../img/icon_star.svg) left 5px center no-repeat #EEF2F4;
  background-color: #EEF2F4;
}

/*----------nmPickup---------*/
.nmPickup {
  margin-bottom: 30px;
  padding: 10px;
  background: #222;
}
.nmPickup__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.nmPickup__heading {
  color: #fff;
  font-size: 129%;
  font-weight: bold;
}
.nmPickup__header--link {
  margin-left: auto;
}
.nmPickup__header--link a {
  color: #979797;
  font-size: 72%;
}
.nmPickup__list {
  display: flex;
  flex-wrap: wrap;
}
.nmPickup__item {
  width: 50%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.nmPickup__item:nth-child(even) {
  padding-left: 5px;
}
.nmPickup__item:nth-child(odd) {
  padding-right: 5px;
}
.nmPickup__thumnail--img {
  margin-bottom: 10px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 168px;
  padding-top: 56%;
}
.nmPickup__thumnail--title {
  margin: 0 10px;
  color: #fff;
  font-size: 93%;
}

/*----------nmAllList__navList---------*/
.nmAllList__navList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.nmAllList__navList li { margin:0 10px 5px 0;}
.nmAllList__navList li::after { content:"▼"; color:#222; font-size:86%;}
.nmAllList__navList li a {
  font-size:86%;
  text-decoration: underline;
}
.nmAllList__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.nmAllList__header--heading {
  font-size: 129%;
  font-weight: bold;
}
.nmAllList__header--more {
 margin-left: auto;
}
.nmAllList__header--more a {
  background: url(../img/icon_more_arw.svg) no-repeat;
  background-position: right center;
  padding-right: 15px;
  color: #666;
  font-size: 72%;
  font-weight: bold;
}
.nmAllList__text,
.nmAllList__img--large,
.nmAllList__img--small {
  margin-bottom: 15px;
}
.nmAllList--nolink {
  display: flex;
  align-items: center;
  color: #666;
}
.nmAllList__img--largeList {
  display: flex;
  flex-wrap: wrap;
}
.nmAllList__img--largeItem {
  width: 195px;
  padding: 0 20px 25px 0;
}
.nmAllList__img--largeItem:nth-child(3n) {
  padding: 0 0 20px 0;
}
.nmAllList__img--large__thumnail--image {
  margin-bottom: 5px;
  width: 195px;
  height: 143px;
  background-size: cover;
}
.nmAllList__img--large__text {
  display: flex;
  align-items: center;
}
.nmAllList__img--large--title {
  width: calc(100% - 66px);
  font-size: 93%;
  font-weight: bold;
  padding-left: 10px;
}
.nmAllList__img--smallList {
  display: flex;
  flex-wrap: wrap;
}
.nmAllList__img--smallItem {
  width: 50%;
  box-sizing: border-box;
}
.nmAllList__img--smallItem:nth-child(even) {
  padding: 0 0 15px 15px;
}
.nmAllList__img--smallItem:nth-child(odd) {
  padding: 0 15px 18px 0;
}
.nmAllList__img--small__thumnail {
  display: flex;
  align-items: center;
}
.nmAllList__img--small__thumnail--image {
  margin-left: auto;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.nmAllList__img--small--text {
  padding: 0 10px;
  width: 160px;
}
.nmAllList__img--small--name {
  margin-bottom: 5px;
  font-size: 93%;
  font-weight: bold;
}
.nmAllList__img--small--title {
  font-size: 72%;
}
.nmAllList__textList {
  display: flex;
  flex-wrap: wrap;
}
.nmAllList__textItem {
  width: 50%;
  box-sizing: border-box;
}
.nmAllList__textItem:nth-child(even) {
  padding: 0 0 15px 15px;
}
.nmAllList__textItem:nth-child(odd) {
  padding: 0 15px 15px 0;
}
.nmAllList__textItem a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nmAllList__text--text {
  padding-left: 10px;
  width: calc(100% - 66px);
}
.nmAllList__text--name {
  margin-bottom: 5px;
  font-size: 93%;
  font-weight: bold;
}
.nmAllList__text--title {
  font-size: 72%;
}

/*----------nmTop---------*/
.nmTop {
  margin-bottom: 30px;
}

.nmSakuhin__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.nmSakuhin__item {
  width: 208px;
  margin-right: 3px;
  margin-bottom: 10px;
}
.nmSakuhin__item a:hover {
  text-decoration: none;
}
.nmSakuhin__item:nth-child(3n) {
  margin-right: 0;
}
.nmSakuhin__item img {
  width: 100%;
}
.nmSakuhin__title {
  font-size: 86%;
  text-align: center;
}

.nmHuman {
  margin-bottom: 25px;
}
.nmHuman h2 {
  margin-bottom: 25px;
  font-size: 19px;
  text-align: center;
}
.nmHuman__list {
  overflow: hidden;
}
.nmHuman__list li {
  float: left;
  width: 125px;
}
.nmHuman__list li .nominee_img {
  border-radius: 50%;
  background-position: center;
  background-size: 155px;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
}
.nmHuman__list li h3 {
  color: #777;
  font-size: 10px !important;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.8px;
}

/*----------nmDetails---------*/
.nmDetails__heading {
  margin-bottom: 20px;
}
.nmDetails__item {
  border-top: 1px solid #E5E5E5;
  padding: 0 0 15px;
}
.nmDetails__item::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_nominee.png) no-repeat;
  background-position: 0 10px;
  background-size: 120px 300px;
  width: 120px;
  height: 35px;
}
.nmDetails__item:nth-child(2)::before {
  background-position: 0 -20px;
}
.nmDetails__item:nth-child(3)::before {
  background-position: 0 -50px;
}
.nmDetails__item:nth-child(4)::before {
  background-position: 0 -80px;
}
.nmDetails__item:nth-child(5)::before {
  background-position: 0 -110px;
}
.nmDetails__item:nth-child(6)::before {
  background-position: 0 -140px;
}
.nmDetails__item:nth-child(7)::before {
  background-position: 0 -170px;
}
.nmDetails__item:nth-child(8)::before {
  background-position: 0 -200px;
}
.nmDetails__item:nth-child(9)::before {
  background-position: 0 -230px;
}
.nmDetails__item:nth-child(10)::before {
  background-position: 0 -260px;
}
.nmDetails__wrap {
  display: flex;
  flex-wrap: wrap;
}
.nmDetails__wrap img {
  width: 320px;
  height: 234px;
}
.nmDetails__detail {
  width: calc(100% - 340px);
  padding-left: 20px;
}
.nmDetails__title {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 158%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.nmDetails__additional {
  font-size: 93%;
  font-weight: bold;
  text-align: center;
}
.nmDetails__nominees {
  margin-top: 20px;
}
.nmDetails__nominees__header {
  margin-bottom: 8px;
  color: #979797;
  font-size: 72%;
}
.nmDetails__text {
  font-size: 93%;
  line-height: 1.8;
  margin-top: 15px;
}
.nmDetails__text a {
  color: #222;
  font-size: 93%;
  font-weight: bold;
  text-decoration: none;
  background: url(https://s.yimg.jp/images/movies/event/academy2017/pc/img/icon_arw_bk.png) no-repeat right center;
  background-size: 18px;
  padding: 3px 25px 3px 0;
}
.nmDetails__nominees .nominees__list {
  margin-bottom: 5px;
}
.nmDetails__link__list {
  margin-top: 10px;
}
.nmDetails__link__item a {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 20px;
  font-size: 93%;
  font-weight: bold;
}
.nmDetails__link__item:last-child a {
  margin-bottom: 0;
}
.nmDetails__link__item--article a {
  background-image: url(../img/icon_article.png);
}
.nmDetails__link__item--movie a {
  background-image: url(../img/icon_movie.png);
  color: #3E98BB;
}

.nmDetails__item--attention {
  padding: 40px 0 20px;
  border: none;
}
.nmDetails__item--attention::before {
  display: none;
}
.nmDetails__attention--title {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 20px 20px 80px;
  background-color: #222;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
}
.nmDetails__attention--title::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -20px;
  background: url(../img/icon_attention.svg) no-repeat;
  background-size: 100px 98px;
  width: 100px;
  height: 98px;
}
/* ==========================================================================
  Result ph5~
  ========================================================================== */
/*----------resultPickup---------*/
.resultPickup {
  margin-bottom: 20px;
}
.resultPickup__header {
  background: url(../img/icon_pickup.svg) no-repeat;
  background-size: 92px 26px;
  padding-left: 104px;
  height: 26px;
  line-height: 26px;
}
.resultPickup__header a {
  font-size: 93%;
  font-weight: bold;
  text-decoration: underline;
}
.resultPickup__detail {
  margin-top: 10px;
  border: 1px solid #BF9E00;
  background-color: #fff;
  padding: 8px 18px;
}
.resultPickup__heading {
  margin-bottom: 10px;
  color: #BF9E00;
  font-size: 115%;
}
.resultPickup__item {
  border-left: 1px solid #BF9E00;
  margin-bottom: 20px;
  padding-left: 10px;
}
.resultPickup__item:last-child {
  margin-bottom: 10px;
}
.resultPickup__title {
  font-size: 93%;
  font-weight: bold;
}
.resultPickup__time {
  color: #666;
  font-size: 86%;
}
.resultPickup__more a {
  display: block;
  font-size: 93%;
  font-weight: bold;
  text-align: center;
}

/*----------winnerWrap---------*/
.winnerWrap__list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.winnerWrap__item {
  width: 300px;
  margin: 0 10px 10px 0;
}
.winnerWrap__item:first-child {
  margin: 0 50px 10px;
}
.winnerWrap__item a {
  text-decoration: none;
}
.winnerWrap__item:nth-child(n+4) {
  width: 200px;
  margin-right: 6px;
}
.winnerWrap__item:nth-child(3),
.winnerWrap__item:nth-child(6),
.winnerWrap__item:last-child {
  margin-right: 0;
}
.winnerWrap__item:last-child {
  margin-bottom: 15px;
}
.winnerWrap__item:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #BF9E00;
  color: #fff;
  font-size: 93%;
  text-align: center;
}
.winnerWrap__list .ttl_win {
  padding: 10px;
  background-color: #222;
  color: #fff;
  text-align: center;
}
.winnerWrap__department {
  margin-bottom: 5px;
  color: #DCB507;
  font-size: 93%;
  font-weight: bold;
}
.winnerWrap__item:last-child .ttl_win .department {
  font-size: 13px;
}
.winnerWrap__title {
  margin: 0;
  font-size: 93%;
  font-weight: normal;
}
.winnerWrap__list .ttl_win h3 {
  margin-top:5px;
  font-size: 72%;
  font-weight: normal;;
}
.winnerWrap__list .ttl_win .txt {
  padding-right: 20px;
  font-size: 12px;
  background: url(https://s.yimg.jp/images/movies/event/academy2017/pc/img/icon_arw_bk.png) no-repeat right center;
  background-size: 18px;
}
.winnerWrap__list img {
  width: 100%;
  height: auto;
}

/*----------winnerDetails---------*/
.winnerDetails {
  margin: 0 0 20px;
  padding: 18px 30px;
  background-color: #222;
  color: #fff;
}
.winnerDetails__heading {
  margin-bottom: 13px;
  color: #DFB22F;
  font-size: 129%;
  text-align: center;
}
.winnerDetails__thumnail {
  margin-bottom: 10px;
  text-align: center;
}
.winnerDetails__thumnail img {
  width: 450px;
  height: 330px;
  border: 2px solid #DFB22F;
}
.winnerDetails__title {
  margin: 0 0 5px 0;
  font-size: 143%;
  font-weight: bold;
  text-align: center;
}
.winnerDetails__additional {
  margin-bottom: 20px;
  text-align: center;
}
.winnerDetails__text--heading {
  margin-bottom: 5px;
  font-size: 86%;
  font-weight: bold;
}
.winnerDetails__text {
  margin-bottom: 10px;
  font-size: 86%;
  line-height: 1.91;
}
.winnerDetails__writer {
  color: #A2A2A2;
  font-size: 86%;
}
.winnerDetails__link__list {
  display: flex;
  justify-content: flex-end;
}
.winnerDetails__link__list a {
  padding-right: 30px;
  color: #fff;
  font-size: 86%;
  background: url(https://s.yimg.jp/images/movies/event/academy2017/pc/img/icon_arw_bk.png) no-repeat right 5px center #222;
  background-size: 18px;
  text-decoration: none;
}

/* ==========================================================================
  Trailer
  ========================================================================== */
.trailer__list {
  display: flex;
  flex-wrap: wrap;
}
.trailer__item {
  width: 200px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.trailer__item:nth-child(3n) {
  margin-right: 0;
}
.trailer__img {
  position: relative;
  margin-bottom: 5px;
}
.trailer__img::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../img/icon_play.png) no-repeat;
  background-size: 56px;
  width: 56px;
  height: 56px;
  opacity: 0.6;
}
.trailer__title {
  margin-bottom: 10px;
  font-size: 93%;
  font-weight: bold;
  line-height: 1;
}
.nominees__item--trailer {
  margin: 0 5px 0 0;
  padding: 0;
  background-color: #fff;
}
.nominees__item--trailer a {
  color: #666;
  font-size: 72%;
  font-weight: normal;
}

/*----------trailerDetails---------*/
.trailer__player {
  margin-bottom: 10px;
  width: 630px;
  height: 334px;
  background-color: #000;
}
.trailer__detail {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.trailer__detail .nominees__list {
  margin-right: 20px;
}
.trailer__mitamitai {
  margin-left: auto;
}
.trailer__text {
  margin-bottom: 20px;
  font-size: 93%;
  line-height: 1.5;
}
.trailer__text a {
  font-weight: bold;
}
.trailer__copyright {
  margin-bottom: 20px;
  color: #666;
  font-size: 86%;
}
.heading__under {
  font-size: 115%;
  margin-bottom: 10px;
}

/* ==========================================================================
   Photo_gallery
   ========================================================================== */
.photo {
	overflow: hidden;
	margin-top: 20px;
  margin-bottom: 30px;
}
.photo__list {
  overflow: hidden;
	margin-bottom: 30px;
}
.photo__item {
	float:left;
	width:156px;
	height:156px;
	margin:0 1px 1px 0;
	overflow:hidden;
	background:none;
}
.photo__item:first-child {
	width:411px;
	height:411px;
}
.photo__item:nth-child(2),
.photo__item:nth-child(3) {
	width:215px;
	height:205px;
}
.photo__thumnail {
	width:100%;
	height:205px;
	background-size:cover;
	background-position:top center;
}
.photo__item:first-child .photo__thumnail {
	height:411px;
}
.photo__item a:hover .photo__thumnail {
	opacity:0.7;
}
#gallery .gallery_photo { padding:20px 0 10px; overflow:hidden;}
#gallery .galleryCopy {
	font-size: 10px;
	color: #929296;
	margin-top: 5px;
}
/*---.photoNav__list--- */
.photoNav__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.photoNav__item {
  width: 25%;
  height: 40px;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
}
.photoNav__item a,
.photoNav__item span {
	display:block;
  padding-left: 10px;
	font-size:86%;
  font-weight: bold;
	text-decoration:none;
  line-height: 40px;
}
.photoNav__item a {
	background:url(../img/icon_more_arw.svg) no-repeat right 5px center;
  background-size: 10px;
}
.photoNav__item.current a {
	background:url(../img/icon_more_arw_white.svg) no-repeat right center #222;
  background-size: 18px;
	color:#fff;
}
.photoNav__item a:hover,
.photoNav__item--current a {
	background:url(../img/icon_more_arw_white.svg) no-repeat center right 5px #222;
	color:#fff;
}
.photoNav__item span {
	color:#979797;
}
/*---.photoPickup--- */
.photoPickup {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #222;
}
.photoPickup__heading {
  margin-bottom: 10px;
  color: #fff;
  font-size: 129%;
  font-weight: bold;
}
.photoPickup__list {
  display: flex;
}
.photoPickup__item {
  width: 300px;
  margin-right: 10px;
}
.photoPickup__item:last-child {
  margin-right: 0;
}
.photoPickup__thumnail {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.photoPickup__title {
  color: #fff;
  font-size: 93%;
  text-align: center;
}

/*---.photo__archive--- */
.photo__archive {
  margin-bottom: 20px;
}
.photo__archive__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.photo__archive__heading {
  margin-right: auto;
  font-size: 115%;
}
.photo__archive__heading--count {
  font-weight: normal;
}
.photo__archive__heading--more {
  margin-left: auto;
  color: #666666;
  font-size: 72%;
}
.photo__archive__item:nth-child(-n+3) {
  width: 156px;
  height: 156px;
}
.photo__archive__item:first-child .photo__thumnail {
  height: 205px;
}
.photo__archive__text {
  color: #666666;
  font-size: 86%;
  text-align: center;
}

/*---.photo__detail--- */
.photo__titleWrap {
  display: flex;
  align-items: center;
	margin-bottom:20px;
}
.photo__titleWrap h3 {
  font-size: 115%;
}
.photo__titleWrap--more {
  margin-left: auto;
  padding-right: 15px;
  background: url(https://s.yimg.jp/images/movies/event/academy2017/pc/img/icon_arw.png) no-repeat right center;
  background-size: 14px 18px;
  color: #666;
  font-size: 72%;
  font-weight: bold;
}
.photo__image {
	position:relative;
	background-color:#000;
	width:630px;
	height:630px;
	margin-bottom:5px;
	overflow:hidden;
}
.photo__image__link__list a{
	color: #a58800;
  display: block;
  height: 630px;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.photo__image__link__item--prev {
	float:left;
}
.photo__image__link__item--next {
	float:right;
}
.photo__image__link__list img {
	position:absolute;
	top:285px;
}
.photo__image__link__item--prev img {
	left:27px;
}
.photo__image__link__item--next img {
	right:27px;
}
.photo__image__link__item--next span {
	position:absolute;
	top:360px;
	right:10px;
}
.photo__image__url {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	width:630px;
	height:630px;
	z-index:1;
}

.photo__detail__description {
	margin-bottom:30px;
	line-height:1.5;
}
.photo__detail__copy {
	margin-bottom:5px;
	color:#9B9B9B;
	font-size:10px;
	text-align:right;
}
.photo__detail__lead {
	margin-bottom:10px;
  font-weight: bold;
	text-align:center;
}
.photo__detail__title {
	margin-bottom:15px;
  padding: 0 30px;
  line-height: 1.5;
	text-align:center;
}
.photo__detail__text {
	padding:0 65px;
	line-height:1.6;
}

.photo__detail__nextprev__list {
	margin:0 180px 30px;
	overflow:hidden;
}
.photo__detail__nextprev__list li {
	border:1px solid #b6b6bc;
}
.photo__detail__nextprev__list li:first-child {
	float:left;
	margin-right:10px;
}
.photo__detail__nextprev__list li:last-child {
	float:right;
}
.photo__detail__nextprev__list li a,
.photo__detail__nextprev__list li span {
	display:block;
	padding:10px 15px;
  font-weight: bold;
	text-align:center;
	text-decoration:none;
}
.photo__detail__nextprev__list li span {
	color:#b6b6bc;
}

/*---.photo__page--- */
.photo__page__list,
.photo__archive__page__list {
  display: flex;
  justify-content: center;
  border: 1px solid #D9D9D9;
}
.photo__archive__page__list {
  border: none;
}
.photo__page__item {
	border-right:1px solid #b6b6bc;
}
.photo__page__item:last-child {
	border-right:0;
}
.photo__page__item a,
.photo__archive__page__item a,
.photo__page__item--current {
	display:block;
	min-width:40px;
	min-height:40px;
	font-size:93%;
	text-align:center;
	line-height:40px;
	text-decoration:none;
}
.photo__archive__page__item {
  border: 1px solid #D9D9D9;
}
.photo__archive__page__item--prev {
  margin-right: 20px;
}
.photo__archive__page__item--next {
  margin-left: 20px;
}
.photo__archive__page__item--prev a,
.photo__archive__page__item--next a {
  padding: 0 10px;
}
.photo__archive__page__item--prev--current,
.photo__archive__page__item--next--current {
  color: #fff;
  border: none;
}
.photo__page__item a:hover,
.photo__page__item--current,
.photo__page__item--current a,
.photo__page__item--current span {
	background-color:#222;
	color:#fff;
}
/* ==========================================================================
   Attractions
   ========================================================================== */
.attractions__list {
  display: flex;
  flex-wrap: wrap;
}
.attractions__item {
  width: 50%;
  box-sizing: border-box;
}
.attractions__thumnail {
  margin-bottom: 10px;
  width: 300px;
  height: 200px;
  background-position: top;
  background-size: cover;
}
.attractions__item:nth-child(even) {
  padding: 0 0 30px 15px;
}
.attractions__item:nth-child(odd) {
  padding: 0 15px 30px 0;
}
.attractions__item a:hover .attractions__sub {
  text-decoration: none;
}
.attractions__title {
  margin-bottom: 5px;
  font-size: 93%;
  font-weight: bold;
}
.attractions__sub {
  color: #666;
  font-size: 86%;
}
.attractions__date::after {
  content: "-";
  padding: 0 2px 0 6px;
}

/*---.attractions__article--- */
.article--header {
  padding: 5px 30px 0;
  overflow: hidden;
}
.article--time {
  display: block;
  margin-bottom: 5px;
  font-size: 75%;
  text-align: right;
}
.article--title {
  margin-bottom: 20px;
  font-size: 163%;
  line-height: 1.53;
}
.article--writer {
  display: flex;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  float: left;
}
.article--writer--thumbnail img {
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border-radius: 100%;
}
.article--writer--contents {
  margin-right: 10px;
  width: 260px;
}
.article--writer--name,
.article--writer--name a {
  font-size: 94%;
  font-weight: bold;
}
.article--writer--text {
  color: #666 !important;
  font-size: 63%;
}
.attractions__article .text,
.attractions__article h2,
.attractions__article img,
.attractions__article .caption,
.attractions__article .instagram-media,
.attractions__article .quote,
.attractions__article .userReview {
  margin: 0 30px 25px;
}
.attractions__article .text {
  font-size: 94%;
  line-height: 2.13;
}
.attractions__article .text a {
	text-decoration: underline;
}
.attractions__article img {
  display: block;
  margin: 0 auto 10px;
  max-width: 574px;
  max-height: 650px;
  box-sizing: border-box;
}
.article__img--max img {
  max-width: 100%;
  max-height: 100%;
}
.attractions__article .caption {
  color: #666 !important;
  font-size: 63%;
  line-height: 1.6;
  text-align: center;
}
.attractions__article h2 {
  font-size: 100%;
}
.attractions__article .instagram-media {
  width: calc(100% - 60px) !important;
  margin: 0 auto 25px !important;
}
.attractions__article .twitter-tweet {
  margin: 0 auto 25px !important;
}
.attractions__article .player {
  width: 570px;
  height: 321px;
  margin: auto;
  background: #000;
}
.attractions__article .quote {
  position: relative;
  display: block;
  width: 450px;
  margin: 0 auto 30px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.attractions__article .quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 120px;
  border-top: 1px solid #D9D9D9;
  width: 208px;
  height: 1px;
}
.attractions__article .quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 120px;
  border-bottom: 1px solid #D9D9D9;
  width: 208px;
  height: 1px;
}
.attractions__article .quote--origin {
  margin-top: 20px;
  color: #666 !important;
  font-size: 75%;
  font-weight: normal;
}
.article--facebook {
  margin: 0 auto 30px;
  text-align: center;
}
.userReview--review {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}
.userReview--title {
  margin-bottom: 10px;
  color: #666 !important;
  font-size: 63%;
  font-weight: 0;
}
.userReview--text {
  display: block;
  margin-bottom: 10px;
  font-size: 94%;
  font-weight: bold;
  line-height: 1.86;
}
.userReview--name,
.userReview--rate {
  float: left;
  color: #666 !important;
  font-size: 63%;
}
.userReview--name {
  background: url(../img/icon_user.svg) no-repeat left center;
  padding-left: 20px;
}
.userReview--rate {
  float: right;
}
.recommend--list {
  margin: 0 30px 50px;
}
.recommend--item a::before {
  content: ">>";
  color: #9A7100;
  font-weight: bold;
}
.recommend--item a {
  margin-bottom: 13px;
  color: #9A7100 !important;
  font-size: 15px;
  font-weight: bold;
}
.recommend--item:last-child a {
  margin-bottom: 0;
}
.article--btn {
  display: block;
  margin: 0 110px 30px;
  padding: 15px 0;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 94%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.sns--detail--list {
  float: none;
  margin: 0 auto 10px;
}
.article--detail--writer {
  display: flex;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 30px;
  padding: 20px 50px;
  width: 574px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
}
.article--detail--writer--thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.article--detail--writer--contents {
  -ms-flex: 0 1 auto;
  margin-left: 20px;
}
.article--detail--writer--name a {
  margin-bottom: 10px;
  font-size: 94%;
  font-weight: bold;
}
.article--detail--writer--text {
  font-size: 75%;
}
.writerName {
  margin: 0 30px 25px;
  color: #666;
  font-size: 86%;
}

/* ==========================================================================
   News
   ========================================================================== */
.news_item {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #979797;
}
.news_title a {
  display: block;
  margin-bottom: 10px;
  font-size: 93%;
  font-weight: bold;
}
.news_sub {
  color: #666;
  font-size: 72%;
}

/*---.news-detail--- */
.news-detail__heading {
  padding: 3px 20px;
  margin-bottom: 10px;
  border-left: 1px solid #979797;
  font-size: 115%;
  font-weight: bold;
}
.news-detail__heading--result {
  margin-top: 50px;
  border-left: 1px solid #DFB22F;
}
.news-detail__text {
  margin: 20px 0 25px;
  color: #BE1108;
  font-size: 93%;
  font-weight: bold;
  text-align: center;
}
.news-detail__list {
  margin-bottom: 30px;
}
.news-detail__item {
  border-left: none;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0;
  padding: 20px 0;
}
.news-detail__item:first-child {
  border-top: 1px solid #D9D9D9;
}

/* ==========================================================================
   Archive
   ========================================================================== */
.archive {
	margin-bottom:30px;
  padding:30px;
  background: #F4F4F4;
}
.archive__item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #D8DBE3;
}
.archive__year {
  margin-right: 25px;
  font-family: hiragino mincho Pro;
  font-size: 200%;
  font-weight: bold;
}
.archive__title {
  margin-bottom: 5px;
  font-size: 115%;
  font-weight: bold;
}
.archive__winner {
  font-size: 93%;
}

.archive .successive {
	padding: 0 0 15px;
	position: relative;
}
.archive .successive img {
	float: left;
}
.archive .successive dt {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom:10px;
}
.archive .successive a {
	color: #222;
	font-weight:bold;
}
.archive .successive dd span {
	font-weight: bold;
	text-decoration: underline;
}
.archive .successive dt, .archive .successive dd {
	margin-left: 120px;
}
.archive .successive img {
	left: 30px;
	position: absolute;
	top: 35%;
}

/* ==========================================================================
   Film
   ========================================================================== */
.film {
  margin-bottom: 30px;
}
/*---.zubatoku--- */
.zubatoku_cp_top,
.zubatoku_cp_under {
  margin-bottom: 20px;
  text-align: center;
}

/*---.movie_list--- */
.movie_list {
  display: flex;
  flex-wrap: wrap;
 overflow: hidden;
}
.movie_list .movie_item {
 min-width: 180px;
 margin-right: 13px;
 margin-bottom: 25px;
 vertical-align: top;
}
#movie_list_gyao .movie_list .movie_item,
.movie_list .movie_item {
 margin-right: 45px;
}
#movie_list_gyao .movie_list .movie_item:nth-child(3n),
.movie_list .movie_item:nth-child(3n) {
 margin-right: 0;
}
.movie_list .movie_item.movie_item_2column {
 margin-right: 0;
}
.movie_list .movie_item.movie_item_2column .movie_comment {
 margin: 0 15px 0 10px;
 width: 277px;
}
.movie_list .movie_item .movie_detail {
 width: 180px;
 float: left;
}
.movie_catchcopy {
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #222;
}
.movie_list .movie_item .movie_comment {
 float: left;
 margin: 0 10px 0 15px;
 width: 360px;
}
.movie_list .movie_item .comment_category {
 margin-bottom: 2px;
 color: #666;
 font-size: 15px;
 font-weight: bold;
}
.movie_list .movie_item .comment_category::before {
 content: "";
}
.movie_list .movie_item .movie_comment .comment_inner {
 margin-bottom: 15px;
 padding: 10px;
 background-color: #f7f7f7;
}
.movie_list .movie_item .movie_comment .comment_inner.review_good {
 background-color: #ffffe0;
}
.movie_list .movie_item .movie_comment .comment_inner.review_bad {
 background-color: #ebfaff;
}
.movie_list .movie_item .movie_comment .user_name .name {
 margin-left: 5px;
 color: #666;
 font-size: 12px;
 line-height: 24px;
 vertical-align: top;
}
.movie_list .movie_item .movie_comment .user_name .star_review {
 margin-left: 5px;
 padding-left: 5px;
 border-left: 1px solid #b6b6b6;
 font-size: 12px;
}
.movie_list .movie_item .movie_comment .user_name .star_review .star_on {
 color: #e1af00;
}
.movie_list .movie_item .movie_comment .user_name .star_review .star_off {
 color: #c2c2c2;
}
.movie_list .movie_item .movie_comment .user_name .star_review .star_on,
.movie_list .movie_item .movie_comment .user_name .star_review .star_off {
 line-height: 24px;
 letter-spacing: 2px;
}
.movie_list .movie_item .movie_comment .comment a,
.movie_list .movie_item .movie_comment .comment p {
 display: block;
 margin-top: 8px;
 color: #0863af;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.64;
}
.movie_list .movie_item .movie_comment .comment p {
 font-size: 13px;
}
.movie_list .movie_item .movie_comment .comment a:hover {
 text-decoration: underline;
}
.movie_list .movie_item .movie_comment .comment a .more {
 color: #0863af !important;
 font-size: 12px;
}

.mvSpecial {
 margin-bottom: 10px;
 text-align: center;
}
.mvSpecial img {
 width: 350px;
}
.movie_list .movie_item .movie_comment .discription {
 color: #444;
 font-size: 13px;
 line-height: 1.8;
}
.discription span {
 margin-right: 5px;
 padding-right: 5px;
 border-right: 1px solid;
 font-weight: bold;
}
.movie_list .icon {
 margin-bottom: 5px;
 overflow: hidden;
}
.movie_list .icon span {
 display: inline-block;
 color: #fff;
 font-size: 11px;
 font-weight: bold;
 padding: 2px 5px;
 float: left;
 -moz-border-radius: 100px;
 -webkit-border-radius: 100px;
 border-radius: 100px;
}
.movie_list .icon .icon_showing {
 background-color: #c65223;
}
.movie_list .icon .icon_date {
 background-color: #2397c6;
}
.movie_list .icon .icon_finished {
 background-color: #c8c8c8;
}
.movie_list .icon .icon_recommend {
 margin-left: 10px;
 padding: 2px 5px;
 background-color: #e1af00;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.movie_period {
  margin-bottom: 5px;
  font-size: 72%;
  text-align: center;
}
.movie_list .poster_img img {
 width: 180px;
}
#movie_list_gyao .movie_list .poster_img img,
.movie_list_gyao .movie_list .poster_img img {
 border: 2px solid #e21166;
 box-sizing: border-box;
}
.movie_list .m_ttl a {
 display: block;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 width: 180px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
}
.movie_list .m_ttl a:hover {
  color: #222;
  text-decoration: underline;
}
.movie_list .rating {
  margin-bottom: 3px;
  margin-top: -5px;
  text-align: center;
}
.movie_list .rating i {
 word-break: normal;
}
.movie_list .rating .score {
 padding-left: 5px;
 color: #6a6a6a;
 font-size: 12px;
 line-height: 1;
}
.movie_list .icon_R {
 display: inline-block;
 margin-left: 10px;
 padding-left: 15px;
 color: #6a6a6a;
 font-size: 12px;
 line-height: 1;
 border-left: 1px solid #ccc;
}

/*-------------------------------
 Common
-------------------------------*/
.movie_list_wrap h2, #movie_list_etc h3, #movie_list_gyao h3, .movie_list_etc h3, .movie_list_gyao h3, .movie_list_recommend h3 {
 font-size: 30px;
 color: #000;
}
.movie_list_wrap h4,
#movie_list_etc h4, #movie_list_gyao h4, .movie_list_etc h4, .movie_list_gyao h4 {
 margin-bottom: 10px;
 color: #BA1E00;
 font-size: 18px;
 font-weight: bold;
}
.commentSpecial {
 text-decoration: underline;
 font-size: 13px;
 text-align: right;
}

/* mitamitai */
.academy_mvMatome .btn_movielog {
   display: table;
   padding: 0;
   margin: 0 0 8px 0;
}
.academy_mvMatome .btn_movielog li {
   display: table-cell;
   padding-left: 4px;
   vertical-align: top;
}
.academy_mvMatome .btn_movielog li:first-child {
 padding-left: 0;
}
.academy_mvMatome .btn_movielog li.btn_movielog--mitai a,
.academy_mvMatome .btn_movielog li.btn_movielog--mita a {
   color: #87898d;
   display: block;
   text-decoration: none;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   min-width: 88px !important;
   min-height: 46px;
}
.academy_mvMatome .btn_movielog li a.btn_movielog--mitai--off,
.academy_mvMatome .btn_movielog li a.btn_movielog--mita--off {
 background: #d8dbe3 !important;
 color: #696d74;
 box-shadow: 0px 2px 0px 0px #a9afc1;
 border: 0 solid #bac0ce;
}
.academy_mvMatome .btn_movielog li a.btn_movielog--mitai--on,
.academy_mvMatome .btn_movielog li a.btn_movielog--mita--on {
 background: #5395be !important;
 box-shadow: 0px 2px 0px 0px #386580;
 border: 0 solid #bac0ce;
 color: #fff;
 text-decoration: none;
}
.academy_mvMatome .btn_movielog li.btn_movielog--mitai a:hover,
.academy_mvMatome .btn_movielog li.btn_movielog--mita a:hover {
 background-color: #bbc0cf;
 color: #696d74;
 box-shadow: 0px 2px 0px 0px #a9afc1;
 border: 0 solid #bac0ce;
}
.academy_mvMatome .btn_movielog li a.btn_movielog--mitai--on:hover,
.academy_mvMatome .btn_movielog li a.btn_movielog--mita--on:hover {
 color: #fff;
}
.academy_mvMatome .btn_movielog .btn_movielog__word,
.academy_mvMatome .btn_movielog .btn_movielog__number {
 margin: 0;
 padding: 0;
 font-size: 13px;
}
.academy_mvMatome .btn_movielog .btn_movielog__word {
   padding-top: 5px;
   text-align: center;
}
.academy_mvMatome .btn_movielog .btn_movielog__word i {
 margin-right: 3px;
}
.academy_mvMatome .btn_movielog .btn_movielog__number {
   padding-top: 0;
   text-align: center;
}

.movie_list_wrap h2,
#movie_list_etc h3,
#movie_list_gyao h3,
.movie_list_etc h3,
.movie_list_gyao h3,
.movie_list_recommend h3 {
 margin-bottom: 20px;
 padding-bottom: 0;
 font-size: 22px;
 font-weight: bold;
}
.movie_list_recommend h3 {
 margin-bottom: 10px;
}
.txt_description {
 margin: -20px 0 20px;
 color: #686b73;
 font-size: 12px;
}
#movie_list_gyao .poster_img a,
.movie_list_gyao .poster_img a {
 display: block;
 position: relative;
}
#movie_list_gyao .poster_img a:hover::after,
.movie_list_gyao .poster_img a:hover::after {
 content: "";
 background-image: url(https://s.yimg.jp/images/movies/special/2016/gw/pc/img/play_on.png);
 background-size: 60px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 margin: auto;
 width: 60px;
 height: 60px;
 z-index: 100;
}
.btn_gyao a {
 display: block;
 margin: 5px 0 8px;
 padding: 5px 0px 5px 30px;
 color: #e21166;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 border: 2px solid #d7dbe2;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 background: url(https://s.yimg.jp/images/movies/special/2016/gw/pc/img/play_btn.png) no-repeat 7px center;
 background-size: 22px;
}
.btn_gyao_before {
 background-color: #999;
 display: block;
 margin: 5px 0 8px;
 padding: 13px 0px;
 color: #fff;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 border-bottom: 2px solid #777;
}

.academy_mvMatome .ttl_h3 {
 padding-bottom: 10px;
}
.movie_text {
margin-bottom: 20px;
color: #666;
font-size: 10px;
line-height: 1.5;
}
.film .btn_gyao a {
 background: none;
 background-size: 24px;
 background-color: #E50065;
 border: none;
 border-radius: 4px;
 border-bottom: 2px solid #891649;
 width: 180px;
 height: 42px;
 padding: 3px 0 3px;
 line-height: 36px;
 color: #fff;
 font-size: 15px;
 text-align: center;
 box-sizing: border-box;
}
.film .btn_gyao a span {
 background: url(https://s.yimg.jp/images/movies/event/academy2018/pc/img/iconPlayCircle.png) no-repeat;
 background-size: 24px;
 background-position: center left;
 padding: 4px 0 4px 28px;
}
.film .btn_gyao a:hover {
 text-decoration: none;
}

.gyaoStoreList.movie_list .poster_img img {
 border: 2px solid #FF8C00 !important;
}
.gyaoStoreList .btn_gyao a {
 background-color: #FF8C00;
}


/* ==========================================================================
   #sub_wrapper
   ========================================================================== */
#sub_wrapper {
	float: left;
	margin-bottom:20px;
	padding-left: 20px;
	width: 300px;
  font-size: 14px;
}
#sub_wrapper a {
  display: block;
	text-decoration:none;
}
.sub_header__common {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-size: 14px;
}
.sub_header__common--heading {
  margin-right: auto;
  font-size: 115%;
  font-weight: bold;
}
.sub_header__common--updateTime {
  margin-left: auto;
  font-size: 72%;
}

.sub_moreBtn a {
  margin: 0 auto 30px;
  padding: 15px 0;
  background: url(../img/icon_more_arw.svg) no-repeat;
  background-position: right 20px center;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  font-size: 93%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 280px;
}

.sub_bnrMod {
  margin-bottom: 20px;
}

/*---.sub_photo--- */
.sub_photo {
  margin-bottom: 20px;
}
.sub_photo__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sub_photo__item {
  padding-right: 1px;
  margin-bottom: 1px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
}
.sub_photo__item .sub_photo__thumnail {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: top center;
}
.sub_photo__item:nth-child(3n) {
  padding-right: 0;
}
.sub_photoPickup__thumnail {
  width: 300px;
  margin-bottom: 10px;
}
.sub_photoPickup__thumnail__img {
  width: 300px;
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub_photoPickup--title {
  padding: 3px 10px 0 10px;
  font-size: 93%;
  font-weight: bold;
}
.sub_photo h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

/*---.sub_twitter--- */
.sub_twitter {
  margin-bottom: 20px;
}

/*---.sub_attractions--- */
.sub_attractions {
  margin-bottom: 20px;
}
.sub_attractions__list {
  margin-bottom: 10px;
}
.sub_attractions__item {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
.sub_attractions__item:first-child {
  border-top: 1px solid #D9D9D9;
}
.sub_attractions__item a {
  display: flex !important;
}
.sub_attractions__thumnail {
  margin-left: auto;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sub_attractions__text {
  margin-right: 10px;
  width: 200px;
}
.sub_attractions__title {
  margin-bottom: 5px;
  font-size: 93%;
  font-weight: bold;
  line-height: 1.38;
}
.sub_attractions__writer {
  color: #9B9B9B;
  font-size: 72%;
}

/*---.sub_news--- */
.sub_news {
  margin-bottom: 20px;
}
.sub_news__item {
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 1px solid #979797;
}
.sub_news__title {
  margin-bottom: 5px;
  font-size: 93%;
  font-weight: bold;
}
.sub_news__sub {
  color: #9B9B9B;
  font-size: 72%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/*----------.underLink---------*/
.underLink {
    border-top: 1px solid #b6b6bc;
    clear: both;
    padding-top: 20px;
	margin:auto;
	width:950px;
}
.underLink ul {
    padding-bottom: 25px;
    text-align: center;
}
.underLink li {
    border-left: 1px solid #222;
    display: inline-block;
    padding: 0 5px;
}
.underLink li a {
    color: #222;
}
.underLink li:first-child {
    border: medium none;
}

/*----------footer---------*/
footer {
  clear: both;
	font-size: 13px;
	background: #222;
	text-align: center;
	color: #f9f9f9;
	padding: 30px 0 100px;
}
footer p {
	line-height: 1.75;
}
footer ul {
	padding-bottom: 35px;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	color: #f9f9f9;
	text-decoration: underline;
}

.changeDevice {
	padding: 10px;
	margin: 0;
}
.changeDevice dl {
	display: inline-block;
	padding: 5px 30px 5px 10px;
	border: 1px solid #e7e7e7;
	background: #f9f9f9;
}
.changeDevice dt {
	display: inline;
}
.changeDevice dt:after {
	content: ":";
}
.changeDevice dd {
	display: inline;
  color: #000;
}
.changeDevice span {
	font-weight: bold;
}
.changeDevice a, .changeDevice span {
	padding: 0 5px;
}
.changeDevice dd:last-child:after {
	content: "";
}

/* ==========================================================================
   AD
   ========================================================================== */
.ad_pd { margin-bottom:20px;}
.ad_pd a:hover img { opacity: 1;}
.ad_SQB { margin:30px 0;}
.ad_SQB a:hover img { opacity:1 !important;}
.ad_text2 { margin: 20px 0;}
.ad_pilot a:hover img { opacity:1 !important;}
.ad_pilot > a img { margin-bottom: 10px;}

/*----------EMG---------*/
#emg > table { margin: 0 auto 10px !important;}
#emg_mdl { vertical-align:normal;}
