@charset "UTF-8";
/**
 * COMMON CSS
 *
 * @version   0.01 2015-04-07
 *
 */
/* ----------------------------------------------------------------------
    HTML NORMALIZE
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  /**
   * Corrects text resizing oddly in IE6/7 when body font-size is set using em units
   * http://clagnut.com/blog/348/#c790
   */
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  /*overflow-y: scroll;*/
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

pre, code, kbd, samp, tt {
  font-family: monospace, serif;
  font-size: 1em;
  *font-family: 'courier new', monospace;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

[hidden] {
  display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

.clearfix, header, header nav ul, #main_section .main_movie_common, #section1 .section_half, #section5 .section_half, #section7 #section7_2 .contents_slider ul.contents_slider_common, #section13 .works_data, #section13 .works_data .works_detail .detail_data, #section13 .section_half, #section13 .section_half .works_data, #section13 .section_half .works_data .works_detail .detail_data, .app_link {
  *zoom: 1;
}
.clearfix:before, header:before, header nav ul:before, #main_section .main_movie_common:before, #section1 .section_half:before, #section5 .section_half:before, #section7 #section7_2 .contents_slider ul.contents_slider_common:before, #section13 .works_data:before, #section13 .works_data .works_detail .detail_data:before, #section13 .section_half:before, .app_link:before, .clearfix:after, header:after, header nav ul:after, #main_section .main_movie_common:after, #section1 .section_half:after, #section5 .section_half:after, #section7 #section7_2 .contents_slider ul.contents_slider_common:after, #section13 .works_data:after, #section13 .works_data .works_detail .detail_data:after, #section13 .section_half:after, .app_link:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after, header:after, header nav ul:after, #main_section .main_movie_common:after, #section1 .section_half:after, #section5 .section_half:after, #section7 #section7_2 .contents_slider ul.contents_slider_common:after, #section13 .works_data:after, #section13 .works_data .works_detail .detail_data:after, #section13 .section_half:after, .app_link:after {
  clear: both;
}

/* ************************************
 *
 * SCSS Media Queries Mixins
 *
 * Aauthor   : Ryuichi Nonaka
 * Version   : 0.5.0
 * Copyright : 2012 Ryuichi Nonaka
 * Date      : 2013/08/07
 *
 * Released under the MIT license
 *
 *********************************** */
/* ************************************
 *
 * MediaQueries Mixin
 * Initialize variables
 *
 * @param $min-width: num - Minimum device width.
 * @param $max-width: num - Maximum device width.
 * @param $resolution: num - Device pixel ratio.
 * @param $orientation: string or boolean [portrait|landscape|false] - Device orientation.
 *
 *********************************** */
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-justify: inter-ideograph;
}

.pc-tb {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .pc-tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .sp {
    display: block;
  }
}

html, body, #wrap {
  width: 100%;
  height: 100%;
}

img {
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.contents_center {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .contents_center {
    width: 90%;
    padding: 0 5%;
  }
}
.contents_center .contents_center_title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .contents_center .contents_center_title {
    margin-bottom: 15px;
  }
}
.contents_center .catch {
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .contents_center .catch {
    font-size: 14px;
  }
}
.contents_center .notes {
  font-size: 10px;
  color: #666;
}

#loader {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -42px;
}

body {
  min-width: 1206px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", arial, sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  body {
    min-width: initial;
    min-width: auto;
  }
}

#wrap {
  position: relative;
  z-index: 0;
  width: 100%;
}

header {
  width: 100%;
  height: 50px;
  background: url("../images/pc/header_bg.png") 0 0 repeat;
  min-width: 800px;
}
header.fixed {
  position: fixed;
  z-index: 9999;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header {
    height: auto;
    min-width: initial;
    min-width: auto;
    background: #000;
    background-image: none;
  }
}
header #logo {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header #logo img {
    height: 50px;
  }
}
header nav {
  float: right;
  padding-top: 18px;
  min-width: 640px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header nav {
    min-width: initial;
    min-width: auto;
    padding-top: 0;
  }
  header nav .sp_menu_btn {
    margin-top: 40%;
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  float: left;
  margin-right: 15px;
}

.sp_navigation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
.sp_navigation nav {
  background: url("../images/pc/header_bg.png") 0 0 repeat;
  width: 100%;
  height: 100%;
  position: fixed;
}
.sp_navigation nav ul {
  margin-top: 100px;
}
.sp_navigation nav ul li {
  text-align: center;
  margin: 0 auto 5% auto;
  height: auto;
}
.sp_navigation nav ul li.nav01 {
  width: 21.5%;
}
.sp_navigation nav ul li.nav02 {
  width: 34%;
}
.sp_navigation nav ul li.nav03 {
  width: 39%;
}
.sp_navigation nav ul li.nav04 {
  width: 66%;
}
.sp_navigation nav ul li.nav05 {
  width: 79%;
}
.sp_navigation nav ul li.nav06 {
  width: 34%;
}

.section_block {
  width: 100%;
}
.section_block .section_block_img {
  vertical-align: middle;
  text-align: center;
}

#main_section {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section {
    overflow: hidden;
  }
}
#main_section .main_movie_common {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
#main_section .main_movie_common li {
  width: 25%;
  height: auto;
  background: #666;
  min-height: 168px;
  float: left;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .main_movie_common li {
    width: 50%;
    min-height: 90px;
  }
}
#main_section .main_section_img {
  position: absolute;
  top: 40.5%;
  left: 50.8%;
  margin-left: -593px;
  margin-top: -320px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .main_section_img {
    top: 3%;
    left: 0%;
    margin-left: 0;
    margin-top: 7%;
    width: 100%;
  }
}

.sp_nav {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .sp_nav {
    display: block;
    background: #333;
    padding: 5%;
  }
  .sp_nav ul {
    overflow: hidden;
  }
  .sp_nav ul li {
    float: left;
    width: 47.5%;
    margin-bottom: 3%;
  }
  .sp_nav ul li a {
    display: block;
  }
  .sp_nav ul li.sp_nav01 {
    margin-right: 5%;
  }
  .sp_nav ul li.sp_nav03 {
    margin-right: 5%;
  }
  .sp_nav ul li.sp_nav05 {
    margin: 0 auto;
    float: none;
  }
}

#section1 {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 {
    height: auto;
  }
}
#section1 .section_movie_tab {
  position: absolute;
  top: 518px;
  left: 50%;
  margin-left: -75px;
}
#section1 .section_half {
  width: 100%;
}
#section1 .section_half .section_half_01 {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 {
    width: 100%;
    float: none;
  }
}
#section1 .section_half .section_half_01 .section_half_block01 {
  background: url("../images/pc/section1-1_bg.png") 0 0 repeat;
  position: relative;
  height: 518px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block01 {
    height: auto;
  }
}
#section1 .section_half .section_half_01 .section_half_block01 .section_half_block_img01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block01 .section_half_block_img01 {
    position: static;
    width: 60%;
  }
}
#section1 .section_half .section_half_01 .section_half_block01 .section_half_block_img02 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -384px;
  margin-top: -59px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block01 .section_half_block_img02 {
    position: static;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5%;
  }
}
#section1 .section_half .section_half_01 .section_half_block01 .section_half_block_img03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -300px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block01 .section_half_block_img03 {
    position: static;
    margin-left: 0;
  }
}
#section1 .section_half .section_half_01 .section_half_block02 {
  background: url("../images/pc/movie01_photo.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
  height: 335px;
  overflow: hidden;
}
#section1 .section_half .section_half_01 .section_half_block02 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block02 {
    height: auto;
  }
  #section1 .section_half .section_half_01 .section_half_block02 .sp_s_movie {
    width: 100%;
    text-align: center;
  }
  #section1 .section_half .section_half_01 .section_half_block02 .sp_s_movie img {
    width: 28%;
  }
}
#section1 .section_half .section_half_01 .section_half_block02 .section_half_block_img01 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -165px;
  margin-top: -91px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block02 .section_half_block_img01 {
    position: static;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2.5%;
  }
  #section1 .section_half .section_half_01 .section_half_block02 .section_half_block_img01 img {
    width: 70%;
    margin: 5% 0;
  }
}
#section1 .section_half .section_half_01 .section_half_block02 .section_half_block_img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -177px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_01 .section_half_block02 .section_half_block_img02 {
    position: static;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #section1 .section_half .section_half_01 .section_half_block02 .section_half_block_img02 img {
    width: 60%;
  }
}
#section1 .section_half .section_half_02 {
  width: 50%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 {
    width: 100%;
    float: none;
  }
}
#section1 .section_half .section_half_02 .section_half_block01 {
  background: url("../images/pc/section1-2_bg.png") 0 0 repeat;
  position: relative;
  height: 518px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block01 {
    height: auto;
  }
}
#section1 .section_half .section_half_02 .section_half_block01 .section_half_block_img01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block01 .section_half_block_img01 {
    position: static;
    width: 60%;
  }
}
#section1 .section_half .section_half_02 .section_half_block01 .section_half_block_img02 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -292px;
  margin-top: 11px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block01 .section_half_block_img02 {
    position: static;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5%;
  }
}
#section1 .section_half .section_half_02 .section_half_block01 .section_half_block_img03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -300px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block01 .section_half_block_img03 {
    position: static;
    margin-left: 0;
  }
}
#section1 .section_half .section_half_02 .section_half_block02 {
  background: url("../images/pc/movie02_photo.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
  height: 335px;
  overflow: hidden;
}
#section1 .section_half .section_half_02 .section_half_block02 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block02 {
    height: auto;
  }
  #section1 .section_half .section_half_02 .section_half_block02 .sp_s_movie {
    width: 100%;
    text-align: center;
  }
  #section1 .section_half .section_half_02 .section_half_block02 .sp_s_movie img {
    width: 28%;
  }
}
#section1 .section_half .section_half_02 .section_half_block02 .section_half_block_img01 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -130px;
  margin-top: -91px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block02 .section_half_block_img01 {
    position: static;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2.5%;
  }
  #section1 .section_half .section_half_02 .section_half_block02 .section_half_block_img01 img {
    width: 52%;
    margin: 5% 0;
  }
}
#section1 .section_half .section_half_02 .section_half_block02 .section_half_block_img02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -137px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section1 .section_half .section_half_02 .section_half_block02 .section_half_block_img02 {
    position: static;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #section1 .section_half .section_half_02 .section_half_block02 .section_half_block_img02 img {
    width: 47%;
  }
}

#section2 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section2 {
    height: auto;
    overflow: visible;
  }
}
#section2 .section_block {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section2 .section_block {
    height: auto;
  }
}
#section2 .section_block .section_block_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section2 .section_block .section_block_photo img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section2 .section_block .section_block_photo {
    position: static;
  }
}
#section2 .section_block .section_block_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -103px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section2 .section_block .section_block_img {
    margin-top: 22%;
    margin-left: 33%;
    width: 34.5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#section3 {
  width: 100%;
  height: 100%;
  position: relative;
}
#section3 .section3_title {
  text-align: center;
  padding: 20px 0 16px 0;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 .section3_title {
    position: static;
    padding: 4% 0 1% 0;
  }
  #section3 .section3_title img {
    width: 95%;
    margin: 0 auto;
  }
}
#section3 #section3_1 {
  min-height: 560px;
  background: url("../images/pc/section7_1_bg.gif") center top repeat;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_1 {
    padding: 0;
  }
}
#section3 #section3_1 .contents_center {
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_1 .contents_center {
    padding: 0% 0 13% 0;
    width: 100%;
    margin: 0;
  }
}
#section3 #section3_1 .section3_img1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -64px;
  margin-left: -182px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_1 .section3_img1 {
    position: static;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10%;
  }
}
#section3 #section3_1 .section3_img2 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 120px;
  margin-left: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_1 .section3_img2 {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
}
#section3 #section3_1 .section3_img2 .notes {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_1 .section3_img2 .notes {
    text-align: center;
    width: 90%;
    margin: 5% auto 0 auto;
  }
}
#section3 #section3_2 {
  min-height: 381px;
  background: url("../images/pc/section7_2_bg.gif") center top repeat;
  width: 100%;
  position: relative;
  z-index: 0;
}
#section3 #section3_2 .contents_center {
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_2 .contents_center {
    padding: 0% 0 13% 0;
    width: 100%;
    margin: 0;
  }
}
#section3 #section3_2 .section3_img1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -130px;
  margin-left: -182px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_2 .section3_img1 {
    position: static;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10%;
  }
}
#section3 #section3_2 .section3_img2 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 60px;
  margin-left: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section3 #section3_2 .section3_img2 {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
}

#section4 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section4 {
    height: auto;
    overflow: visible;
  }
}
#section4 .section_block {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section4 .section_block {
    height: auto;
  }
}
#section4 .section_block .section_block_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section4 .section_block .section_block_photo img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section4 .section_block .section_block_photo {
    position: static;
  }
}
#section4 .section_block .section_block_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -208px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section4 .section_block .section_block_img {
    margin-top: 22%;
    margin-left: 16%;
    width: 69%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#section5 {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 {
    height: auto;
  }
}
#section5 .section5_title {
  background: #000;
  text-align: center;
  padding: 20px 0 16px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section5_title {
    position: static;
    padding: 4% 0 2% 0;
  }
  #section5 .section5_title img {
    width: 95%;
    margin: 0 auto;
  }
}
#section5 .section_half {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half {
    padding-top: 0;
  }
}
#section5 .section_half .section_half_01 {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_01 {
    width: 100%;
    float: none;
  }
}
#section5 .section_half .section_half_01 .section_half_block01 {
  background: url("../images/pc/section1-1_bg.png") 0 0 repeat;
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_01 .section_half_block01 {
    height: auto;
  }
}
#section5 .section_half .section_half_01 .section_half_block01 .section_half_block_img01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_01 .section_half_block01 .section_half_block_img01 {
    position: static;
    width: 60%;
  }
}
#section5 .section_half .section_half_01 .section_half_block01 .section_half_block_img02 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -422px;
  margin-top: -109px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_01 .section_half_block01 .section_half_block_img02 {
    position: static;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 13%;
  }
}
#section5 .section_half .section_half_02 {
  width: 50%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_02 {
    width: 100%;
    float: none;
  }
}
#section5 .section_half .section_half_02 .section_half_block01 {
  background: url("../images/pc/section1-2_bg.png") 0 0 repeat;
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_02 .section_half_block01 {
    height: auto;
  }
}
#section5 .section_half .section_half_02 .section_half_block01 .section_half_block_img01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_02 .section_half_block01 .section_half_block_img01 {
    position: static;
    width: 60%;
  }
}
#section5 .section_half .section_half_02 .section_half_block01 .section_half_block_img02 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -292px;
  margin-top: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section5 .section_half .section_half_02 .section_half_block01 .section_half_block_img02 {
    position: static;
    margin-left: 0;
    margin-top: 2%;
    margin-bottom: 13%;
  }
}

#section6 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section6 {
    height: auto;
    overflow: visible;
  }
}
#section6 .section_block {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section6 .section_block {
    height: auto;
  }
}
#section6 .section_block .section_block_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section6 .section_block .section_block_photo img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section6 .section_block .section_block_photo {
    position: static;
  }
}
#section6 .section_block .section_block_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -204px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section6 .section_block .section_block_img {
    margin-top: 22%;
    margin-left: 16%;
    width: 68%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#section7 {
  width: 100%;
  position: relative;
}
#section7 .contents_center_title {
  margin-bottom: 35px;
}
#section7 #section7_1 {
  min-height: 220px;
  background: url("../images/pc/section7_1_bg.gif") center top repeat;
  padding-top: 60px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_1 {
    min-height: initial;
    min-height: auto;
    padding: 13% 0;
  }
  #section7 #section7_1 .contents_center_title {
    margin-bottom: 15px;
  }
}
#section7 #section7_1 .catch {
  margin-bottom: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_1 .catch {
    color: #fff;
    font-size: 0.7rem;
  }
  #section7 #section7_1 .catch sup {
    vertical-align: top;
  }
}
#section7 #section7_1 .notes {
  text-align: right;
  width: 652px;
  margin: 10px auto 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_1 .notes {
    width: auto;
  }
}
#section7 #section7_2 {
  min-height: 545px;
  background: url("../images/pc/section7_2_bg.gif") center top repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_2 {
    min-height: initial;
    min-height: auto;
    padding: 13% 0;
  }
  #section7 #section7_2 .contents_center_title {
    margin-bottom: 15px;
  }
}
#section7 #section7_2 .catch {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_2 .catch {
    color: #fff;
    font-size: 0.7rem;
  }
}
#section7 #section7_2 .contents_slider {
  position: relative;
  width: 780px;
  margin: 0 auto;
}
#section7 #section7_2 .contents_slider ul.contents_slider_common {
  margin-bottom: 40px;
}
#section7 #section7_2 .contents_slider ul.contents_slider_common li {
  float: left;
  margin-left: 20px;
}
#section7 #section7_2 .contents_slider ul.contents_slider_common li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_2 .contents_slider {
    width: 100%;
    margin: 0 auto;
  }
  #section7 #section7_2 .contents_slider .contents_slider_box {
    width: 180px;
    height: 360px;
    margin: 0 auto 5% auto;
    overflow: hidden;
    position: relative;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_common {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    margin: 0 auto;
    margin-bottom: 0;
    height: 360px;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_common li {
    width: 180px;
    margin-left: 0;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_common li img {
    width: 100%;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_nav {
    width: 220px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 5%;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_nav li {
    float: left;
    margin-left: 2.5%;
    width: 50px;
    height: 10px;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_nav li:first-child {
    margin-left: 0;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_nav li.active {
    background: url("../images/sp/slider_nav_on.png") 0 0 no-repeat;
  }
  #section7 #section7_2 .contents_slider ul.contents_slider_nav li.active img {
    display: none;
  }
  #section7 #section7_2 .contents_slider .contents_slider_arrow_left {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    margin-top: -60px;
  }
  #section7 #section7_2 .contents_slider .contents_slider_arrow_right {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    margin-top: -60px;
  }
}
#section7 #section7_3 {
  min-height: 545px;
  background: url("../images/pc/section7_1_bg.gif") center top repeat;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_3 {
    min-height: initial;
    min-height: auto;
    padding: 13% 0;
  }
  #section7 #section7_3 .contents_center_title {
    margin-bottom: 15px;
    width: 70%;
    display: inline-block;
  }
}
#section7 #section7_3 .section7_3_btn {
  margin-top: 40px;
}
#section7 #section7_3 .section7_3_btn a {
  display: block;
  position: relative;
  width: 238px;
  height: 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_3 .section7_3_btn {
    margin-top: 20px;
  }
  #section7 #section7_3 .section7_3_btn img {
    width: 50%;
  }
}
#section7 #section7_3 .catch {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section7 #section7_3 .catch {
    color: #fff;
    text-align: left;
    font-size: 0.7rem;
  }
}

#section8 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section8 {
    height: auto;
    overflow: visible;
  }
}
#section8 .section_block {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section8 .section_block {
    height: auto;
  }
}
#section8 .section_block .section_block_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section8 .section_block .section_block_photo img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section8 .section_block .section_block_photo {
    position: static;
  }
}
#section8 .section_block .section_block_img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -143px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section8 .section_block .section_block_img {
    margin-top: 22%;
    margin-left: 26%;
    width: 48%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#section9 {
  min-height: 545px;
  background: url("../images/pc/section11_bg.gif") center top repeat;
  padding-top: 60px;
  padding-bottom: 77px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 {
    padding-top: 13%;
    padding-bottom: 10%;
  }
}
#section9 .contents_center {
  position: relative;
}
#section9 .contents_center .contents_center_block1 {
  margin-bottom: 70px;
}
#section9 .contents_center .contents_center_block1 .notes {
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block1 .notes {
    width: 61%;
  }
  #section9 .contents_center .contents_center_block1 .contents_center_title {
    display: inline-block;
    width: 37%;
  }
}
#section9 .contents_center .contents_center_block2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block2 .contents_center_title {
    display: inline-block;
    width: 37%;
  }
}
#section9 .contents_center .contents_center_block3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block3 .contents_center_title {
    display: inline-block;
    width: 37%;
  }
}
#section9 .contents_center .contents_center_block4 {
  margin-bottom: 40px;
  font-size: 12px;
}
#section9 .contents_center .contents_center_block4 .qa_section {
  margin-bottom: 20px;
}
#section9 .contents_center .contents_center_block4 .qa_section .qa_q {
  font-weight: bold;
  color: #f05a23;
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block4 .qa_section .qa_q {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
#section9 .contents_center .contents_center_block4 .qa_section .qa_a {
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block4 .qa_section .qa_a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block4 .contents_center_title {
    display: inline-block;
    width: 29%;
  }
}
#section9 .contents_center ul {
  margin-left: 280px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center ul {
    margin-left: 5%;
  }
}
#section9 .contents_center ul li {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
  list-style-type: disc;
}
#section9 .contents_center .contents_center_block5 {
  font-size: 12px;
}
#section9 .contents_center .contents_center_block5 p {
  line-height: 3;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center .contents_center_block5 .contents_center_title {
    display: inline-block;
    width: 82%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .contents_center p {
    text-align: left;
  }
  #section9 .contents_center .notes {
    margin-left: 1em;
    text-indent: -1em;
  }
}
#section9 a {
  color: #f05a23;
}
#section9 .section11_img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 285px;
  margin-top: 278px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section9 .section11_img {
    margin-top: 0;
    margin-left: 0;
    width: 33%;
    left: auto;
    right: 0;
    top: 9.5%;
  }
}

#section10 {
  height: 545px;
  background: url("../images/pc/section12_bg.gif") center top repeat;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section10 {
    height: auto;
    padding-bottom: 10%;
  }
}
#section10 .contents_center {
  position: relative;
}
#section10 .sec12_item01 {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section10 .sec12_item01 {
    width: 85%;
    margin: 0 auto;
    padding-top: 10%;
  }
}
#section10 .sec12_item02 {
  color: #fff;
  font-size: 12px;
}
#section10 .sec12_item02 a {
  color: #f05a23;
}
#section10 .sec12_item03 {
  padding-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section10 .sec12_item03 {
    padding-top: 30px;
  }
}
#section10 .page_top {
  position: absolute;
  right: 0%;
  bottom: 0%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section10 .page_top {
    position: static;
    margin-top: 5%;
    display: inline-block;
    width: 14%;
  }
}

#section13 {
  position: relative;
  background: url("../images/pc/section7_1_bg.gif") center top repeat;
}
#section13 .prize_section.grand {
  background: url("../images/pc/section7_1_bg.gif") center top repeat;
  text-align: center;
  padding: 41px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .prize_section.grand {
    padding: 0px 0 0px 0;
  }
}
#section13 .section13_img02 {
  position: absolute;
  top: -74%;
  left: 0%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section13_img02 {
    display: none;
  }
}
#section13 .prize_section_title {
  background: #fff;
  text-align: center;
  padding: 10px 0 6px 0;
}
#section13 .prize_section_title.pst_01 {
  background: white url("../images/pc/section13_img03_2.png") 0 0 no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .prize_section_title.pst_01 {
    padding: 0px 0;
    background: none;
  }
}
#section13 .prize_section_title.pst_02 {
  background: white url("../images/pc/section13_img07_2.png") 0 0 no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .prize_section_title.pst_02 {
    padding: 0px 0;
    background: none;
  }
}
#section13 .vider_btn a {
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: block;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn a {
    height: auto;
  }
}
#section13 .vider_btn a .works_title {
  position: absolute;
  top: -19%;
  left: 0%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn a .works_title {
    top: -20%;
    left: 0%;
    width: 50%;
  }
}
#section13 .vider_btn a .play_btn {
  width: 93px;
  height: 80px;
  margin: 0 0 25px 121px;
  position: relative;
}
#section13 .vider_btn.video01 .play_btn {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -46.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn.video01 .play_btn {
    width: 70px;
    height: auto;
    top: 15%;
    margin-left: -35px;
  }
}
#section13 .vider_btn.video01 .title_img {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -302.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn.video01 .title_img {
    width: 80%;
    margin-left: -40%;
  }
}
#section13 .vider_btn.video01 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .vider_btn.video02 .works_title {
  top: -10.5%;
  left: 0%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn.video02 .works_title {
    top: -12%;
    left: 0%;
  }
}
#section13 .vider_btn.video02 .play_btn {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -46.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn.video02 .play_btn {
    width: 70px;
    height: auto;
    top: 15%;
    margin-left: -35px;
  }
}
#section13 .vider_btn.video02 .title_img {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -302.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .vider_btn.video02 .title_img {
    width: 80%;
    margin-left: -40%;
  }
}
#section13 .vider_btn.video02 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .works_data {
  background: url("../images/pc/section1-1_bg.png") 0 0 repeat;
  padding: 30px 0% 40px 0%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data {
    padding: 30px 5% 40px 5%;
  }
}
#section13 .works_data .works_detail {
  height: 100px;
  padding: 0 2.5%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data .works_detail {
    height: auto;
    padding: 0;
  }
}
#section13 .works_data .works_detail .detail_data {
  font-size: 14px;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data .works_detail .detail_data {
    margin-bottom: 2.5%;
  }
}
#section13 .works_data .works_detail .detail_data dt {
  float: left;
  color: #fff;
  font-weight: bold;
  width: 145px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data .works_detail .detail_data dt {
    float: none;
    width: auto;
  }
}
#section13 .works_data .works_detail .detail_data dd {
  float: left;
  color: #fff;
  width: 72%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data .works_detail .detail_data dd {
    float: none;
    width: auto;
  }
}
#section13 .works_data .works_detail .detail_data dd .under_line {
  text-decoration: underline;
}
#section13 .works_data .works_detail .detail_data dd a {
  color: #fff;
  text-decoration: underline;
}
#section13 .works_data .works_detail.detail_left {
  float: left;
  width: 44%;
  border-right: 1px solid #fc8559;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data .works_detail.detail_left {
    float: none;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #fc8559;
    margin-bottom: 5%;
  }
}
#section13 .works_data .works_detail.detail_right {
  float: right;
  width: 45%;
}
#section13 .works_data .works_detail.detail_right .detail_data {
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data .works_detail.detail_right {
    float: none;
    width: 95%;
  }
}
#section13 .works_data .works_detail .detail_comment {
  color: #fff;
}
#section13 .works_data .works_detail .detail_comment h3 {
  font-size: 14px;
}
#section13 .works_data .works_detail .detail_comment p {
  font-size: 14px;
  margin-bottom: 5%;
}
#section13 .works_data .works_detail .detail_comment a {
  color: #fff;
}
#section13 .works_data .works_detail .notes {
  font-size: 10px;
  text-indent: -1em;
  margin-left: 1em;
  color: #fbcfae;
  margin-top: 1%;
}
#section13 .works_data.wd02 {
  background: url("../images/pc/section1-2_bg.png") 0 0 repeat;
  z-index: 2;
  position: relative;
}
#section13 .works_data.wd02 .works_detail.detail_left {
  border-right: 1px solid #f49a58;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .works_data.wd02 .works_detail.detail_left {
    border-right: none;
    border-bottom: 1px solid #f49a58;
  }
}
#section13 .section_half {
  width: 100%;
}
#section13 .section_half .section_half_01 {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .section_half_01 {
    width: 100%;
    float: none;
  }
}
#section13 .section_half .section_half_02 {
  width: 50%;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .section_half_02 {
    width: 100%;
    float: none;
  }
}
#section13 .section_half .section_half_03 {
  width: 50%;
  height: 576px;
  float: right;
  position: relative;
}
#section13 .section_half .section_half_03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -205.5px;
  margin-top: -205.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .section_half_03 {
    display: none;
  }
}
#section13 .section_half .section_half_04 {
  width: 50%;
  height: 498px;
  float: right;
  position: relative;
}
#section13 .section_half .section_half_04 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -205.5px;
  margin-top: -205.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .section_half_04 {
    display: none;
  }
}
#section13 .section_half .vider_btn a {
  width: 100%;
  height: auto;
  max-height: 450px;
  overflow: hidden;
  display: block;
  position: relative;
}
#section13 .section_half .vider_btn a .play_btn {
  width: 93px;
  height: 80px;
  margin: 0 0 25px 121px;
  margin-left: -46.5px;
  position: absolute;
  top: 23%;
  left: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn a .play_btn {
    width: 70px;
    height: auto;
    top: 15%;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn a {
    height: auto;
  }
}
#section13 .section_half .vider_btn.video03 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -228px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video03 .title_img {
    width: 75%;
    margin-left: -38%;
  }
}
#section13 .section_half .vider_btn.video03 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video04 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -143px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video04 .title_img {
    width: 52%;
    margin-left: -26%;
  }
}
#section13 .section_half .vider_btn.video04 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video05 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -208px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video05 .title_img {
    width: 75%;
    margin-left: -38%;
  }
}
#section13 .section_half .vider_btn.video05 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video06 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -181.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video06 .title_img {
    width: 67%;
    margin-left: -34%;
  }
}
#section13 .section_half .vider_btn.video06 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video07 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -248px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video07 .title_img {
    width: 90%;
    margin-left: -45%;
  }
}
#section13 .section_half .vider_btn.video07 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video08 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -257px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video08 .title_img {
    width: 90%;
    margin-left: -45%;
  }
}
#section13 .section_half .vider_btn.video08 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video09 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -98px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video09 .title_img {
    width: 36%;
    margin-left: -18%;
  }
}
#section13 .section_half .vider_btn.video09 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .vider_btn.video10 .title_img {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-left: -213.5px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .vider_btn.video10 .title_img {
    width: 72%;
    margin-left: -37%;
  }
}
#section13 .section_half .vider_btn.video10 .item_img img {
  width: 100%;
  height: auto;
}
#section13 .section_half .works_data {
  background: url("../images/pc/section1-1_bg.png") 0 0 repeat;
  padding: 30px 0% 40px 0%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data {
    padding: 30px 5% 40px 5%;
  }
}
#section13 .section_half .works_data .works_detail {
  height: 90px;
  padding: 0 2.5%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data .works_detail {
    height: auto;
    padding: 0;
  }
}
#section13 .section_half .works_data .works_detail .detail_data {
  font-size: 14px;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data .works_detail .detail_data {
    margin-bottom: 2.5%;
  }
}
#section13 .section_half .works_data .works_detail .detail_data dt {
  float: left;
  color: #fff;
  font-weight: bold;
  width: 145px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data .works_detail .detail_data dt {
    float: none;
    width: auto;
  }
}
#section13 .section_half .works_data .works_detail .detail_data dd {
  float: left;
  color: #fff;
  width: 72%;
}
#section13 .section_half .works_data .works_detail .detail_data dd .under_line {
  text-decoration: underline;
}
#section13 .section_half .works_data .works_detail .detail_data dd a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data .works_detail .detail_data dd {
    float: none;
    width: auto;
  }
}
#section13 .section_half .works_data .works_detail.detail_left {
  float: left;
  width: 94.9%;
  border-right: 1px solid #fc8559;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data .works_detail.detail_left {
    border-right: none;
    border-bottom: none;
  }
}
#section13 .section_half .works_data .works_detail.detail_right {
  float: right;
  width: 95%;
}
#section13 .section_half .works_data .works_detail .detail_comment {
  color: #fff;
}
#section13 .section_half .works_data .works_detail .detail_comment h3 {
  font-size: 14px;
}
#section13 .section_half .works_data .works_detail .detail_comment p {
  font-size: 12px;
  margin-bottom: 5%;
}
#section13 .section_half .works_data .works_detail .detail_comment a {
  color: #fff;
}
#section13 .section_half .works_data .works_detail .notes {
  font-size: 10px;
  text-indent: -1em;
  margin-left: 1em;
  color: #fbcfae;
  margin-top: 1%;
}
#section13 .section_half .works_data.wd02 {
  background: url("../images/pc/section1-2_bg.png") 0 0 repeat;
}
#section13 .section_half .works_data.wd02 .works_detail.detail_left {
  border-right: 1px solid #f49a58;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data.wd02 .works_detail.detail_left {
    border-right: none;
  }
}
#section13 .section_half .works_data.wd01-2 .works_detail {
  height: 168px;
  border-right: none;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #section13 .section_half .works_data.wd01-2 .works_detail {
    height: auto;
    border-bottom: none;
  }
}

footer {
  background: #f05a23;
  padding: 0.5% 0.5% 0% 0.5%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  footer {
    padding: 2.5% 0 0% 0;
  }
}
footer .copy {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  footer .copy {
    width: 85%;
  }
}

.app_link {
  margin-top: 35px;
  width: 290px;
  margin: 35px auto 0 auto;
}
.app_link li {
  float: left;
  padding-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .app_link li {
    width: 48%;
    padding-top: 0;
  }
}
.app_link li:first-child {
  margin-right: 20px;
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .app_link li:first-child {
    width: 42%;
  }
}
