﻿.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a:hover {
  opacity: 0.8;
}
*:hover {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
html {
  height: 100%;
}
.wrapper {
  padding-bottom: 250px;
}
.top .caption {
  position: absolute;
  bottom: 5px;
  right: 3%;
  z-index: 1;
  color: #fff;
  font-size: 12px;
}
.top {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
  box-shadow: 1px 1px 5px #333;
}
.top .swiper {
  width: 100%;
  height: 100%;
}
.top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  display: inline-block !important;
  border-radius: 0 !important;
  background: #000 !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ca1817 !important;
}
.top h1 {
  width: 500px;
  position: absolute;
  right: 5%;
  bottom: 120px;
  z-index: 10;
}
.top h1 img {
  width: 100%;
}
.top h2 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
  position: absolute;
  right: 5%;
  bottom: 50px;
  z-index: 10;
}
.top h2 span.red {
  color: #ca1817;
}
.main {
  width: 1100px;
  margin: 30px auto;
}
.news_box {
  border: solid 1px #ca1817;
  margin-bottom: 30px;
  padding: 0 0 5px;
}
.news_box h2 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ca1817, #000);
  color: #fff;
  margin: 0;
  padding: 10px 5%;
}
.news_box dl {
  width: 90%;
  height: 200px;
  font-size: 14px;
  padding: 0 5%;
  margin: 10px auto;
  overflow-y: scroll;
}
.news_box dt {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 10px;
  margin: 0;
  color: #ca1817;
}
.news_box dd {
  margin: 0;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}
.news_box dd a {
  text-decoration: none;
  color: #000;
}
.news_box dd a:hover {
  text-decoration: underline;
  color: #000;
}
.banner {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.banner a {
  margin-bottom: 10px;
  display: block;
  width: 32.5%;
}
.banner img {
  width: 100%;
  border: solid 1px #ccc;
}
.schedule_box {
  padding: 30px 5% 40px;
  background-color: #f1f1f1;
}
.schedule_box h2 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  letter-spacing: 1px;
  color: #ca1817;
  text-align: center;
  margin: 0 0 10px;
}
.schedule_box table {
  width: 100%;
  border: solid 1px #ccc;
  font-size: 14px;
  border-collapse: collapse;
}
.schedule_box table thead th {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.schedule_box table th, .schedule_box table td {
  padding: 15px 5%;
  border: solid 1px #aaa;
}
.schedule_box table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.schedule_box table tr:nth-child(even) {
  background-color: #fff;
}
.schedule_box table th.round {
  background-color: #333;
  color: #fff;
}
.schedule_box table th.rank {
  width: 18%;
  background-color: #ca1817;
  color: #fff;
}
.schedule_box table td.rank {
  text-align: center;
}
.schedule_box .date {
  display: inline-block;
  width: 180px;
}
.schedule_box .rd {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  color: #ca1817;
}
.schedule_box table td, #schedule_box table tr.clickable:hover th {
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
}
.schedule_box table tr.clickable:hover td, #schedule_box table tr.clickable:hover th {
  background-color: #fffde0;
  cursor: pointer;
}
.red {
  color: #ca1817;
}
footer {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background: linear-gradient(135deg, #ca1817, #000);
  position: absolute;
  bottom: 0;
}
footer .link a {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}
footer .link a i {
  margin-left: 10px;
}
footer .logo {
  width: 180px;
  margin: 30px auto;
}
footer .logo img {
  width: 100%;
}
footer small {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  font-size: 10px;
  display: block;
}
#page-top {
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 10;
  text-align: center;
}
#page-top a {
  width: 50px;
  height: 30px;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  display: block;
  box-shadow: 1px 1px 5px #333;
}
/*report.html*/
.back a {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  padding: 10px 0;
}
.back a i {
  margin-right: 5px;
}
.report .main {
  width: 100%;
  margin: 0;
}
.report header {
  background: linear-gradient(135deg, #ca1817, #000);
}
.report header .logo {
  width: 600px;
  margin: 0 auto;
  padding: 10px 0 5px;
}
.report header .logo img {
  width: 50%;
}
.report h1 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  padding: 25px 0;
}
.report h1 span {
  color: #ca1817;
}
.report h1 img {
  width: 320px;
  margin-right: 20px;
  margin-bottom: -10px;
}
.report nav {
  background-color: rgba(0, 0, 0, 0.85);
}
.report nav ul {
  width: 1000px;
  list-style: none;
  padding: 5px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.report nav ul li {
  min-width: 31.2%;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  padding: 5px 1%;
  border-left: solid 1px #aaa;
  margin: 7px 0;
}
.report nav ul li:nth-child(3n) {
  border-right: solid 1px #aaa;
}
.report nav ul li:last-child {
  border-right: solid 1px #aaa;
}
.report nav ul li span.rd {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.report nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.report nav ul li a span.rd {
  color: #ca1817;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.report .report_box {
  padding: 30px 0;
}
.report .report_box:nth-child(even) {
  background-color: #f5f5f5;
}
.report .report_box .inner {
  width: 1000px;
  margin: 0 auto;
}
.report .report_box section {
  margin: 30px auto;
}
.report .report_box h2 {
  color: #fff;
  background-color: #ca1817;
  padding: 7px 2%;
}
.report .report_box h2 span {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.report h3 {
  font-size: 24px;
  color: #ca1817;
  border-bottom: solid 2px #ca1817;
  margin: 0 0 -5px;
}
.report .box figure {
  margin: 0;
}
.report .box figure img {
  width: 100%;
}
.report .box {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.report .box h4 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #333;
  padding: 5px 3%;
  margin-bottom: 10px;
}
.report .box h5 {
  font-size: 18px;
  margin: 10px auto -10px;
}
.report .box a {
  color: #ca1817;
}
.report .box a i {
  margin-left: 5px;
}
.report .gallery_box h3 {
  color: #ca1817;
  font-style: italic;
  border: solid 2px #ca1817;
  padding: 3px 2%;
  margin: 0 0 15px;
}
.report .gallery_box figure {
  width: 24.4%;
  margin: 0 0.3%;
  float: left;
}
.report .gallery_box figure img {
  width: 100%;
}
.report .box.box02 {
  width: 100%;
  float: none;
  margin: 0 auto 50px;
}
/*ムービー*/
.movie header {
  background: linear-gradient(135deg, #ca1817, #000);
}
.movie header .logo {
  width: 300px;
  margin: 0 auto;
  padding: 10px 0 5px;
}
.movie header .logo img {
  width: 100%;
}
.movie h1 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  padding: 30px 0 0;
}
.movie h1 span {
  color: #ca1817;
}
.movie h1 img {
  width: 320px;
  margin-right: 20px;
  margin-bottom: -10px;
}
.video {
  width: 900px;
  /*min-width: 900px;*/
  margin: 0 auto;
}
.video img {
  width: 100%;
}
.lightcase-icon-close:before {
  content: none;
}
.lightcase-icon-close {
  width: 70px !important;
  height: 70px !important;
  background-image: url("../img/close.png");
  background-size: cover;
  background-position: center;
}
.lightcase-icon-spin:before {
  content: none;
}
.video.sp {
  display: none;
}
@media screen and (min-width:700px) and (max-width:1050px) { /*タブレット縦横*/
  .top {
    height: 70vh;
    min-height: 400px;
    box-shadow: 1px 1px 5px #333;
  }
  .top h1 {
    width: 450px;
    position: absolute;
    right: 5%;
    bottom: 100px;
  }
  .top h2 {
    font-size: 65px;
    position: absolute;
    right: 5%;
    bottom: 50px;
  }
  .main {
    width: 90%;
    margin: 30px auto;
  }
  .news_box {
    border: solid 1px #ca1817;
    margin-bottom: 30px;
    padding: 0 0 5px;
  }
  .news_box h2 {
    font-size: 30px;
  }
  .news_box dl {
    width: 90%;
    height: 200px;
    font-size: 14px;
    padding: 0 5%;
    margin: 10px auto;
    overflow-y: scroll;
  }
  .news_box dt {
    font-size: 16px;
    padding-top: 10px;
    margin: 0;
    color: #ca1817;
  }
  .news_box dd {
    margin: 0;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
  }
  .news_box dd a {
    text-decoration: none;
    color: #000;
  }
  .news_box dd a:hover {
    text-decoration: underline;
    color: #000;
  }
  .banner {
    margin-bottom: 25px;
    display: block;
  }
  .banner a {
    margin-bottom: 5px;
    width: auto;
  }
  .schedule_box {
    padding: 30px 5%;
  }
  .schedule_box h2 {
    font-size: 38px;
  }
  .schedule_box table {
    width: 100%;
    border: solid 1px #ccc;
    font-size: 14px;
    border-collapse: collapse;
  }
  .schedule_box table thead th {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
  }
  .schedule_box table th, .schedule_box table td {
    padding: 10px 4%;
    border: solid 1px #aaa;
  }
  .schedule_box table tr:nth-child(odd) {
    background-color: #f1f1f1;
  }
  .schedule_box table tr:nth-child(even) {
    background-color: #fff;
  }
  .schedule_box table th.round {
    background-color: #333;
    color: #fff;
  }
  .schedule_box table th.rank {
    width: 18%;
    background-color: #ca1817;
    color: #fff;
  }
  .schedule_box table td.rank {
    text-align: center;
  }
  .schedule_box td .red {
    display: block;
  }
  .schedule_box table td, #schedule_box table tr.clickable:hover th {
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    transition: background-color .1s linear;
  }
  .schedule_box table tr.clickable:hover td, #schedule_box table tr.clickable:hover th {
    background-color: #fffde0;
    cursor: pointer;
  }
  .schedule_box .date {
    display: block;
    width: auto;
  }
  footer {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(135deg, #ca1817, #000);
  }
  footer .link a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  footer .link a i {
    margin-left: 10px;
  }
  footer .logo {
    width: 180px;
    margin: 30px auto;
  }
  footer .logo img {
    width: 100%;
  }
  footer small {
    text-align: center;
    font-size: 10px;
    display: block;
  }
  #page-top {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 10;
    text-align: center;
  }
  #page-top a {
    width: 50px;
    height: 30px;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    display: block;
    box-shadow: 1px 1px 5px #333;
  }
  /*report.html*/
  .back a {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 0;
  }
  .back a i {
    margin-right: 5px;
  }
  .report .main {
    width: 100%;
    margin: 0;
  }
  .report header {
    background: linear-gradient(135deg, #ca1817, #000);
  }
  .report header .logo {
    width: 400px;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  .report header .logo img {
    width: 50%;
  }
  .report h1 {
    margin: 0;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    font-size: 40px;
  }
  .report h1 img {
    width: 250px;
    margin: 0 auto 10px;
    display: block;
  }
  .report nav {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .report nav ul {
    width: 90%;
    list-style: none;
    padding: 5px 0;
    margin: 0 auto;
  }
  .report nav ul li span.rd + span {
    display: none;
  }
  .report nav ul li {
    min-width: 10.3%;
  }
  .report nav ul li:nth-child(3n) {
    border-right: none;
  }
  .report nav ul li:last-child {
    border-right: solid 1px #aaa;
  }
  .report nav ul li span.rd {
    margin-right: 0;
  }
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .report .report_box {
    padding: 30px 0;
  }
  .report .report_box:nth-child(even) {
    background-color: #f5f5f5;
  }
  .report .report_box .inner {
    width: 90%;
    margin: 0 auto;
  }
  .report .report_box section {
    margin: 30px auto;
  }
  .report .report_box h2 {
    color: #fff;
    background-color: #ca1817;
    padding: 7px 2%;
  }
  .report h3 {
    font-size: 24px;
    color: #ca1817;
    border-bottom: solid 2px #ca1817;
    margin: 0 0 -5px;
  }
  .report .box figure {
    margin: 0;
  }
  .report .box figure img {
    width: 100%;
  }
  .report .box {
    width: 48%;
    float: left;
    margin: 0 1%;
  }
  .report .box h4 {
    font-size: 24px;
    color: #fff;
    background-color: #333;
    padding: 5px 3%;
    margin-bottom: 10px;
  }
  .report .box h5 {
    font-size: 18px;
    margin: 10px auto -10px;
  }
  .report .box a {
    color: #ca1817;
  }
  .report .box a i {
    margin-left: 5px;
  }
  .report .gallery_box h3 {
    color: #ca1817;
    font-style: italic;
    border: solid 2px #ca1817;
    padding: 3px 2%;
    margin: 0 0 15px;
  }
  .report .gallery_box figure {
    width: 24.4%;
    margin: 0 0.3%;
    float: left;
  }
  .report .gallery_box figure img {
    width: 100%;
  }
  .report .box.box02 {
    width: 100%;
    float: none;
    margin: 0 auto 50px;
  }
  /*ムービー*/
  .movie header {
    background: linear-gradient(135deg, #ca1817, #000);
  }
  .movie header .logo {
    width: 200px;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  .movie header .logo img {
    width: 100%;
  }
  .movie h1 {
    margin: 0;
    text-align: center;
    background-color: #fff;
    padding: 30px 0 0;
    font-size: 40px;
  }
  .movie h1 img {
    width: 250px;
    margin: 0 auto 10px;
    display: block;
  }
  .video {
    width: 95%;
    min-width: 95%;
    margin: 0 auto;
  }
  .video.pc {
    display: none;
  }
  .video.sp {
    display: block;
  }
  .video video {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:700px) { /*スマホ縦-スマホ横*/
  .top {
    height: 60vh;
    min-height: 400px;
    box-shadow: 1px 1px 5px #333;
  }
  .top h1 {
    width: 250px;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top h2 {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    top: auto;
    bottom: 50px !important;
    right: 5%;
    text-align: right;
  }
  .top h2 span.red, .top h2 span.block {
    display: block;
  }
  .main {
    width: 90%;
    margin: 15px auto;
  }
  .news_box {
    border: solid 1px #ca1817;
    margin-bottom: 20px;
    padding: 0;
  }
  .news_box h2 {
    font-size: 20px;
  }
  .news_box dl {
    width: 90%;
    height: 200px;
    font-size: 14px;
    padding: 0 5%;
    margin: 10px auto;
    overflow-y: scroll;
  }
  .news_box dt {
    font-size: 16px;
    padding-top: 10px;
    margin: 0;
    color: #ca1817;
  }
  .news_box dd {
    margin: 0;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
  }
  .news_box dd a {
    text-decoration: none;
    color: #000;
  }
  .news_box dd a:hover {
    text-decoration: underline;
    color: #000;
  }
  .banner {
    margin-bottom: 15px;
    display: block;
  }
  .banner a {
    margin-bottom: 5px;
    width: auto;
  }
  .schedule_box {
    padding: 20px 2%;
  }
  .schedule_box h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .schedule_box h2 span {
    display: block;
  }
  .schedule_box table {
    width: 100%;
    border: solid 1px #ccc;
    font-size: 13px;
    border-collapse: collapse;
  }
  .schedule_box table thead th {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
  }
  .schedule_box table th, .schedule_box table td {
    padding: 10px 4%;
    border: solid 1px #aaa;
  }
  .schedule_box table tr:nth-child(odd) {
    background-color: #f1f1f1;
  }
  .schedule_box table tr:nth-child(even) {
    background-color: #fff;
  }
  .schedule_box table th.round {
    background-color: #333;
    color: #fff;
  }
  .schedule_box table th.rank {
    width: 18%;
    background-color: #ca1817;
    color: #fff;
  }
  .schedule_box table td.rank {
    text-align: center;
  }
  .schedule_box .red {
    color: #ca1817;
  }
  .schedule_box td .red {
    display: block;
  }
  .schedule_box table td, #schedule_box table tr.clickable:hover th {
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    transition: background-color .1s linear;
  }
  .schedule_box table tr.clickable:hover td, #schedule_box table tr.clickable:hover th {
    background-color: #fffde0;
    cursor: pointer;
  }
  .schedule_box .date {
    display: block;
    width: auto;
  }
  footer {
    color: #fff;
    text-align: center;
    padding: 10px 0 20px;
    background: linear-gradient(135deg, #ca1817, #000);
  }
  footer .link p {
    line-height: 15px;
  }
  footer .link a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  footer .link a i {
    margin-left: 10px;
  }
  footer .logo {
    width: 150px;
    margin: 25px auto 20px;
  }
  footer .logo img {
    width: 100%;
  }
  footer small {
    text-align: center;
    font-size: 10px;
    display: block;
  }
  #page-top {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 10;
    text-align: center;
  }
  #page-top a {
    width: 50px;
    height: 30px;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    display: block;
    box-shadow: 1px 1px 5px #333;
  }
  /*report.html*/
  .back a {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 0;
  }
  .back a i {
    margin-right: 5px;
  }
  .report .main {
    width: 100%;
    margin: 0;
  }
  .report header {
    background: linear-gradient(135deg, #ca1817, #000);
  }
  .report header .logo {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  .report header .logo img {
    width: 50%;
  }
  .report h1 {
    margin: 0;
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
    font-size: 24px;
  }
  .report h1 img {
    width: 200px;
    margin: 0 auto 10px;
    display: block;
  }
  .report nav {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .report nav ul {
    width: 90%;
    list-style: none;
    padding: 5px 0;
    margin: 0 auto;
  }
  .report nav ul li span.rd + span {
    display: none;
  }
  .report nav ul li {
    min-width: 22.5%;
  }
  .report nav ul li:nth-child(3n) {
    border-right: none;
    ;
  }
  .report nav ul li:nth-child(4n) {
    border-right: solid 1px #aaa;
  }
  .report nav ul li:last-child {
    border-right: solid 1px #aaa;
  }
  .report nav ul li span.rd {
    margin-right: 0;
  }
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .report .report_box {
    padding: 10px 0;
  }
  .report .report_box:nth-child(even) {
    background-color: #f5f5f5;
  }
  .report .report_box .inner {
    width: 90%;
    margin: 0 auto;
  }
  .report .report_box section {
    margin: 25px auto;
  }
  .report .report_box h2 {
    color: #fff;
    background-color: #ca1817;
    padding: 7px 2%;
    font-size: 18px;
  }
  .report .report_box h2 span {
    font-size: 22px;
  }
  .report h3 {
    font-size: 20px;
    color: #ca1817;
    border-bottom: solid 2px #ca1817;
    margin: 0 0 -5px;
  }
  .report .box figure {
    margin: 0;
  }
  .report .box figure img {
    width: 100%;
  }
  .report .box {
    width: 100%;
    float: none;
    margin: 0;
  }
  .report .box h4 {
    font-size: 20px;
    color: #fff;
    background-color: #333;
    padding: 5px 3%;
    margin-bottom: 10px;
  }
  .report .box h5 {
    font-size: 16px;
    margin: 10px auto -10px;
  }
  .report .box a {
    color: #ca1817;
  }
  .report .box a i {
    margin-left: 5px;
  }
  .report .gallery_box h3 {
    color: #ca1817;
    font-style: italic;
    border: solid 2px #ca1817;
    padding: 3px 2%;
    margin: 0 0 15px;
  }
  .report .gallery_box figure {
    width: 32.3%;
    margin: 0 0.5%;
    float: left;
  }
  .report .gallery_box figure img {
    width: 100%;
  }
  .report .box.box02 {
    width: 100%;
    float: none;
    margin: 0 auto 50px;
  }
  /*ムービー*/
  .movie header {
    background: linear-gradient(135deg, #ca1817, #000);
  }
  .movie header .logo {
    width: 45%;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  .movie header .logo img {
    width: 100%;
  }
  .movie h1 {
    margin: 0;
    text-align: center;
    background-color: #fff;
    padding: 20px 0 0;
    font-size: 24px;
  }
  .movie h1 img {
    width: 200px;
    margin: 0 auto 10px;
    display: block;
  }
  .video {
    width: 95%;
    min-width: 95%;
    margin: 0 auto;
  }
  .video.pc {
    display: none;
  }
  .video.sp {
    display: block;
  }
  .video video {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}