@charset "UTF-8";
@font-face {
  font-family: "5x5dots";
  src: url("../fonts/5x5dots.ttf") format("truetype");
}
@font-face {
  font-family: "migmix1p";
  src: url("../fonts/ipaexg.ttf") format("truetype");
}
@font-face {
  font-family: "5x5dots";
  src: url("../fonts/5x5dots.ttf") format("truetype");
}
@font-face {
  font-family: "migmix1p";
  src: url("../fonts/ipaexg.ttf") format("truetype");
}
/*****************************
 base
******************************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
}

#wapper {
  max-width: 1060px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.left_contents {
  float: left;
  width: 74%;
  max-width: 740px;
  padding-right: 6px;
}

#menu_area {
  float: right;
  width: 26%;
  max-width: 260px;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

footer {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  background: #FFF;
  color: #000;
}
footer #cp {
  text-align: center;
  color: #000;
}

.mesh {
  background-image: url("../img/mesh2.png");
  background-repeat: repeat;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mesh.backb {
  background-color: rgba(0, 0, 0, 0.31);
}

h1 {
  margin: 0;
}

.more_box {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.27);
  width: 150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.more_box a {
  color: #FFF;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
.more_box a:hover {
  background: #FFF;
  color: #000;
}

@font-face {
  font-family: "Antonio";
  src: url("../fonts/Antonio-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Antonio";
  src: url("../fonts/Antonio-Bold.ttf") format("truetype");
  font-weight: bold;
}
.font-antonio {
  font-family: "Antonio", sans-serif;
}

@font-face {
  font-family: "utsukushi";
  src: url("../fonts/UtsukushiFONT.otf") format("opentype");
}
/*****************************
 title
******************************/
#page_title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}

.title_box {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000;
  text-align: center;
  margin: 50px 0;
  margin-bottom: 90px;
}
.title_box span {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 7px 23px;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 769px) {
  .title_box span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.befor_line:before {
  content: "";
  background: #F00;
  height: 120px;
  width: 2px;
  position: absolute;
  top: -50px;
  left: -10px;
  display: block;
}

#page_name {
  font-family: "5x5dots", "migmix1p", "Myriad Pro", "Trebuchet MS", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid #FFF;
  padding: 16px 70px;
  transform: translate(-50%, -50%);
}

/**************************************
            title
**************************************/
/**************************************
            ナビ
**************************************/
#top_main_nav {
  z-index: 1001;
  position: absolute;
  top: 0px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
#top_main_nav ul {
  display: flex;
  justify-content: space-around;
  width: 40%;
  margin: 0 20px 0 auto;
}
#top_main_nav li.each_nav a {
  color: #FFF;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
}
#top_main_nav li.each_nav a:hover {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}
#top_main_nav #nav_log a {
  margin: 10px 20px;
}
#top_main_nav #nav_log img {
  width: 60px;
}
#top_main_nav.fixed {
  background: rgba(39, 39, 39, 0.83);
  position: fixed;
  top: 0;
}

/*****************************
 modal
******************************/
.mm_box .mfp-close {
  top: -30px;
  cursor: pointer;
  display: none;
}

.mm_box {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.mm_title {
  font-family: "5x5dots", "migmix1p", "Myriad Pro", "Trebuchet MS", sans-serif;
  color: #FFF;
  z-index: 1000;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}

.mm_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mm_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mm_sub_text {
  color: #FFF;
  margin: 10px 0;
}

.popup-modal-dismiss a {
  border: 1px solid rgb(0, 0, 0);
  padding: 10px 20px;
  margin: 20px 0;
  color: rgb(0, 0, 0);
  display: inline-block;
  text-decoration: none;
}
.popup-modal-dismiss a:hover {
  background: #FFF;
  color: #000;
}

/**************************************
            footer
**************************************/
.footer_logo {
  margin: 20px auto;
  width: 30%;
  max-width: 130px;
  display: block;
}

#footer_company_area {
  text-align: center;
  margin-bottom: 30px;
}
#footer_company_area #company_name {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
}
#footer_company_area #company_data1 {
  display: flex;
  font-size: 25px;
  font-size: 1.5625rem;
  justify-content: center;
}
#footer_company_area #company_data1 img {
  width: 30px;
}
#footer_company_area #company_data1 ul {
  display: flex;
  flex-direction: row;
}
#footer_company_area #company_data1 li {
  display: flex;
  align-items: center;
  margin: 10px;
}
#footer_company_area #company_data2 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}
#footer_company_area #contact_box {
  margin-top: 20px;
  text-shadow: none;
}
#footer_company_area #contact_box #contact_text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
#footer_company_area #contact_box a {
  background: #FFF;
  color: #000;
  font-size: 23px;
  font-size: 1.4375rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 5px auto;
  padding: 10px 0px 10px 40px;
  border-radius: 40px;
  transition: 0.4s;
  background-image: url(../img/mail_icon.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 30px center;
}
#footer_company_area #contact_box a:hover {
  background: #F00;
  color: #fff;
  background-image: url(../img/mail_icon_w.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 30px center;
}
#footer_company_area #contact_box img {
  width: 40px;
  margin-right: 10px;
}
#footer_company_area #footer_sns_area {
  margin-top: 20px;
}
#footer_company_area #footer_sns_area a {
  width: 120px;
  margin: 0 auto;
}
#footer_company_area #footer_sns_area a:hover {
  opacity: 0.5;
}
#footer_company_area #footer_sns_area img {
  width: 100%;
}

/**************************************
            footer
**************************************/
/***************************************/
/*            動画header             */
/***************************************/
#top_header {
  position: relative;
  overflow: hidden;
}

.width100 {
  max-width: 100% !important;
  width: 100% !important;
}

#top_video_wap {
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 350px;
  min-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_video_wap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

/***************************************/
/*            アイコン		         */
/***************************************/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=#4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-500px:before {
  content: "\f26e";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-adn:before {
  content: "\f170";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-android:before {
  content: "\f17b";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-apple:before {
  content: "\f179";
}

.icon-archive:before {
  content: "\f187";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-empty:before {
  content: "\f244";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-bed:before {
  content: "\f236";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-bold:before {
  content: "\f032";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-bug:before {
  content: "\f188";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-bus:before {
  content: "\f207";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-camera:before {
  content: "\f030";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-check:before {
  content: "\f00c";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-circle:before {
  content: "\f111";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-close:before {
  content: "\f00d";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-cny:before {
  content: "\f157";
}

.icon-code:before {
  content: "\f121";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cog:before {
  content: "\f013";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-comment:before {
  content: "\f075";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-comments:before {
  content: "\f086";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-compress:before {
  content: "\f066";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-crop:before {
  content: "\f125";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-download:before {
  content: "\f019";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-edit:before {
  content: "\f044";
}

.icon-eject:before {
  content: "\f052";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-eur:before {
  content: "\f153";
}

.icon-euro:before {
  content: "\f153";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-expand:before {
  content: "\f065";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-female:before {
  content: "\f182";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-files-o:before {
  content: "\f0c5";
}

.icon-film:before {
  content: "\f008";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-flag:before {
  content: "\f024";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-font:before {
  content: "\f031";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-ge:before {
  content: "\f1d1";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-github:before {
  content: "\f09b";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-glass:before {
  content: "\f000";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-gratipay:before {
  content: "\f184";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-heart:before {
  content: "\f004";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-history:before {
  content: "\f1da";
}

.icon-home:before {
  content: "\f015";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-start:before {
  content: "\f251";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-image:before {
  content: "\f03e";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-industry:before {
  content: "\f275";
}

.icon-info:before {
  content: "\f129";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-inr:before {
  content: "\f156";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-italic:before {
  content: "\f033";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-key:before {
  content: "\f084";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-krw:before {
  content: "\f159";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-list:before {
  content: "\f03a";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-lock:before {
  content: "\f023";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-male:before {
  content: "\f183";
}

.icon-map:before {
  content: "\f279";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-minus:before {
  content: "\f068";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-mortar-board:before {
  content: "\f19d";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-music:before {
  content: "\f001";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-phone:before {
  content: "\f095";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-pied-piper:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-plane:before {
  content: "\f072";
}

.icon-play:before {
  content: "\f04b";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-plus:before {
  content: "\f067";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-print:before {
  content: "\f02f";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-question:before {
  content: "\f128";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-random:before {
  content: "\f074";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-reply:before {
  content: "\f112";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-rmb:before {
  content: "\f157";
}

.icon-road:before {
  content: "\f018";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-rub:before {
  content: "\f158";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-safari:before {
  content: "\f267";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-scissors:before {
  content: "\f0c4";
}

.icon-search:before {
  content: "\f002";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-server:before {
  content: "\f233";
}

.icon-share:before {
  content: "\f064";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

.icon-shield:before {
  content: "\f132";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-signal:before {
  content: "\f012";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-slack:before {
  content: "\f198";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-star-half-o:before {
  content: "\f123";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-subway:before {
  content: "\f239";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-support:before {
  content: "\f1cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-tachometer:before {
  content: "\f0e4";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-television:before {
  content: "\f26c";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-times:before {
  content: "\f00d";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-tint:before {
  content: "\f043";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-train:before {
  content: "\f238";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-trello:before {
  content: "\f181";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-try:before {
  content: "\f195";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-university:before {
  content: "\f19c";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-upload:before {
  content: "\f093";
}

.icon-usd:before {
  content: "\f155";
}

.icon-user:before {
  content: "\f007";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-venus:before {
  content: "\f221";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-vk:before {
  content: "\f189";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-warning:before {
  content: "\f071";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-won:before {
  content: "\f159";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-yc:before {
  content: "\f23b";
}

.icon-yc-square:before {
  content: "\f1d4";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-yen:before {
  content: "\f157";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-youtube-square:before {
  content: "\f166";
}

header {
  position: fixed;
  z-index: 2;
  background: rgba(255, 255, 255, 0.53);
  width: 100%;
  height: 30px;
}
header p {
  display: inline-block;
  margin-right: 20px;
}

#main {
  overflow: hidden;
}

#button_play {
  z-index: 2;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#button_play img {
  display: block;
  width: 100%;
}
#button_play .top-movie {
  width: 40%;
  max-width: 180px;
  margin: 0 auto;
}
#button_play .top-logo {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #button_play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  #button_play .top-logo {
    width: 90%;
  }
}
.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 10px;
  z-index: 1;
  animation-name: top-arrow;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  /* アニメーション全体を5秒にする */
  animation-delay: 0s;
  /* 直ちにアニメーション開始する */
  animation-iteration-count: infinite;
  /* 永遠にアニメーションする */
  animation-fill-mode: forwards;
}

.arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  left: -44%;
  top: -10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

@keyframes top-arrow {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 10px;
  }
}
#top_main_area {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  z-index: 1000;
  text-align: center;
  color: #fff;
  top: 50%;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -39%);
  font-weight: 200;
}
#top_main_area #logo {
  font-size: 55px;
  font-size: 3.4375rem;
  text-shadow: 0px 0px 13px rgba(134, 134, 134, 0.72);
}
#top_main_area #logo img {
  width: 100%;
}
#top_main_area #sub_text {
  margin-top: 150px;
  font-size: 20px;
  font-size: 1.25rem;
  text-shadow: 0px 0px 13px rgba(134, 134, 134, 0.72);
}
#top_main_area #sub_text2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  text-shadow: 0px 0px 13px rgba(134, 134, 134, 0.72);
}
#top_main_area .fb_link {
  margin: 10px auto;
  width: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0px 0px 13px rgba(134, 134, 134, 0.72);
}
#top_main_area .fb_link img {
  width: 100%;
}
#top_main_area .link {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: 10px auto 0px auto;
  text-decoration: none;
  background: #fff;
  transition: background-color 0.3s ease-in-out;
}
#top_main_area .link:before {
  font-family: "FontAwesome";
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_w {
  width: 100%;
  margin: 0 auto;
}

/**************************************
            動画
**************************************/
.masthead {
  position: relative;
}

.masthead-video {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

/**************************************
            ABOUT US
**************************************/
#about_box {
  max-width: 800px;
}
#about_box #about_text {
  line-height: 2.2;
  text-align: center;
  width: 80%;
  margin: 30px auto 0px auto;
  font-size: 21px;
  font-size: 1.3125rem;
}
#about_box #about_text2 {
  text-align: center;
  line-height: 2.2;
  margin: 30px auto 40px auto;
}

#staff_contents,
#about_contents {
  background: url("../img/about_back.png") no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
}
#staff_contents #company_data,
#about_contents #company_data {
  background: rgba(255, 255, 255, 0.84);
  padding: 20px;
  margin: 70px auto;
}
#staff_contents table,
#about_contents table {
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.5em;
  width: 100%;
}
#staff_contents table tr,
#about_contents table tr {
  border-top: 2px dotted #1a1a1a;
}
#staff_contents table tr:last-child,
#about_contents table tr:last-child {
  border-bottom: 2px dotted #1a1a1a;
}
#staff_contents table tr th,
#about_contents table tr th {
  text-align: left;
  padding: 20px 10px;
  padding-bottom: 0;
  vertical-align: top;
  display: block;
}
#staff_contents table tr td,
#about_contents table tr td {
  padding: 10px 10px 20px;
  display: block;
}
#staff_contents table dd,
#staff_contents table dt,
#about_contents table dd,
#about_contents table dt {
  display: inline-block;
  vertical-align: top;
  text-indent: 0;
}

#about_contents {
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 40px 0;
  color: #FFF;
  background-color: #cdcdcd;
}
#about_contents .title_box {
  color: #FFF;
}
#about_contents table tr {
  border-color: #FFF;
}
#about_contents table tr:last-child {
  border-color: #FFF;
}
#about_contents a {
  color: #FFF;
}
#about_contents a:hover {
  text-decoration: none;
}

/**************************************
            WORKS
**************************************/
#works_contents {
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  padding: 40px 0;
}

.coming_soon {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 60px auto;
}

.works_category_tilte {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 60px;
}

.works_movie_box {
  width: 95%;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

.movie-list-box {
  width: 50%;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (min-width: 769px) {
  .works_movie_box {
    width: 90%;
  }
  .movie-list-box {
    width: 30%;
  }
}
.movie-wrap {
  text-align: center;
}
.movie-wrap iframe {
  width: 560px;
  height: 315px;
}
.movie-wrap > img {
  width: 100%;
}

.mfp-wrap .mfp-iframe-holder .mfp-close {
  right: 0px;
  text-align: center;
  padding-right: 0px;
  width: 44px;
}

.mfp-container .mfp-content {
  background: #FFF;
  text-align: center;
}
.mfp-container .mfp-content .mfp-close {
  top: -50px;
}
.mfp-container .mfp-content .movie-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.mfp-container .mfp-content .movie-box img,
.mfp-container .mfp-content .movie-box iframe {
  width: 100%;
  height: 100%;
}
.mfp-container .mfp-content .movie-box a {
  position: relative;
}
.mfp-container .mfp-content .movie-box .charge {
  margin-top: 30px;
}

#top-movie {
  background: #000;
}
#top-movie iframe {
  margin-bottom: 0px;
}

.movie-box > a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2705882353);
  width: 70px;
  height: 70px;
}

.movie-box > a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0 15px 25px;
}

.movie-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

.popup-modal {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 769px) {
  .mfp-wrap .mfp-container {
    width: 100%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .movie-box > a::before {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .movie-box > a::after {
    top: 50%;
    transform: translate(-40%, -50%);
  }
  .movie-title {
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
  }
}
/**************************************
            STAFF
**************************************/
#staff_contents {
  background: #f1f1f1;
  padding: 40px 0;
}
#staff_contents #staff_box {
  max-width: 800px;
  text-align: center;
}
#staff_contents .staff_main_text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#staff_contents .staff_sub_text {
  margin-top: 40px;
}
#staff_contents img {
  width: 100%;
  margin-bottom: 10px;
}
#staff_contents table tr {
  border: none;
  display: inline-block;
  width: 50%;
}
#staff_contents table tr:last-child {
  border-bottom: none;
}
#staff_contents table tr td {
  padding: 0px 10px 20px;
}

@media screen and (min-width: 769px) {
  #staff_contents table {
    width: 100%;
    margin-top: 30px;
  }
  #staff_contents table tr {
    width: 30%;
    border: none;
    margin: 20px 0;
  }
  #staff_contents table tr th,
  #staff_contents table tr td {
    text-align: center;
    padding: 0px 30px 0;
  }
  #staff_contents table img {
    width: 100%;
    margin: 0;
  }
  #staff_contents img {
    width: 70%;
  }
}
/*****************************
 COMPANY OVERVIEW
******************************/
#company_overview_contents {
  padding: 40px 0;
  padding-bottom: 5px;
  margin: 0 auto;
  line-height: 120%;
}
#company_overview_contents .main_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 0px 0px 30px 0px;
  padding: 40px 10px;
  border-top: 0;
  text-align: center;
}
/*****************************
 カルーセル
******************************/
.slide {
  white-space: nowrap;
  overflow: hidden;
}
.slide a {
  display: inline;
  /* pointer-events: none; */
}

.slide img {
  width: 180%;
  margin: 0;
  padding: 0;
  border: none;
}

@keyframes slide-4 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -180%;
  }
}
@media screen and (min-width: 769px) {
  .slide img {
    width: 100%;
  }
  @keyframes slide-4 {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -100%;
    }
  }
}
.slide > :first-child {
  animation-name: slide-4;
  /* 作成したキーフレームを使う */
  animation-duration: 15s;
  animation-timing-function: linear;
  /* アニメーション全体を5秒にする */
  animation-delay: 0s;
  /* 直ちにアニメーション開始する */
  animation-iteration-count: infinite;
  /* 永遠にアニメーションする */
  animation-fill-mode: forwards;
}

/**************************************
            ACCESS
**************************************/
#access_box {
  text-align: center;
}

#access_box iframe {
  width: 690px;
  height: 490px;
}

#access_contents table {
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 1.5em;
  width: 100%;
}
#access_contents table a {
  display: inline;
  color: #000;
}
#access_contents table a:hover {
  text-decoration: none;
}
#access_contents table tr {
  border-top: 2px dotted #1a1a1a;
}
#access_contents table tr:last-child {
  border-bottom: 2px dotted #1a1a1a;
}
#access_contents table tr th {
  text-align: left;
  padding: 20px 10px;
  padding-bottom: 0;
  vertical-align: top;
  display: block;
}
#access_contents table tr td {
  padding: 10px 10px 20px;
  display: block;
}
#access_contents table dd,
#access_contents table dt {
  display: inline-block;
  vertical-align: top;
  text-indent: 0;
}

@media screen and (min-width: 769px) {
  #access_contents table {
    margin: 40px auto;
    width: 50%;
  }
}
/*****************************
 お問い合わせ
******************************/
#contact_contents {
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  padding: 40px 0;
}

#formWrap {
  margin: 0 auto;
  line-height: 120%;
  max-width: 800px;
  padding-bottom: 5px;
}
#formWrap .main_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 0px 0px 30px 0px;
  padding: 40px 0 40px 40px;
  border-top: 0;
}

#formWrap > form {
  width: 700px;
  margin: 0 auto;
}

#formWrap > p {
  text-align: center;
}
#formWrap > p.direc {
  border: 2px solid #0b0b0b;
  width: 440px;
  margin: 0 auto;
  padding: 10px;
}
#formWrap > p.direc a {
  display: inline;
  color: blue;
}

#formWrap textarea {
  max-width: 530px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.55);
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 34%;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

table.formTable td textarea,
table.formTable td input {
  width: 100%;
  color: #000;
}

.confirmation {
  margin: 30px;
  margin-bottom: 20px;
  text-align: center;
}

input[type=submit] {
  background: #616161;
  color: #fff;
  border: none;
  width: 100px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: 0.2s;
}
input[type=submit]:hover {
  color: #000;
  background: #FFF;
}

/*****************************
 お問い合わせ
******************************/
.contact_button_area {
  text-align: center;
}
.contact_button_area a {
  width: 80%;
  border: 1px solid #000;
  margin: 0 auto 20px;
  padding: 10px;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  transition-duration: 0.5s;
}
.contact_button_area a:hover {
  background: #000;
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .contact_button_area {
    display: flex;
    flex-direction: column;
  }
  .contact_button_area a {
    width: 40%;
    padding: 20px;
  }
}
/************************
メディアクエリ設定 769以上
************************/
@media screen and (min-width: 769px) {
  .mfp-wrap .mfp-inline-holder .mfp-content {
    width: 50%;
  }
  .mfp-wrap .mfp-iframe-holder .mfp-content {
    width: 90%;
    max-width: 100%;
  }
  #about_contents table tr th.about {
    width: 165px;
  }
  #about_contents table tr th {
    display: inline-block;
    width: 170px;
    text-align: left;
  }
  #about_contents table tr td {
    display: inline-block;
  }
}
.video_wrapper {
  position: relative;
  width: 100%;
}

#video {
  background: url("/video_bg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  min-width: 100%;
  min-width: 100vw;
  background: #000;
  width: 100%;
}