@charset "UTF-8";
@-webkit-keyframes $fadeIn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes $fadeIn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes $fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes $fadeIn {
  0% {
    background-position: 7% center;
  }
  100% {
    background-position: 7% 48%;
  }
}
@keyframes $fadeIn {
  0% {
    background-position: 7% center;
  }
  100% {
    background-position: 7% 48%;
  }
}
@-webkit-keyframes slideAnime1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideAnime1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideAnime2 {
  0% {
    opacity: 0;
    z-index: -100;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    z-index: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideAnime2 {
  0% {
    opacity: 0;
    z-index: -100;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    z-index: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body {
  color: #fff;
  background-color: #fff;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  z-index: 1;
}
body a {
  color: #efefef;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
body a:hover {
  color: #fff;
}
body article {
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
  z-index: 10;
}
body #header {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body #header #header_inner nav#globalnav {
  position: absolute;
  top: 0;
  height: 100vh;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  opacity: 0;
  z-index: 0;
  display: none;
}
body #header #header_inner nav#globalnav ul {
  margin-top: calc(80px + 1em);
  margin-left: auto;
  margin-right: auto;
}
body #header #header_inner nav#globalnav ul li {
  display: inline-block;
  vertical-align: top;
  /*for bug*/
  padding: 0.5em;
}
@media screen and (max-width: 500px) {
  body #header #header_inner nav#globalnav ul li {
    padding: 0.4em;
  }
}
body #header #header_inner nav#globalnav ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 20vmin;
  height: 20vmin;
  line-height: 1.8em;
  padding: 3em;
  font-size: 130%;
}
@media screen and (max-width: 1024px) {
  body #header #header_inner nav#globalnav ul li a {
    width: 22vmin;
    height: 22vmin;
    font-size: 100%;
    padding: 1em;
  }
}
@media screen and (max-width: 700px) {
  body #header #header_inner nav#globalnav ul li a {
    font-size: 100%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  body #header #header_inner nav#globalnav ul li a {
    width: 32vmin;
    height: 32vmin;
    font-size: 100%;
  }
}
@media screen and (max-width: 350px) {
  body #header #header_inner nav#globalnav ul li a {
    font-size: 60%;
  }
}
body #header #header_inner nav#globalnav ul li.nav1 a {
  color: #fff;
  background-background-color: rgba(0, 0, 0, 0.1);
  background-background-blend-mode: lighten;
  background-size: cover;
}
body #header #header_inner nav#globalnav ul li.nav1 a:hover {
  background-color: black;
  background-blend-mode: lighten;
  background-color: #c90d48;
}
body #header #header_inner nav#globalnav ul li.nav1 a:before {
  display: block;
  content: '';
}
body #header #header_inner nav#globalnav ul li.nav1:nth-of-type(1) a {
  background-image: url("../images/gnav_m1.jpg");
}
body #header #header_inner nav#globalnav ul li.nav1:nth-of-type(2) a {
  background-image: url("../images/gnav_m2.jpg");
}
body #header #header_inner nav#globalnav ul li.nav1:nth-of-type(3) a {
  background-image: url("../images/gnav_m3.jpg");
}
body #header #header_inner nav#globalnav ul li.nav1:nth-of-type(4) a {
  background-image: url("../images/gnav_m4.jpg");
}
body #header #header_inner nav#globalnav ul li.nav1:nth-of-type(5) a {
  background-image: url("../images/gnav_m5.jpg");
}
body #header #header_inner nav#globalnav ul li.nav2 a {
  color: #fff;
  background-color: #000;
}
body #header #header_inner nav#globalnav ul li.nav2 a:hover {
  background-color: #c90d48;
}
body #header #header_inner .nav_line {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body #header #header_inner .nav_line:hover {
  background-color: #333;
}
body #header #header_inner .nav_line:hover .n_line {
  background-color: #fff;
}
body #header #header_inner .nav_line .n_line {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body #header #header_inner .nav_line .n_line:nth-of-type(1) {
  top: 24px;
}
body #header #header_inner .nav_line .n_line:nth-of-type(2) {
  top: 32px;
}
body #header #header_inner .nav_line .n_line:nth-of-type(3) {
  top: 40px;
}
body #header #header_inner h1 {
  padding: 0;
  margin-left: 0;
  width: 100%;
  height: 70px;
  text-align: left;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
  animation: fadeIn 5s ease 0s 1 normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #header #header_inner h1 a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-indent: -5000px;
}
body #header #header_inner h2 {
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 130%;
}
body #header #header_inner p {
  text-align: left;
}
body #header #header_inner p.logo a {
  display: inline-block;
  width: 100px;
  height: 70px;
  text-indent: -5000px;
  background-image: url(../images/logo.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
body #header #header_inner p.logo a:hover {
  -webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
body #main {
  overflow-x: hidden;
}
body #main .title h2 {
  margin: 0 auto;
  padding: 5em 0;
  padding-right: 0;
  max-width: 600px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 60%;
  text-indent: -5000px;
}
@media screen and (max-width: 1100px) {
  body #main .title h2 {
    background-size: 90%;
  }
}
@media screen and (max-width: 1024px) {
  body #main .title h2 {
    padding: 4em 0;
  }
}
@media screen and (max-width: 500px) {
  body #main .title h2 {
    padding: 2em 0;
  }
}
@media screen and (max-width: 350px) {
  body #main .title h2 {
    background-size: 94%;
  }
}
body #main .title .line {
  display: block;
  border-bottom: 1.5px solid #c80d48;
  width: 7%;
  margin: 0 auto 3em auto;
}
@media screen and (max-width: 1024px) {
  body #main .title .line {
    width: 12%;
  }
}
@media screen and (max-width: 500px) {
  body #main .title .line {
    width: 15%;
    margin: 0 auto 2em auto;
  }
}
body #main .title p {
  margin-bottom: 2em;
  color: #000;
  font-size: 90%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  body #main .title p {
    font-size: 80%;
  }
}
body #main .btn {
  clear: both;
  text-align: center;
  margin: 1em auto;
  width: 100%;
}
body #main .btn a {
  width: 100%;
  display: inline-block;
  background-color: #c90d48;
  max-width: 400px;
  margin: 1% 0.3em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 1.5em 2em 1.5em 4em;
  background-size: 12%;
  background-repeat: no-repeat;
  background-position: 7% center;
}
body #main .btn a:hover {
  background-color: #e61154;
  -webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 500px) {
  body #main .btn a {
    width: 80%;
    font-size: 90%;
  }
}
@media screen and (max-width: 500px) {
  body #main .btn a {
    letter-spacing: 0.1em;
    font-size: 90%;
    position: 10% center;
  }
}
@media screen and (max-width: 350px) {
  body #main .btn a {
    font-size: 80%;
  }
}
body #main .fi {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media all and (-ms-high-contrast: none\0) {
  body #main .fi {
    opacity: 1;
  }
}
body #main #mainimg {
  padding: 0;
  width: 100%;
  display: block;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body #main #mainimg #mainimg_inner {
  position: relative;
}
@media screen and (max-width: 500px) {
  body #main #mainimg #mainimg_inner {
    position: fixed;
    background-color: #000;
  }
}
body #main #mainimg h1 {
  position: relative;
  z-index: 1;
  font-size: 0;
  width: 440px;
  height: 275px;
  left: 3%;
  top: calc((100vw / 16 * 9 ) - 295px);
  -webkit-animation: fadeIn 1.2s ease 0.15s;
  animation: fadeIn 1.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 1024px) {
  body #main #mainimg h1 {
    width: 350px;
    height: 175px;
    top: calc((100vw / 16 * 9 ) - 245px);
  }
}
@media screen and (max-width: 700px) {
  body #main #mainimg h1 {
    width: 260px;
    height: 180px;
    top: calc((100vw / 16 * 9 ) - 195px);
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg h1 {
    border: none;
    position: static;
    margin: 0 auto;
    width: 30%;
    height: 110px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  body #main #mainimg h1 {
    width: 36%;
    height: 100px;
  }
}
body #main #mainimg h1 span {
  position: static;
  text-indent: -5000px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
body #main #mainimg h1 span.m_title_1 {
  width: 80%;
  min-height: 50px;
  background-image: url("../images/main_title_1.png");
}
@media screen and (max-width: 500px) {
  body #main #mainimg h1 span.m_title_1 {
    margin: 0 auto;
    min-height: 20px;
  }
}
body #main #mainimg h1 span.m_title_2 {
  width: 100%;
  height: calc(100vw / 2);
  background-position: top;
  background-image: url("../images/main_title_2.png");
}
body #main #mainimg .video {
  position: fixed;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  body #main #mainimg .video {
    position: static;
  }
}
body #main #mainimg .video .video_inner {
  text-align: center;
  width: 100%;
  position: fixed;
  position: static;
  background-color: #000;
  height: calc((100vw / 16) * 9);
}
@media screen and (max-width: 500px) {
  body #main #mainimg .video .video_inner {
    position: static;
  }
}
body #main #mainimg .video .video_inner video {
  margin: 0 auto;
  height: 100%;
  display: block;
}
body #main #mainimg .btn {
  position: fixed;
  position: absolute;
  width: 98%;
  top: calc((100vw / 16 * 9 ) - 120px);
  text-align: right;
}
@media screen and (max-width: 1024px) {
  body #main #mainimg .btn {
    top: calc((100vw / 16 * 9 ) - 110px);
  }
}
@media screen and (max-width: 700px) {
  body #main #mainimg .btn {
    top: calc((100vw / 16 * 9 ) - 100px);
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg .btn {
    position: static;
    margin: 0.7em auto;
    right: auto;
    text-align: center;
  }
}
body #main #mainimg .btn a {
  width: 25%;
  max-width: 280px;
  font-size: 90%;
  background-width: 60%;
  background-size: 10%;
  background-image: url("../images/ico_movie.png");
  padding: 1.5em 1em 1.5em 3em;
}
@media screen and (max-width: 700px) {
  body #main #mainimg .btn a {
    width: 30%;
    font-size: 80%;
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg .btn a {
    font-size: 90%;
    padding: 1.5em 1em 1.5em 10%;
    position: 10% center;
    width: 80%;
    font-size: 80%;
  }
}
@media screen and (max-width: 350px) {
  body #main #mainimg .btn a {
    width: 70%;
    font-size: 70%;
  }
}
body #main #mainimg #maincopy {
  position: fixed;
  position: absolute;
  z-index: 10;
  line-height: 1.8em;
  font-size: 100%;
  top: calc((100vw / 16) * 9);
  text-align: left;
  width: 100%;
  color: #000;
  height: 30%;
  height: 30vh;
  min-height: 12em;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  body #main #mainimg #maincopy {
    height: 21%;
    height: 21vh;
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg #maincopy {
    line-height: 1.5em;
    background-color: #fff;
    text-align: center;
    position: static;
    margin-top: 0;
    height: auto;
  }
}
body #main #mainimg #maincopy h2 {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 1024px) {
  body #main #mainimg #maincopy h2 {
    font-size: 100%;
  }
}
@media screen and (max-width: 350px) {
  body #main #mainimg #maincopy h2 {
    margin-top: 1em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
}
body #main #mainimg #maincopy p {
  margin-top: 1em;
  font-size: 80%;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  body #main #mainimg #maincopy p {
    font-size: 70%;
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg #maincopy p {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 350px) {
  body #main #mainimg #maincopy p {
    font-size: 65%;
    letter-spacing: 0.2em;
  }
}
body #main #mainimg #maincopy .copylogo {
  position: absolute;
  display: inline-block;
  width: 11%;
  max-width: 160px;
  height: 10em;
  margin-left: 4%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/logo.png");
}
@media screen and (max-width: 1024px) {
  body #main #mainimg #maincopy .copylogo {
    width: 12%;
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg #maincopy .copylogo {
    position: static;
    margin: 0 auto;
    width: 24%;
    height: 60px;
  }
}
@media screen and (max-width: 350px) {
  body #main #mainimg #maincopy .copylogo {
    height: 40px;
  }
}
body #main #mainimg #maincopy .maincopy_inner {
  width: 70%;
  float: right;
  padding: 3em 10% 0 0;
  height: 24%;
  height: 24vh;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  body #main #mainimg #maincopy .maincopy_inner {
    height: 21%;
    height: 21vh;
  }
}
@media screen and (max-width: 500px) {
  body #main #mainimg #maincopy .maincopy_inner {
    position: static;
    bottom: auto;
    right: auto;
    text-align: left;
    float: none;
    padding: 0 10% 0 22%;
    display: table-cell;
    height: inherit;
    padding: 0 5%;
    background-color: #fff;
  }
}
@media screen and (max-width: 350px) {
  body #main #mainimg #maincopy .maincopy_inner {
    font-size: 90%;
    line-height: 1em;
  }
}
body #main #scroll {
  display: none;
}
body #main #con1 {
  background: #F0F1EC;
  margin-top: calc(((100vw / 16) * 9) );
}
@media screen and (max-width: 500px) {
  body #main #con1 {
    margin-top: calc(100vh + 1em);
  }
}
body #main #con1 h2 {
  background-image: url(../images/con1_ttl.png);
}
body #main #con1 #con1_inner {
  padding-top: 2em;
  padding-bottom: 5em;
}
body #main #con1 .slide_presen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body #main #con1 .slide_presen .main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media all and (-ms-high-contrast: none\0) {
  body #main #con1 .slide_presen .main .btn1_inner {
    position: absolute;
    left: 5px;
    width: 4%;
    height: 100vh;
    background-position: right 17em;
    background-repeat: no-repeat;
    background-image: url(../images/cur_arr_1.png);
    background-size: contain;
  }
  body #main #con1 .slide_presen .main .btn2_inner {
    position: absolute;
    right: 5px;
    width: 4%;
    height: 100vh;
    background-position: left 17em;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/cur_arr_2.png);
  }
}
body #main #con1 .slide_presen .main .swiper-slide {
  width: 100%;
  height: inherit;
  text-align: center;
  background-size: 90%;
  background-position: center top;
  background-repeat: no-repeat;
}
body #main #con1 .slide_presen .main .swiper-button-prev {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
  background-position: left;
  background-size: 0;
  cursor: url("../images/cur_arr_1.cur"), auto;
}
@media all and (-ms-high-contrast: none\0) {
  body #main #con1 .slide_presen .main .swiper-button-prev {
    cursor: pointer;
  }
}
body #main #con1 .slide_presen .main .swiper-button-prev.swiper-button-disabled {
  display: none;
}
body #main #con1 .slide_presen .main .swiper-button-next {
  top: 0;
  right: 0;
  width: 50%;
  width: 100%;
  height: 100%;
  background-position: right;
  background-size: 0;
  cursor: url("../images/cur_arr_2.cur"), auto;
}
@media all and (-ms-high-contrast: none\0) {
  body #main #con1 .slide_presen .main .swiper-button-next {
    cursor: pointer;
  }
}
body #main #con1 .slide_presen .thumb {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 3em auto;
}
body #main #con1 .slide_presen .thumb .swiper-wrapper img {
  width: 100%;
}
body #main #con1 .slide_presen .thumb .swiper-button-prev {
  display: none;
}
body #main #con1 .slide_presen .thumb .swiper-button-next {
  display: none;
}
body #main #con1 .slide_presen .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c90d48'%2F%3E%3C%2Fsvg%3E");
}
body #main #con1 .slide_presen .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c90d48'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 500px) {
  body #main #con1 .btn {
    width: 90%;
    text-align: center;
  }
}
body #main #con1 .btn a {
  background-position: 7% center;
  background-size: 6%;
  background-image: url("../images/ico_download.png");
}
@media screen and (max-width: 500px) {
  body #main #con1 .btn a {
    background-position: 8% center;
    background-size: 8%;
    width: 70%;
  }
}
body #main #con2 {
  color: #000;
  text-align: left;
  background-color: #fff;
}
body #main #con2 h2 {
  background-image: url(../images/con2_ttl.png);
}
body #main #con2 p {
  margin-top: 1em;
  line-height: 1.8em;
  font-size: 90%;
}
@media screen and (max-width: 1100px) {
  body #main #con2 p {
    font-size: 80%;
  }
}
body #main #con2 #con2_inner {
  padding-top: 2em;
  padding-bottom: 5em;
  background-image: url("../images/con2_bg.png");
  background-size: 80%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_inner {
    background-size: 150%;
  }
}
body #main #con2 #con2_inner:_::-webkit-full-page-media, body #main #con2 #con2_inner _:future, body #main #con2 #con2_inner :root {
  background-background-attachment: unset;
  /*for Safari*/
}
body #main #con2 .box a {
  color: #c90d48;
  font-size: 90%;
}
@media screen and (max-width: 500px) {
  body #main #con2 .box a {
    font-size: 80%;
  }
}
body #main #con2 .box a .txt_sti {
  font-size: 80%;
  margin-left: 0.3em;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  body #main #con2 .btn {
    text-align: center;
    width: 90%;
  }
}
body #main #con2 .btn a {
  width: 30%;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  body #main #con2 .btn a {
    width: 70%;
  }
}
body #main #con2 .btn a#btn_1 {
  background-image: url("../images/ico_forester.png");
  -webkit-animation: huwa 5s linear infinite;
  animation: huwa 5s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #main #con2 .btn a#btn_2 {
  background-image: url("../images/ico_xv.png");
}
body #main #con2 #con2_1 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 2em auto;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_1 {
    max-width: 1000px;
  }
}
body #main #con2 #con2_1 .box {
  margin-bottom: 2em;
}
body #main #con2 #con2_1 .box h3 {
  font-size: 130%;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_1 .box h3 {
    font-size: 105%;
  }
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_1 .box h3 {
    font-size: 100%;
  }
}
body #main #con2 #con2_1 .box .image_area {
  float: left;
  clear: both;
  margin-bottom: 5em;
  width: 45%;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_1 .box .image_area {
    margin-bottom: 3em;
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_1 .box .image_area {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}
body #main #con2 #con2_1 .box .image_area div {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-color: #c90d48;
  width: 100%;
  padding-bottom: calc(100% * 445 / 800);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body #main #con2 #con2_1 .box .image_area div:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
body #main #con2 #con2_1 .box .image_area div img {
  width: 100%;
  display: block;
  position: absolute;
  height: inherit;
  opacity: 0;
}
body #main #con2 #con2_1 .box .image_area div img:nth-of-type(1) {
  -webkit-animation: slideAnime1 20s ease infinite;
          animation: slideAnime1 20s ease infinite;
}
body #main #con2 #con2_1 .box .image_area div img:nth-of-type(2) {
  -webkit-animation: slideAnime2 20s ease infinite;
          animation: slideAnime2 20s ease infinite;
}
body #main #con2 #con2_1 .box .text_area {
  float: right;
  margin-bottom: 1em;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_1 .box .text_area {
    width: 46%;
    line-height: 1.8em;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_1 .box .text_area {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}
body #main #con2 #con2_1 .box .text_area p {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
body #main #con2 #con2_1 .box .text_area a {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #c90d48));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #c90d48 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
body #main #con2 #con2_1 .box .text_area a:hover {
  text-shadow: initial;
  background-position: -100% 0;
  color: #fff;
}
@media all and (-ms-high-contrast: none\0) {
  body #main #con2 #con2_1 .box .text_area a:hover {
    color: #c90d48;
  }
}
@media all and (-ms-high-contrast: none\0) {
  body #main #con2 #con2_1 .box .text_area a {
    text-shadow: none;
    background-image: none;
  }
}
body #main #con2 #con2_1 .box .text_area .line {
  display: block;
  width: 8%;
  height: 1.5px;
  margin: 1.2em 0;
  border-bottom: 1px solid #c90d48;
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_1 .box .text_area .line {
    width: 15%;
  }
}
body #main #con2 #con2_1 .box .text_area ul {
  margin-top: 1em;
}
body #main #con2 #con2_1 .box .text_area ul li {
  list-style: none;
  margin-top: 0.8em;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_1 .box .text_area ul li {
    margin-top: 0.5em;
    line-height: 1em;
    font-size: 80%;
  }
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_1 .box .text_area ul li {
    font-size: 90%;
  }
}
body #main #con2 #con2_2 {
  width: 90%;
  max-width: 1200px;
  clear: both;
  margin: 2em auto;
  text-align: center;
}
body #main #con2 #con2_2 .box_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_2 .box_outer {
    display: block;
  }
}
body #main #con2 #con2_2 .box {
  clear: both;
  text-align: left;
  display: inline-block;
  margin: 0 0 1em 0;
  width: calc(98% / 3);
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_2 .box {
    width: 100%;
  }
}
body #main #con2 #con2_2 .box:nth-child(2) {
  margin-left: 1%;
  margin-right: 1%;
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_2 .box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
body #main #con2 #con2_2 .box .image_area div {
  border-radius: 2px;
  width: 100%;
  padding-bottom: calc(100%*445/800);
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_2 .box .image_area div {
    padding-bottom: calc(50%*445/800);
    width: 50%;
    float: left;
  }
}
body #main #con2 #con2_2 .box .image_area div a {
  display: block;
  position: absolute;
  height: inherit;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body #main #con2 #con2_2 .box .image_area div a:nth-of-type(1) {
  -webkit-animation: slideAnime1 20s ease infinite;
          animation: slideAnime1 20s ease infinite;
}
body #main #con2 #con2_2 .box .image_area div a:nth-of-type(2) {
  -webkit-animation: slideAnime2 20s ease infinite;
          animation: slideAnime2 20s ease infinite;
}
body #main #con2 #con2_2 .box .image_area div a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body #main #con2 #con2_2 .box .image_area img {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
body #main #con2 #con2_2 .box .text_area {
  line-height: 2em;
  display: table-cell;
  width: inherit;
  line-break: strict;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_2 .box .text_area {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 700px) {
  body #main #con2 #con2_2 .box .text_area {
    float: right;
    width: 47%;
  }
}
body #main #con2 #con2_2 .box .text_area a {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  padding: 0 .3em;
  background-position: 0 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #c90d48));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #c90d48 50%);
}
body #main #con2 #con2_2 .box .text_area a:hover {
  text-shadow: initial;
  background-position: -100% 0;
  color: #fff;
}
body #main #con2 #con2_2 .box .text_area h3 {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  font-size: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_2 .box .text_area h3 {
    font-size: 90%;
  }
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_2 .box .text_area h3 {
    font-size: 80%;
  }
}
body #main #con2 #con2_2 .box .text_area .line {
  display: block;
  width: 8%;
  height: 1.5px;
  margin: 1em 0;
  border-bottom: 1px solid #c90d48;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_2 .box .text_area .line {
    width: 12%;
  }
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_2 .box .text_area .line {
    margin: 0.5em 0;
    width: 15%;
  }
}
body #main #con2 #con2_2 .box .text_area ul {
  margin-top: 1em;
}
body #main #con2 #con2_2 .box .text_area ul li {
  list-style: none;
  margin-top: 0.5em;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  body #main #con2 #con2_2 .box .text_area ul li {
    margin-top: 0.5em;
    line-height: 1em;
    font-size: 80%;
  }
}
@media screen and (max-width: 500px) {
  body #main #con2 #con2_2 .box .text_area ul li {
    font-size: 90%;
  }
}
body #main #con2 #con2_2 .box .text_area ul li:last-child {
  margin-bottom: 2em;
}
body #main #con3 {
  min-height: 60em;
  background-color: #F8F7F5;
  background-image: url("../images/con3_bg.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1400px) {
  body #main #con3 {
    min-height: 50em;
  }
}
@media screen and (max-width: 1100px) {
  body #main #con3 {
    min-height: 38em;
  }
}
@media screen and (max-width: 700px) {
  body #main #con3 {
    min-height: 35em;
  }
}
@media screen and (max-width: 500px) {
  body #main #con3 {
    min-height: 45em;
  }
}
@media screen and (max-width: 350px) {
  body #main #con3 {
    min-height: 40em;
  }
}
body #main #con3:_::-webkit-full-page-media, body #main #con3 _:future, body #main #con3 :root {
  background-background-attachment: unset;
  /*for Safari*/
}
@media screen and (max-width: 500px) {
  body #main #con3 {
    background-size: 120%;
  }
}
body #main #con3 .title h2 {
  background-image: url(../images/con3_ttl.png);
}
body #main #con3 .title .line {
  border-bottom: 1.5px solid #449ed8;
}
body #main #con3 ul {
  font-size: 0;
  letter-spacing: 0.2em;
}
body #main #con3 ul li {
  display: inline-block;
  width: calc(90% / 3);
  max-width: 380px;
}
@media screen and (max-width: 500px) {
  body #main #con3 ul li {
    width: 55%;
    margin-bottom: 3%;
  }
}
body #main #con3 ul li a {
  border-radius: 2px;
  text-indent: -5000px;
  display: block;
  height: 0;
  padding-bottom: calc(100% * 360 / 660);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  text-indent: -5000px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body #main #con3 ul li a {
    border-bottom: 3px solid #469ed7;
  }
}
body #main #con3 ul li a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
body #main #con3 ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #469ed7;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body #main #con3 ul li a:hover::after {
  width: 100%;
}
body #main #con3 ul li:nth-of-type(1) a {
  background-image: url(../images/con3_btn_1.jpg);
}
body #main #con3 ul li:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 1%;
}
body #main #con3 ul li:nth-of-type(2) a {
  background-image: url(../images/con3_btn_2.jpg);
}
body #main #con3 ul li:nth-of-type(3) a {
  background-image: url(../images/con3_btn_3.jpg);
}
body #main #con3 #footer {
  position: absolute;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  width: 90%;
  min-height: 45px;
  font-size: 70%;
  letter-spacing: 0.2em;
  line-height: 2em;
}
@media screen and (max-width: 500px) {
  body #main #con3 #footer {
    font-size: 60%;
    line-height: 1.5em;
  }
}
body #main #con3 #footer p {
  padding-top: 1em;
}
body #main #pagetop {
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
body #main #pagetop a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/ico_arr_up.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 60%;
  opacity: 0.7;
  text-indent: -5000px;
}
@media screen and (max-width: 700px) {
  body #main #pagetop a {
    width: 50px;
    height: 50px;
  }
}
body #main #pagetop a:hover {
  background-color: #e61154;
  opacity: 1;
}
body #gdpr-box p {
  font-size: 90%;
  padding: 1em 0;
}
@media screen and (max-width: 500px) {
  body #gdpr-box p {
    line-height: 1.8em;
  }
}
body #gdpr-box span {
  padding: 0 0 1em 0;
}
body.pos0 {
  overflow: hidden;
  height: 100%;
}
@media all and (-ms-high-contrast: none\0) {
  body.pos0 {
    overflow: auto;
  }
}
body.pos0 #header {
  height: 100vh;
  background-color: black;
}
body.pos0 #header * {
  pointer-events: none;
}
body.pos0 #header #header_inner #loader {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 500px) {
  body.pos0 #header #header_inner #loader {
    width: 200%;
    margin-left: -50%;
    top: -3em;
  }
}
body.pos0 #header #header_inner #loader span#loading {
  display: block;
  height: inherit;
  height: 100vh;
}
body.pos0 #header #header_inner #loader p {
  text-align: left;
}
body.pos0 #header #header_inner #loader p.logo {
  display: none;
}
body.pos0 #header #header_inner #loader p.readtext {
  display: none;
}
body.pos0 #header #header_inner #globalnav {
  display: none;
}
body.pos0 #header #header_inner .nav_line {
  display: none;
}
body.pos0 #header #header_inner h1 {
  display: none;
}
body.pos0 #header #header_inner h1 a {
  background-size: 60%;
  background-position: center center;
}
body.pos0 #header #header_inner .logo {
  display: none;
}
body.pos0 #header #pagetop {
  display: none;
}
body.pos1 #header {
  height: 70px;
}
body.pos1 #header #header_inner {
  height: 100%;
}
body.pos1 #header #header_inner h1 {
  cursor: pointer;
  width: 440px;
  height: 70px;
}
body.pos1 #header #header_inner h1 a {
  background-size: 100%;
  background-position: 3%;
}
body.pos1 #header #header_inner p {
  text-align: left;
}
body.pos1 #header #header_inner p.logo a {
  float: left;
  text-indent: -5000px;
}
@media screen and (max-width: 500px) {
  body.pos1 #header #header_inner p.logo a {
    margin: 0 auto;
    float: none;
  }
}
body.pos1 #pagetop {
  display: none;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open #bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*for iPhone **/
  z-index: 1000;
}
body.nav-open #header #header_inner #globalnav {
  opacity: 1.0;
  display: block;
  right: 0px;
}
body.nav-open #header #header_inner .nav_line {
  background-color: #c90d48;
}
body.nav-open #header #header_inner .nav_line .n_line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 32px;
}
body.nav-open #header #header_inner .nav_line .n_line:nth-of-type(2) {
  width: 0;
  left: 50%;
}
body.nav-open #header #header_inner .nav_line .n_line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 32px;
}
body.nav-open #header #header_inner .nav_line:hover {
  background-color: #e61154;
}
body.nav-open #header #header_inner h1 {
  opacity: 0.5;
}
body.nav-open #header #header_inner p #logo {
  z-index: 0;
}
body.nav-open #header #header_inner p #logo a {
  opacity: 0.5;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open #bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*for iPhone */
  z-index: 1000;
}
body.modal-open #header {
  display: none;
}
body.modal-open .modal {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: table-cell;
}
body.modal-open .modal .modal_inner {
  margin-top: calc((100vh - (100vw - 100px) / 16 * 9) / 2);
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 50px);
  height: calc((100vw - 50px) / 16 * 9 );
  background-color: #efefef;
  vertical-align: middle;
}
body.modal-open .modal iframe {
  width: calc(100vw - 50px);
  height: calc((100vw - 50px) / 16 * 9 );
  display: block;
}
body.modal-open .modal .close {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #c90d48;
  width: 70px;
  height: 70px;
  text-indent: -5000px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body.modal-open .modal .close span {
  display: block;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 1px;
  background-color: #000;
}
body.modal-open .modal .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 32px;
}
body.modal-open .modal .close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 32px;
}
body.modal-open .modal .close:hover {
  background-color: #e61154;
}
body.modal-open .modal .close:hover span {
  background-color: #fff;
}
body.modal-open #mainimg {
  z-index: -100;
}
body.modal-open #mainimg #mainimg_inner {
  height: inherit;
}
body.modal-open #mainimg #mainimg_inner .btn {
  z-index: -100;
}
body.modal-open #globalnav {
  display: none;
}
body.con0 #header #header_inner p.logo {
  display: none;
}
body.con1 #main #bg {
  z-index: 30;
}
body.con1 #header #header_innter p.readtext {
  margin-top: 1em;
  color: #000;
  font-size: 80%;
}
body.con1 #pagetop {
  display: block;
}
body.con2 #main #bg {
  z-index: 30;
}
body.con2 #main #pagetop {
  display: block;
}
body.con3 #main #pagetop {
  display: block;
}
body.con_footer #main #con3 {
  background-attachment: scroll !important;
}
body.main_y #main #mainimg #mainimg_inner h1 {
  position: fixed;
  top: calc(100vh - 295px);
}
@media screen and (max-width: 1024px) {
  body.main_y #main #mainimg #mainimg_inner h1 {
    top: calc(100vh - 260px);
  }
}
@media screen and (max-width: 700px) {
  body.main_y #main #mainimg #mainimg_inner h1 {
    top: calc(100vh - 195px);
  }
}
body.main_y #main #mainimg #mainimg_inner .btn {
  position: fixed;
  top: calc(100vh - 120px);
}
body.main_y #main #mainimg #mainimg_inner #maincopy {
  position: relative;
}
body.main_y.sp #main #mainimg #mainimg_inner h1 {
  top: calc(100vh - 245px);
}
body.main_y.sp #main #mainimg #mainimg_inner .btn {
  top: calc(100vh - 110px);
}
body.main_y.sp #main #mainimg #mainimg_inner .video {
  background-color: #000;
  width: 100%;
}
body.main_y.sp #main #mainimg #mainimg_inner .video .video_inner {
  height: 100vh;
  max-height: 100vh;
}
body.main_y.modal-open .modal .modal_inner {
  margin-top: 3vw;
  width: calc((100vw - 200px) - 3vw);
  height: calc(((100vw - 200px) / 16 * 9 ) - 3vw);
}
body.main_y.modal-open .modal iframe {
  width: calc((100vw - 200px) - 3vw);
  height: calc(((100vw - 200px) / 16 * 9 ) - 3vw);
}

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