@charset "UTF-8";
/*===========================================
    変数
===========================================*/
/*===========================================
    共通
===========================================*/
body * {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
}

body {
  overflow-x: hidden;
}
body::before {
  background-image: url("../img/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

main {
  overflow-x: hidden !important;
}

.wrap {
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .inner {
    margin: auto;
    width: 90%;
  }
}

@media screen and (max-width: 1020px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}

/*===========================================
    ローディング
===========================================*/
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 1500;
}
.load.completed {
  opacity: 0;
  visibility: hidden;
}
.load_wrap {
  width: 150px;
}
.load_wrap.fade {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.load_text {
  color: #0b7de2;
  font-family: "HelveticaNeue", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-top: 10px;
  text-align: center;
  animation: flash 1s linear infinite;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*===========================================
    MV
===========================================*/
.mv {
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-image: url("../img/fv_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .mv {
    height: calc(33vw + 120px);
  }
}
@media screen and (max-width: 1020px) {
  .mv {
    height: auto;
    padding: 10vw 0;
  }
}
@media screen and (max-width: 750px) {
  .mv {
    background-image: url("../img/fv_bg_sp.jpg");
  }
}
.mv_inner {
  position: relative;
  width: 1200px;
}
@media screen and (max-width: 1250px) {
  .mv_inner {
    width: 90%;
  }
}
@media screen and (max-width: 1020px) {
  .mv_inner {
    top: auto;
    transform: none;
  }
}
.mv_text {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .mv_text {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .mv_text {
    align-items: normal;
  }
}
.mv_text p {
  padding: 0.5em 0.8em;
  background-color: #000;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  .mv_text p {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .mv_text p {
    padding: 0.3em 0.5em;
  }
}
.mv_text p:nth-of-type(1) {
  margin-bottom: 0.2em;
}
.mv_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  filter: drop-shadow(12px 12px 15px #53686b);
}
@media screen and (max-width: 1020px) {
  .mv_img {
    position: static;
    width: 100%;
    transform: none;
    filter: drop-shadow(1vw 1vw 2vw #53686b);
  }
}
.mv_img img {
  width: 100%;
}

/*===========================================
    CAMPAIGN
===========================================*/
.campaign {
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .campaign {
    padding: 10% 0;
  }
}
.campaign_list {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .campaign_list {
    flex-direction: column;
  }
}
.campaign_item {
  position: relative;
  width: 50%;
  padding: 0 50px;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .campaign_item {
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 1020px) {
  .campaign_item:nth-of-type(odd) {
    margin-bottom: 24vw;
  }
}
.campaign_item:nth-of-type(odd)::after {
  content: "";
  display: block;
  width: 3px;
  height: 300px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1020px) {
  .campaign_item:nth-of-type(odd)::after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: -12vw;
  }
}
.campaign_img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .campaign_img {
    height: auto;
    width: 100%;
  }
}
.campaign_img img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1020px) {
  .campaign_img img {
    max-height: 60vw;
  }
}
.campaign_title {
  font-size: 24px;
  font-weight: 700;
  margin: 1.5em 0 2em;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .campaign_title {
    font-size: 6vw;
  }
}
.campaign_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #000;
  border-bottom: 0;
  margin: 20px auto 10px;
  position: absolute;
  bottom: -1.8em;
  left: 50%;
  transform: translateX(-50%);
}
.campaign_text {
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1020px) {
  .campaign_text {
    font-size: 4vw;
  }
}
.campaign_btn {
  padding: 0.5em 5em;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  background-color: #ff7200;
}
@media screen and (max-width: 1020px) {
  .campaign_btn {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 750px) {
  .campaign_btn {
    padding: 0.5em 0;
    width: 100%;
  }
}
.campaign_notice {
  color: #d60e0e;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 3em auto 2em;
}
@media screen and (max-width: 750px) {
  .campaign_notice {
    font-size: 18px;
  }
}

/*===========================================
    FOOTER
===========================================*/
.footer {
  width: 100%;
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}
.footer_copyright {
  color: #fff;
  text-align: center;
  font-size: 16px;
}