  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/about/top5reasons/header_bg_01_sec.jpg");
  }
  #global-content .module-commonLayout .module-lead03 p{
  	padding-top: 10px;
  }
  #global-content .marginType01{
  	margin-top: 40px;
  }
	#global-content .module-commonLayout .module-boxColumn2Type02 .photos{
    margin-bottom: 30px;  
	}
  #global-wrapper .module-listLayout06 .listItems .listItem{
    margin-right: 0;
    width: 100%;
  } 
  #global-content .module-playerOverlay{
    width: 100%;
  }
  #global-wrapper .module-playerOverlay:after{
    -moz-background-size: 20% auto;
    background-size: 20% auto;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/about/top5reasons/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-commonLayout .module-lead03 p{
	padding-top: 10px;
}
.device-view-pc #global-content .marginType01{
	margin-top: 40px;
}
.device-view-pc #global-content .module-commonLayout .module-boxColumn2Type02 .photos{
  margin-bottom: 30px;  
}  
.device-view-pc #global-wrapper .module-listLayout06 .listItems .listItem{
  margin-right: 0;
  width: 100%;
} 
.device-view-pc #global-content .module-playerOverlay{
  width: 100%;
}
.device-view-pc #global-wrapper .module-playerOverlay:after{
  -moz-background-size: 20% auto;
  background-size: 20% auto;
}
/****/
/* tablet */
/****/
@media screen and (min-width: 751px) and (max-width: 1120px) {
  .device-js-on #global-content .module-detail-movie{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }  
  .device-js-on #global-content iframe,
  .device-js-on #global-content object,
  .device-js-on #global-content embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/about/top5reasons/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-commonLayout .module-boxColumn2Type02{
    margin-top: 3em;  
	}  
  .device-js-on #global-wrapper .module-listLayout06{
    width: 100%;
  }  

  .device-js-on #global-wrapper .module-listLayout06 .listItems .listItem{
    margin-right: 0;
    width: 100%;
  }  
  .device-js-on #global-content .marginType01{
    margin-top: 2em;
  }
  .device-js-on #global-content .marginType02{
    margin-top: 2em;
  }
  .device-js-on #global-content .module-detail-movie{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }  
  .device-js-on #global-content iframe,
  .device-js-on #global-content object,
  .device-js-on #global-content embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* movie ua */
.device-type-pc .movie-pcHide {
  display: none;
}
.device-type-sp .movie-spHide {
  display: none;
}
@media screen and (max-width: 750px) {
  .device-type-pc .movie-pcHide {
    display: block;
  }
  .device-type-pc .movie-spHide {
    display: none;
  }
  .device-js-on #global-header .video{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-js-on #global-header .video iframe,
  .device-js-on #global-header .video object,
  .device-js-on #global-header .video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } 
}
@media screen and (min-width: 751px) {
  .device-type-sp.device-js-on #global-header .video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-type-sp.device-js-on #global-header .video iframe,
  .device-type-sp.device-js-on #global-header .video object,
  .device-type-sp.device-js-on #global-header .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
