@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info : 
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%; }

body {
  color: #000000;
  font: 13px "source-han-sans-japanese",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot%3Flbftl1");
  src: url("../fonts/icomoon.eot%3Flbftl1") format("embedded-opentype"), url("../fonts/icomoon.ttf%3Flbftl1") format("truetype"), url("../fonts/icomoon.woff%3Flbftl1") format("woff"), url("../fonts/icomoon.svg%3Flbftl1") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-blank:before {
  content: "\e901"; }

.icon-pinterest-with-circle:before {
  content: "\e902"; }

.icon-twitter-with-circle:before {
  content: "\e903"; }

.icon-facebook-with-circle:before {
  content: "\e904"; }

img {
  width: 100%;
  height: auto; }

a {
  color: #000000;
  text-decoration: none; }

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

li {
  list-style: none; }

a:focus {
  outline: none; }

h3.ttl_h3 {
  line-height: 1; }

#btn_menu {
  position: fixed;
  top: 22px;
  right: 15px;
  z-index: 110; }
  #btn_menu span {
    width: 30px;
    height: 1px;
    border-top: 1px solid #000;
    display: block;
    position: relative;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    transition: transform 0.2s ease; }

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background: #fff; }
  #loading .loading_inr {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -55px;
    overflow: hidden; }
  #loading .loading_inr, #loading p, #loading p svg {
    width: 110px;
    height: 200px; }
  #loading .l_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    display: block; }

.modal_movie #block_modal_movie {
  display: block; }

.modal_movie.show_modal_movie #block_modal_movie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

#block_modal_movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/common/bg_movie.png);
  z-index: 100;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }
  #block_modal_movie .movie_inner {
    width: 92.93%;
    height: 0%;
    padding-bottom: 56.38%;
    top: 50%;
    left: 50%;
    margin: -28.19% 0 0 -46.465%;
    position: absolute; }
  #block_modal_movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
  #block_modal_movie #btn_close_movie {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -50px;
    right: 0px; }

header#global_header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 52px;
  z-index: 2;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  header#global_header a#btn_close_list {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
    background: #1e966e;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 0.2s ease 0s, opacity 0.15s linear 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.15s linear 0s;
    -o-transition: transform 0.2s ease 0s, opacity 0.15s linear 0s;
    -ms-transition: transform 0.2s ease 0s, opacity 0.15s linear 0s;
    transition: transform 0.2s ease 0s, opacity 0.15s linear 0s; }
    header#global_header a#btn_close_list svg {
      width: 22px;
      height: 26px;
      margin: auto;
      display: block;
      margin-top: 6px; }
      header#global_header a#btn_close_list svg polygon {
        fill: #fff; }
    header#global_header a#btn_close_list span {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1;
      margin-top: 2px; }
  header#global_header span.bdr {
    position: absolute;
    width: 0%;
    height: 2px;
    display: block;
    top: 0px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    background: #1e966e;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  header#global_header h1 {
    position: fixed;
    width: 66px;
    height: 19px;
    padding-top: 20px;
    left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  header#global_header .nav_top {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 52px;
    display: none; }
    header#global_header .nav_top ul.glbnav {
      text-align: center;
      position: relative; }
      header#global_header .nav_top ul.glbnav li {
        top: 0px;
        width: 150px;
        margin-right: 8px;
        height: 40px;
        position: absolute;
        left: 50%; }
        header#global_header .nav_top ul.glbnav li a {
          width: 100%;
          height: 40px;
          display: block;
          font-size: 12px;
          font-size: 1.2rem;
          position: relative;
          font-family: "Avenir Next","source-han-sans-japanese";
          font-weight: 700; }
          header#global_header .nav_top ul.glbnav li a:before {
            width: 100%;
            height: 5px;
            display: block;
            content: "";
            position: absolute;
            top: 0px; }
          header#global_header .nav_top ul.glbnav li a span {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 0px;
            left: 0px; }
      header#global_header .nav_top ul.glbnav .hnav01 a {
        display: inline-block;
        letter-spacing: normal;
        -webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        -ms-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear; }
      header#global_header .nav_top ul.glbnav .hnav01 a:before {
        background-color: #1e966e; }
      header#global_header .nav_top ul.glbnav .hnav01 ul.subnav {
        width: 335px;
        text-align: left;
        letter-spacing: normal;
        position: absolute;
        right: 0px;
        top: 0px;
        letter-spacing: -.4em;
        vertical-align: top;
        margin-top: 6px;
        display: none; }
        header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li {
          margin-left: 0px;
          display: inline-block;
          letter-spacing: normal;
          width: auto;
          position: relative;
          height: auto;
          left: auto; }
          header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li a {
            display: block;
            height: auto;
            color: #fff;
            margin-left: 0px !important; }
          header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:before {
            display: none; }
          header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:after {
            content: "|";
            color: #fff;
            margin-left: .6em;
            display: inline-block; }
        header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li, header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li a {
          height: 40px;
          line-height: 40px; }
        header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:last-child {
          margin-right: 0px; }
        header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:first-child:before {
          content: "|";
          display: inline-block;
          margin-left: 1em;
          color: #fff;
          font-weight: bold;
          margin-right: 1em; }
      header#global_header .nav_top ul.glbnav .hnav02,
      header#global_header .nav_top ul.glbnav .hnav03 {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      header#global_header .nav_top ul.glbnav .hnav02 {
        margin-left: -75px; }
        header#global_header .nav_top ul.glbnav .hnav02 a:before {
          background-color: #6496be; }
        header#global_header .nav_top ul.glbnav .hnav02 .svg {
          display: none; }
        header#global_header .nav_top ul.glbnav .hnav02 .svg {
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -10px 0 0 -14px; }
        header#global_header .nav_top ul.glbnav .hnav02 svg path {
          fill: #fff;
          stroke: none; }
        header#global_header .nav_top ul.glbnav .hnav02 .text {
          display: inline-block; }
        header#global_header .nav_top ul.glbnav .hnav02 span.svg, header#global_header .nav_top ul.glbnav .hnav02 svg {
          width: 28px;
          height: 20px; }
      header#global_header .nav_top ul.glbnav .hnav03 {
        margin-left: 90px; }
        header#global_header .nav_top ul.glbnav .hnav03 a:before {
          background-color: #b96e6e; }
        header#global_header .nav_top ul.glbnav .hnav03 .svg {
          display: none; }
        header#global_header .nav_top ul.glbnav .hnav03 svg path {
          fill: #fff;
          stroke: none; }
        header#global_header .nav_top ul.glbnav .hnav03 .svg {
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -10px 0 0 -12px; }
        header#global_header .nav_top ul.glbnav .hnav03 .text {
          display: inline-block; }
        header#global_header .nav_top ul.glbnav .hnav03 span.svg, header#global_header .nav_top ul.glbnav .hnav03 svg {
          width: 24px;
          height: 20px; }
  header#global_header .nav_main {
    position: fixed;
    top: 0px;
    left: 188px;
    height: 40px;
    width: 190px; }
    header#global_header .nav_main ul {
      letter-spacing: -.4em;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 190px; }
      header#global_header .nav_main ul li {
        display: inline-block;
        letter-spacing: normal; }
      header#global_header .nav_main ul .hnav04:after {
        content: "|";
        margin-right: 1em;
        padding-left: .8em; }
  header#global_header #page_nav {
    position: fixed;
    top: 0px;
    right: 0px; }
    header#global_header #page_nav ul {
      letter-spacing: -.4em; }
      header#global_header #page_nav ul li {
        display: inline-block;
        letter-spacing: normal;
        width: 60px;
        height: 60px;
        vertical-align: top; }
        header#global_header #page_nav ul li a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
        header#global_header #page_nav ul li svg path {
          fill: #fff;
          stroke: none; }
        header#global_header #page_nav ul li svg {
          position: absolute;
          top: 50%;
          left: 50%; }
      header#global_header #page_nav ul .hnav06 {
        margin-right: 10px; }
        header#global_header #page_nav ul .hnav06 a {
          background: #6496be; }
          header#global_header #page_nav ul .hnav06 a svg {
            width: 28px;
            height: 20px;
            margin: -10px 0 0 -14px; }
      header#global_header #page_nav ul .hnav07 a {
        background: #b96e6e; }
        header#global_header #page_nav ul .hnav07 a svg {
          width: 24px;
          height: 20px;
          margin: -10px 0 0 -12px; }

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: none;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  transition: transform 0.6s ease; }
  footer .inner {
    width: calc(100% - 40px);
    margin: auto;
    position: relative; }
  footer .footer_r {
    position: absolute;
    right: 0px;
    top: 0px; }
  footer p.copy {
    font-size: 10px;
    font-size: 1rem;
    text-align: right; }
  footer nav {
    padding-bottom: 15px;
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    transition: transform 0.2s linear; }
    footer nav ul {
      letter-spacing: -.4em; }
      footer nav ul:before {
        font-size: 10px;
        font-size: 1rem;
        content: "|";
        margin-right: 1.5em; }
      footer nav ul li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        font-family: 'AvenirNextLTW01-Medium'; }
        footer nav ul li:after {
          font-size: 10px;
          font-size: 1rem;
          content: "|";
          margin-right: 1.4em;
          padding-left: 1.2em; }
        footer nav ul li a {
          font-size: 10px;
          font-size: 1rem; }
  footer ul.functions {
    letter-spacing: -.4em; }
    footer ul.functions li {
      font-family: 'AvenirNextLTW01-Medium';
      letter-spacing: normal;
      display: inline-block;
      font-size: 10px;
      font-size: 1rem;
      margin-right: 10px;
      vertical-align: bottom; }
    footer ul.functions li, footer ul.functions li a {
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center; }
    footer ul.functions li a {
      box-sizing: border-box;
      border: 1px solid #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block; }
    footer ul.functions li.lang a.active {
      cursor: default;
      -webkit-tap-highlight-color: transparent; }
    footer ul.functions li.btn_sound {
      margin-right: 0px; }
      footer ul.functions li.btn_sound svg {
        width: 13px;
        height: 10px;
        position: relative;
        top: 1px; }
        footer ul.functions li.btn_sound svg path {
          fill: #000; }
      footer ul.functions li.btn_sound span#sound_off {
        padding: 5px 0 0 7px; }
      footer ul.functions li.btn_sound a.active #sound_on {
        display: block; }
      footer ul.functions li.btn_sound a.active #sound_off {
        display: none; }
      footer ul.functions li.btn_sound a #sound_on {
        display: none; }
      footer ul.functions li.btn_sound a #sound_off {
        display: block; }

.show_nav #glbnav_sp {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.show_nav #btn_menu span:nth-child(1) {
  display: none; }

.show_nav #btn_menu span:nth-child(3) {
  display: none; }

.show_nav #btn_menu span:nth-child(5) {
  display: none; }

.show_nav #btn_menu span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px; }

.show_nav #btn_menu span:nth-child(4) {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

#glbnav_sp {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #333;
  -webkit-transform: translate3d(0, -120%, 0);
  -moz-transform: translate3d(0, -120%, 0);
  -ms-transform: translate3d(0, -120%, 0);
  -o-transform: translate3d(0, -120%, 0);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  transition: transform 0.6s ease; }
  #glbnav_sp .inner {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #glbnav_sp .glbnav_header {
    background: #e5e5e5; }
  #glbnav_sp h2, #glbnav_sp h2.logo {
    width: 150px;
    height: 83px; }
  #glbnav_sp h2 {
    padding: 35px 0;
    margin: auto;
    line-height: 1; }
  #glbnav_sp dl {
    width: 100%;
    height: 100px;
    position: relative; }
    #glbnav_sp dl dt {
      width: 75px;
      height: 75px;
      display: block;
      position: absolute;
      top: 50%;
      left: 25px;
      margin-top: -37px;
      text-align: center; }
    #glbnav_sp dl dd {
      width: 100%;
      height: 50px;
      font-weight: bold;
      text-indent: 2em; }
    #glbnav_sp dl dd a,
    #glbnav_sp dl dd.disable {
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: block;
      color: #fff; }
    #glbnav_sp dl svg path {
      fill: #fff; }
  #glbnav_sp dd {
    border-bottom: 1px solid #fff; }
  #glbnav_sp dl:first-child {
    background: #1e966e; }
    #glbnav_sp dl:first-child dt {
      background: #1e966e; }
      #glbnav_sp dl:first-child dt svg {
        width: 47px;
        height: 32px;
        margin: auto;
        margin-top: 21px;
        display: inline-block; }
  #glbnav_sp dl:nth-child(2) {
    background: #6496be; }
    #glbnav_sp dl:nth-child(2) dt {
      background: #6496be; }
      #glbnav_sp dl:nth-child(2) dt svg {
        width: 53px;
        height: 36px;
        margin: auto;
        margin-top: 19px;
        display: inline-block; }
  #glbnav_sp dl:nth-child(3) {
    background: #b96e6e; }
    #glbnav_sp dl:nth-child(3) dt {
      background: #b96e6e; }
      #glbnav_sp dl:nth-child(3) dt svg {
        width: 43px;
        height: 36px;
        margin: auto;
        margin-top: 19px;
        display: inline-block; }
  #glbnav_sp #nav_footer {
    padding: 40px 0 0px 0; }
  #glbnav_sp ul.fnav {
    text-align: center;
    margin-bottom: 2em; }
    #glbnav_sp ul.fnav li {
      line-height: 1;
      margin-bottom: .5em; }
      #glbnav_sp ul.fnav li a {
        color: #fff;
        font-size: 10px;
        font-size: 1rem; }
    #glbnav_sp ul.fnav li:last-child {
      margin-bottom: 0px; }
  #glbnav_sp ul.choose_lang {
    width: 100%;
    text-align: center;
    letter-spacing: -.4em;
    margin-bottom: 4em; }
    #glbnav_sp ul.choose_lang li, #glbnav_sp ul.choose_lang li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
    #glbnav_sp ul.choose_lang li {
      display: inline-block;
      letter-spacing: normal; }
      #glbnav_sp ul.choose_lang li a {
        display: block;
        color: #fff;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-family: 'Avenir Next LT W01 Bold'; }
    #glbnav_sp ul.choose_lang li:first-child {
      margin-right: 2.5em; }
  #glbnav_sp .copy {
    width: 88%;
    margin: auto;
    padding-bottom: 100px; }
    #glbnav_sp .copy p {
      color: #fff;
      text-align: center;
      font-size: 10px;
      font-size: 1rem;
      line-height: 15px;
      line-height: 1.5rem;
      margin-top: -2.5px;
      margin-top: -0.25rem;
      font-family: 'AvenirNextLTW01-Medium'; }
  #glbnav_sp #btn_close_nav {
    position: absolute;
    right: 20px;
    top: 20px; }

a.btn_scroll {
  position: fixed;
  bottom: .1em;
  width: 5em;
  left: 50%;
  margin-left: -2.5em;
  text-align: center; }
  a.btn_scroll p {
    font-family: 'AvenirNextLTW01-Medium';
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: .3em; }
  a.btn_scroll span.line {
    width: 2px;
    height: 25px;
    position: relative;
    display: block;
    margin: auto;
    overflow: hidden; }
    a.btn_scroll span.line span.line_inr {
      border-left: 1px solid #000;
      display: inline-block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 1px;
      height: 100%;
      ;-webkit-animation: scrollLine 2s cubic-bezier(0.42, 0, 0.58, 1) 0s infinite;
      -moz-animation: scrollLine 2s cubic-bezier(0.42, 0, 0.58, 1) 0s infinite;
      animation: scrollLine 2s cubic-bezier(0.42, 0, 0.58, 1) 0s infinite; }

#block_list {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }
  #block_list .inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
    #block_list .inner #list_inner {
      width: 92%;
      max-width: 1240px;
      margin: auto; }
    #block_list .inner #list_prefecture {
      padding-top: 75px; }
    #block_list .inner h4 {
      margin: 2em 0 0 0;
      font-weight: bold;
      line-height: 1;
      text-align: center; }
      #block_list .inner h4:after {
        width: 1px;
        height: 25px;
        border-left: 1px solid #000;
        display: block;
        content: "";
        margin: auto; }
    #block_list .inner ul li {
      margin-bottom: 25px;
      vertical-align: top;
      position: relative; }
    #block_list .inner ul img {
      vertical-align: bottom; }
    #block_list .inner .hover {
      display: none; }
    #block_list .inner dl dd {
      margin-top: .5em;
      font-size: 12px;
      font-size: 1.2rem; }
  #block_list #btn_list_close {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block; }

.visible_list #block_list {
  display: block; }

.visible_list.show_list a#btn_menu {
  display: none; }

.visible_list.show_list header#global_header h1 {
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0); }

.visible_list.show_list header#global_header a#btn_close_list {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  z-index: 10; }

.visible_list.show_list header#global_header .nav_top .hnav01 a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.visible_list.show_list #block_list {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
  .visible_list.show_list #block_list .inner {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 980px) {
  #loading .loading_inr {
    margin: -200px 0 0 -110px; }
  #loading .loading_inr, #loading p, #loading p svg {
    width: 220px;
    height: 400px; }
  a#btn_menu {
    display: none; }
  footer {
    display: block; }
  h3.ttl_h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: .8em; }
  p.lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    margin-top: -4px;
    margin-top: -0.4rem;
    letter-spacing: 0.05em; }
  #block_modal_movie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(../images/common/bg_movie.png);
    z-index: 100; }
    #block_modal_movie .movie_inner {
      width: 833px;
      height: 469px;
      padding-bottom: 0;
      top: 50%;
      left: 50%;
      margin: -235px 0 0 -417px;
      position: absolute; }
    #block_modal_movie #btn_close_movie {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: -40px;
      right: -40px; }
  .active-slideshow header#global_header .nav_top ul .hnav01 a, .active-slideshow header#global_header .nav_top ul .hnav01 li:before {
    line-height: 40px;
    top: 6px; }
  .active-slideshow header#global_header .nav_top ul .hnav01 ul.subnav li:after {
    top: 6px; }
  header#global_header {
    height: auto; }
    header#global_header h1#ttl_h1,
    header#global_header h1#ttl_h1 svg {
      width: 132px;
      height: 33px;
      display: block; }
    header#global_header h1#ttl_h1 {
      top: 0px;
      left: 0px;
      padding: 15px 0 0 20px;
      z-index: 5; }
      header#global_header h1#ttl_h1 a {
        display: block; }
    header#global_header span.bdr {
      display: none; }
    header#global_header .nav_top {
      height: 60px;
      display: block;
      -webkit-transition: width 0.6s cubic-bezier(0.775, 0.05, 0.64, 0.97) 0s, transform 0.2s ease 0s;
      -moz-transition: width 0.6s cubic-bezier(0.775, 0.05, 0.64, 0.97) 0s, transform 0.2s ease 0s;
      -o-transition: width 0.6s cubic-bezier(0.775, 0.05, 0.64, 0.97) 0s, transform 0.2s ease 0s;
      -ms-transition: width 0.6s cubic-bezier(0.775, 0.05, 0.64, 0.97) 0s, transform 0.2s ease 0s;
      transition: width 0.6s cubic-bezier(0.775, 0.05, 0.64, 0.97) 0s, transform 0.2s ease 0s; }
      header#global_header .nav_top ul.nav_meet {
        position: absolute;
        padding-left: 187px;
        padding-top: 15px;
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        -ms-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        border-top: 5px solid #1e966e;
        z-index: 2; }
        header#global_header .nav_top ul.nav_meet li {
          display: inline-block;
          position: static;
          text-align: left;
          width: auto; }
          header#global_header .nav_top ul.nav_meet li a {
            color: #fff;
            -webkit-transition: color 0.15s linear;
            -moz-transition: color 0.15s linear;
            -o-transition: color 0.15s linear;
            -ms-transition: color 0.15s linear;
            transition: color 0.15s linear;
            font-family: "Avenir Next","source-han-sans-japanese";
            font-weight: 700;
            font-size: 12px;
            font-size: 1.2rem; }
            header#global_header .nav_top ul.nav_meet li a:hover {
              color: #1e966e; }
          header#global_header .nav_top ul.nav_meet li:after {
            content: "|";
            display: inline-block;
            color: #fff;
            padding: 0 1em; }
        header#global_header .nav_top ul.nav_meet li:last-child:after {
          padding-right: 0px; }
      header#global_header .nav_top ul.glbnav {
        text-align: center;
        position: relative;
        height: 60px;
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        -ms-transition: transform 0.2s ease;
        transition: transform 0.2s ease; }
        header#global_header .nav_top ul.glbnav li a:before {
          width: 100%;
          height: 5px;
          display: block;
          content: "";
          position: absolute;
          top: 0px; }
        header#global_header .nav_top ul.glbnav li a span {
          position: absolute;
          width: 100%;
          text-align: center;
          bottom: 0px;
          left: 0px; }
        header#global_header .nav_top ul.glbnav li.disable a {
          cursor: default;
          -webkit-tap-highlight-color: transparent; }
        header#global_header .nav_top ul.glbnav .hnav01 {
          margin-left: -244px;
          letter-spacing: -.4em;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          header#global_header .nav_top ul.glbnav .hnav01 a {
            display: inline-block;
            letter-spacing: normal;
            position: relative;
            top: 0px; }
          header#global_header .nav_top ul.glbnav .hnav01 a:before {
            background-color: #1e966e; }
          header#global_header .nav_top ul.glbnav .hnav01 ul.subnav {
            width: 316px;
            margin-top: 0px; }
            header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li {
              margin-left: 0px;
              display: block;
              letter-spacing: normal;
              position: absolute;
              height: auto;
              left: auto;
              padding-right: 1em; }
              header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li a {
                width: 100%;
                display: block;
                height: auto;
                color: #fff;
                margin-left: 0px !important; }
              header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:before {
                display: none; }
              header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:after {
                content: "|";
                color: #fff;
                margin-left: 0em;
                position: absolute;
                right: 0px;
                top: 0px; }
            header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:first-child {
              width: 8.6em;
              position: absolute;
              left: 0px;
              top: 0px; }
            header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:nth-child(2) {
              width: 157px !important;
              right: 0em;
              text-align: left; }
              header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:nth-child(2) a {
                width: 165px !important;
                display: block; }
            header#global_header .nav_top ul.glbnav .hnav01 ul.subnav li:first-child:before {
              content: "|";
              display: inline;
              margin-left: .4em;
              color: #fff;
              font-weight: normal;
              margin-right: .4em;
              position: relative; }
        header#global_header .nav_top ul.glbnav .hnav02,
        header#global_header .nav_top ul.glbnav .hnav03 {
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        header#global_header .nav_top ul.glbnav .hnav02 {
          margin-left: -75px; }
          header#global_header .nav_top ul.glbnav .hnav02 a:before {
            background-color: #6496be; }
          header#global_header .nav_top ul.glbnav .hnav02 .svg {
            display: none; }
          header#global_header .nav_top ul.glbnav .hnav02 .svg {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -10px 0 0 -14px; }
          header#global_header .nav_top ul.glbnav .hnav02 svg path {
            fill: #fff;
            stroke: none; }
          header#global_header .nav_top ul.glbnav .hnav02 .text {
            display: inline-block; }
          header#global_header .nav_top ul.glbnav .hnav02 span.svg, header#global_header .nav_top ul.glbnav .hnav02 svg {
            width: 28px;
            height: 20px; }
        header#global_header .nav_top ul.glbnav .hnav03 {
          margin-left: 90px; }
          header#global_header .nav_top ul.glbnav .hnav03.disable span {
            color: #b5b5b5; }
          header#global_header .nav_top ul.glbnav .hnav03.disable span.txt_cs {
            display: none; }
          header#global_header .nav_top ul.glbnav .hnav03 a:before {
            background-color: #b96e6e; }
          header#global_header .nav_top ul.glbnav .hnav03 .svg {
            display: none; }
          header#global_header .nav_top ul.glbnav .hnav03 svg path {
            fill: #fff;
            stroke: none; }
          header#global_header .nav_top ul.glbnav .hnav03 .svg {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -10px 0 0 -12px; }
          header#global_header .nav_top ul.glbnav .hnav03 .text {
            display: inline-block; }
          header#global_header .nav_top ul.glbnav .hnav03 span.svg, header#global_header .nav_top ul.glbnav .hnav03 svg {
            width: 24px;
            height: 20px; }
    header#global_header .nav_main {
      position: fixed;
      top: 0px;
      left: 188px;
      height: 40px;
      width: 190px; }
      header#global_header .nav_main ul {
        letter-spacing: -.4em;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 190px; }
        header#global_header .nav_main ul li {
          display: inline-block;
          letter-spacing: normal; }
        header#global_header .nav_main ul .hnav04:after {
          content: "|";
          margin-right: 1em;
          padding-left: .8em; }
    header#global_header #page_nav {
      position: fixed;
      top: 0px;
      right: 0px; }
      header#global_header #page_nav ul {
        letter-spacing: -.4em; }
        header#global_header #page_nav ul li {
          display: inline-block;
          letter-spacing: normal;
          width: 60px;
          height: 60px;
          vertical-align: top; }
          header#global_header #page_nav ul li a {
            width: 100%;
            height: 100%;
            display: block;
            position: relative; }
          header#global_header #page_nav ul li svg path {
            fill: #fff;
            stroke: none; }
          header#global_header #page_nav ul li svg {
            position: absolute;
            top: 50%;
            left: 50%; }
        header#global_header #page_nav ul .hnav06 {
          margin-right: 10px; }
          header#global_header #page_nav ul .hnav06 a {
            background: #6496be; }
            header#global_header #page_nav ul .hnav06 a svg {
              width: 28px;
              height: 20px;
              margin: -10px 0 0 -14px; }
        header#global_header #page_nav ul .hnav07 a {
          background: #b96e6e; }
          header#global_header #page_nav ul .hnav07 a svg {
            width: 24px;
            height: 20px;
            margin: -10px 0 0 -12px; }
    header#global_header #btn_close_list:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
      filter: alpha(opacity=80);
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      opacity: 0.8; }
  #block_list .inner #list_prefecture {
    padding-top: 120px; }
  #block_list .inner h4 {
    font-size: 18px;
    font-size: 1.8rem;
    border-left: 1px solid #000;
    text-align: left;
    height: 36px;
    position: absolute;
    top: -36px;
    margin-top: 0px;
    padding-left: .2em; }
    #block_list .inner h4:after {
      display: none; }
  #block_list .inner ul {
    letter-spacing: -.4em; }
    #block_list .inner ul li {
      display: inline-block;
      letter-spacing: 0em;
      width: 31%;
      margin-right: 3.5%;
      letter-spacing: normal;
      margin-bottom: 70px;
      position: relative;
      vertical-align: top; }
      #block_list .inner ul li a {
        overflow: hidden;
        display: block; }
      #block_list .inner ul li img {
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        transition: transform 0.3s ease; }
    #block_list .inner ul li:nth-child(2n) {
      margin-right: 3.5%; }
    #block_list .inner ul li:nth-child(3n) {
      margin-right: 0px; }
    #block_list .inner ul a:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05); }
    #block_list .inner ul a:hover .hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    #block_list .inner ul .hover {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      background: url(../images/main/bg_black.png);
      display: block;
      -webkit-transition: opacity 0.15s linear;
      -moz-transition: opacity 0.15s linear;
      -o-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
      filter: alpha(opacity=0);
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0; }
    #block_list .inner ul dl {
      position: absolute;
      width: 92%;
      left: 4%;
      top: 50%;
      margin-top: -1.5em; }
      #block_list .inner ul dl dt, #block_list .inner ul dl dd {
        color: #fff;
        line-height: 1; }
      #block_list .inner ul dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 1em; }
  #block_list #btn_list_close {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block; } }

@media all and (min-width: 1240px) {
  h3.ttl_h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: .8em; }
  p.lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: -5px;
    margin-top: -0.5rem; } }

#page404 h1 {
  width: 125px;
  height: 70px;
  margin: auto;
  margin-top: 95px; }

#page404 dl {
  margin-bottom: 95px; }
  #page404 dl dt, #page404 dl dd {
    text-align: center; }
  #page404 dl dt {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: .5em;
    line-height: 1;
    font-family: "Avenir Next","source-han-sans-japanese";
    font-weight: 700; }
  #page404 dl dd {
    font-size: 10px;
    font-size: 1rem;
    font-family: "Avenir Next","source-han-sans-japanese";
    font-weight: 700; }

#about.en {
  font-family: 'AvenirNextLTW01-Medium'; }
  #about.en #block_type ul li dl dd {
    font-weight: normal; }

#about #wrapper {
  padding-top: 120px; }

#about section {
  width: 92%;
  max-width: 1050px;
  margin: auto; }

#about #block_about01 {
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 50px;
  margin-bottom: 50px; }

#about .col2 h3,
#about .col2 p.txt_lead {
  text-align: center; }

#about .col2 h3 {
  font-family: 'Avenir Next LT W01 Demi';
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: .6em; }

#about .col2 p.txt_lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  word-break: normal;
  word-wrap: break-word; }

#about .col2 .col_l {
  margin-bottom: 1em; }

#about .col2 .col_r p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8; }
  #about .col2 .col_r p br {
    display: none; }

#about .col2 .col_r p:nth-child(2) {
  margin-top: 1.5em; }

#about p.note.pc {
  display: none; }

#about p.note {
  font-size: 10px;
  font-size: 1rem;
  width: 92%;
  margin: auto;
  line-height: 1.5;
  color: #666666;
  padding-bottom: 40px; }
  #about p.note a {
    text-decoration: underline;
    color: #666666; }

#about #block_about01 .col2 {
  width: 100%;
  max-width: 934px;
  margin: auto; }

#about #block_about02 {
  width: 100%; }
  #about #block_about02 .col2 {
    width: 100%;
    max-width: 970px; }

#about #block_about_movie {
  width: 100%; }
  #about #block_about_movie .movie_inner {
    width: 92.93%;
    margin: auto;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 50px;
    margin-bottom: 50px; }
  #about #block_about_movie .movie {
    width: 92.93%;
    height: 0%;
    padding-bottom: 56.38%;
    margin: auto;
    position: relative; }
  #about #block_about_movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }

#about #block_type ul {
  width: 310px;
  height: 290px;
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  overflow: hidden; }
  #about #block_type ul li {
    position: absolute; }
    #about #block_type ul li a {
      display: block;
      position: relative; }
    #about #block_type ul li dl {
      position: absolute;
      text-align: center;
      top: 14%; }
      #about #block_type ul li dl dt {
        font-family: "Avenir Next","source-han-sans-japanese";
        font-weight: 700;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.4;
        margin-bottom: .8em; }
      #about #block_type ul li dl dd {
        font-size: 10px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1.6rem;
        margin-top: -3px;
        margin-top: -0.3rem;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9); }
      #about #block_type ul li dl dd.exp {
        font-size: 10px;
        font-size: 1rem;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        margin-top: 1em; }
      #about #block_type ul li dl dd.svg {
        margin-top: 2em; }
    #about #block_type ul li span {
      display: block; }
    #about #block_type ul li:before {
      content: "";
      display: block;
      width: 150%;
      height: 1px;
      border-top: 1px solid #6f6f6f;
      position: absolute;
      z-index: -1; }
  #about #block_type ul .type01 {
    top: 0px;
    left: 0%; }
    #about #block_type ul .type01 dl {
      text-align: center; }
  #about #block_type ul .type02 {
    right: 0px;
    top: 0px; }
    #about #block_type ul .type02 dl {
      text-align: center; }
  #about #block_type ul .type03 {
    bottom: 0px;
    left: 50%;
    margin-left: -76px; }
    #about #block_type ul .type03 dl {
      text-align: center;
      width: 100%; }
  #about #block_type ul .type01:before {
    left: 75%;
    top: 50%; }
  #about #block_type ul .type02:before {
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    left: -46%;
    bottom: 0; }
  #about #block_type ul .type03:before {
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: -62%; }

#about .icon {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative; }
  #about .icon svg path {
    fill: #fff; }
  #about .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0); }

#about .type01 .icon {
  background: #e0eaf2; }
  #about .type01 .icon svg {
    width: 102.5px;
    height: 71px; }

#about .type02 .icon {
  background: #f1e2e2; }
  #about .type02 .icon svg {
    width: 85px;
    height: 70px; }

#about .type03 .icon {
  background: #d2eae2; }
  #about .type03 .icon svg {
    width: 90px;
    height: 62.5px; }

a.btn_pagetop {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #000;
  text-align: center;
  color: #fff; }

.page header#page_header {
  width: 100%;
  padding: 40px 0; }
  .page header#page_header h1, .page header#page_header h1 svg {
    width: 250px;
    height: 140px; }
  .page header#page_header h1 {
    margin: auto; }

.page main {
  padding-bottom: 40px; }

.page #block_info {
  width: 92%;
  max-width: 830px;
  margin: auto; }
  .page #block_info .lead p {
    font-weight: bold;
    margin-bottom: 2em;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2.5; }
  .page #block_info h2 {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    letter-spacing: 0.1em; }
  .page #block_info h3 {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 1.2rem; }
  .page #block_info .block {
    margin-bottom: 2em; }
    .page #block_info .block li,
    .page #block_info .block p {
      font-size: 10px;
      font-size: 1rem;
      line-height: 2; }
    .page #block_info .block a {
      text-decoration: underline; }
    .page #block_info .block ul li ul {
      padding-left: 1em; }
  .page #block_info .copy dt, .page #block_info .copy dd {
    font-size: 10px;
    font-size: 1rem; }
  .page #block_info .table {
    letter-spacing: -.4em;
    width: 90%;
    margin: auto;
    margin-top: 1.5em; }
    .page #block_info .table .num, .page #block_info .table .r {
      vertical-align: top;
      display: inline-block;
      letter-spacing: normal; }
    .page #block_info .table .num {
      width: 40px;
      position: relative;
      top: 0em;
      line-height: 1.5; }
    .page #block_info .table .r {
      width: calc(100% - 40px); }
    .page #block_info .table dl {
      margin-bottom: 1em; }
      .page #block_info .table dl dt, .page #block_info .table dl dd {
        font-size: 10px;
        font-size: 1rem; }
      .page #block_info .table dl dt {
        font-weight: bold; }

.page footer {
  position: static;
  display: block;
  background: #333333;
  padding-bottom: 32px; }
  .page footer .inner {
    width: 100%; }
  .page footer .footer_page_nav {
    padding-top: 45px; }
    .page footer .footer_page_nav ul {
      text-align: center;
      height: auto;
      width: 100%; }
      .page footer .footer_page_nav ul:before {
        content: "";
        display: none; }
      .page footer .footer_page_nav ul li {
        position: static;
        display: block;
        line-height: 1;
        margin-bottom: 1em; }
        .page footer .footer_page_nav ul li a {
          color: #fff;
          letter-spacing: normal; }
        .page footer .footer_page_nav ul li a.current {
          color: #1e966e;
          cursor: default;
          -webkit-tap-highlight-color: transparent; }
        .page footer .footer_page_nav ul li:after {
          content: "";
          display: none; }
  .page footer ul.select_lang {
    letter-spacing: -.4em;
    text-align: center;
    margin-bottom: 40px; }
    .page footer ul.select_lang li, .page footer ul.select_lang li a {
      width: 20px;
      height: 20px;
      letter-spacing: normal;
      line-height: 20px; }
    .page footer ul.select_lang li {
      display: inline-block;
      margin-right: 1em; }
    .page footer ul.select_lang li a {
      display: block;
      border: 1px solid #fff;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
      filter: alpha(opacity=60);
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-family: 'Avenir Next LT W01 Bold';
      text-align: center;
      font-size: 10px;
      font-size: 1rem;
      color: #fff; }
    .page footer ul.select_lang li a.disable {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    .page footer ul.select_lang li:last-child {
      margin-right: 0px; }
  .page footer p.copy {
    width: 92%;
    margin: auto;
    text-align: left;
    color: #fff;
    line-height: 1.4; }
    .page footer p.copy br {
      display: none; }
  .page footer h3,
  .page footer h3 svg {
    width: 150px;
    height: 83px; }
  .page footer h3 {
    margin: auto;
    margin-bottom: 40px; }
    .page footer h3 svg path {
      fill: #fff; }

#credit #credit_header {
  padding: 80px 0 0 0; }
  #credit #credit_header ul {
    text-align: center;
    letter-spacing: -.6em;
    margin-bottom: 30px; }
    #credit #credit_header ul li {
      display: inline-block;
      line-height: 1;
      letter-spacing: normal;
      width: 100px; }
    #credit #credit_header ul li:nth-child(1) {
      margin-right: 40px; }
  #credit #credit_header svg {
    width: 100px;
    height: 100px; }
    #credit #credit_header svg path {
      fill: #000; }
  #credit #credit_header .credit_inner {
    width: 86%;
    max-width: 940px;
    margin: auto;
    padding-bottom: 50px; }
    #credit #credit_header .credit_inner h2 {
      font-size: 17px;
      font-size: 1.7rem;
      text-align: center;
      margin-bottom: 1em;
      font-weight: bold; }
    #credit #credit_header .credit_inner p.lead {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.8; }
      #credit #credit_header .credit_inner p.lead br {
        display: none; }

#credit .blk {
  padding: 50px 0; }
  #credit .blk img {
    vertical-align: bottom;
    width: 100%; }
  #credit .blk .inr {
    width: 85.33%;
    max-width: 640px;
    margin: auto; }
  #credit .blk h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem; }
  #credit .blk .txt {
    background: #fff;
    margin-bottom: 1.5em; }
    #credit .blk .txt p {
      padding: 1em;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.8;
      word-wrap: break-word;
      word-break: break-all; }
    #credit .blk .txt a {
      text-decoration: underline; }
  #credit .blk ul.imgs li {
    margin-bottom: 1.5em; }
    #credit .blk ul.imgs li p.txt_lang {
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      font-weight: bold;
      margin-bottom: .5em; }
    #credit .blk ul.imgs li dl dd {
      margin-top: 1.5em;
      font-size: 10px;
      font-size: 1rem; }
    #credit .blk ul.imgs li dl span {
      display: block;
      padding: 1em 0; }
  #credit .blk a {
    text-decoration: underline; }
  #credit .blk .copy,
  #credit .blk .note {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8; }
    #credit .blk .copy br,
    #credit .blk .note br {
      display: none; }
  #credit .blk .copy span,
  #credit .blk .note span {
    display: block;
    padding: 1em 0; }
  #credit .blk.b1 .txt {
    background: #eaeaea; }
  #credit .blk.b3 ul li, #credit .blk.b2 ul li {
    position: relative; }
    #credit .blk.b3 ul li p, #credit .blk.b2 ul li p {
      position: absolute;
      bottom: 0em;
      left: .5em;
      letter-spacing: 0.05em;
      color: #fff;
      text-shadow: 0 1px 3px #000;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.3;
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      -moz-transform-origin: left top;
      -o-transform-origin: left top;
      -ms-transform-origin: left top;
      -webkit-transform-origin: left top;
      transform-origin: left top; }
  #credit .blk.b3 ul li p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    font-size: 12px;
    font-size: 1.2rem;
    bottom: .3em;
    left: .5em; }
  #credit .blk.b2 ul, #credit .blk.b3 ul, #credit .blk.b4 ul {
    letter-spacing: -.6em; }
    #credit .blk.b2 ul li, #credit .blk.b3 ul li, #credit .blk.b4 ul li {
      display: inline-block;
      vertical-align: top;
      width: 47.9%;
      margin-right: 4%;
      margin-bottom: 3%; }
    #credit .blk.b2 ul li:nth-child(2n), #credit .blk.b3 ul li:nth-child(2n), #credit .blk.b4 ul li:nth-child(2n) {
      margin-right: 0px; }
    #credit .blk.b2 ul li:nth-child(3),
    #credit .blk.b2 ul li:nth-child(4), #credit .blk.b3 ul li:nth-child(3),
    #credit .blk.b3 ul li:nth-child(4), #credit .blk.b4 ul li:nth-child(3),
    #credit .blk.b4 ul li:nth-child(4) {
      margin-bottom: 0px; }
  #credit .blk.b2 p.copy, #credit .blk.b3 p.copy, #credit .blk.b4 p.copy {
    margin-top: 1.5em; }
  #credit .blk.b4 p.copy {
    margin-bottom: 2em; }

#credit .blk.b0 {
  background: #d2eae2; }

#credit .blk.b2 {
  background: #f1e2e2; }

#credit .blk.b4 {
  background: #e0eaf2; }

@media all and (min-width: 414px) {
  #about .col2 h3 {
    font-size: 19px;
    font-size: 1.9rem; }
  #about .col2 p.txt_lead {
    font-size: 13px;
    font-size: 1.3rem; }
  #about .col2 .col_r p {
    font-size: 10px;
    font-size: 1rem; }
  #about #block_type ul {
    width: 360px;
    height: 320px; }
    #about #block_type ul li dl {
      top: 14%;
      width: 100%; }
      #about #block_type ul li dl dt {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
        margin-bottom: .8em; }
      #about #block_type ul li dl dd {
        font-size: 10px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1.6rem;
        margin-top: -3px;
        margin-top: -0.3rem;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1); }
      #about #block_type ul li dl dd.exp {
        font-size: 10px;
        font-size: 1rem;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        margin-top: 1em; }
      #about #block_type ul li dl dd.svg {
        margin-top: 2em; }
    #about #block_type ul li span {
      display: block; }
    #about #block_type ul li:before {
      content: "";
      display: block;
      width: 150%;
      height: 1px;
      border-top: 1px solid #6f6f6f;
      position: absolute;
      z-index: -1; }
    #about #block_type ul .type01 .icon svg {
      width: 112.75px;
      height: 78.1px; }
    #about #block_type ul .type02 .icon svg {
      width: 93.5px;
      height: 77px; }
    #about #block_type ul .type03 .icon svg {
      width: 99px;
      height: 68.75px; }
  #about .icon {
    width: 161.7px;
    height: 161.7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    #about .icon svg path {
      fill: #fff; }
    #about .icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0); }
  .page footer ul li a {
    font-size: 12px;
    font-size: 1.2rem; }
  .page #block_info .lead p {
    font-size: 11px;
    font-size: 1.1rem; }
  .page #block_info h2 {
    font-size: 14px;
    font-size: 1.4rem; }
  .page #block_info h3 {
    font-size: 13px;
    font-size: 1.3rem; }
  .page #block_info .block li,
  .page #block_info .block p {
    font-size: 11px;
    font-size: 1.1rem; }
  .page #block_info .copy dt, .page #block_info .copy dd {
    font-size: 11px;
    font-size: 1.1rem; }
  .page #block_info .table dl {
    margin-bottom: 1em; }
    .page #block_info .table dl dt, .page #block_info .table dl dd {
      font-size: 11px;
      font-size: 1.1rem; }
  #credit #credit_header ul {
    margin-bottom: 30px; }
    #credit #credit_header ul li {
      width: 120px; }
    #credit #credit_header ul li:nth-child(1) {
      margin-right: 50px; }
  #credit #credit_header svg {
    width: 120px;
    height: 120px; }
  #credit #credit_header .credit_inner {
    padding-bottom: 50px; }
    #credit #credit_header .credit_inner h2 {
      font-size: 19px;
      font-size: 1.9rem; }
    #credit #credit_header .credit_inner p.lead {
      font-size: 11px;
      font-size: 1.1rem; }
  #credit .blk h3 {
    font-size: 14px;
    font-size: 1.4rem; }
  #credit .blk .txt p {
    font-size: 11px;
    font-size: 1.1rem; }
  #credit .blk.b2 ul li p {
    font-size: 10px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8); }
  #credit .blk ul.imgs li p.txt_lang {
    font-size: 13px;
    font-size: 1.3rem; }
  #credit .blk ul.imgs li dl dd {
    font-size: 11px;
    font-size: 1.1rem; }
  #credit .blk .copy,
  #credit .blk .note {
    font-size: 11px;
    font-size: 1.1rem; } }

@media all and (min-width: 640px) {
  #about .col2 .col_l {
    margin-bottom: 2em; }
  #about .col2 h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  #about .col2 p.txt_lead {
    font-size: 15px;
    font-size: 1.5rem; }
  #about .col2 .col_r p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: -6px;
    margin-top: -0.6rem;
    letter-spacing: 0.05em; }
  #about #block_type ul {
    width: 530px;
    height: 490px; }
    #about #block_type ul li dl {
      top: 22%; }
      #about #block_type ul li dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: 1em; }
      #about #block_type ul li dl dd {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem;
        margin-top: -4px;
        margin-top: -0.4rem;
        letter-spacing: 0.05em; }
      #about #block_type ul li dl dd.exp {
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 0.05em;
        margin-top: 1em; }
      #about #block_type ul li dl dd.svg {
        margin-top: 2em; }
    #about #block_type ul li span {
      display: block; }
    #about #block_type ul .type01 .icon svg {
      width: 160px;
      height: 110px; }
    #about #block_type ul .type02 .icon svg {
      width: 134px;
      height: 110px; }
    #about #block_type ul .type03 {
      margin-left: -115px; }
    #about #block_type ul .type03 .icon svg {
      width: 140px;
      height: 96px; }
  #about .icon {
    width: 230px;
    height: 230px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    #about .icon svg path {
      fill: #fff; }
    #about .icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0); }
  .page footer .inner {
    width: 100%;
    max-width: 1050px;
    margin: auto;
    position: relative; }
  .page footer ul li a {
    font-size: 14px;
    font-size: 1.4rem; }
  .page #block_info .lead p {
    font-size: 12px;
    font-size: 1.2rem; }
  .page #block_info h2 {
    font-size: 16px;
    font-size: 1.6rem; }
  .page #block_info h3 {
    font-size: 14px;
    font-size: 1.4rem; }
  .page #block_info .block li,
  .page #block_info .block p {
    font-size: 12px;
    font-size: 1.2rem; }
  .page #block_info .copy dt, .page #block_info .copy dd {
    font-size: 12px;
    font-size: 1.2rem; }
  .page #block_info .table dl dt, .page #block_info .table dl dd {
    font-size: 12px;
    font-size: 1.2rem; }
  #credit #credit_header {
    position: relative; }
    #credit #credit_header ul {
      margin-bottom: 0px;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -80px; }
      #credit #credit_header ul li {
        width: 160px; }
      #credit #credit_header ul li:nth-child(1) {
        margin-right: 50px; }
      #credit #credit_header ul svg {
        width: 160px;
        height: 160px; }
        #credit #credit_header ul svg path {
          fill: #eaeaea; }
    #credit #credit_header svg {
      width: 120px;
      height: 120px; }
    #credit #credit_header .credit_inner {
      padding-bottom: 50px;
      position: relative; }
      #credit #credit_header .credit_inner h2 {
        font-size: 20px;
        font-size: 2rem; }
      #credit #credit_header .credit_inner p.lead {
        font-size: 12px;
        font-size: 1.2rem; }
  #credit .blk.b2 ul li p {
    font-size: 10px;
    font-size: 1rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    bottom: .5em; }
  #credit .blk.b3 ul li p {
    font-size: 14px;
    font-size: 1.4rem; }
  #credit .blk h3 {
    font-size: 15px;
    font-size: 1.5rem; }
  #credit .blk .txt p {
    font-size: 12px;
    font-size: 1.2rem; }
  #credit .blk ul.imgs li p.txt_lang {
    font-size: 14px;
    font-size: 1.4rem; }
  #credit .blk ul.imgs li dl dd {
    font-size: 12px;
    font-size: 1.2rem; }
  #credit .blk .copy,
  #credit .blk .note {
    font-size: 12px;
    font-size: 1.2rem; } }

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  .page #block_info .lead p {
    font-size: 13px;
    font-size: 1.3rem; }
  .page #block_info h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  .page #block_info h3 {
    font-size: 15px;
    font-size: 1.5rem; }
  .page #block_info .block li,
  .page #block_info .block p {
    font-size: 13px;
    font-size: 1.3rem; }
  .page #block_info .copy dt, .page #block_info .copy dd {
    font-size: 13px;
    font-size: 1.3rem; }
  .page #block_info .table dl dt, .page #block_info .table dl dd {
    font-size: 13px;
    font-size: 1.3rem; } }

/* PC */
@media all and (min-width: 864px) {
  #page404 h1 {
    width: 250px;
    height: 140px;
    margin-top: 160px; }
  #page404 dl {
    margin-bottom: 160px; }
    #page404 dl dt, #page404 dl dd {
      text-align: center; }
    #page404 dl dt {
      font-size: 50px;
      font-size: 5rem;
      margin-bottom: .5em; }
    #page404 dl dd {
      font-size: 16px;
      font-size: 1.6rem; }
  #about .col2 .col_l {
    margin-bottom: 2em; }
  #about .col2 h3 {
    font-size: 35px;
    font-size: 3.5rem; }
  #about .col2 p.txt_lead {
    font-size: 15px;
    font-size: 1.5rem; }
  #about .col2 .col_r p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: -8px;
    margin-top: -0.8rem;
    letter-spacing: 0.05em; }
  .page footer .footer_page_nav ul li a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear; }
    .page footer .footer_page_nav ul li a:hover {
      color: #1e966e; }
  .page #block_info .lead p {
    font-size: 13px;
    font-size: 1.3rem; }
  .page #block_info h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  .page #block_info h3 {
    font-size: 14px;
    font-size: 1.4rem; }
  .page #block_info .block li,
  .page #block_info .block p {
    font-size: 14px;
    font-size: 1.4rem; }
  .page #block_info .copy dt, .page #block_info .copy dd {
    font-size: 14px;
    font-size: 1.4rem; }
  .page #block_info .table dl dt, .page #block_info .table dl dd {
    font-size: 14px;
    font-size: 1.4rem; }
  #credit .blk .inr {
    max-width: 1050px; }
  #credit .blk.b2 ul li p {
    font-size: 12px;
    font-size: 1.2rem;
    left: 1em;
    bottom: .7em; }
  #credit .blk ul.imgs {
    letter-spacing: -.6em; }
    #credit .blk ul.imgs li {
      margin-bottom: 1.5em;
      vertical-align: top;
      display: inline-block;
      letter-spacing: normal;
      width: 48%;
      margin-right: 4%; }
      #credit .blk ul.imgs li p.txt_lang {
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 1.5em; }
      #credit .blk ul.imgs li dl dd {
        margin-top: 1.6em;
        font-size: 10px;
        font-size: 1rem; }
      #credit .blk ul.imgs li dl span {
        display: block;
        padding: 1em 0; }
    #credit .blk ul.imgs li:nth-child(2n) {
      margin-right: 0px; } }

@media all and (min-width: 1080px) {
  #about #wrapper {
    padding-top: 150px; }
  #about section {
    width: 92%;
    margin: auto; }
  #about #block_about01 {
    margin-bottom: 50px;
    padding-bottom: 100px; }
    #about #block_about01 .col2 {
      *zoom: 1;
      position: relative; }
      #about #block_about01 .col2:before, #about #block_about01 .col2:after {
        content: " ";
        display: table; }
      #about #block_about01 .col2:after {
        clear: both; }
      #about #block_about01 .col2 .col_l {
        width: 420px;
        float: left; }
        #about #block_about01 .col2 .col_l .txts {
          position: absolute;
          top: 50%;
          margin-top: -6em;
          width: 420px; }
      #about #block_about01 .col2 .col_r {
        width: 475px;
        float: right; }
  #about #block_about_movie {
    width: 100%;
    margin-bottom: 100px; }
    #about #block_about_movie .movie_inner {
      width: 100%;
      margin: auto;
      border-bottom: 1px solid #6f6f6f;
      padding-bottom: 50px;
      margin-bottom: 0px; }
    #about #block_about_movie .movie {
      width: 833px;
      height: 469px;
      padding-bottom: 0;
      margin: auto;
      position: relative; }
  #about #block_about02 {
    padding-bottom: 100px; }
    #about #block_about02 .col2 {
      *zoom: 1;
      position: relative; }
      #about #block_about02 .col2:before, #about #block_about02 .col2:after {
        content: " ";
        display: table; }
      #about #block_about02 .col2:after {
        clear: both; }
      #about #block_about02 .col2 .col_l {
        float: right;
        width: 340px; }
        #about #block_about02 .col2 .col_l .txts {
          position: absolute;
          top: 50%;
          margin-top: -6em; }
      #about #block_about02 .col2 .col_r {
        float: left; }
    #about #block_about02 ul {
      margin-bottom: 0px; }
  #about .col2 h3,
  #about .col2 p.txt_lead {
    text-align: left; }
  #about .col2 h3 {
    margin-bottom: .6em; }
  #about .col2 p.txt_lead {
    line-height: 1.8;
    font-weight: bold; }
  #about .col2 .col_l {
    margin-bottom: 1em; }
  #about .col2 .col_r p br {
    display: block; }
  #about p.note.pc {
    display: block; }
  #about p.note.sp {
    display: none; }
  #about p.note {
    font-weight: bold;
    width: 100%;
    margin: 0;
    line-height: 2.1;
    margin-top: 3em; }
  #about #block_about02 {
    width: 100%; }
    #about #block_about02 .col2 {
      width: 100%; }
  a.btn_pagetop {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000; }
  .page footer {
    padding-bottom: 0px; }
    .page footer .inner {
      *zoom: 1;
      padding: 90px 0; }
      .page footer .inner:before, .page footer .inner:after {
        content: " ";
        display: table; }
      .page footer .inner:after {
        clear: both; }
    .page footer .page_footer_l {
      width: 580px;
      float: left; }
    .page footer .page_footer_r {
      padding-top: 0px;
      width: 290px;
      float: right; }
      .page footer .page_footer_r .footer_page_nav {
        padding-top: 0px; }
      .page footer .page_footer_r .footer_page_nav ul {
        text-align: left;
        height: auto;
        width: 100%;
        margin-bottom: 60px; }
        .page footer .page_footer_r .footer_page_nav ul:before {
          content: "";
          display: none; }
        .page footer .page_footer_r .footer_page_nav ul li {
          margin-bottom: 1.5em; }
          .page footer .page_footer_r .footer_page_nav ul li a {
            font-size: 12px;
            font-size: 1.2rem; }
        .page footer .page_footer_r .footer_page_nav ul li:last-child {
          margin-bottom: 0px; }
      .page footer .page_footer_r ul.select_lang {
        text-align: right;
        margin-bottom: 0px; }
        .page footer .page_footer_r ul.select_lang li.disable {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
          filter: alpha(opacity=60);
          -webkit-opacity: 0.6;
          -khtml-opacity: 0.6;
          -moz-opacity: 0.6;
          opacity: 0.6; }
    .page footer h3,
    .page footer h3 svg {
      width: 150px;
      height: 83px; }
    .page footer h3 {
      margin: 0;
      margin-bottom: 100px; }
    .page footer p.copy {
      width: 100%;
      color: #fff;
      text-align: left; }
      .page footer p.copy br {
        display: block; }
  #credit #credit_header {
    padding: 190px 0; }
    #credit #credit_header ul {
      margin-top: -160px;
      margin-bottom: 0px; }
      #credit #credit_header ul li {
        width: 320px; }
      #credit #credit_header ul li:nth-child(1) {
        margin-right: 120px; }
      #credit #credit_header ul svg {
        width: 320px;
        height: 320px; }
    #credit #credit_header .credit_inner {
      padding-bottom: 0px;
      text-align: center; }
      #credit #credit_header .credit_inner h2 {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: 0.05em;
        margin-bottom: .8em;
        font-weight: bold; }
        #credit #credit_header .credit_inner h2 br {
          display: none; }
      #credit #credit_header .credit_inner p.lead {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2; }
        #credit #credit_header .credit_inner p.lead br {
          display: block; }
  #credit .blk {
    padding: 50px 0; }
    #credit .blk h3 {
      text-align: left;
      line-height: 1;
      font-weight: bold;
      margin-bottom: 1.5em;
      font-size: 18px;
      font-size: 1.8rem; }
    #credit .blk .txt {
      background: #fff;
      margin-bottom: 3.3em; }
      #credit .blk .txt p {
        padding: 1.2em;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2; }
    #credit .blk .copy {
      font-size: 10px;
      font-size: 1rem;
      line-height: 2; }
      #credit .blk .copy br {
        display: block; }
      #credit .blk .copy span {
        display: block;
        padding: 1em 0; }
    #credit .blk .note {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2; }
      #credit .blk .note br {
        display: block; }
    #credit .blk.b0 ul.imgs, #credit .blk.b1 ul.imgs {
      margin-bottom: 20px; }
    #credit .blk.b2 ul, #credit .blk.b3 ul, #credit .blk.b4 ul {
      letter-spacing: -.6em; }
      #credit .blk.b2 ul li, #credit .blk.b3 ul li, #credit .blk.b4 ul li {
        display: inline-block;
        width: 47.9%;
        margin-right: 4%;
        margin-bottom: 3%; }
      #credit .blk.b2 ul li:nth-child(2n), #credit .blk.b3 ul li:nth-child(2n), #credit .blk.b4 ul li:nth-child(2n) {
        margin-right: 0px; }
    #credit .blk.b4 {
      padding: 50px 0 100px 0; }
      #credit .blk.b4 p.copy {
        margin-bottom: 2em; }
  #credit .blk.b0 {
    background: #d2eae2; }
  #credit .blk.b2 {
    background: #f1e2e2; }
  #credit .blk.b4 {
    background: #e0eaf2; } }

/*# sourceMappingURL=page.css.map */