@charset "UTF-8";
html {
  font-family: "M PLUS Rounded 1c", "Rounded Mplus 1c", '游明朝体', '游明朝', 'Yu Mincho', YuMincho, 'Noto Sans Japanese', 'Noto Sans CJK', 'Noto Sans JP 細字', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "TakaoEXゴシック", TakaoExGothic, "VL Pゴシック", "VL PGothic", "IPAexゴシック", IPAexGothic, "IPA Pゴシック", IPAPGothic, Helvetica, 'ＭＳ Ｐゴシック', sans-serif, sans;
  font-style: normal;
  font-weight: normal;
  color: #333;
}
html a {
  text-decoration: none;
}

body {
  font-family: "M PLUS Rounded 1c", "Rounded Mplus 1c", '游明朝体', '游明朝', 'Yu Mincho', YuMincho, 'Noto Sans Japanese', 'Noto Sans CJK', 'Noto Sans JP 細字', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "TakaoEXゴシック", TakaoExGothic, "VL Pゴシック", "VL PGothic", "IPAexゴシック", IPAexGothic, "IPA Pゴシック", IPAPGothic, Helvetica, 'ＭＳ Ｐゴシック', sans-serif, sans;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body .page_bg {
  position: absolute;
  width: 100%;
  min-height: 812px;
  background-image: url(../img/2nd/bg_pattern.jpg);
  z-index: -10;
  background-size: 30px;
}
body .page_bg_2nd {
  position: absolute;
  width: 100%;
  min-height: 812px;
  background-image: url(../img/2nd/bg_pattern.jpg);
  z-index: -10;
  background-size: 20px;
}
body #page {
  width: 100%;
}
body #page {
  background-color: rgba(255, 255, 255, 0.9);
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: none;
}

.top_kv_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.kv_common, .top_kv_wrapper:before, .kv01, .kv02, .kv03, .kv04, .kv05, .kvA1, .kvB1, .kvC1, .kvD1, .kvE1, .kvF1 {
  opacity: 0;
  animation: fade-in 0.5s linear;
  animation-fill-mode: forwards;
}

.top_kv_wrapper:before {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../img/2nd/top_bg_low2.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.top_kv {
  width: 1624px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100vh;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.catch_copy_2nd {
  background: url("../img/2nd/catch_copy_pc_2nd.png") no-repeat;
  background-size: cover;
  opacity: 0;
  animation: fade-in 0.5s linear;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

.kv01 {
  animation-delay: 1s;
  background: url("../img/2nd/bg_01.png") no-repeat;
  background-size: cover;
}

.kv02 {
  animation-delay: 1.1s;
  background: url("../img/2nd/bg_02.png") no-repeat;
  background-size: cover;
}

.kv03 {
  animation-delay: 1.2s;
  background: url("../img/2nd/bg_03.png") no-repeat;
  background-size: cover;
}

.kv04 {
  animation-delay: 1.3s;
  background: url("../img/2nd/bg_04.png") no-repeat;
  background-size: cover;
}

.kv05 {
  animation-delay: 1.4s;
  background: url("../img/2nd/bg_05.png") no-repeat;
  background-size: cover;
}

.kvA1 {
  animation-delay: 1.5s;
  background: url("../img/2nd/bg_A1.png") no-repeat;
  background-size: cover;
}

.kvB1 {
  animation-delay: 1.6s;
  background: url("../img/2nd/bg_B1.png") no-repeat;
  background-size: cover;
}

.kvC1 {
  animation-delay: 1.7s;
  background: url("../img/2nd/bg_C1.png") no-repeat;
  background-size: cover;
}

.kvD1 {
  animation-delay: 1.8s;
  background: url("../img/2nd/bg_D1.png") no-repeat;
  background-size: cover;
}

.kvE1 {
  animation-delay: 1.9s;
  background: url("../img/2nd/bg_E1.png") no-repeat;
  background-size: cover;
}

.kvF1 {
  animation-delay: 2.0s;
  background: url("../img/2nd/bg_F1.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .kv01, .kv02, .kv03, .kv04, .kv05, .kvA1, .kvB1, .kvC1, .kvD1, .kvE1, .kvF1, .catch_copy_2nd {
    background-position: center;
  }
}
.top_logo {
  position: absolute;
  width: 280px;
  bottom: 50px;
  left: 50px;
  opacity: 0;
  animation: fade-in2 0.5s linear;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

@media screen and (max-width: 1200px) {
  .top_logo {
    width: 30%;
  }
}
.banner_2ndteaser {
  position: absolute;
  width: 162px;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  animation: fade-in 0.5s linear;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

@media screen and (max-width: 1200px) {
  .banner_2ndteaser {
    width: 15%;
  }
}
.banner_area_container {
  width: 100%;
  height: 140px;
  background-image: url(../img/2nd/banner_bg.png);
  background-size: 60px;
  margin-bottom: 30px;
}

.banner_area {
  width: 800px;
  height: 135px;
  margin: 0 auto;
  padding-top: 5px;
}
.banner_area img {
  width: 260px;
  height: 130px;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -o-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}
.banner_area img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 900px) {
  .banner_area {
    width: 100%;
  }
}
.promotion_video {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto;
  pointer-events: auto;
}
.promotion_video a {
  margin: 0 auto;
}
.promotion_video .pv-thumb {
  width: 640px;
  border-radius: 10px;
}
.promotion_video .pv-play-button {
  position: absolute;
  top: 130px;
  left: 280px;
  width: 90px;
  z-index: 1;
}

.main_content_area {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}
.main_content_area a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .main_content_area {
    width: 100%;
    flex-direction: column;
    align-content: center;
  }
}
.container-wrapper {
  width: 400px;
  text-align: center;
  display: inline-flex;
}
.container-wrapper .update-container {
  position: relative;
  margin-left: 40px;
}
.container-wrapper .update-container .border_character {
  position: absolute;
  bottom: 0px;
  width: 99px;
}
.container-wrapper .update-container .update-inner-container {
  position: relative;
  margin-top: -20px;
}
.container-wrapper .update-container .update-inner-container .main-news-container {
  margin-top: 37px;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table {
  display: inline-flex;
  margin-bottom: 20px;
  width: 360px;
  border: solid 2px #e7380d;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #e50012;
  background-color: #fff;
  overflow: visible;
  height: 120px;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table a {
  width: 100%;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table .news-img {
  float: left;
  width: 96px;
  height: 96px;
  overflow: hidden;
  margin-left: 0px;
  position: relative;
  left: -10px;
  top: -10px;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table .news-img img {
  border-radius: 10px;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table dd {
  margin-left: 80px;
  margin-bottom: 1px;
  text-align: left;
  color: #333;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table .main-news-title {
  font-size: 16px;
  display: block;
  height: 80px;
  overflow: hidden;
  line-height: 1.1rem;
}
.container-wrapper .update-container .update-inner-container .main-news-container .main-news-table .news-date {
  font-size: 12px;
  font-weight: lighter;
  margin-top: 15px;
}
.container-wrapper .update-container .more_news {
  width: 323px;
}
.container-wrapper .contact_campany_big {
  width: 308px;
}

@media screen and (max-width: 1200px) {
  .update-container {
    margin-left: 40px;
  }
}
.news_band_container {
  height: 60px;
  text-align: center;
  box-sizing: border-box;
}
.news_band_container .news_band {
  color: #E50012;
  font-size: 22px;
  z-index: 3;
  position: relative;
}
.news_band_container .news_band p {
  font-size: 33px;
  line-height: 1.3rem;
  font-weight: bold;
}
.news_band_container .news_band .nb_small {
  font-size: 15px;
  font-weight: normal;
}
.news_band_container .news_band_bg {
  background-image: url(../img/2nd/menu_selected.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  width: 225px;
  height: 40px;
  position: relative;
  z-index: 2;
  top: -70px;
  margin: 0 auto;
}
.news_band_container .more_news_band {
  color: #E50012;
  font-size: 22px;
  z-index: 3;
  position: relative;
  font-size: 22px;
  line-height: 1.1rem;
  font-weight: bold;
}
.news_band_container .more_news_band_bg {
  background-image: url(../img/2nd/menu_selected.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  width: 150px;
  height: 30px;
  position: relative;
  z-index: 2;
  top: -45px;
  margin: 0 auto;
}

.twitter_area {
  display: inline-flex;
  width: 400px;
  height: 556px;
}

.twitter-content {
  width: 350px;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid 2px #e7380d;
  background-color: #fff;
}
.twitter-content .news_band_container {
  position: relative;
  top: -40px;
}
.twitter-content .twitter-container {
  width: 320px;
  margin: 0 auto;
  margin-top: 10px;
}
.twitter-content .twitter-container-background {
  width: 348px;
  height: 476px;
  position: absolute;
  z-index: -1;
}

#twitter-widget {
  margin-top: 20px;
}

.twitter_icon {
  position: relative;
  width: 157px;
  top: -65px;
  left: -10px;
}

.content_shadow {
  border-radius: 10px;
  box-shadow: 5px 5px 0px #e50012;
}

.content_shadow2 {
  border-radius: 10px;
  box-shadow: 7px 7px 0px #e50012;
}

.pointer_none {
  pointer-events: none;
}

.pointer_auto {
  pointer-events: auto;
}

#page_top {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 20px;
  z-index: 6;
  margin-left: 20px;
}
#page_top img {
  width: 75px;
  margin-top: -5px;
  margin-right: 20px;
  padding-right: 20px;
}

.goto_pagetop {
  width: 60px;
  margin-top: -5px;
}

.footer_2nd {
  background-image: url(../img/2nd/footer_bg_pc.png);
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .footer_2nd {
    background-size: cover;
    background-position: center;
  }
}
.footer_2nd .footer_colophon {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 10px;
  font-size: 12px;
  color: #fff;
  padding-top: 35px;
}

.menu_icon_2nd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-sizing: border-box;
  text-align: right;
  cursor: pointer;
}

.sp-nav-2nd {
  width: 90px;
}

.sp-nav-2nd-close {
  display: none;
  width: 90px;
  cursor: pointer;
}

.pc-nav-2nd {
  width: 300px;
  height: 100vh;
  min-height: 812px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  right: 0px;
  overflow: hidden;
  display: flex;
}
.pc-nav-2nd .menu_stars {
  position: absolute;
  width: 100vw;
}
.pc-nav-2nd .menu_stars .menu_star01 {
  position: absolute;
  top: 100px;
  left: 200px;
}
.pc-nav-2nd .menu_stars .menu_star02 {
  position: absolute;
  top: 350px;
  left: -20px;
}
.pc-nav-2nd .menu_stars .menu_star03 {
  position: absolute;
  top: 520px;
  left: 250px;
}
.pc-nav-2nd .bg_select {
  background-image: url(../img/2nd/menu_selected.png);
  background-repeat: no-repeat;
  background-size: 200px 38px;
  background-position: -200px 0;
  animation: slidein 0.2s linear;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.pc-nav-2nd .hover_select {
  background-image: url(../img/2nd/menu_selected.png);
  background-repeat: no-repeat;
  background-size: 200px 38px;
  background-position: -200px 0;
  transition: background-position 0.2s;
}
.pc-nav-2nd .hover_select:hover {
  background-position: 0 0;
}
.pc-nav-2nd .nav-list {
  position: relative;
  text-align: center;
}
.pc-nav-2nd .nav-list a {
  text-decoration: none;
}
.pc-nav-2nd .nav-list p {
  font-size: 26px;
  font-weight: bold;
  color: #E50012;
  margin-bottom: 1.3rem;
}
.pc-nav-2nd .nav-list .nav-list-item-sp {
  margin: 0 auto;
  width: 200px;
}
.pc-nav-2nd .nav-list .contact_button .contact_img {
  width: 190px;
}

.nav_2nd {
  position: relative;
  z-index: 10;
}

.wrapper_2nd {
  position: relative;
  z-index: 5;
}

.social-button {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.social-button a {
  text-decoration: none;
}
.social-button .socialimg {
  width: 56px;
  margin: 0 10px;
}

.spin_img {
  animation: spin 1.5s linear infinite;
}

.spin_img4 {
  animation: spin 4.5s linear infinite;
}

.spin_img5 {
  animation: spinr 3.5s linear infinite;
}

.spin_img6 {
  animation: spin 6.5s linear infinite;
}

.spin_img10 {
  animation: spin 20.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinr {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes slidein {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes slideout {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.loading_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.loading_wrapper .loading {
  display: block;
  margin: 25vh auto;
  height: 50vh;
  animation: fadein 0.5s linear;
}

.main-news-table {
  transition: all ease;
}

.main-news-table:hover {
  transform: translateX(5px);
}

.menu-icon {
  cursor: pointer;
}

/*# sourceMappingURL=front-page_pc.css.map */
