@charset "UTF-8";
@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}

@-webkit-keyframes fadeInRightMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMin {
  -webkit-animation-name: fadeInRightMin;
          animation-name: fadeInRightMin;
}

@-webkit-keyframes fadeInLeftMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMin {
  -webkit-animation-name: fadeInLeftMin;
          animation-name: fadeInLeftMin;
}

@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
}

@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
}
.vertical01 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: vertical01 2s ease-in-out infinite alternate;
          animation: vertical01 2s ease-in-out infinite alternate;
}

@-webkit-keyframes vertical01Min {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}

@keyframes vertical01Min {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}
.vertical01Min {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: vertical01Min 4s ease-in-out infinite alternate;
          animation: vertical01Min 4s ease-in-out infinite alternate;
}

/*=====  End of ANIMATION  ======*/
#page-frontpage {
  background-image: url(../img/index/back_img.jpg);
  background-position: center center;
  background-size: cover;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  /*=============================================
  =            PAGE HEAD            =
  =============================================*/
  /*=====  End of PAGE HEAD  ======*/
  /*=============================================
  =            lineup            =
  =============================================*/
  /*=====  End of lineup  ======*/
}
#page-frontpage .sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  #page-frontpage .sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #page-frontpage .tb {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #page-frontpage .tb {
    display: none;
  }
}
#page-frontpage .pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  #page-frontpage .pc {
    display: block;
  }
}
#page-frontpage #pageHead {
  position: relative;
}
#page-frontpage #pageHead .kvWrapper {
  height: 85vw;
  min-height: 350px;
  max-height: 830px;
  background-image: url(../img/index/kv.jpg);
  background-position: center bottom;
  background-size: min(100%, 1760px);
  background-repeat: no-repeat;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead .kvWrapper {
    height: 49vw;
    max-height: 830px;
    background-position: center top;
  }
}
#page-frontpage #pageHead .kvWrapper .kvWrapper_in {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead .kvWrapper .kvWrapper_in {
    position: relative;
    bottom: inherit;
  }
}
#page-frontpage #pageHead .kvWrapper .logo_mv {
  width: 75%;
  margin: 5% auto;
  position: absolute;
  display: inline-block;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead .kvWrapper .logo_mv {
    width: 440px;
    margin: 0 auto;
    top: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  #page-frontpage #pageHead .kvWrapper .logo_mv {
    top: 15%;
  }
}
#page-frontpage #pageHead .kvtitle {
  background-color: #daeecf;
  color: #009fa8;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead .kvtitle {
    font-size: 3rem;
    padding-bottom: 100px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #page-frontpage #pageHead .kvtitle {
    font-size: 3.6rem;
  }
}
#page-frontpage #pageHead #btn_area {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead #btn_area {
    margin-top: -75px;
  }
}
#page-frontpage #pageHead #btn_area .button a {
  background: #009fa8;
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 10px 25px;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 90%;
  height: 110px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead #btn_area .button a {
    width: 560px;
    height: 125px;
    margin-bottom: 0;
    font-size: 2.1rem;
    width: 100%;
  }
}
#page-frontpage #pageHead #btn_area .button a:before {
  content: url(../img/index/arrow_right.svg);
  width: 21px;
  height: 21px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #pageHead #btn_area .button a:before {
    margin-bottom: 10px;
  }
}
#page-frontpage #pageHead #btn_area .button a:after {
  content: url(../img/index/360view.svg);
  width: 63px;
  margin-left: 10px;
}
#page-frontpage #pageHead #btn_area .button a:hover {
  background: #333;
  color: #fff;
}
#page-frontpage #pageHead #btn_area .button a:hover:after {
  right: 1.4rem;
}
#page-frontpage #lineup {
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #lineup {
    padding: 100px 0;
  }
}
#page-frontpage #lineup .lineupWrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
#page-frontpage #lineup .lineupWrapper h1 {
  text-align: center;
  color: #009fa8;
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #lineup .lineupWrapper h1 {
    font-size: 3.6rem;
  }
}
#page-frontpage #lineup .lineupWrapper .container {
  margin-bottom: 5%;
}
#page-frontpage #lineup .lineupWrapper .container .lineup_tit {
  font-size: 2.5rem;
  border-left: 16px solid #146d74;
  height: 56px;
  width: 100%;
  line-height: 56px;
  padding-left: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
#page-frontpage #lineup .lineupWrapper .container .lineup_tit.tit1 {
  background-color: #96858f;
  color: #ffffff;
}
#page-frontpage #lineup .lineupWrapper .container .lineup_tit.tit2 {
  background-color: #6e7992;
  color: #ffffff;
}
#page-frontpage #lineup .lineupWrapper .container .lineup_tit.tit3 {
  background-color: #78817b;
  color: #ffffff;
}
#page-frontpage #lineup .lineupWrapper .container .lineup_tit.tit4 {
  background-color: #9199a2;
  color: #ffffff;
}
#page-frontpage #lineup .lineupWrapper .container .lineup_tit.tit5 {
  background-color: #d5d5d5;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #lineup .lineupWrapper .container .lineup_tit {
    font-size: 3rem;
  }
}
#page-frontpage #lineup .lineupWrapper .container .card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  margin: 0 0 10%;
}
@media only screen and (min-width: 768px) {
  #page-frontpage #lineup .lineupWrapper .container .card {
    margin: 0 5% 10%;
  }
}
#page-frontpage #lineup .lineupWrapper .container .card:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#page-frontpage #lineup .lineupWrapper .container .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#page-frontpage #lineup .lineupWrapper .container .card:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btnWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.btnWrapper .btnBox {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.btnWrapper .btnBox.large {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.solidBtn {
  background-color: #ee1d23;
  color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (hover: hover) {
  .solidBtn:hover {
    background-color: #be171c;
  }
}
@media only screen and (min-width: 768px) {
  .solidBtn {
    min-height: 135px;
    font-size: 2rem;
  }
}
.solidBtn .inner .txt {
  margin-top: 10px;
  line-height: 1;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100svh;
  z-index: 9999;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  background-image: url(../img/common/rcjBg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading.visited {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
#loading #loadingWrapper {
  width: 80%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  font-family: "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  color: #000000;
}
body.scroll-prevent {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 70%, #ffff00 0%);
  background: linear-gradient(transparent 70%, #ffff00 0%);
  padding: 0 2px 0px;
}

main#siteMain {
  overflow: clip;
}

.no-link {
  pointer-events: none;
}

.maxContentWrapper {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.footer_logo {
  width: 100%;
  border-bottom: 10px solid #0f5e6a;
  background-color: #ffffff;
}
.footer_logo img {
  width: 258px;
  margin: 0 auto;
  padding: 8% 0;
  display: block;
}

#siteFooter {
  background-color: #000000;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-top: 10px solid #146d74;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
  max-width: 1700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header #mainNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mainNav .brandLogo {
  padding: 10px;
}
#header #mainNav .marsLogo {
  width: 120px;
}
@media only screen and (min-width: 576px) {
  #header #mainNav .marsLogo {
    width: 160px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #header #mainNav .marsLogo {
    width: auto;
  }
}
#header #mainNav .rcLogo {
  width: 130px;
}
@media only screen and (min-width: 576px) {
  #header #mainNav .rcLogo {
    width: 200px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #header #mainNav .rcLogo {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */