@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}

a {
  color: #666;
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: #666;
  outline: 0;
}

a:hover {
  color: #666;
  outline: 0;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd {
  margin: 0;
}

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: black;
  padding: .2em 0;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*
#styleguide
基本スタイル

```
<p>特に何も指定しないときの状態</p>
```
*/
html, body {
  height: 100%;
  height: 100vh;
}

body {
  font: 62.5%/1.6em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #221815;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

/* =================================================================
	loading
   ================================================================= */
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center;*/
  z-index: 9999;
}

.loading .rect {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
}

.loading .rect > div {
  background-color: #000;
  position: absolute;
}

.loading .rect > div.top {
  left: 0px;
  top: 0px;
  width: 48px;
  height: 4px;
}

.loading .rect > div.right {
  right: 0px;
  top: 0px;
  width: 4px;
  height: 48px;
}

.loading .rect > div.bottom {
  right: 0px;
  bottom: 0px;
  width: 48px;
  height: 4px;
}

.loading .rect > div.left {
  left: 0px;
  bottom: 0px;
  width: 4px;
  height: 48px;
}

.loader-animation-top {
  -webkit-animation: animationFrames ease 0.7s;
  animation: animationFrames ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: animationFrames ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 50%;
  -moz-animation: animationFrames ease 0.7s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 50%;
  -o-animation: animationFrames ease 0.7s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 50%;
  -ms-animation: animationFrames ease 0.7s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 50%;
}

.loader-animation-right {
  -webkit-animation: animationFrames2 ease 0.7s;
  animation: animationFrames2 ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: animationFrames2 ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 0%;
  -moz-animation: animationFrames2 ease 0.7s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 0%;
  -o-animation: animationFrames2 ease 0.7s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 0%;
  -ms-animation: animationFrames2 ease 0.7s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 0%;
}

.loader-animation-bottom {
  -webkit-animation: animationFrames ease 0.7s;
  animation: animationFrames ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: animationFrames ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 100% 50%;
  -moz-animation: animationFrames ease 0.7s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 100% 50%;
  -o-animation: animationFrames ease 0.7s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 100% 50%;
  -ms-animation: animationFrames ease 0.7s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 100% 50%;
}

.loader-animation-left {
  -webkit-animation: animationFrames2 ease 0.7s;
  animation: animationFrames2 ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: animationFrames2 ease 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 0% 100%;
  -moz-animation: animationFrames2 ease 0.7s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 0% 100%;
  -o-animation: animationFrames2 ease 0.7s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 0% 100%;
  -ms-animation: animationFrames2 ease 0.7s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 0% 100%;
}

@keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@keyframes animationFrames2 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  90% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes animationFrames2 {
  0% {
    -webkit-transform: scaleY(0);
  }
  90% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/* =================================================================
	header
   ================================================================= */
#header-container {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  z-index: 9000;
}

#header-container header h1 {
  position: relative;
  top: 0px;
  float: left;
  margin-left: 28px;
  margin-top: 24px;
  -webkit-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
#header-container header h1.current {
  top: -90px;
}

#header-container header #gnavi {
  float: right;
  padding-top: 24px;
}

#header-container header #gnavi ul {
  float: left;
}

#header-container header #gnavi ul li {
  float: left;
}

#header-container header #gnavi ul li a {
  display: block;
  position: relative;
}

#header-container header #gnavi ul li a .focus {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}

#header-container header #gnavi ul li a:hover .focus,
#header-container header #gnavi ul li.current .focus {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#header-container header #gnavi .menu {
  margin-right: 5px;
}

#header-container header #gnavi .menu li {
  margin-right: 30px;
}

#header-container header #gnavi .menu li:nth-child(1) {
  width: 74px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(1) a {
  width: 74px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(2) {
  width: 73px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(2) a {
  width: 73px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(3) {
  width: 57px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(3) a {
  width: 57px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(4) {
  width: 74px;
  height: 22px;
}

#header-container header #gnavi .menu li:nth-child(4) a {
  width: 74px;
  height: 22px;
}

#header-container header #gnavi .lang_menu {
  margin-right: 30px;
}

#header-container header #gnavi .lang_menu li {
  margin-right: 1px;
}

#fullpage {
  position: relative;
  z-index: 100;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.section .wrapper {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section .wrapper .space {
  width: 100px;
  height: 4000px;
  background-color: rgba(255, 255, 255, 0);
}

/* =================================================================
  section
   ================================================================= */
.elements {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

h2 {
  position: relative;
  display: inline-block;
}
h2 img {
  position: relative;
  z-index: 10;
}
h2 .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 5px;
  margin-top: -3px;
  background-color: #fff325;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.current h2 .line {
  width: 100%;
}

/* =================================================================
	top
   ================================================================= */
.top #top-player {
  z-index: 100;
  position: fixed;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
}

.top .wrapper h1 {
  position: absolute;
  left: 54px;
  top: 50%;
  margin-top: -112px;
  z-index: 100;
}

.top .wrapper .movie_thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176.5px;
  margin-top: -176.5px;
  width: 353px;
  height: 353px;
  background-image: url(../img/top_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.top .wrapper .movie_thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 115px;
  height: 115px;
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.top .wrapper .main_copy {
  position: absolute;
  right: 74px;
  top: 50%;
  margin-top: -48px;
}

/* =================================================================
	concept
   ================================================================= */
.concept {
  height: auto;
}
.concept .wrapper {
  padding-top: 180px;
  height: auto;
}
.concept .wrapper h2 {
  margin-bottom: 35px;
  z-index: 10;
}
.concept .wrapper .txt_area {
  position: relative;
  z-index: 10;
}
.concept .wrapper .txt_area p {
  position: relative;
  margin-bottom: 42px;
}
.concept .wrapper .txt_area p:last-child {
  margin-bottom: 32px;
}
.concept .wrapper .txt_area p img {
  position: relative;
  z-index: 10;
}
.concept .wrapper .txt_area p .line {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0px;
  height: 8px;
  margin-top: -4px;
  background-color: #fff325;
}
.concept .wrapper .txt_area p .line01 {
  left: 450px;
}
.concept .wrapper .txt_area p .line02 {
  left: 400px;
}
.concept .wrapper .txt_area p .line03 {
  left: 0px;
}
.concept .wrapper .txt_area p .line04 {
  left: 0px;
}
.concept .wrapper .txt_area p.txt_anime .txt01, .concept .wrapper .txt_area p.txt_anime .txt02 {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 50;
}
.concept .wrapper .txt_area p.txt_anime .txt02 img {
  position: relative;
}
.concept .wrapper .txt_area p.txt_anime01 {
  width: 980px;
  height: 53px;
}
.concept .wrapper .txt_area p.txt_anime01 .txt01 {
  width: 450px;
  height: 53px;
}
.concept .wrapper .txt_area p.txt_anime01 .txt02 {
  width: 530px;
  height: 53px;
  left: 450px;
}
.concept .wrapper .txt_area p.txt_anime01 .txt02 img {
  left: -450px;
}
.concept .wrapper .caution {
  margin-bottom: 180px;
  position: relative;
  z-index: 10;
}
.concept .wrapper .bg {
  position: absolute;
  left: 50%;
  top: 528px;
  margin-left: -25px;
  z-index: 0;
  display: none;
}

/*
.concept.current {
    //border: 1px solid #f0f;
    h2 {
      .line {
        width: 0%;
      }
    }
}
*/
/* =================================================================
	gallery
   ================================================================= */
.gallery_elements .txt_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -192px;
  margin-left: -572px;
  z-index: 10;
}

.gallery_elements .txt_area h2 {
  margin-bottom: 89px;
}

.gallery_elements .img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176.5px;
  margin-top: -176.5px;
  width: 353px;
  height: 353px;
  overflow: hidden;
  background-image: url(../img/gallery_img.jpg);
  background-position: 48.7% 82%;
  background-repeat: no-repeat;
  background-size: 6000px 3374px;
}

/* =================================================================
gallery2
 ================================================================= */
.gallery2_elements .txt_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -192px;
  margin-left: -572px;
  z-index: 10;
}

.gallery2_elements .txt_area h2 {
  margin-bottom: 89px;
}

.gallery2_elements .img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176.5px;
  margin-top: -176.5px;
  width: 353px;
  height: 353px;
  background-image: url(../img/gallery02_img.jpg);
  background-position: 54.7% 56.1%;
  background-repeat: no-repeat;
  background-size: 6000px 3713px;
}

/* =================================================================
  gallery3
   ================================================================= */
.gallery3_elements .txt_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -192px;
  margin-left: -572px;
  z-index: 10;
}

.gallery3_elements .txt_area h2 {
  margin-bottom: 89px;
}

.gallery3_elements .img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176.5px;
  margin-top: -176.5px;
  width: 353px;
  height: 353px;
  background-image: url(../img/gallery03_img.jpg);
  background-position: 13.9% 50%;
  background-repeat: no-repeat;
  background-size: 6000px 3713px;
}

/* =================================================================
	event
   ================================================================= */
.event_elements .txt_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -192px;
  margin-left: -572px;
  z-index: 10;
}

.event_elements .txt_area h2 {
  margin-bottom: 42px;
}

.event_elements .txt_area .txt01 {
  margin-bottom: 40px;
}

.event_elements .txt_area .txt02 {
  margin-bottom: 20px;
}

.event_elements .info_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -144px;
  margin-left: 334px;
  z-index: 10;
}

.event_elements .info_area p {
  position: relative;
}

.event_elements .info_area p img {
  position: relative;
  z-index: 50;
}

.event_elements .info_area p .line {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 0px;
  height: 3px;
  background-color: #fff325;
}

.event_elements .info_area .info01 {
  margin-bottom: 35px;
}
.current .event_elements .info_area .info01 .line {
  -moz-transition: width 0.4s ease-out 0.5s;
  -o-transition: width 0.4s ease-out 0.5s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 0.5s;
  -webkit-transition: width 0.4s ease-out 0.5s;
          transition: width 0.4s ease-out 0.5s;
  width: 40px;
}

.event_elements .info_area .info02 {
  margin-bottom: 30px;
}
.current .event_elements .info_area .info02 .line {
  -moz-transition: width 0.4s ease-out 0.9s;
  -o-transition: width 0.4s ease-out 0.9s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 0.9s;
  -webkit-transition: width 0.4s ease-out 0.9s;
          transition: width 0.4s ease-out 0.9s;
  width: 40px;
}

.event_elements .info_area .info03 {
  margin-bottom: 14px;
}
.current .event_elements .info_area .info03 .line {
  -moz-transition: width 0.4s ease-out 1.3s;
  -o-transition: width 0.4s ease-out 1.3s;
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition-delay: 1.3s;
  -webkit-transition: width 0.4s ease-out 1.3s;
          transition: width 0.4s ease-out 1.3s;
  width: 50px;
}

.event_elements .info_area .btn01 {
  margin-bottom: 11px;
}
.event_elements .info_area .btn01 a {
  cursor: default;
}

.event_elements .info_area .btn02 a {
  cursor: default;
}

.event_elements .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 580.77px;
  height: 535.14px;
  margin-left: -290.385px;
  margin-top: -267.57px;
  background-image: url(../img/event_img.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.event_elements .pin {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 235px;
  margin-top: -57px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* =================================================================
	event2
   ================================================================= */
.event2_elements .txt_area {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -192px;
  margin-left: -572px;
  padding-top: 126px;
  z-index: 10;
}

.event2_elements .txt_area h2 {
  margin-bottom: 107px;
}

.event2_elements .txt_area2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -270px;
  margin-left: 212px;
  z-index: 10;
}

.event2_elements .txt_area2 .txt01 {
  margin-bottom: 47px;
}

.event2_elements .txt_area2 .txt02 {
  margin-bottom: 41px;
}

.event2_elements .img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -135px;
  margin-top: -274.5px;
  width: 266px;
  height: 549px;
  background-image: url(../img/event02_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* =================================================================
	contact
   ================================================================= */
.contact {
  position: relative;
}

.contact .wrapper .txt_area {
  padding-top: 160px;
}

.contact .wrapper .txt_area h2 {
  margin-bottom: 80px;
  margin-left: 28px;
}

.contact .wrapper .txt_area p {
  margin-left: 28px;
}

.contact .wrapper .txt_area .mail {
  margin-bottom: 44px;
}

.contact footer {
  width: 100%;
  height: 224px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff000;
}

.contact footer #footer_inner{
  width: 1144px;
  padding:0 28px;
  margin: auto;
}

.contact footer .share {
  float: left;
  margin-top: 92px;
}

.contact footer .share dt, .contact footer .share dd {
  float: left;
}

.contact footer .share dt {
  padding-top: 11px;
  margin-right: 25px;
}

.contact footer .share dd {
  margin-right: 30px;
}

.contact footer .share dd.tw {
  padding-top: 1px;
}

.contact footer .share dd a:hover {
  opacity: 0.7;
}

.contact footer .logo {
  position: absolute;
  left: 50%;
  top: 71px;
  margin-left: -72px;
}

.contact footer .footercopyright {
  float: left;
  margin-top: 84px;
  margin-left: 330px;
}

.contact footer .footercopyright li{
  float: left;
}

.contact footer .footercopyright li a:hover{
  opacity: 0.7;
}

.contact footer .footercopyright .logo_tbwa{
  margin-right: 32px;
}

.contact footer .footercopyright .logo_aus{
  display: block;
  margin-bottom: 54px;
}


.contact footer .page_top {
  float: right;
  margin-top: 103px;
}

.contact footer .page_top a:hover {
  opacity: 0.7;
}

[data-ytp-body] {
  position: relative;
}

.ytp-embded {
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.ytp-embded iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.ytp-conpane {
  width: 547px;
  height: 39px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  margin-left: -273.5px;
}

.ytp-slider {
  width: 424px;
  position: absolute;
  top: 17px;
  left: 61px;
  height: 4px;
  background-color: white;
}

.ytp-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 4px;
  height: 14px;
  cursor: pointer;
  outline: none;
  top: -5px;
  margin-left: -2px;
  background-color: #f4e635;
}

.ytp-slider .ui-slider-range {
  background-color: #f4e635;
  position: absolute;
  border: 0;
  top: 0;
  height: 100%;
}

.ytp-button {
  width: 39px;
  height: 39px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../img/ytp_btn.png);
  background-repeat: no-repeat;
}

.ytp-button.play {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.ytp-button.play.on {
  background-position: -39px 0;
}

.ytp-button.close {
  top: 0;
  right: 0;
  background-position: -78px 0;
}
