@charset "UTF-8";

/*---------------------------------------------------------------
  Module
---------------------------------------------------------------*/
/*--------------------------------------
  New
--------------------------------------*/
#passions .m_new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#passions .m_new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 22px;
  background-color: #b08a43;
  z-index: 1;
}
#passions .m_new::after {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-style: italic;
  line-height: 22px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #passions .m_new::before {
    width: auto;
    height: auto;
    background: none;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #b08a43;
  }
  #passions .m_new::after {
    width: auto;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 5px;
  }
}

/*--------------------------------------
  Technologies
--------------------------------------*/
#passions .m_technologies {
  padding-top: 50px;
  margin-top: 55px;
  border-top: 1px solid #d2d2d2;
}
#passions .m_technologies > h3 {
  width: 175px;
  margin: 0 auto 18px;
}
#passions .m_technologies_list > p + p {
  margin-top: 10px;
}
#passions .m_technologies_list > p > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #passions .m_technologies_list {
    font-size: 0;
    margin: -15px -7.5px 0;
    overflow: hidden;
  }
  #passions .m_technologies_list > p {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 15px 7.5px 0;
  }
  #passions .m_technologies_list > p + p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 991px) {
  #passions .m_technologies_list > p {
    width: 33.3333%;
  }
}

/*--------------------------------------
  Voices
--------------------------------------*/
#passions .m_voices {
  max-width: 960px;
  padding-top: 50px;
  margin: 55px auto 0;
  border-top: 1px solid #d2d2d2;
}
#passions .m_voices > h3 {
  width: 197px;
  margin: 0 auto 18px;
}
#passions .m_voices > p {
  text-align: center;
}
#passions .m_voices_list {
  overflow: hidden;
}
#passions .m_voices_box {
  padding-top: 20px;
}
#passions .m_voices_box + .m_voices_box {
  padding-top: 15px;
}
#passions .m_voices_box > a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
#passions .m_voices_box > a:hover {
  color: #00A8B5;
}
#passions .m_voices_img {
  position: relative;
}
#passions .m_voices_txt {
  padding: 0 10px;
  margin-top: 10px;
}
#passions .m_voices_txt > h3 {
  font-size: 19px;
}
@media only screen and (min-width: 768px) {
  #passions .m_voices > h3 {
    font-size: 18px;
  }
  #passions .m_voices_list {
    font-size: 0;
    margin: 0 -0.764%;
  }
  #passions .m_voices_box {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 1.6% 0.764% 0;
  }
  #passions .m_voices_box + .m_voices_box {
    padding-top: 1.6%;
  }
  #passions .m_voices_txt {
    padding: 0;
  }
}
#passions .m_voices_ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#passions .m_voices_ico::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #b08a43;
  z-index: 1;
}
#passions .m_voices_ico::after {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  padding: 8px 5px;
  z-index: 2;
}

/*--------------------------------------
  Line Up
--------------------------------------*/
#passions .m_lineup {
  margin-top: 50px;
}
#passions .m_lineup > h4 {
  width: 103px;
  line-height: 1;
  margin: 0 auto 25px;
}
#passions.technologies .m_lineup > h4 {
  margin-bottom: 0;
}
#passions .m_lineup > h4 > img {
  display: block;
}
#passions .m_lineup_txt {
  text-align: center;
}
#passions .m_lineup_list {
  margin-top: -10px;
  overflow: hidden;
}
#passions .m_lineup_item {
  padding-top: 40px;
}
#passions .m_lineup_item > a {
  display: block;
  position: relative;
  font-size: 14px;
}
#passions .m_lineup_item > a > p {
  display: block;
  position: relative;
  width: 100%;
  max-width: 280px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 10px;
  margin: 30px auto 0;
  background-color: #aaa;
}
#passions .m_lineup_item > a > p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #passions .m_lineup {
    margin-top: 85px;
  }
  #passions .m_lineup_list {
    font-size: 0;
    text-align: center;
    margin-top: 0;
  }
  #passions .m_lineup_item {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 30px;
  }
  #passions .m_lineup_list__col3 .m_lineup_item {
    width: 33.3333%;
  }
  #passions .m_lineup_item > a > p {
    width: auto;
    font-size: 11px;
    padding: 3px 0;
    margin: 30px 5% 0;
  }
  #passions .m_lineup_item > a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
@media only screen and (min-width: 990px) {
  #passions .m_lineup_item > a > p {
    font-size: 14px;
    padding: 3px 5px;
  }
}

/*--------------------------------------
  Line Up Career
--------------------------------------*/
#passions .m_lineupCareer {
  margin-top: 50px;
}
#passions .m_lineupCareer_ttl {
  text-align: center;
  margin-bottom: 25px;
}
#passions .m_lineupCareer_ttl > h2 {
  width: 103px;
  line-height: 1;
  margin: 0 auto 8px;
}
#passions .m_lineupCareer_ttl > h2 > img {
  display: block;
}
#passions .m_lineupCareer_list {
  margin-top: -20px;
  overflow: hidden;
}
#passions .m_lineupCareer_box {
  padding-top: 50px;
}
#passions .m_lineupCareer_box > a {
  display: block;
}
#passions .m_lineupCareer_box > p > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 280px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 10px;
  margin: 30px auto 0;
  background-color: #aaa;
}
#passions .m_lineupCareer_box > p > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#passions .m_lineupCareer_box > ul {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
#passions .m_lineupCareer_box > ul > li {
  display: table;
  width: 100%;
  margin-top: 15px;
}
#passions .m_lineupCareer_box > ul > li > p {
  display: table-cell;
  vertical-align: middle;
}
#passions .m_lineupCareer_logo {
  width: 35%;
  padding-right: 10px;
}
#passions .m_lineupCareer_logo > img {
  width: auto;
  height: 12px;
}
#passions .m_lineupCareer_link {
  width: 65%;
}
#passions .m_lineupCareer_link > a {
  display: block;
  width: 100%;
  max-width: 182px;
  color: #333;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #333;
}
#passions .m_lineupCareer_link > a:hover {
  color: #00A8B5;
  border-color: #00A8B5;
}
@media only screen and (min-width: 768px) {
  #passions .m_lineupCareer {
    margin-top: 85px;
  }
  #passions .m_lineupCareer_list {
    font-size: 0;
    text-align: center;
  }
  #passions .m_lineupCareer_box {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding-top: 20px;
  }
  #passions .m_lineupCareer_box > p {
    padding: 0 5%;
  }
  #passions .m_lineupCareer_box > p > a {
    font-size: 12px;
    padding: 3px 0;
  }
  #passions .m_lineupCareer_box > p > a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
  #passions .m_lineupCareer_box > ul > li {
    display: block;
    padding: 0 5%;
  }
  #passions .m_lineupCareer_box > ul > li > p {
    display: inline-block;
  }
  #passions .m_lineupCareer_logo > img {
    width: auto;
    height: 10px;
    margin: 5px 0;
  }
  #passions .m_lineupCareer_link {
    width: 140px;
  }
  #passions .m_lineupCareer_link > a {
    max-width: 162px;
    font-size: 12px;
    padding: 2px 0;
  }
}
@media only screen and (min-width: 990px) {
  #passions .m_lineupCareer_box > p > a {
    font-size: 14px;
    padding: 3px 5px;
  }
  #passions .m_lineupCareer_link > a {
    font-size: 14px;
    padding: 2px 5px;
  }
}


/*--------------------------------------
  Passions Top
--------------------------------------*/
#passions .m_passions_top {
  text-align: center;
  margin: 25px auto 0;
}
#passions .m_passions_top__voices {
  margin-top: 63px;
}
#passions .m_passions_top > a {
  display: inline-block;
  position: relative;
  color: #828282;
  font-size: 18px;
  line-height: 52px;
  padding-left: 70px;
  background: url(../img/common/arrow-back.png) left center no-repeat;
  background-size: 50px 50px;
}

/*---------------------------------------------------------------
  Movie Modal
---------------------------------------------------------------*/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
}
.modal-content {
  display: none;
  position: fixed;
  width: 90vw;
  max-width: 1000px;
  height: 65vh;
  margin: 0;
  background: #000000;
  border-radius: 0px;
  z-index: 10001;
}
.modal-content-wrap {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0%;
}
.modal-content-wrap iframe {
  width: 100%;
}
.modal-close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 100001;
}
.modal-closeBar1 {
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
.modal-closeBar2 {
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
    height: 40vh;
  }
}
.modal-content-wrap iframe {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------
  Movie Modal（NEW）
---------------------------------------------------------------*/
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #000 !important;
  opacity: 1 !important;
  cursor: default !important;
}
#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 98% !important;
  max-width: 930px !important;
  height: auto !important;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#cboxWrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
#cboxContent {
  float: none !important;

  height: 100% !important;
  position: relative;
    display: block;
  width: 100% !important;
    padding: 0;
    padding-top: 42.85%;
}
#cboxLoadedContent {
  background: none;
  padding: 0;
}
#cboxLoadedContent > iframe {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  overflow: visible;
}
#cboxClose {
  top: -37px;
  right: 2px;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: none;
  border: none;
}
#cboxClose:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
#cboxClose:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*---------------------------------------------------------------
  Movie Script
---------------------------------------------------------------*/
#passions .m_script {
  position: relative;
  line-height: 1;
}
#passions .m_script > a {
  position: relative;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
}
#passions .m_script > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 8px;
  margin: auto;
  background: url(../img/common/arrow-script.png) no-repeat;
  background-size: 4px 8px;
}
#passions .voicesMovie .m_script {
  width: 100%;
  max-width: 645px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
  #passions .m_script > a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/*---------------------------------------------------------------
  Gallery Modal
---------------------------------------------------------------*/
#passions .modal_open {
  cursor: pointer;
}
#passions .modal_box .modal_link {
  position: absolute;
  top: -37px;
  right: 2px;
  width: 35px;
  height: 35px;
  z-index: 100000;
}
#passions .modal_box .modal_link .modal_close {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#passions .modal_box .modal_link .modal_close .modal-closeBar1 {
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
#passions .modal_box .modal_link .modal_close .modal-closeBar2 {
  position: absolute;
  width: 40px;
  height: 5px;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#passions .modal_box .btn_link .modal_switch {
  cursor: pointer;
}
#passions .modal_box .btn_link .prev {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 50%;
  height: 40px;
}
#passions .modal_box .btn_link .prev::before,
#passions .modal_box .btn_link .prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
#passions .modal_box .btn_link .prev::before {
  content: "";
  top: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#passions .modal_box .btn_link .next {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 50%;
  height: 40px;
}
#passions .modal_box .btn_link .next::before,
#passions .modal_box .btn_link .next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
#passions .modal_box .btn_link .next::before {
  content: "";
  top: 0;
  right: 10px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#passions .modal_box {
  display: none;
  position: fixed;
  width: 98%;
  max-width: 930px;
  margin: 0 auto;
  background-color: #000;
  z-index: 10001;
}
#passions .modal_box .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 42.85%;
}
#passions .modal_box .embed-responsive iframe,
#passions .modal_box .embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#passions .modal_box .movie-link {
  cursor: pointer;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 120%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #passions .modal_box .modal_content {
    display: table;
    width: 100%;
  }
  #passions .modal_box .btn_link .prev {
    position: absolute;
    top: 50%;
    bottom: inherit;
    left: -40px;
  }
  #passions .modal_box .btn_link .next {
    position: absolute;
    top: 50%;
    bottom: inherit;
    right: -40px;
  }
}

/*----------------------------------------------
  UI Popup
----------------------------------------------*/
.m_popup {
  position: relative;
  width: 98vw;
  margin: 0 auto;
}
.m_popup > img {
  width: 100%;
}