@charset "UTF-8";
ul {
  text-align: left;
}

h1, h2, h3, h4, p {
  text-align: left;
  font-weight: normal;
}

h1, h2 {
  font-weight: 800;
}

/*wrapper ローディング用*/
#top #wrapper {
  overflow: hidden;
}

#top #wrap {
  /* padding-top: 80px;
  margin-top: -80px; */
}

/* レイアウト
----------------------------------------- */
#top .conBox {
  /* padding-top: 80px; */
  padding-bottom: 60px;
}

#top .conBox.colorBg1 {
  background: #E1382B;
  padding: 70px 0;
  margin-bottom: 20px;
}

#top .conBox:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #top .conBox {
    padding-bottom: 0;
  }
  #top .conBox.grayBg {
    background: #F6F6F6;
    padding: 35px 0;
    margin-bottom: 10px;
  }
}

/* #topmain
----------------------------------------- */
#topmain {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  /*ページャー*/
  /*prev next*/
}
#topmain .mainVisual_over{
  position: absolute;
  z-index: 0;
  background: url(../images/main-mv/top_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: calc(100vw / 16*9);
}

#topmain .bx-wrapper {
  position: relative;
  z-index: 0;
}

#topmain .sliderWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc( 100vw / 16 * 9);
}

@media screen and (max-width: 640px) {
  #topmain .sliderWrap {
    overflow: visible;
  }
  #topmain .mainVisual_over{
    position: absolute;
        bottom: 0;
        z-index: 0;
        background: url(../images/main-mv/top_sp.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: calc(100vw / 335* 437);
  }
}

#topmain .sliderWrap .boxCopy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  max-width: 694px;
  width: 70vw;
  width: 70%;
  left: 5%;
}

#topmain .sliderWrap .boxCopy img {
  width: 100%;
}

#topmain .sliderWrap .boxCopy .mainVisual_01 {
  width: 0;
  overflow: hidden;
  margin-bottom: -17px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
  transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
  transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
  transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
}

.load #topmain .sliderWrap .boxCopy .mainVisual_01 {
  width: 415px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#topmain .sliderWrap .boxCopy .mainVisual_01 .mask {
  display: block;
  width: 415px;
}

#topmain .sliderWrap .boxCopy .mainVisual_text {
  width: 0;
  height: 87px;
  overflow: hidden;
  margin-top: -9px;
  margin-bottom: 22px;
  margin-left: -8px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
  transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
  transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
  transition: width 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
}

.load #topmain .sliderWrap .boxCopy .mainVisual_text {
  width: 434px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#topmain .sliderWrap .boxCopy .mainVisual_text .mask {
  display: block;
  width: 434px;
}

#topmain li {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100vw - 190px);
  margin-left: 190px;
  height: 100%;
  height: 100vh;
  min-width: 960px;
  position: relative;
}

#topmain .mainVisual_bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

#topmain .mainVisual_bg .movie {
  position: relative;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 500ms cubic-bezier(0.46, 0.1, 0.29, 1) 950ms;
  transition: width 500ms cubic-bezier(0.46, 0.1, 0.29, 1) 950ms;
}

#topmain .mainVisual_bg .movie:before, #topmain .mainVisual_bg .movie:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  z-index: 1;
  background: url(../images/top/ov.png) 0 0;
  opacity: 0.02;
}

#topmain .mainVisual_bg .movie:after {
  background: url(../images/top/ov2.png) 100% 100% no-repeat;
  opacity: 0.4;
}

.load #topmain .mainVisual_bg .movie {
  width: 100%;
}

#topmain .mainVisual_bg .movie_mask {
  position: relative;
  width: 100vw;
  height: 100%;
}

#topmain .mainVisual_bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

.load #topmain .mainVisual_bg iframe {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

.setFitVideo #topmain .mainVisual_bg iframe {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.play #topmain .mainVisual_bg iframe {
  -webkit-transition: -webkit-transform 1300ms cubic-bezier(0.46, 0.1, 0.29, 1);
  transition: -webkit-transform 1300ms cubic-bezier(0.46, 0.1, 0.29, 1);
  transition: transform 1300ms cubic-bezier(0.46, 0.1, 0.29, 1);
  transition: transform 1300ms cubic-bezier(0.46, 0.1, 0.29, 1), -webkit-transform 1300ms cubic-bezier(0.46, 0.1, 0.29, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1 !important;
}

#topmain #movieOv {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}

#topmain .bx-pager span {
  display: none;
}

#topmain .bx-pager {
  width: auto;
  height: 7px;
  text-align: center;
  position: relative;
  bottom: 5px;
  display: none;
}

#topmain .bx-pager-link {
  height: 2px;
  width: 40px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #e6e6e6;
}

#topmain .bx-pager-link.active {
  background: #c01443;
}

#topmain .bx-pager-item {
  display: inline;
}

#topmain .bx-pager-item:last-child {
  margin-right: -20px;
}

#topmain .bx-wrapper .bx-controls-direction {
  display: none;
}

@media screen and (max-width: 1024px) {
  #topmain {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    /*margin-top: 50px;*/
    /* margin-top: 70px; */
  }
  #topmain .mainVisual_bg .movie_mask {
    width: 100vw;
  }
}

@media screen and (max-width: 640px) {
  #topmain {
    /*margin-top: 50px;*/
    margin-top: 70px;
    width: auto;
    height: calc( 100vw - 15px + 100px);
    min-width: inherit;
    margin-bottom: 50px;
    margin-left: 0;
  }
  #topmain .inner {
    width: 100%;
    padding: 0 10px;
  }
  #topmain .sliderWrap {
    padding-top: 0;
    margin-left: 0;
  }
  #topmain .sliderWrap .boxCopy {
    max-width: 400px;
    width: 66vw;
  }
  #topmain li {
    width: auto;
    height: calc( 100vw - 15px + 100px);
    min-width: inherit;
  }
  #topmain li img {
    width: auto;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #topmain .bx-has-pager {
    display: none;
  }
  #topmain .sliderWrap {
    height: calc( 100vw - 15px + 100px);
  }
  #topmain .sliderWrap li {
    height: calc( 100vw - 15px + 100px);
  }
  #topmain .sliderWrap li img {
    height: calc( 100vw - 15px + 100px);
  }
  #topmain .sliderWrap .sliderWrap {
    height: 100vw;
  }
  #topmain .sliderWrap .boxCopy {
    max-width: 340px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #topmain .sliderWrap .boxCopy img {
    width: 85%;
  }
  #topmain .sliderWrap .boxCopy .mainVisual_01 {
    width: 340px;
    height: 0;
    -webkit-transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
    transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
    transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
    transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1300ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1200ms;
  }
  #topmain .sliderWrap .boxCopy .mainVisual_01 .mask {
    width: 340px;
  }
  .load #topmain .sliderWrap .boxCopy .mainVisual_01 {
    width: 340px;
    height: 30px;
  }
  #topmain .sliderWrap .boxCopy .mainVisual_text {
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: auto;
    height: 61px;
    height: 0;
    width: 340px;
    -webkit-transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
    transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
    transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
    transition: height 300ms cubic-bezier(0.46, 0.1, 0.29, 1) 1500ms, transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms, -webkit-transform 400ms cubic-bezier(0.46, 0.1, 0.29, 1) 1400ms;
  }
  #topmain .sliderWrap .boxCopy .mainVisual_text .mask {
    width: 340px;
  }
  .load #topmain .sliderWrap .boxCopy .mainVisual_text {
    width: 340px;
    height: 14vw;
  }
  #topmain #movieOv {
    height: 100%;
    height: 550px;
  }
}

/*
----------------------------------------- */
#top #conWrap {
  padding-top: 0;
  padding-bottom: 0;
}

.ttlLine span:before {
  top: 0.6em;
}

/* #intro
----------------------------------------- */
#intro .ttlCover {
  margin-bottom: 20px;
}

/* #strength
----------------------------------------- */
#top #strength {
  background: url(../images/bg_line.png) 50% 0 no-repeat;
  margin-bottom: 0;
  padding-bottom: 100px;
}

/* #global
----------------------------------------- */
#top #global {
  padding-bottom: 80px !important;
}

#top #global .map {
  margin-top: -80px;
}

#top #global .btn {
  margin-top: -130px;
}

@media screen and (max-width: 640px) {
  #top #global {
    padding-bottom: 50px !important;
  }
  #top #global .map {
    margin-top: -30px;
  }
  #top #global .btn {
    margin-top: 0;
  }
}

/* #info2
----------------------------------------- */
#info2 .coverBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 100px;
  background: #fff;
  position: relative;
  margin-top: 50px;
}

#info2 .newsArea {
  width: 100%;
}

#info2 .newsArea .ttlCopy {
  font-size: 42px;
}

#info2 .btnArea {
  padding-left: 50px;
  width: 50%;
}

#info2 .btnArea .btn {
  margin-bottom: 20px;
}

#info2 .btnArea .btn a {
  width: 100%;
  border: 4px solid #e0e0e0;
  padding-top: 21px;
  padding-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  #info2 .coverBox {
    display: block;
    padding: 20px 15px 20px;
    margin-top: 0;
  }
  #info2 .newsArea {
    width: 100%;
    margin-bottom: 30px;
  }
  #info2 .newsArea .ttlCopy {
    font-size: 22px;
  }
  #info2 .btnArea {
    padding-left: 0;
    width: 100%;
  }
  #info2 .btnArea .btn {
    margin-bottom: 10px;
  }
}

/* #news
----------------------------------------- */
#news .box {
  position: relative;
}

#news .newsBox {
  padding: 0;
  padding-top: 17px;
  border-bottom: 1px solid #ababab;
}

#news .newsBox dl {
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #ababab;
}

#news .newsBox dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#news .newsBox dt {
  float: left;
  width: 20%;
  padding-top: 1px;
  font-size: 88%;
  font-style: italic;
  font-family: -apple-system, BlinkMacSystemFont,'Roboto',"游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 600;
  font-weight: 400;
}

#news .newsBox dd {
  float: left;
  width: 80%;
  padding-left: 20px;
  font-size: 94%;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  #news .newsBox dt {
    width: 20%;
  }
  #news .newsBox dd {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  #news .box {
    width: 100%;
    float: none;
  }
  #news * {
    letter-spacing: 0;
  }
  #news .newsBox {
    padding: 0;
  }
  #news .newsBox dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #news .newsBox dt {
    float: none;
    width: 100%;
    font-size: 93%;
  }
  #news .newsBox dd {
    float: none;
    width: 100%;
    padding-left: 0;
    font-size: 93%;
  }
}

/* .loader
----------------------------------------- */
/*** Config ***/
/* Colors */
/* used for row 1 & 2 */
/* used for row 1 & 2 */
/* Dimensions */
/*** Animations / styles ***/
@-webkit-keyframes border-loading-indicator-row-1 {
  0% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.05);
    border-right-color: rgba(192, 20, 67, 0.8);
  }
  50% {
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(192, 20, 67, 0.8);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.05);
    border-left-color: rgba(192, 20, 67, 0.8);
  }
  100% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
}
@keyframes border-loading-indicator-row-1 {
  0% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.05);
    border-right-color: rgba(192, 20, 67, 0.8);
  }
  50% {
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(192, 20, 67, 0.8);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.05);
    border-left-color: rgba(192, 20, 67, 0.8);
  }
  100% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
}

.loader {
  width: 0px;
  height: 0px;
  position: absolute;
  margin: -30px 0 0 -30px;
  border: 0px solid rgba(192, 20, 67, 0.8);
  border-width: 30px 30px;
  top: 50%;
  left: 50%;
  border-radius: 30px 30px 30px 30px;
  -webkit-animation: border-loading-indicator-row-1 750ms linear infinite;
  animation: border-loading-indicator-row-1 750ms linear infinite;
}

.load .loader {
  opacity: 0;
}

/*# sourceMappingURL=../maps/top.css.map */
