@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 24px; }

html[lang="en"] {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500; }

html[lang="ja"] {
  font-family: "acumin-pro", "a-otf-gothic-bbb-pr6n", sans-serif;
  font-weight: 500; }

html:not(.touch) a, html:not(.touch) .contact__form__button {
  transition: opacity .1s linear; }
  html:not(.touch) a:hover, html:not(.touch) .contact__form__button:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition-duration: 0s; }
    html:not(.touch) a:hover.feature__video__play, html:not(.touch) .contact__form__button:hover.feature__video__play {
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

.menu {
  height: 88px;
  width: 100%;
  position: fixed;
  top: 22px;
  left: 0px;
  z-index: 99;
  background-color: transparent; }
  .menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 88px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#00000000',GradientType=0 );
    position: absolute;
    left: 0px;
    bottom: -88px;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.menu__logo {
  width: 304px;
  height: 58px;
  position: absolute;
  left: 60px;
  top: 15px; }
  .menu__logo a {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 304px;
    height: 58px;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .menu__logo a:before, .menu__logo a:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      background-size: contain; }
    .menu__logo a:before {
      z-index: 0;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      background-image: url(/images/logo_posi.png); }
    .menu__logo a:after {
      z-index: 1;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      background-image: url(/images/logo_nega.png); }

.menu__nav {
  font-size: 0px;
  height: 58px;
  position: absolute;
  right: 30px;
  top: 30px; }
  .menu__nav li {
    position: relative;
    display: inline-block;
    margin-right: 30px; }
    .menu__nav li:before {
      content: "";
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      background-color: #E7380D;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      z-index: 0; }
    .menu__nav li a {
      position: relative;
      display: block;
      width: auto;
      height: 58px;
      font-size: 18px;
      font-weight: 700;
      line-height: 58px;
      text-decoration: none;
      color: #FFF;
      z-index: 1; }
    .menu__nav li.current {
      opacity: 1 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .menu__nav li.current:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.menu__nav__lang {
  width: 114px;
  position: absolute;
  top: -52px;
  right: 30px; }
  .menu__nav__lang a {
    position: relative;
    display: block;
    width: 52px;
    padding-top: 22px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    float: left; }
    .menu__nav__lang a:first-child {
      margin-right: 10px; }
    .menu__nav__lang a:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFF;
      position: absolute;
      top: 0px; }

html[lang="en"] .menu__nav__lang .menu__nav__lang__en {
  font-weight: 700; }
  html[lang="en"] .menu__nav__lang .menu__nav__lang__en:before {
    height: 5px; }

html[lang="ja"] .menu__nav__lang .menu__nav__lang__jp {
  font-weight: 700; }
  html[lang="ja"] .menu__nav__lang .menu__nav__lang__jp:before {
    height: 5px; }

.menu__nav__toggle {
  display: none; }

.menu.invert {
  background-color: #FFF; }
  .menu.invert:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .menu.invert .menu__logo a:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .menu.invert .menu__logo a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .menu.invert .menu__nav__toggle:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .menu.invert .menu__nav__toggle:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .menu.invert .menu__nav li a {
    color: #000; }
  .menu.invert .menu__nav__lang a {
    color: #000; }
    .menu.invert .menu__nav__lang a:before {
      background-color: #000; }

@media screen and (max-width: 960px) {
  .menu {
    height: 54px;
    position: fixed;
    top: 0px;
    -ms-transform: translateY(0px) !important;
        transform: translateY(0px) !important; }
    .menu:after {
      height: 54px;
      bottom: -54px; }
    .menu.open .menu__nav .menu__nav__container {
      height: 100vh; }
    .menu.open:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .menu.open .menu__logo a:before {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .menu.open .menu__logo a:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .menu.open .menu__nav__toggle:before {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .menu.open .menu__nav__toggle:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .menu.open .menu__nav__toggle:before, .menu.open .menu__nav__toggle:after {
      background-position: center bottom; }
    .menu.open .menu__nav__lang a {
      color: #000; }
      .menu.open .menu__nav__lang a:before {
        background-color: #000; }
  .menu__logo {
    width: 152px;
    height: 29px;
    left: 16px;
    top: 14px;
    z-index: 2; }
    .menu__logo a {
      width: 152px;
      height: 29px; }
      .menu__logo a:before, .menu__logo a:after {
        background-size: 152px 29px; }
  .menu__nav__toggle {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2; }
    .menu__nav__toggle:before, .menu__nav__toggle:after {
      content: "";
      display: block;
      width: 44px;
      height: 44px;
      background-size: 44px 88px;
      background-repeat: no-repeat;
      background-position: center top;
      position: absolute;
      left: 0px;
      top: 0px; }
    .menu__nav__toggle:before {
      z-index: 0;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      background-image: url(/images/menu_toggle_posi.png); }
    .menu__nav__toggle:after {
      z-index: 1;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      background-image: url(/images/menu_toggle_nega.png); }
  .menu__nav {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1; }
    .menu__nav .menu__nav__container {
      width: 100%;
      height: 0px;
      background-color: #FFF;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      .menu__nav .menu__nav__container li {
        position: relative;
        display: block;
        margin-right: 0px; }
        .menu__nav .menu__nav__container li:first-child {
          padding-top: 72px; }
        .menu__nav .menu__nav__container li:before {
          display: none; }
        .menu__nav .menu__nav__container li a {
          display: block;
          box-sizing: border-box;
          width: 100%;
          height: 44px;
          font-size: 24px;
          line-height: 44px;
          padding: 0 28px 0 0;
          text-align: right;
          color: #000 !important; }
        .menu__nav .menu__nav__container li.current {
          opacity: 1 !important;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
          .menu__nav .menu__nav__container li.current:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .menu__nav__lang {
    position: relative;
    top: auto;
    right: auto;
    margin: 28px 28px 0 auto;
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important; }
    .menu__nav__lang a {
      padding-top: 22px !important; } }

.firstview {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000; }

.firstview__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.firstview__hero__bg {
  width: 100%;
  height: 100%;
  background-image: url(/images/firstview_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  -ms-transform: scale(1.3);
      transform: scale(1.3);
  animation: bgzoom 15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s infinite alternate; }

@keyframes bgzoom {
  0% {
    transform: scale(1.3); }
  1% {
    transform: scale(1.3); }
  99% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

.firstview__hero__mosaic {
  width: 100vh;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }

.firstview__hero__mosaic__block {
  width: 20%;
  height: 20%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: 0px;
  top: 0px;
  transition: opacity .75s linear; }
  .firstview__hero__mosaic__block[data-x="0"] {
    left: 0%; }
  .firstview__hero__mosaic__block[data-y="0"] {
    top: 0%; }
  .firstview__hero__mosaic__block[data-x="1"] {
    left: 20%; }
  .firstview__hero__mosaic__block[data-y="1"] {
    top: 20%; }
  .firstview__hero__mosaic__block[data-x="2"] {
    left: 40%; }
  .firstview__hero__mosaic__block[data-y="2"] {
    top: 40%; }
  .firstview__hero__mosaic__block[data-x="3"] {
    left: 60%; }
  .firstview__hero__mosaic__block[data-y="3"] {
    top: 60%; }
  .firstview__hero__mosaic__block[data-x="4"] {
    left: 80%; }
  .firstview__hero__mosaic__block[data-y="4"] {
    top: 80%; }
  .firstview__hero__mosaic__block[data-x="5"] {
    left: 100%; }
  .firstview__hero__mosaic__block[data-y="5"] {
    top: 100%; }
  .firstview__hero__mosaic__block[data-x="6"] {
    left: 120%; }
  .firstview__hero__mosaic__block[data-y="6"] {
    top: 120%; }
  .firstview__hero__mosaic__block[data-x="7"] {
    left: 140%; }
  .firstview__hero__mosaic__block[data-y="7"] {
    top: 140%; }
  .firstview__hero__mosaic__block[data-x="8"] {
    left: 160%; }
  .firstview__hero__mosaic__block[data-y="8"] {
    top: 160%; }
  .firstview__hero__mosaic__block[data-x="9"] {
    left: 180%; }
  .firstview__hero__mosaic__block[data-y="9"] {
    top: 180%; }
  .firstview__hero__mosaic__block[data-x="10"] {
    left: 200%; }
  .firstview__hero__mosaic__block[data-y="10"] {
    top: 200%; }
  .firstview__hero__mosaic__block.on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition-duration: 0s !important; }

.firstview__catch {
  width: 1150px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -575px;
  z-index: 1; }

.firstview__catch__a {
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  padding-left: 90px;
  position: absolute;
  top: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  font-size: 66px;
  line-height: 66px;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  z-index: 1; }
  .firstview__catch__a:before {
    content: "";
    display: block;
    width: 70px;
    height: 92px;
    background-image: url(/images/lock.png);
    background-size: 70px 92px;
    position: absolute;
    left: 0px;
    bottom: 0px; }
  .firstview__catch__a span.br {
    display: none; }

.firstview__catch__b {
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  font-size: 24px;
  font-weight: 700;
  color: #E7380D;
  text-align: center;
  white-space: nowrap;
  z-index: 1; }
  .firstview__catch__b span {
    text-decoration: underline; }

.firstview__scroll {
  width: 10px;
  height: 88px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin: -62px 0 0 -5px;
  z-index: 2;
  overflow: hidden; }
  .firstview__scroll:before {
    content: "";
    width: 10px;
    height: 88px;
    background-image: url(/images/firstview_arrow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 10px 88px;
    position: absolute;
    left: 0px;
    transition: height 0.25s cubic-bezier(0.19, 1, 0.22, 1); }
  .firstview__scroll.anim_in:before {
    background-position: bottom center;
    top: auto;
    height: 0px;
    bottom: 0px; }
  .firstview__scroll.anim_out:before {
    background-position: top center;
    top: 0px;
    height: 88px;
    bottom: auto; }

.firstview__news {
  width: 100%;
  height: auto;
  background-color: #E7380D;
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  margin-top: -88px; }

.firstview__news__mosaic {
  width: 102px;
  height: 88px;
  position: absolute;
  top: 0px;
  right: 0px; }

.firstview__news__mosaic__block {
  width: 17px;
  height: 20%;
  position: absolute;
  background-color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .firstview__news__mosaic__block[data-x="0"] {
    left: 0px; }
  .firstview__news__mosaic__block[data-y="0"] {
    top: 0%; }
  .firstview__news__mosaic__block[data-x="1"] {
    left: 17px; }
  .firstview__news__mosaic__block[data-y="1"] {
    top: 20%; }
  .firstview__news__mosaic__block[data-x="2"] {
    left: 34px; }
  .firstview__news__mosaic__block[data-y="2"] {
    top: 40%; }
  .firstview__news__mosaic__block[data-x="3"] {
    left: 51px; }
  .firstview__news__mosaic__block[data-y="3"] {
    top: 60%; }
  .firstview__news__mosaic__block[data-x="4"] {
    left: 68px; }
  .firstview__news__mosaic__block[data-y="4"] {
    top: 80%; }
  .firstview__news__mosaic__block[data-x="5"] {
    left: 85px; }
  .firstview__news__mosaic__block[data-y="5"] {
    top: 100%; }
  .firstview__news__mosaic__block[data-x="6"] {
    left: 102px; }
  .firstview__news__mosaic__block[data-y="6"] {
    top: 120%; }
  .firstview__news__mosaic__block.on {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.firstview__news__body {
  padding: 22px 328px 22px 60px; }

.firstview__news__item, .firstview__news__item--first {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 100px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #FFF; }
  .firstview__news__item:before, .firstview__news__item--first:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #E5E5E5;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0px;
    left: 0px; }

.firstview__news__item__time {
  display: block;
  width: 100px;
  height: 44px;
  position: absolute;
  left: 0px; }

.firstview__news__item__link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  color: #FFF; }
  .firstview__news__item__link:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(/images/arrows.png);
    background-size: 22px 22px;
    background-position: right bottom;
    position: absolute;
    left: -3px;
    top: 18px; }

.firstview__news__list {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.1s linear, height 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.firstview__news__more {
  display: block;
  box-sizing: border-box;
  width: 130px;
  height: 34px;
  border: 1px solid #FFF;
  padding: 0 38px 0 18px;
  background-color: transparent;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 27px;
  right: 147px; }
  .firstview__news__more:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(/images/arrows.png);
    background-size: 22px 22px;
    background-position: right top;
    position: absolute;
    right: 14px;
    top: 11px; }

.firstview__news__item--first:before {
  display: none !important; }

.firstview__news.open .firstview__news__item__link {
  text-decoration: none; }

.firstview__news.open .firstview__news__more {
  background-color: #FFF;
  color: #E7380D; }
  .firstview__news.open .firstview__news__more:before {
    background-image: url(/images/arrows_orange.png);
    background-position: left top; }

html[lang="ja"] .firstview__catch {
  height: 150px;
  margin: -100px 0 0 -575px; }

html[lang="ja"] .firstview__catch__c {
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  color: #FFF;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  z-index: 1; }

html[lang="ja"] .firstview__catch__b {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

@media screen and (max-width: 1279px) {
  .firstview__catch {
    height: 270px;
    margin-top: -200px; }
  .firstview__catch__a {
    padding-top: 96px;
    padding-left: 0px;
    font-size: 66px;
    line-height: 70px; }
    .firstview__catch__a:before {
      margin-left: -35px;
      left: 50%;
      bottom: auto;
      top: 0px; }
    .firstview__catch__a span.br {
      display: block; }
  html[lang="ja"] .firstview__catch {
    height: 314px;
    margin-top: -190px; } }

@media screen and (max-width: 960px) {
  .firstview__catch {
    height: 144px;
    margin-top: -90px; }
  .firstview__catch__a {
    padding-top: 48px;
    font-size: 33px;
    line-height: 35px; }
    .firstview__catch__a:before {
      margin-left: -17px;
      width: 35px;
      height: 46px;
      background-size: 35px 46px; }
  .firstview__catch__b {
    font-size: 12px; }
  .firstview__scroll {
    height: 58px;
    margin-top: -32px; }
    .firstview__scroll:before {
      height: 58px;
      background-position: center bottom; }
    .firstview__scroll.anim_in:before {
      background-position: center bottom; }
    .firstview__scroll.anim_out:before {
      background-position: center -30px;
      height: 58px; }
  .firstview__news {
    padding-top: 44px;
    margin-top: -44px; }
  .firstview__news__body {
    padding: 0px;
    background-color: #FFF; }
  .firstview__news__item, .firstview__news__item--first {
    box-sizing: border-box;
    padding: 10px 16px 10px 20px;
    height: 60px;
    font-size: 14px;
    line-height: 18px;
    color: #000; }
    .firstview__news__item:before, .firstview__news__item--first:before {
      display: block;
      left: 18px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      background-color: #CCC; }
  .firstview__news__item__time {
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    color: #E7380D; }
  .firstview__news__item__link {
    height: auto;
    color: #000; }
    .firstview__news__item__link:before {
      background-image: url(/images/arrows_black.png);
      top: 6px; }
  .firstview__news__more {
    border: 1px solid #000;
    color: #000;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0; }
    .firstview__news__more:before {
      background-image: url(/images/arrows_black.png); }
  .firstview__news.open .firstview__news__more {
    background-color: transparent;
    color: #FFF;
    border-color: #000;
    background-color: #000; }
    .firstview__news.open .firstview__news__more:before {
      background-image: url(/images/arrows.png);
      background-position: left top; }
  .firstview__news__mosaic {
    width: 52px;
    height: 44px;
    position: absolute;
    top: 0px;
    right: 0px; }
  .firstview__news__mosaic__block {
    width: 16.6667%; }
    .firstview__news__mosaic__block[data-x="0"] {
      left: 0%; }
    .firstview__news__mosaic__block[data-x="1"] {
      left: 16.6667%; }
    .firstview__news__mosaic__block[data-x="2"] {
      left: 33.3334%; }
    .firstview__news__mosaic__block[data-x="3"] {
      left: 50.0001%; }
    .firstview__news__mosaic__block[data-x="4"] {
      left: 66.6668%; }
    .firstview__news__mosaic__block[data-x="5"] {
      left: 83.3335%; }
    .firstview__news__mosaic__block[data-x="6"] {
      left: 100.0002%; }
  html[lang="ja"] .firstview__catch {
    height: 168px;
    margin-top: -110px; }
  html[lang="ja"] .firstview__catch__c {
    font-size: 16px;
    bottom: 20px; }
  html[lang="ja"] .firstview__catch__b {
    font-size: 16px;
    bottom: -8px; } }

.main {
  position: relative;
  margin-top: 114px;
  overflow: hidden; }

@media screen and (max-width: 960px) {
  .main {
    margin-top: 57px; } }

.section {
  margin-bottom: 110px; }

.section__title {
  width: 100%;
  height: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 960px) {
  .section {
    margin-bottom: 88px; }
  .section__title {
    font-size: 27px;
    height: 30px;
    line-height: 30px; } }

.mission {
  position: relative;
  z-index: 2;
  margin-bottom: 120px; }

.mission__body {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 120px; }
  .mission__body.wipehidden .mission__hero__image {
    width: 0px !important; }
  .mission__body.wipehidden .mission__bg {
    width: 0px !important; }
  .mission__body.wipehidden .mission__hero__catch div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0%, 100px);
        transform: translate(0%, 100px); }
  .mission__body.wipehidden .mission__diagram__bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.mission__bg {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  background-color: #CCCCCC;
  position: absolute;
  right: 0px;
  top: 120px;
  z-index: 0;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.mission__hero {
  position: relative;
  z-index: 1;
  margin-top: 28px; }

.mission__hero__image {
  width: calc(100% - 360px);
  height: auto;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .mission__hero__image .mission__hero__image__content {
    width: calc(100vw - 360px);
    min-height: 600px;
    background-image: url(/images/mission_img.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat; }
    .mission__hero__image .mission__hero__image__content div {
      width: 100%;
      height: 0px;
      padding-top: 55.5556%;
      position: relative; }

.mission__hero__catch {
  font-size: 66px;
  line-height: 70px;
  color: #FFF;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 120px;
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  z-index: 2; }
  .mission__hero__catch span.spbr {
    display: none; }
  .mission__hero__catch div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    transition: opacity 1.5s linear 0.5s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }

.mission__main {
  position: relative;
  z-index: 1;
  width: calc(100% - 240px);
  height: auto;
  margin: 50px 60px 20px 180px; }
  .mission__main p {
    font-size: 14px;
    line-height: 24px;
    max-width: 760px;
    color: #000;
    -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 1.5s linear 0.75s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s; }
  .mission__main p.mission__main__lead {
    font-size: 36px;
    line-height: 40px;
    max-width: initial;
    color: #000;
    margin-bottom: 20px;
    -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 1.5s linear 0.5s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .mission__main.wipehidden p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px); }

.mission__diagram {
  position: relative;
  width: calc(100% - 120px);
  height: auto;
  margin-left: 120px;
  overflow: hidden; }
  .mission__diagram.wipehidden .mission__diagram__figure {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px); }

.mission__diagram__bg {
  width: 1422px;
  height: 687px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -711px;
  z-index: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0s linear .5s; }
  .mission__diagram__bg canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0; }
  .mission__diagram__bg:before {
    content: "";
    display: block;
    width: 1424px;
    height: 689px;
    background-image: url(/images/mission_world_mask.png);
    background-size: 1422px 687px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1; }

.mission__diagram__figure {
  width: 864px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 1.5s linear 1s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  .mission__diagram__figure img {
    display: block; }

html[lang="ja"] .mission__hero__catch {
  top: calc(50% - 20px); }
  html[lang="ja"] .mission__hero__catch span.sublead {
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
    color: #E7380D; }

html[lang="ja"] .mission__main p {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  line-height: 28px; }

html[lang="ja"] .mission__main p.mission__main__lead {
  line-height: 46px;
  letter-spacing: 2px; }

@media screen and (max-width: 1200px) {
  .mission__hero__image {
    width: calc(100% - 120px);
    margin-right: 120px; }
    .mission__hero__image .mission__hero__image__content {
      width: calc(100vw - 120px); }
  .mission__hero__catch {
    font-size: 48px;
    line-height: 50px;
    right: 60px;
    -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); } }

@media screen and (max-width: 1050px) {
  .mission__main p.mission__main__lead br {
    display: none; } }

@media screen and (max-width: 960px) {
  .mission {
    margin-bottom: 88px; }
  .mission__body {
    padding-bottom: 30px; }
  .mission__bg {
    width: 100%;
    height: calc(100% - 36px);
    top: 36px; }
  .mission__hero {
    position: relative;
    z-index: 1;
    margin-top: 16px; }
  .mission__hero__image {
    width: calc(100% - 36px);
    margin-right: 36px; }
    .mission__hero__image .mission__hero__image__content {
      width: calc(100vw - 36px);
      min-height: initial; }
  .mission__hero__catch {
    height: 96px;
    font-size: 30px;
    line-height: 32px;
    position: absolute;
    top: auto;
    right: 16px;
    bottom: -75px;
    -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%); }
    .mission__hero__catch br {
      display: none; }
    .mission__hero__catch span.spbr {
      display: block; }
  .mission__main {
    width: calc(100% - 52px);
    margin: 106px 26px 20px 26px; }
    .mission__main p {
      font-size: 14px;
      line-height: 24px; }
    .mission__main p.mission__main__lead {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 12px; }
  .mission__diagram {
    width: 100%;
    margin-left: 0px; }
  .mission__diagram__bg {
    width: 487.2px;
    height: 235.2px;
    margin-left: -243.6px; }
    .mission__diagram__bg:before {
      content: "";
      display: block;
      width: 489.2px;
      height: 237.2px;
      background-size: 489.2px 237.2px;
      left: -1px;
      top: -1px; }
  .mission__diagram__figure {
    width: 100%;
    height: 898px;
    margin: 0 auto;
    padding-top: 16px;
    background-image: url(/images/mission_fig_sp.png);
    background-size: 375px 898px;
    background-repeat: no-repeat;
    background-position: center 16px; }
    .mission__diagram__figure img {
      display: none; }
  html[lang="ja"] .mission__hero__catch {
    top: auto; }
    html[lang="ja"] .mission__hero__catch span.spbr {
      display: block; }
    html[lang="ja"] .mission__hero__catch span.sublead {
      font-size: 14px;
      line-height: 20px;
      margin-top: 6px; }
  html[lang="ja"] .mission__main {
    margin-top: 150px; }
    html[lang="ja"] .mission__main p.mission__main__lead {
      line-height: 32px; }
  html[lang="ja"] .mission__diagram__figure {
    background-image: url(/images/mission_fig_sp_ja.png); } }

.feature {
  position: relative;
  z-index: 1; }

.feature__body h3 {
  font-size: 36px;
  text-align: center;
  position: relative;
  z-index: 1; }

.feature__preview {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 0; }
  .feature__preview.wipehidden .feature__preview__block {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px); }

.feature__crypto {
  width: 494px;
  height: 648px;
  position: absolute;
  top: -330px;
  left: -170px;
  z-index: 0; }
  .feature__crypto canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0; }
  .feature__crypto:before {
    content: "";
    display: block;
    width: 496px;
    height: 650px;
    background-image: url(/images/feature_crypto_mask.png);
    background-size: 496px 650px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1; }

.feature__key {
  width: 718px;
  height: 358px;
  position: absolute;
  top: -150px;
  right: -140px;
  z-index: 0; }
  .feature__key canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0; }
  .feature__key:before {
    content: "";
    display: block;
    width: 720px;
    height: 360px;
    background-image: url(/images/feature_key_mask.png);
    background-size: 720px 360px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1; }

.feature__preview__body {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 40px auto 140px;
  z-index: 1; }
  .feature__preview__body:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.feature__preview__block {
  float: left;
  box-sizing: border-box;
  width: 33.3333%;
  height: auto;
  padding: 20px 0 12px;
  text-shadow: #FFF 1px 0px,  #FFF -1px 0px, #FFF 0px -1px, #FFF 0px 1px, #FFF 1px 1px , #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px, #FFF 1px 1px,  #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px, #FFF 1px 1px,  #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  transition: opacity 1.5s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .feature__preview__block:nth-of-type(3n+1) {
    transition-delay: 0s; }
  .feature__preview__block:nth-of-type(3n+2) {
    transition-delay: .1s; }
  .feature__preview__block:nth-of-type(3n+3) {
    transition-delay: .2s; }

.feature__preview__block__icon {
  margin-bottom: 24px; }
  .feature__preview__block__icon img {
    display: block;
    margin: 0 auto; }

.feature__preview__block__lead {
  width: auto;
  height: 66px;
  margin: 24px auto 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #E7380D;
  text-align: center; }

.feature__preview__block__text {
  font-size: 14px;
  line-height: 24px;
  padding: 0 40px; }

.feature__video {
  margin-top: 76px;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .feature__video.wipehidden .feature__video__main,
  .feature__video.wipehidden .feature__video__bg {
    width: 0px !important; }

.feature__video__body {
  position: relative;
  padding-bottom: 120px;
  margin-top: 40px; }

.feature__video__bg {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #CCCCCC;
  z-index: 0;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.feature__video__main {
  width: calc(100% - 360px);
  height: auto;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .feature__video__main > img {
    position: relative;
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: calc(100vw - 360px);
    height: auto; }

.feature__video__main__cont {
  width: calc(100vw - 360px);
  position: absolute;
  right: 0px;
  z-index: 1; }

.feature__video__embed {
  width: 100%;
  height: 0px;
  padding-top: 55.55556%;
  background-image: url(/images/concept_demo.jpg);
  background-size: cover;
  background-position: center; }
  .feature__video__embed.notyet .feature__video__play {
    pointer-events: none;
    opacity: 0.75 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }
  .feature__video__embed.notyet:before {
    content: "COMING SOON";
    width: auto;
    height: auto;
    color: #FFF;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    margin-top: 60px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

.feature__video__play {
  display: none;
  width: 76px;
  height: 76px;
  background-image: url(/images/playbtn.png);
  background-size: 76px 76px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -38px 0 0 -38px; }

html[lang="ja"] .feature__preview__block__lead {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  height: 78px;
  line-height: 26px; }

html[lang="ja"] .feature__preview__block__text {
  line-height: 28px; }

@media screen and (max-width: 1440px) {
  .feature__video__main {
    width: 1080px;
    margin: 0 0 0 auto; }
    .feature__video__main > img {
      width: 1080px; }
  .feature__video__main__cont {
    width: 1080px; } }

@media screen and (max-width: 1200px) {
  .feature__video__main {
    width: calc(100% - 120px);
    margin: 0 0 0 auto; }
    .feature__video__main > img {
      width: calc(100vw - 120px); }
  .feature__video__main__cont {
    width: calc(100vw - 120px); } }

@media screen and (max-width: 1279px) {
  .feature__preview__body {
    width: auto; } }

@media screen and (max-width: 1200px) {
  .feature__preview__block__lead {
    font-size: 14px;
    line-height: 18px;
    height: auto; } }

@media screen and (max-width: 960px) {
  .feature__body h3 {
    font-size: 24px; }
  .feature__crypto {
    width: 198.4px;
    height: 259.2px;
    position: absolute;
    top: -176px;
    left: 50%;
    margin-left: -210px;
    z-index: 0; }
    .feature__crypto:before {
      width: 200.4px;
      height: 261.2px;
      background-size: 200.4px 261.2px;
      top: -1px;
      left: -1px; }
  .feature__key {
    width: 288px;
    height: 144px;
    position: absolute;
    top: -90px;
    right: 50%;
    margin-right: -210px;
    z-index: 0; }
    .feature__key:before {
      width: 290px;
      height: 146px;
      background-size: 293.2px 149.2px;
      top: -1px;
      left: -1px; }
  .feature__preview {
    position: relative;
    max-width: 100%;
    margin: 20px auto 0; }
    .feature__preview:nth-of-type(2) .feature__preview__body {
      margin-bottom: 52px; }
  .feature__preview__body {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 32px auto 84px; }
  .feature__preview__block {
    position: relative;
    float: none;
    width: 100%;
    padding: 0px; }
    .feature__preview__block:not(:first-of-type) {
      padding: 0;
      margin-top: 25px; }
      .feature__preview__block:not(:first-of-type):before {
        content: "";
        display: none;
        width: 200px;
        height: 1px;
        background-color: #E5E5E5;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -100px; }
  .feature__preview__block__icon {
    margin-bottom: 14px; }
    .feature__preview__block__icon img {
      width: 150px;
      height: 100px; }
  .feature__preview__block__lead {
    height: auto;
    margin: 14px auto 10px;
    font-size: 16px;
    line-height: 20px; }
  .feature__preview__block__text {
    padding: 0 26px; }
  .feature__video {
    margin-top: 52px; }
  .feature__video__body {
    padding-bottom: 35px;
    margin-top: 18px; }
  .feature__video__bg {
    width: 100%;
    height: calc(100% - 35px); }
  .feature__video__main {
    width: calc(100% - 35px);
    margin: 0 0 0 auto; }
    .feature__video__main > img {
      width: calc(100vw - 35px); }
  .feature__video__main__cont {
    width: calc(100vw - 35px); }
  .feature__video__play {
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
    margin: -28px 0 0 -28px; }
  html[lang="ja"] .feature__preview__block__lead {
    height: auto;
    line-height: 24px; } }

.member {
  position: relative;
  z-index: 0; }
  .member.wipehidden .member__block {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px); }

.member__body {
  position: relative;
  height: auto;
  margin: 50px auto 0;
  padding-bottom: 110px; }
  .member__body:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }
  .member__body__bg1 {
    display: block;
    width: 720px;
    height: 688px;
    background-image: url(/images/member_bg_1.png);
    background-size: 720px 688px;
    position: absolute;
    top: -164px;
    left: -520px;
    z-index: 0; }
    .member__body__bg1 img {
      display: block; }
  .member__body__bg2 {
    display: block;
    width: 412px;
    height: 639px;
    background-image: url(/images/member_bg_2.png);
    background-size: 412px 639px;
    position: absolute;
    top: -24px;
    right: -354px;
    z-index: 0; }
    .member__body__bg2 img {
      display: block; }

.member__body__bg {
  position: absolute;
  width: 1440px;
  height: 788px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -720px;
  z-index: 0; }
  .member__body__bg canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0; }
  .member__body__bg:before {
    content: "";
    display: block;
    width: 1442px;
    height: 790px;
    background-image: url(/images/member_bg_mask.png);
    background-size: 1442px 790px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }

.member__label {
  font-size: 36px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 40px 0; }

.member__group {
  width: 1200px;
  height: auto;
  margin: 0 auto; }
  .member__group:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.member__block {
  box-sizing: border-box;
  position: relative;
  width: 33.3333%;
  height: auto;
  padding: 0 40px;
  float: left;
  z-index: 1;
  text-shadow: #FFF 1px 0px,  #FFF -1px 0px, #FFF 0px -1px, #FFF 0px 1px, #FFF 1px 1px , #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px, #FFF 1px 1px,  #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px, #FFF 1px 1px,  #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  transition: opacity 1.5s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .member__block:nth-of-type(3n+1) {
    clear: both; }
  .member__block:nth-of-type(n+4) {
    margin-top: 40px; }
  .member__block:nth-of-type(1) {
    transition-delay: 0s; }
  .member__block:nth-of-type(2) {
    transition-delay: 0.1s; }
  .member__block:nth-of-type(3) {
    transition-delay: 0.2s; }
  .member__block:nth-of-type(4) {
    transition-delay: 0.3s; }
  .member__block:nth-of-type(5) {
    transition-delay: 0.4s; }
  .member__block:nth-of-type(6) {
    transition-delay: 0.5s; }
  .member__block:nth-of-type(7) {
    transition-delay: 0.6s; }
  .member__block:nth-of-type(8) {
    transition-delay: 0.7s; }
  .member__block:nth-of-type(9) {
    transition-delay: 0.8s; }
  .member__block:nth-of-type(10) {
    transition-delay: 0.9s; }
  .member__block:nth-of-type(11) {
    transition-delay: 1s; }

.member__block__photo {
  margin-bottom: 28px; }
  .member__block__photo img {
    display: block; }

.member__block__title {
  white-space: nowrap;
  height: 66px; }
  .member__block__title__post {
    font-size: 16px;
    color: #E7380D;
    font-weight: 700; }
  .member__block__title__name {
    font-size: 28px;
    margin-top: 2px; }
  .member__block__title__sub {
    font-size: 14px;
    margin-top: 6px; }

.member__block__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px; }

html[lang="ja"] .member__block__title {
  height: 80px; }

html[lang="ja"] .member__block__title__name {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  margin-top: 4px; }

html[lang="ja"] .member__block__title__sub {
  margin-top: 4px; }

html[lang="ja"] .member__block__text {
  line-height: 28px; }

@media screen and (max-width: 1200px) {
  .member__group {
    width: auto; } }

@media screen and (max-width: 960px) {
  .member {
    margin-top: 125px; }
  .member__body {
    width: 100%;
    margin: 0px auto 0;
    padding-bottom: 0px; }
  .member__body__bg {
    width: 432px;
    height: 236.4px;
    margin-left: -216px;
    bottom: auto;
    top: -174px; }
    .member__body__bg:before {
      width: 434.4px;
      height: 238.8px;
      background-size: 434.4px 238.8px;
      top: -1px;
      left: -1px;
      z-index: 1; }
  .member__label {
    font-size: 24px;
    margin: 20px 0 20px 0; }
  .member__group {
    width: auto; }
  .member__block {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 26px;
    float: none;
    margin-top: 20px; }
    .member__block:not(:first-of-type) {
      margin-top: 30px; }
    .member__block:nth-of-type(odd) {
      text-align: left;
      padding-right: 40px; }
    .member__block:nth-of-type(even) {
      text-align: right;
      padding-left: 40px; }
    .member__block:nth-of-type(3n+1) {
      margin-right: 0px;
      clear: both; }
    .member__block:nth-of-type(3n+2) {
      margin-right: 0px; }
    .member__block:nth-of-type(n+4) {
      margin-top: 25px; }
  .member__block__title {
    white-space: normal;
    height: auto; }
    .member__block__title__post {
      font-size: 14px; }
    .member__block__title__name {
      font-size: 24px;
      margin-top: 2px; }
  .member__block__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px; }
  html[lang="ja"] .member__block__title {
    height: 76px; }
  html[lang="ja"] .member__block__title__name {
    margin-top: 2px; }
  html[lang="ja"] .member__block__title__sub {
    margin-top: 0px; } }

.contact {
  margin-top: 88px; }
  .contact.wipehidden .contact__form {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px); }

.contact__form {
  width: 720px;
  height: auto;
  margin: 16px auto 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  transition: opacity 1.5s linear, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

.contact__form__part, .contact__form__part--selection, .contact__form__part--radiobutton {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 10px;
  background-color: #F2F2F2; }
  .contact__form__part input, .contact__form__part--selection input, .contact__form__part--radiobutton input, .contact__form__part textarea, .contact__form__part--selection textarea, .contact__form__part--radiobutton textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    border: 0px;
    background-color: #F2F2F2;
    outline: none; }
    .contact__form__part input::-webkit-input-placeholder, .contact__form__part--selection input::-webkit-input-placeholder, .contact__form__part--radiobutton input::-webkit-input-placeholder, .contact__form__part textarea::-webkit-input-placeholder, .contact__form__part--selection textarea::-webkit-input-placeholder, .contact__form__part--radiobutton textarea::-webkit-input-placeholder {
      color: #000; }
    .contact__form__part input:-ms-input-placeholder, .contact__form__part--selection input:-ms-input-placeholder, .contact__form__part--radiobutton input:-ms-input-placeholder, .contact__form__part textarea:-ms-input-placeholder, .contact__form__part--selection textarea:-ms-input-placeholder, .contact__form__part--radiobutton textarea:-ms-input-placeholder {
      color: #000; }
    .contact__form__part input::placeholder, .contact__form__part--selection input::placeholder, .contact__form__part--radiobutton input::placeholder, .contact__form__part textarea::placeholder, .contact__form__part--selection textarea::placeholder, .contact__form__part--radiobutton textarea::placeholder {
      color: #000; }
  .contact__form__part input, .contact__form__part--selection input, .contact__form__part--radiobutton input {
    height: 44px; }
  .contact__form__part textarea, .contact__form__part--selection textarea, .contact__form__part--radiobutton textarea {
    height: 250px; }

.contact__form__part--selection {
  height: 44px; }
  .contact__form__part--selection:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-image: url(/images/selecticon.png);
    background-size: 44px 44px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1; }
  .contact__form__part--selection span {
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px; }
  .contact__form__part--selection select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    z-index: 2; }

.contact__form__part--radiobutton {
  margin: 16px 0;
  background-color: transparent; }
  .contact__form__part--radiobutton label {
    display: inline-block;
    width: auto;
    position: relative;
    padding-left: 44px;
    line-height: 32px;
    margin: 0 20px 0 5px; }
  .contact__form__part--radiobutton input[type="radio"] {
    display: none; }
  .contact__form__part--radiobutton span {
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: 6px solid #F2F2F2;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px; }
  .contact__form__part--radiobutton input[type="radio"]:checked + span:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    border-radius: 50%; }

.contact__form__button {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 333px;
  height: 77px;
  padding: 0 36px;
  margin: 30px auto 0;
  background-color: #000;
  border: 0px;
  font-size: 18px;
  color: #FFF;
  text-align: left;
  cursor: pointer; }
  .contact__form__button:before {
    content: "";
    display: block;
    width: 88px;
    height: 32px;
    background-image: url(/images/btnarrow.png);
    background-size: 88px 32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -16px; }
  .contact__form__button.done {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-align: center;
    padding: 0 !important; }
  .contact__form__button.processing {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    pointer-events: none; }
    .contact__form__button.processing:before {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      background-image: url(/images/processing.png);
      background-size: 32px 32px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -16px 0 0 -16px;
      animation: spin 0.3s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

div#notification {
  display: none;
  width: 100%;
  margin: 30px auto; }
  div#notification p, div#notification li {
    line-height: 24px; }
  div#notification > div {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px 10px 20px;
    text-align: center; }
  div#notification div#error_notice {
    display: none;
    color: #E7380D;
    border: 3px solid #E7380D; }
    div#notification div#error_notice ul {
      list-style: none outside; }
      div#notification div#error_notice ul li {
        position: relative;
        display: none;
        font-weight: normal;
        padding: 0 0 0 1em; }
        div#notification div#error_notice ul li:before {
          content: "・";
          display: inline-block;
          width: 1em;
          height: 100%;
          line-height: 24px; }
  div#notification div#send_failed {
    display: none;
    color: #E7380D;
    border: 3px solid #E7380D; }
  div#notification div#send_success {
    display: none;
    color: #66acde;
    border: 3px solid #66acde; }

html[lang="ja"] .contact__form__button {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

@media screen and (max-width: 960px) {
  .contact {
    margin-bottom: 0px; }
  .contact__form {
    width: auto;
    margin-left: 26px;
    margin-right: 26px; }
  .contact__form__part, .contact__form__part--selection, .contact__form__part--radiobutton {
    margin-top: 5px; }
    .contact__form__part input, .contact__form__part--selection input, .contact__form__part--radiobutton input, .contact__form__part textarea, .contact__form__part--selection textarea, .contact__form__part--radiobutton textarea {
      font-size: 16px; }
    .contact__form__part textarea, .contact__form__part--selection textarea, .contact__form__part--radiobutton textarea {
      height: 200px; }
  .contact__form__part--selection {
    height: 44px; }
    .contact__form__part--selection select {
      font-size: 16px; }
  .contact__form__part--radiobutton {
    margin: 10px 0; }
  .contact__form__button {
    width: 263px;
    height: 55px;
    padding: 0 36px;
    margin: 24px auto 0;
    font-size: 16px; }
  div#notification {
    margin: 24px auto; } }

.footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 460px;
  padding-top: 120px;
  margin-top: 115px;
  background-image: url(/images/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.footer__body {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 80px);
  padding-top: 55px;
  height: auto;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  line-height: 24px; }
  .footer__body:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.footer__logo {
  width: 206px;
  height: 39px;
  position: absolute;
  left: 0px;
  top: 0px; }
  .footer__logo a {
    display: block;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    width: 206px;
    height: 39px;
    background-image: url(/images/logo_posi.png);
    background-size: 206px 39px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.footer__colophon,
.footer__mail,
.footer__lang {
  position: relative;
  float: left; }

.footer__colophon {
  width: calc(50% - 20px);
  margin-right: 20px;
  padding-top: 22px;
  border-top: 1px solid #FFF; }
  .footer__colophon em {
    font-weight: 700; }
  .footer__colophon small {
    display: block;
    margin-top: 20px; }

.footer__mail {
  width: calc(28.5% - 40px);
  margin-right: 40px;
  padding-top: 22px;
  border-top: 1px solid #FFF; }
  .footer__mail a {
    position: relative;
    display: block;
    height: 24px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none; }
    .footer__mail a:before {
      content: "";
      display: block;
      width: 20px;
      height: 12px;
      background-image: url(/images/mail.png);
      background-size: 20px 12px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0px;
      top: 6px; }

.footer__lang {
  width: 114px;
  position: absolute;
  right: 0px; }
  .footer__lang:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }
  .footer__lang a {
    position: relative;
    display: block;
    width: 52px;
    padding-top: 22px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    float: left; }
    .footer__lang a:first-child {
      margin-right: 10px; }
    .footer__lang a:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFF;
      position: absolute;
      top: 0px; }

.footer__backtop {
  width: 52px;
  height: 38px;
  position: absolute;
  top: 55px;
  right: 0px; }
  .footer__backtop a {
    display: block;
    width: 52px;
    height: 38px;
    background-image: url(/images/backtop.png);
    background-size: 52px 38px;
    background-position: center;
    background-repeat: no-repeat; }

html[lang="en"] .footer__lang .footer__lang__en {
  font-weight: 700; }
  html[lang="en"] .footer__lang .footer__lang__en:before {
    height: 5px; }

html[lang="ja"] .footer__lang .footer__lang__jp {
  font-weight: 700; }
  html[lang="ja"] .footer__lang .footer__lang__jp:before {
    height: 5px; }

html[lang="ja"] .footer__colophon em {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

@media screen and (max-width: 960px) {
  .footer {
    height: auto;
    padding-top: 40px;
    margin-top: 90px; }
    .footer a {
      color: #FFF;
      text-decoration: none; }
  .footer__body {
    width: calc(100% - 52px);
    padding-top: 42px;
    padding-bottom: 36px; }
  .footer__logo {
    width: 152px;
    height: 29px; }
    .footer__logo a {
      width: 152px;
      height: 29px;
      background-size: 152px 29px; }
  .footer__colophon {
    float: none;
    width: 100%;
    margin-right: 0px;
    padding-top: 14px; }
    .footer__colophon em {
      font-weight: 700; }
    .footer__colophon small {
      display: block;
      margin-top: 20px; }
  .footer__mail {
    width: calc(100% - 140px);
    margin-right: 26px;
    padding-top: 14px;
    margin-top: 32px; }
  .footer__lang {
    float: left;
    position: relative;
    margin-top: 32px; }
    .footer__lang a {
      padding-top: 15px; }
  .footer__backtop {
    width: 44px;
    height: 32px;
    top: auto;
    right: 0px;
    bottom: 20px; }
    .footer__backtop a {
      width: 44px;
      height: 32px;
      background-size: 44px 32px; } }

html.load-loading {
  position: relative;
  width: 100%;
  height: 100%; }
  html.load-loading body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  html.load-loading .menu,
  html.load-loading .firstview,
  html.load-loading .main,
  html.load-loading .footer {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden; }
  html.load-loading .loading__logo,
  html.load-loading .loading__bar {
    display: block; }
  html.load-loading .loading {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 9999;
  transition: opacity .9s linear;
  background-color: #FFF;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.loading__logo {
  display: none;
  width: 144px;
  height: 114px;
  background-image: url(/images/loading_logo.png);
  background-size: 144px 114px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -54px 0 0 -72px;
  z-index: 2; }

.loading__bar {
  display: none;
  width: 136px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 80px -68px 0 0;
  background-color: #CCCCCC;
  z-index: 2; }
  .loading__bar.vanish {
    width: 0px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }

.loading__bar__progress {
  width: 100%;
  height: 100%;
  background-color: #E7380D;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: left top;
      transform-origin: left top;
  transition: transform .5s linear; }

.loading__mosaic {
  width: 100vh;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }

.loading__mosaic__block {
  width: 20%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.025);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: 0px;
  top: 0px;
  transition: opacity .1s linear; }
  .loading__mosaic__block[data-x="0"] {
    left: 0%; }
  .loading__mosaic__block[data-y="0"] {
    top: 0%; }
  .loading__mosaic__block[data-x="1"] {
    left: 20%; }
  .loading__mosaic__block[data-y="1"] {
    top: 20%; }
  .loading__mosaic__block[data-x="2"] {
    left: 40%; }
  .loading__mosaic__block[data-y="2"] {
    top: 40%; }
  .loading__mosaic__block[data-x="3"] {
    left: 60%; }
  .loading__mosaic__block[data-y="3"] {
    top: 60%; }
  .loading__mosaic__block[data-x="4"] {
    left: 80%; }
  .loading__mosaic__block[data-y="4"] {
    top: 80%; }
  .loading__mosaic__block[data-x="5"] {
    left: 100%; }
  .loading__mosaic__block[data-y="5"] {
    top: 100%; }
  .loading__mosaic__block[data-x="6"] {
    left: 120%; }
  .loading__mosaic__block[data-y="6"] {
    top: 120%; }
  .loading__mosaic__block[data-x="7"] {
    left: 140%; }
  .loading__mosaic__block[data-y="7"] {
    top: 140%; }
  .loading__mosaic__block[data-x="8"] {
    left: 160%; }
  .loading__mosaic__block[data-y="8"] {
    top: 160%; }
  .loading__mosaic__block[data-x="9"] {
    left: 180%; }
  .loading__mosaic__block[data-y="9"] {
    top: 180%; }
  .loading__mosaic__block[data-x="10"] {
    left: 200%; }
  .loading__mosaic__block[data-y="10"] {
    top: 200%; }
  .loading__mosaic__block.on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition-duration: 0s !important; }

@media screen and (max-width: 960px) {
  .loading__logo {
    width: 101px;
    height: 80px;
    background-size: 101px 80px;
    margin: -82px 0 0 -50px;
    z-index: 2; }
  .loading__bar {
    width: 95px;
    margin: 11px -47px 0 0; } }

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  display: block;
  visibility: hidden;
  transition: visibility 0s linear .6s; }
  .modal:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    right: 0px;
    top: 0px;
    z-index: 0;
    -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.modal.open {
  transition-delay: 0s;
  visibility: visible; }
  .modal.open:before {
    -ms-transform: translate(0%, 0);
        transform: translate(0%, 0); }
  .modal.open .modal__contents,
  .modal.open .modal__close {
    transition: opacity .1s linear .5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .modal.open.close {
    transition-delay: .5s;
    visibility: hidden; }
    .modal.open.close:before {
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0); }
    .modal.open.close .modal__contents,
    .modal.open.close .modal__close {
      transition-delay: 0s;
      transition-duration: 0s;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.modal__close {
  display: block;
  width: 66px;
  height: 66px;
  background-image: url(/images/close.png);
  background-size: 66px 66px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.modal__contents {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1; }

.modal__contents__video {
  display: block;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.modal__contents__video__container {
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #000; }
  .modal__contents__video__container > div,
  .modal__contents__video__container iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }

@media screen and (max-width: 960px) {
  .modal__close {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    left: 12px;
    top: 12px; } }

.general_texting > *:first-child, .news__main > *:first-child {
  margin-top: 0px; }

.general_texting > *:last-child, .news__main > *:last-child {
  margin-bottom: 0px; }

.general_texting li, .news__main li, .general_texting p, .news__main p, .general_texting blockquote, .news__main blockquote {
  font-size: 14px;
  line-height: 24px; }

.general_texting p, .news__main p, .general_texting ul, .news__main ul, .general_texting ol, .news__main ol, .general_texting blockquote, .news__main blockquote {
  margin: 24px 0; }

.general_texting img, .news__main img,
.general_texting img.aligncenter, .news__main img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px auto; }

.general_texting img.alignleft, .news__main img.alignleft {
  display: block;
  width: auto;
  height: auto;
  margin: 8px 24px 12px 0;
  max-width: 50%;
  float: left; }

.general_texting img.alignright, .news__main img.alignright {
  display: block;
  width: auto;
  height: auto;
  margin: 8px 0 12px 24px;
  max-width: 50%;
  float: right; }

.general_texting strong, .news__main strong {
  font-weight: 600; }

.general_texting em, .news__main em {
  font-style: italic; }

.general_texting del, .news__main del {
  text-decoration: line-through; }

.general_texting a, .news__main a {
  color: #000;
  text-decoration: underline; }

.general_texting h1, .news__main h1, .general_texting h2, .news__main h2, .general_texting h3, .news__main h3 {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-top: 100px; }
  .general_texting h1:first-child, .news__main h1:first-child, .general_texting h2:first-child, .news__main h2:first-child, .general_texting h3:first-child, .news__main h3:first-child {
    margin-top: 0px; }
  .general_texting h1:before, .news__main h1:before, .general_texting h2:before, .news__main h2:before, .general_texting h3:before, .news__main h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: -80px;
    top: 14px; }

.general_texting h4, .news__main h4 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px; }

.general_texting h5, .news__main h5 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px; }

.general_texting h6, .news__main h6 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px; }

.general_texting pre, .news__main pre {
  font-family: monospace; }

.general_texting ol, .news__main ol {
  list-style: decimal outside;
  padding: 0; }

.general_texting ul, .news__main ul {
  list-style: disc outside;
  padding: 0; }

.general_texting li ol, .news__main li ol, .general_texting li ul, .news__main li ul {
  margin: 0 0 0 20px; }

.general_texting blockquote, .news__main blockquote {
  padding: 28px 32px;
  border: 1px solid #000;
  background-color: #FFF; }

.general_texting hr, .news__main hr {
  width: 30%;
  height: 1px;
  border: none;
  background-color: #000;
  margin: 80px auto; }

.general_texting .news__blocklink, .news__main .news__blocklink {
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 36px;
  border: 1px solid #000;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  line-height: 24px !important; }
  .general_texting .news__blocklink:before, .news__main .news__blocklink:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(/images/arrows_black.png);
    background-size: 22px 22px;
    background-position: right bottom;
    position: absolute;
    left: 16px;
    top: 22px; }

@media screen and (max-width: 960px) {
  .general_texting p, .news__main p, .general_texting ul, .news__main ul, .general_texting ol, .news__main ol, .general_texting blockquote, .news__main blockquote {
    margin: 12px 0; }
  .general_texting img.alignleft, .news__main img.alignleft {
    margin: 8px 12px 8px 0; }
  .general_texting img.alignright, .news__main img.alignright {
    margin: 8px 0 8px 12px; }
  .general_texting h1, .news__main h1, .general_texting h2, .news__main h2, .general_texting h3, .news__main h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 80px;
    padding-left: 42px;
    margin-bottom: 24px; }
    .general_texting h1:before, .news__main h1:before, .general_texting h2:before, .news__main h2:before, .general_texting h3:before, .news__main h3:before {
      width: 30px;
      position: absolute;
      left: -0px;
      top: 11px; }
  .general_texting h4, .news__main h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px; }
  .general_texting h5, .news__main h5 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px; }
  .general_texting h6, .news__main h6 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px; }
  .general_texting ol, .news__main ol, .general_texting ul, .news__main ul {
    padding: 0 0 0 16px; }
  .general_texting blockquote, .news__main blockquote {
    padding: 14px 20px;
    background-color: #FAFAFA; }
  .general_texting hr, .news__main hr {
    margin: 40px auto; } }

.news {
  background-color: #FFF;
  background-image: url(/images/news_bg.png);
  background-size: 1440px 1108px;
  background-position: center top; }

.news__article {
  width: 720px;
  margin: 120px auto; }

.news__head {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 50px; }

.news__head__label {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700; }

.news__head__title {
  font-size: 36px;
  line-height: 40px;
  margin-top: 46px; }

.news__head__date {
  font-size: 18px;
  color: #E7380D;
  position: absolute;
  top: 16px;
  right: 0px; }

.news__head__back {
  width: 88px;
  height: auto;
  padding-top: 16px;
  font-size: 18px;
  line-height: 24px;
  background-image: url(/images/news_back.png);
  background-size: 88px 10px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  position: fixed;
  top: 130px;
  left: 50%;
  margin-left: -600px;
  text-align: right;
  z-index: 10; }

html[lang="ja"] .news__head__title {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  line-height: 48px; }

html[lang="ja"] .news__main h1, html[lang="ja"] .news__main h2, html[lang="ja"] .news__main h3, html[lang="ja"] .news__main h4, html[lang="ja"] .news__main h5, html[lang="ja"] .news__main h6 {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

html[lang="ja"] .news__main h1, html[lang="ja"] .news__main h2, html[lang="ja"] .news__main h3 {
  line-height: 32px; }

html[lang="ja"] .news__main h4, html[lang="ja"] .news__main h5, html[lang="ja"] .news__main h6 {
  line-height: 28px; }

html[lang="ja"] .news__main li, html[lang="ja"] .news__main p, html[lang="ja"] .news__main blockquote {
  line-height: 28px; }

@media screen and (max-width: 1240px) {
  .news__head__back {
    left: 20px;
    margin-left: 0px; } }

@media screen and (max-width: 980px) {
  .news__head__back {
    left: 50%;
    margin-left: -360px;
    top: 30px; } }

@media screen and (max-width: 960px) {
  .news {
    background-size: 650px 500px; }
  .news__article {
    width: auto;
    margin: 114px 25px; }
  .news__head {
    margin-bottom: 22px; }
  .news__head__label {
    font-size: 27px;
    line-height: 28px; }
  .news__head__title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 28px; }
  .news__head__date {
    top: 6px; }
  .news__head__back {
    top: 30px;
    left: 25px;
    margin-left: 0px; }
  html[lang="ja"] .news__head__title {
    line-height: 32px; }
  html[lang="ja"] .news__main h1, html[lang="ja"] .news__main h2, html[lang="ja"] .news__main h3 {
    line-height: 28px; }
  html[lang="ja"] .news__main h4, html[lang="ja"] .news__main h5, html[lang="ja"] .news__main h6 {
    line-height: 28px; }
  html[lang="ja"] .news__main li, html[lang="ja"] .news__main p, html[lang="ja"] .news__main blockquote {
    line-height: 28px; } }

.transitionMask {
  width: 0px;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  overflow: hidden; }
  .transitionMask:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url(/images/news_bg.png);
    background-size: 1440px 1108px;
    background-position: center top;
    position: absolute;
    left: 0px;
    top: 0px; }

body.news .transitionMask {
  left: auto;
  right: 0px; }
  body.news .transitionMask:before {
    left: auto;
    right: 0px; }

html.load-loading body.news .transitionMask {
  width: 100vw; }

@media screen and (max-width: 960px) {
  .transitionMask:before {
    background-size: 650px 500px; } }
