@media print{
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
	
/* 全体設定 */
  html, body, #container {
    background-color: #000 !important;
  }

  html, body, * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    print-color-adjust: exact;
    width: 1280px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8 !important; /* なるべく多くのブラウザで切れないようにするため */
    background: #000 !important;
    background-color: #000 !important;
  }
	
#home, #about, .kv, .about, .kv__img, .about .inner {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  /* ついでにベースライン/行間余白を潰す */
  .kv__img, .about .inner { line-height: 0; font-size: 0; }
  .kv__img img, .about img { display: block; }	

body {
  font-weight: 500;
  color: #fff;
  background: #000 !important; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.5rem;
      text-align: left; } }

@media screen and (max-width: 600px) {
  p {
    font-size: 1.5rem; } }
.skipLink {
  opacity: 0;
  position: absolute;
  top: -50px; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

#container {
  line-height: 1.8; }

.contents {
  max-width: 1200px;
  padding: 65px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .contents {
      margin: 0 30px; } }
  @media screen and (max-width: 600px) {
    .contents {
      margin: 0 0px; } }
  .contents p {
    margin: 0 0 20px; }
    @media screen and (max-width: 600px) {
      .contents p {
        font-size: 1.6rem; } }

.indentfront {
  text-indent: -1em;
  padding-left: 1em; }

.indentfront02 {
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin: 0 0 5px; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #fff;
  text-decoration: none;
  border-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 1024px) {
      a:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; } }

#loading {
  font-size: 1rem;
  margin: -50px auto;
  top: 50%;
  text-indent: -9999em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background: #ffaa01;
  background: -moz-linear-gradient(left, #de1415 10%, rgba(222, 20, 21, 0) 42%);
  background: -webkit-linear-gradient(left, #de1415 10%, rgba(222, 20, 21, 0) 42%);
  background: -o-linear-gradient(left, #de1415 10%, rgba(222, 20, 21, 0) 42%);
  background: -ms-linear-gradient(left, #de1415 10%, rgba(222, 20, 21, 0) 42%);
  background: linear-gradient(to right, #de1415 10%, rgba(222, 20, 21, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

#loading:before {
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

#loading:after {
  background: #000;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 99999; }

/*

 header
-----------------------------------*/
#header_fixed {
  width: 100%;
  z-index: 9999;
  position: fixed; }
  #header_fixed .logo {
    position: absolute;
    top: 30px;
    left: 35px; }
    @media screen and (max-width: 1024px) {
      #header_fixed .logo {
        top: 15px;
        left: 20px;
        position: absolute;
        z-index: 999; } }
    @media screen and (max-width: 768px) {
      #header_fixed .logo {
        top: 21px;
        left: 20px;
        position: absolute;
        z-index: 999; } }

    @media screen and (max-width: 600px) {
      #header_fixed .logo {
        top: 15px;
        left: 15px;
        position: absolute;
        z-index: 999; } }
    #header_fixed .logo img {
      width: 180px;
      height: auto; }
      @media screen and (max-width: 1024px) {
        #header_fixed .logo img {
          width: 150px;
          height: auto; } }
      @media screen and (max-width: 768px) {
        #header_fixed .logo img {
          width: 130px;
          height: auto; } }

@media screen and (max-width: 1024px) {
  nav {
    display: none;
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 99;
    width: 100%; } }
@media screen and (max-width: 768px) {
  nav {
    display: none;
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 99;
    width: 100%; } }
@media screen and (max-width: 600px) {
  nav {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 99;
    width: 100%; } }
nav ul {
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px; }
  @media screen and (max-width: 1024px) {
    nav ul {
      top: 0;
      right: 0;
      display: block;
      width: 250px;
      height: 100vh;
      background: #000;
      padding: 100px 0 0 30px; } }
  @media screen and (max-width: 600px) {
    nav ul {
      top: 0;
      right: auto;
      left: 0;
      display: block;
      width: 100vh;
      height: 100vh;
      background: #000;
      padding: 100px 0 0 20px; } }
  nav ul li {
    margin: 0 0 0 40px;
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      nav ul li {
        margin: 0;
        width: 100%;
        display: block;
        text-align: left; } }
    nav ul li a {
      color: #fff;
      font-size: 2rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 1024px) {
        nav ul li a {
          font-size: 2.3rem;
          padding: 15px 0; } }
      @media screen and (max-width: 768px) {
        nav ul li a {
          font-size: 2.3rem;
          padding: 15px 0; } }
      @media screen and (max-width: 600px) {
        nav ul li a {
          font-size: 4.2rem;
          padding: 0 0;
          line-height: 1.4; } }

#header_fixed .nav a {
  color: #fff;
  transition: color 0.3s ease; }

/* #newlogo に入ったら */
#header_fixed.is-dark .nav a {
  color: #000; }
  @media screen and (max-width: 1024px) {
    #header_fixed.is-dark .nav a {
      color: #fff; } }

/* 通常（白想定） */
#header_fixed .logo img {
  transition: filter 0.3s ease; }

/* 黒にしたい時 */
#header_fixed.is-dark .logo img {
  filter: brightness(0); }

#header_fixed.is-dark #menuButton span {
  background: #000; }

/*

 footer
-----------------------------------*/
.footer__nav {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 70px; }
  @media screen and (max-width: 768px) {
    .footer__nav {
      display: block;
      margin: 0 auto 20px; } }

.footer__nav--item:nth-of-type(3) {
  border-left: 1px solid #444;
  border-right: 1px solid #444 !important; }
  @media screen and (max-width: 768px) {
    .footer__nav--item:nth-of-type(3) {
      border: none !important; } }

.footer__nav--item {
  text-align: left;
  font-size: 1.2rem;
  padding: 0 0 0 25px;
  width: 33%;
  border-left: 1px solid #444; }
  @media screen and (max-width: 768px) {
    .footer__nav--item {
      width: 100%;
      border: none;
      padding: 0; } }
  .footer__nav--item h3 {
    font-size: 1.8rem;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      .footer__nav--item h3 {
        font-size: 1.8rem;
        border-bottom: 1px solid #444;
        background: url("../img/icon_arrow_down.svg") center right no-repeat;
        background-size: 30px auto;
        margin: 0 0 20px;
        padding: 0 0 20px; } }
    @media screen and (max-width: 600px) {
      .footer__nav--item h3 {
        font-size: 1.8rem;
        border-bottom: 1px solid #444;
        margin: 0 0 10px;
        padding: 0 0 10px; } }
  @media screen and (max-width: 768px) {
    .footer__nav--item h3.active {
      background: url("../img/icon_arrow_up.svg") center right no-repeat !important;
      background-size: 30px auto !important; } }
  .footer__nav--item ul {
    margin: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .footer__nav--item ul {
        display: none; } }
    .footer__nav--item ul li {
      font-size: 1.1rem;
      line-height: 1.2;
      text-align: left;
      margin: 0 0 10px; }
      @media screen and (max-width: 600px) {
        .footer__nav--item ul li {
          font-size: 1.3rem; } }
    .footer__nav--item ul a {
      color: #fff;
      padding: 0;
      text-decoration: none; }

footer {
  padding: 100px 0 20px;
  margin: 0;
  overflow: hidden;
  clear: both;
  text-align: center;
  background: #111111; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 30px 50px 10px; } }
  @media screen and (max-width: 600px) {
    footer {
      padding: 20px 20px 10px; } }

footer p {
  font-size: 1.2rem;
  margin: 0 0 10px; }
  @media screen and (max-width: 768px) {
    footer p {
      font-size: 0.8rem; } }

footer a {
  text-decoration: none; }

.copy {
  clear: both;
  padding: 0 0 20px;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .copy {
      padding: 0 0 10px;
      font-size: 1rem; } }

.footer_logo {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  clear: both; }

.topBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 0;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1024px) {
    .topBtn {
      width: 55px;
      height: auto; } }
  @media screen and (max-width: 600px) {
    .topBtn {
      width: 45px;
      height: auto; } }
  .topBtn img {
    width: 100%;
    height: auto; }

.topBtn:hover {
  opacity: 0.7; }

.txt__marker {
  background: #fff898;
  font-weight: bold; }
  .txt__marker strong {
    font-size: 2.4rem; }

.attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem !important;
  color: #666; }
  @media screen and (max-width: 600px) {
    .attention {
      font-size: 1.1rem !important; } }

.attention02 {
  font-size: 1rem !important;
  color: #666; }
  @media screen and (max-width: 600px) {
    .attention02 {
      font-size: 1.1rem !important; } }

.txt__underline {
  border-bottom: 1px solid #31c2dd;
  font-weight: bold; }

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

/*

 btn
-----------------------------------*/
.btn__more a {
  background: #004b75 url("../img/icon_arrow_white.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  max-width: 500px;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__more a {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .btn__more a {
      max-width: 200px;
      margin: 0 auto;
      padding: 10px 0;
      border-radius: 10px;
      background: #004b75 url("../img/icon_arrow_white.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    .btn__more a br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__more a br {
      display: block; } }

.btn__link a {
  background: #004b75 url("../img/icon_link.svg") center right 20px no-repeat;
  background-size: 15px auto;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.6rem;
  max-width: 300px;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__link a {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .btn__link a {
      max-width: 250px;
      margin: 0 auto;
      padding: 12px 0;
      border-radius: 10px;
      background: #004b75 url("../img/icon_link.svg") center right 10px no-repeat;
      background-size: 12px auto;
      font-size: 1.4rem;
      line-height: 1.4; } }
  @media screen and (max-width: 768px) {
    .btn__link a br {
      display: none; } }
  @media screen and (max-width: 600px) {
    .btn__link a br {
      display: block; } }

.btn__more--large a {
  background: #ffdd00 url("../img/icon_arrow_grey.svg") center right 20px no-repeat;
  background-size: 8px auto;
  text-align: center;
  color: #111;
  border-radius: 10px;
  padding: 20px 50px;
  box-sizing: border-box;
  font-weight: 700;
  display: block;
  font-size: 1.8rem;
  max-width: 700px;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .btn__more--large a {
      font-size: 1.8rem;
      line-height: 1.4; } }
  @media screen and (max-width: 600px) {
    .btn__more--large a {
      border-radius: 10px;
      background: #ffdd00 url("../img/icon_arrow_grey.svg") center right 10px no-repeat;
      background-size: 5px auto;
      font-size: 1.2rem;
      margin: 10px auto 0;
      line-height: 1.4;
      padding: 15px 15px; } }

.inner {
  max-width: 1100px;
  padding: 50px 0;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .inner {
      padding: 50px 50px; } }
  @media screen and (max-width: 600px) {
    .inner {
      padding: 30px 20px; } }

.inner02 {
  max-width: 1100px;
  padding: 0 0 50px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .inner02 {
      padding: 0 50px 50px; } }
  @media screen and (max-width: 600px) {
    .inner02 {
      padding: 0 20px 30px; } }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800 !important;
  line-height: 1.2; }

/*

 home
-----------------------------------*/
.kv {
  background: #de1415; }
  .kv .kv__logo {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .kv .kv__logo {
        width: 80%; } }
  .kv img {
    width: 100%;
    height: auto; }

/*

 about
-----------------------------------*/
.about {
  background: url("../img/bg.jpg") top center no-repeat;
  background-size: 100% auto;
  padding: 100px 100px 100px; }
  @media screen and (max-width: 1100px) {
    .about {
      background: url("../img/bg.jpg") top center no-repeat;
      background-size: cover;
      padding: 100px 50px 100px; } }
  @media screen and (max-width: 768px) {
    .about {
      padding: 20px 20px 20px; } }
  @media screen and (max-width: 600px) {
    .about {
      padding: 15px 10px 15px; } }
  .about img {
    width: 100%;
    height: auto; }

/*

 movie
-----------------------------------*/
#movie {
  background: #000; }
  #movie .movie__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 50px 0; }
    @media screen and (max-width: 600px) {
      #movie .movie__inner {
        padding: 70px 30px 0; } }
  #movie h2 {
    font-size: 6rem;
    text-align: center;
    color: #e60012;
    margin: 0 0 70px; }
    @media screen and (max-width: 600px) {
      #movie h2 {
        font-size: 3.4rem;
        margin: 0 0 30px; } }
    #movie h2 span {
      display: block;
      font-size: 1.6rem; }
      @media screen and (max-width: 600px) {
        #movie h2 span {
          font-size: 1.1rem; } }

.movie {
  position: relative; }
  .movie .movie__icon {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (max-width: 600px) {
      .movie .movie__icon {
        width: 60px;
        height: 60px; } }
    .movie .movie__icon img {
      width: 100%;
      height: auto;
      transition: transform 0.6s ease;
      /* ゆっくり変化させる */ }
    .movie .movie__icon a:hover img {
      transform: scale(1.1);
      /* 拡大 */ }
  .movie .movie__img {
    width: 100%;
    height: auto;
    position: relative; }
    .movie .movie__img img {
      width: 100%;
      height: auto; }

/*

 logo
-----------------------------------*/
.newlogo {
  background: #fff; }
  .newlogo .logo__img {
    width: 100%; }
    .newlogo .logo__img img {
      width: 100%;
      height: auto; }

/*

 logo
-----------------------------------*/
.logo .logo__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 50px 0; }
  @media screen and (max-width: 600px) {
    .logo .logo__inner {
      padding: 70px 30px 0; } }
.logo h2 {
  font-size: 6rem;
  text-align: center;
  color: #e60012;
  margin: 0 0 70px; }
  @media screen and (max-width: 600px) {
    .logo h2 {
      font-size: 3.4rem;
      margin: 0 0 30px; } }
  .logo h2 span {
    display: block;
    font-size: 1.6rem; }
    @media screen and (max-width: 600px) {
      .logo h2 span {
        font-size: 1.1rem; } }
.logo h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  margin: 0 0 30px; }
  @media screen and (max-width: 600px) {
    .logo h3 {
      font-size: 1.6rem;
      padding: 0 0 10px;
      margin: 0 0 15px; } }
.logo h4 {
  padding: 0 0 15px;
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .logo h4 {
      font-size: 1.8rem;
      padding: 0 0 5px;
      text-align: left; } }
.logo p {
  margin: 0 0 0px; }
.logo .col2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  width: 100%;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .logo .col2 {
      display: block;
      margin: 0 0 20px; } }
  .logo .col2 .img {
    width: 47%; }
    @media screen and (max-width: 768px) {
      .logo .col2 .img {
        width: 100%;
        margin: 0 0 10px; } }
    .logo .col2 .img img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .logo .col2 .icon {
      text-align: center;
      margin: 0 0 10px; } }
  @media screen and (max-width: 768px) {
    .logo .col2 .icon img {
      width: 30px;
      height: auto; } }

/*

 tagline
-----------------------------------*/
.tagline .tagline__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 50px 0; }
  @media screen and (max-width: 600px) {
    .tagline .tagline__inner {
      padding: 70px 30px 0; } }
.tagline h2 {
  font-size: 6rem;
  text-align: center;
  color: #e60012;
  margin: 0 0 70px; }
  @media screen and (max-width: 600px) {
    .tagline h2 {
      font-size: 3.4rem;
      margin: 0 0 30px; } }
  .tagline h2 span {
    display: block;
    font-size: 1.6rem; }
    @media screen and (max-width: 600px) {
      .tagline h2 span {
        font-size: 1.1rem; } }
.tagline h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  margin: 0 0 30px; }
  @media screen and (max-width: 600px) {
    .tagline h3 {
      font-size: 1.6rem;
      padding: 0 0 10px;
      margin: 0 0 15px; } }
.tagline h4 {
  padding: 0 0 15px;
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .tagline h4 {
      font-size: 1.8rem;
      padding: 0 0 5px;
      text-align: left; } }
.tagline p {
  margin: 0 0 0px; }
.tagline .col2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  width: 100%;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .tagline .col2 {
      display: block;
      margin: 0 0 20px; } }
  .tagline .col2 .img {

    width: 47%; }
    @media screen and (max-width: 768px) {
      .tagline .col2 .img {
        width: 100%;
        margin: 0 0 10px; } }
    .tagline .col2 .img img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .tagline .col2 .icon {
      text-align: center;
      margin: 0 0 10px; } }
  @media screen and (max-width: 768px) {
    .tagline .col2 .icon img {
      width: 30px;
      height: auto; } }
.tagline .tag__img {
  width: 100%;
  margin: 0 0 30px; }
  @media screen and (max-width: 600px) {
    .tagline .tag__img {
      margin: 0 0 15px; } }
  .tagline .tag__img img {
    width: 100%;
    height: auto; }

/*

 NEWS
-----------------------------------*/
.news .news__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 50px 150px; }
  @media screen and (max-width: 600px) {
    .news .news__inner {
      padding: 70px 30px 70px; } }
.news h2 {
  font-size: 6rem;
  text-align: center;
  color: #e60012;
  margin: 0 0 70px; }
  @media screen and (max-width: 600px) {
    .news h2 {
      font-size: 3.4rem;
      margin: 0 0 30px; } }
  .news h2 span {
    display: block;
    font-size: 1.6rem; }
    @media screen and (max-width: 600px) {
      .news h2 span {
        font-size: 1.1rem; } }

.news__box .news__box--left {
  width: 200px; }
  @media screen and (max-width: 768px) {
    .news__box .news__box--left {
      width: 100%; } }
.news__box .news__box--right {
  width: calc(100% - 200px); }
  @media screen and (max-width: 768px) {
    .news__box .news__box--right {
      width: 100%; } }
.news__box .news__item {
  text-align: left;
  display: flex;
  padding: 0 0 15px; }
  @media screen and (max-width: 600px) {
    .news__box .news__item {
      padding: 0;
      display: block; } }
  .news__box .news__item a {
    text-decoration: none; }
.news__box .news__day {
  color: #8b8b8b;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
  padding: 3px 0 0;
  width: 130px; }
  @media screen and (max-width: 600px) {
    .news__box .news__day {
      font-size: 1.4rem;
      margin: 15px 0 0;
      text-align: left; } }
.news__box .news__txt {
  font-size: 1.8rem;
  width: calc(100% - 130px); }
  @media screen and (max-width: 600px) {
    .news__box .news__txt {
      width: 100%;
      font-size: 1.6rem !important;
      text-align: left; } }

/*

 download
-----------------------------------*/
.download {
  padding: 100px 0; }
  @media screen and (max-width: 600px) {
    .download {
      padding: 30px 0; } }
  .download .inner__download {
    max-width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      .download .inner__download {
        padding: 0 100px; } }
    @media screen and (max-width: 1024px) {
      .download .inner__download {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      .download .inner__download {
        padding: 0 20px; } }
  .download h2 {
    font-size: 6rem;
    text-align: center;
    color: #e60012;
    margin: 0 0 70px; }
    @media screen and (max-width: 600px) {
      .download h2 {
        font-size: 3.4rem;
        margin: 0 0 50px; } }
    .download h2 span {
      display: block;
      font-size: 1.6rem; }
      @media screen and (max-width: 600px) {
        .download h2 span {
          font-size: 1.1rem; } }
  .download h3 {
    font-size: 2.4rem;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    margin: 0 0 30px; }
    @media screen and (max-width: 600px) {
      .download h3 {
        font-size: 1.6rem;
        padding: 0 0 10px;
        margin: 0 0 10px; } }
  .download h4 {
    padding: 0 0 15px;
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .download h4 {
        font-size: 1.8rem;
        padding: 0 0 15px;
        text-align: center; } }
  .download p {
    margin: 0 0 50px; }
  .download .col2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .download .col2 {
        display: block; } }
    .download .col2 .img {
      width: 48.5%; }
      @media screen and (max-width: 768px) {
        .download .col2 .img {
          width: 100%;
          margin: 0 0 20px; } }
      .download .col2 .img img {
        width: 100%;
        height: auto; }
  .download .tag__img {
    width: 100%;
    margin: 0 0 30px; }
    .download .tag__img img {
      width: 100%;
      height: auto; }
  .download .col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 70px; }
    @media screen and (max-width: 1024px) {
      .download .col4 {
        width: 103%;
        justify-content: left; } }
    @media screen and (max-width: 768px) {
      .download .col4 {
        width: 100%;
        margin: 0;
        justify-content: space-between; } }
    .download .col4 .col4__item {
      width: 23%;
      margin: 0 0 30px; }
      @media screen and (max-width: 1024px) {
        .download .col4 .col4__item {
          width: 31%;
          margin: 5px 2% 15px 0; } }
      @media screen and (max-width: 768px) {
        .download .col4 .col4__item {
          width: 49%;
          margin: 5px 0 15px; } }
      .download .col4 .col4__item .img {
        width: 100%;
        margin: 0 0 20px; }
        @media screen and (max-width: 600px) {
          .download .col4 .col4__item .img {
            margin: 0 0 10px; } }
        .download .col4 .col4__item .img img {
          width: 100%;
          height: auto; }
  .download .btn__download--small a {
    display: block;
    border: 1px solid #888;
    color: #fff;
    padding: 15px 30px;
    border-radius: 100px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px;
    background: url("../img/icon__arow.svg") center right 20px no-repeat;
    background-size: 13px auto; }
    @media screen and (max-width: 1024px) {
      .download .btn__download--small a {
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .download .btn__download--small a {
        background: url("../img/icon__arow.svg") center right 20px no-repeat;
        background-size: 12px auto;
        width: 80%;
        margin: 0 auto 15px; } }
  .download .btn__download--small02 a {
    display: block;
    border: 1px solid #888;
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px;
    font-size: 1.3rem;
    background: url("../img/icon__arow.svg") center right 15px no-repeat;
    background-size: 12px auto; }
    @media screen and (max-width: 600px) {
      .download .btn__download--small02 a {
        font-size: 1.1rem;
        background: url("../img/icon__arow.svg") center right 15px no-repeat;
        background-size: 10px auto; } }
  .download .btn__download--large a {
    display: block;
    border: 1px solid #888;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
    border-radius: 100px;
    max-width: 470px;
    box-sizing: border-box;
    margin: 0 auto 70px;
    background: url("../img/icon__arow.svg") center right 20px no-repeat;
    background-size: 13px auto; }
    @media screen and (max-width: 600px) {
      .download .btn__download--large a {
        background: url("../img/icon__arow.svg") center right 20px no-repeat;
        background-size: 12px auto;
        width: 80%;
        margin: 0 auto 50px;
        padding: 15px 30px; } }
  .download .form__txt {
    text-align: center;
    margin: 0 0 15px;
    font-size: 1.8rem; }
    @media screen and (max-width: 600px) {
      .download .form__txt {
        font-size: 1.3rem; } }

#menuButton {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  display: none; }
  @media screen and (max-width: 1024px) {
    #menuButton {
      display: block; } }
  @media screen and (max-width: 600px) {
    #menuButton {
      top: 10px;
      right: 15px; } }

a#menuButton:hover {
  opacity: 1 !important; }

#menuButton span {
  display: block;
  background: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s; }

#menuButton span:first-child {
  top: 11px; }

#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%; }

#menuButton span:last-child {
  bottom: 11px; }

#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

#menuButton.active span:nth-child(2) {
  opacity: 0; }

#menuButton.active span:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg); }

/*

    fuwat
    -----------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
  animation-timing-function: ease; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime02 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: fuwatAnime02;
  -ms-animation-name: fuwatAnime02;
  animation-name: fuwatAnime02;
  visibility: visible !important;
  animation-delay: 0.2s;
  animation-timing-function: ease; }

@-webkit-keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime03 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnime03;
  -ms-animation-name: fuwatAnime03;
  animation-name: fuwatAnime03;
  visibility: visible !important;
  animation-delay: 0s;
  animation-timing-function: ease; }

@-webkit-keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.fuwatAnime04 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: fuwatAnime04;
  -ms-animation-name: fuwatAnime04;
  animation-name: fuwatAnime04;
  visibility: visible !important;
  animation-delay: 0.3s;
  animation-timing-function: ease; }

@-webkit-keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime05 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnime05;
  -ms-animation-name: fuwatAnime05;
  animation-name: fuwatAnime05; }

@-webkit-keyframes fuwatAnime05 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fuwatAnime05 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
}