@charset "UTF-8";

/*20230608 Aテスト*/
.content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.container {
  width: 100%;
  height: auto;
  position: relative;
}
.main-mv {
  width: 1280px;
  height: 620px;
  background-image: url("../img/mv2410_1440.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.main-mv .bg-image {
  width: 100%;
  height: 100%;
}
.main-mv .main-buttons {
  position: absolute;
  top: 73%;
  left: 145px;
  width: 475px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 19px;
}
.main-buttons img {
  cursor: pointer;
  transition: 0.3s;
  /*display: block;*/
}
.main-buttons img:hover {
  transform: scale(0.97);
}
.main-mv .main-buttons .second-row {
  display: flex;
  flex-direction: row;
  grid-gap: 19px;
}
.mv-check {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv-check img {
  width: 671px;
  height: auto;
}

@media only screen and (min-width: 1281px) {
  .container {
    max-width: none;
  }
  .main-mv {
    width: 100vw;
    height: 43vw;
    background-size: 100%;
    background-image: url("../img/mv2410_1440.jpg");
  }
  .main-mv .main-buttons {
    top: 36vw;
    left: 11.8%;
  }
  .mv-check {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1920px) {
  .container {
    max-width: none;
  }
  .main-mv {
    width: 100vw;
    height: 32.2vw;
    background-image: url("../img/mv2410_1920.jpg");
  }
  .main-mv .main-buttons {
    top: 26.8vw;
    left: 21.3%;
  }
  .mv-check {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1279px) {
  .main-mv .right-buttons {
    position: fixed;
  }
}

@media only screen and (max-width: 768px) {
  .content-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .main-mv {
    width: 100vw;
    height: 150.8vw; /* 216vw */
    background-image: url("../img/mv2410_sp.jpg");
    background-size: 100%;
    position: relative;
  }

  .main-mv .logo {
    width: 156px;
    height: 29px;
    position: absolute;
    top: 12px;
    left: 15px;
  }

  .main-mv .right-buttons {
    display: none;
  }

  .main-mv .main-buttons {
    position: absolute;
    top: unset;
    top: 92%; /* 77%*/
    left: 20px;
    right: 20px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px;
  }
  .main-mv .main-buttons .second-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 19px;
    width: 100%;
  }

  .main-mv .main-buttons a {
    width: 100%;
  }

  .main-mv .main-buttons .second-row a {
    flex: 1;
    width: 158px;
  }

  .main-mv .main-buttons #mvbtn1 {
    width: 100%;
    height: 50px;
  }
  .main-mv .main-buttons #mvbtn2 {
    flex: 1;
    width: 100%;
    height: 50px;
  }
  .main-mv .main-buttons #mvbtn3 {
    flex: 1;
    width: 100%;
    height: 50px;
  }
  .mv-check {
    width: 96%;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.aln-cl{
  text-align: center;
}
@media (max-width: 768px){
.aln-cl{
  text-align: left;
  }
}
.mt25 {
	margin-top: 25px !important;
}

@media (max-width: 768px) {
	.mt25 {
		margin-top: 15px !important;
	}
}
