body,
div,
dl,
dt,
dd,
ul,
ol,
li,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
iframe,
select,
optgroup,
option,
label,
span,
em,
strong,
dfn,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object {
  margin: 0;
  padding: 0;
}
div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
address,
table,
caption,
th,
td,
span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object,
iframe {
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
img {
  max-width: 100%;
}
body {
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.localheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  z-index: 20;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.localheader a {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  width: 100px;
}
.banner {
  background-image: url("../IMG/banner.png");
}
.quiz-anchor {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#marchgirl {
  position: relative;
  margin-top: 50px;
  z-index: 4;
}
.marchgirl-kv {
  background-color: #f6c1e4;
  width: 100%;
  min-height: 660px;
  position: absolute;
  z-index: 5;
}
.marchgirl-kv .kv__text {
  width: 740px;
  margin: auto;
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.marchgirl-kv .ttl {
  margin-bottom: 15px;
}
.marchgirl-kv .lead__txt1 {
  margin-bottom: 10px;
}
.marchgirl-kv .lead__txt2 {
  margin-bottom: 60px;
}
.marchgirl-kv .start-button {
  width: 210px;
  margin: auto;
  cursor: pointer;
}
.marchgirl-kv .kv__slide {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-image: url("../IMG/QUIZ/kv_girls.png");
  background-size: 3500px;
  height: 390px;
  width: 100%;
}
#quiz {
  background-color: #f3f2f2;
}
#quiz .quiz-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#quiz .q-num {
  margin-bottom: 25px;
  text-align: center;
}
#quiz .q-num img.q1 {
  width: 28px;
}
#quiz .q-num img.q2 {
  width: 34px;
}
#quiz .q-num img.q3 {
  width: 34px;
}
#quiz .q-num img.q4 {
  width: 35px;
}
#quiz .q-num img.q5 {
  width: 34px;
}
#quiz .q-num img.q6 {
  width: 35px;
}
#quiz .q-num img.q7 {
  width: 33px;
}
#quiz .q-num img.q8 {
  width: 35px;
}
#quiz .title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 55px;
}
#quiz .quiz-block {
  position: relative;
  width: 100%;
  margin: auto;
}
#quiz .quiz-inner {
  max-width: 550px;
  margin: auto;
}
#quiz .colorSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 65px;
}
#quiz .tile {
  width: 137.5px;
  height: 137.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#quiz .tile.select {
  position: relative;
}
#quiz .tile.select .select-flame {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 85%;
  height: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #fff;
}
#quiz .tile--white {
  background-color: #fff;
}
#quiz .tile--white.select .select-flame {
  border: solid 2px #3d3d3d;
}
#quiz .tile--white img {
  width: 58px;
}
#quiz .tile--silver {
  background-color: #b7b7b7;
}
#quiz .tile--silver img {
  width: 64px;
}
#quiz .tile--black {
  background-color: #3d3d3d;
}
#quiz .tile--black img {
  width: 60px;
}
#quiz .tile--violet {
  background-color: #916f9f;
}
#quiz .tile--violet img {
  width: 66px;
}
#quiz .tile--pink {
  background-color: #f6c1e4;
}
#quiz .tile--pink img {
  width: 41px;
}
#quiz .tile--red {
  background-color: #e23538;
}
#quiz .tile--red img {
  width: 35px;
}
#quiz .tile--orange {
  background-color: #f3a74f;
}
#quiz .tile--orange img {
  width: 76px;
}
#quiz .tile--green {
  background-color: #bfcd60;
}
#quiz .tile--green img {
  width: 59px;
}
#quiz .tile--khaki {
  background-color: #6d9841;
}
#quiz .tile--khaki img {
  width: 52px;
}
#quiz .tile--darkblue {
  background-color: #0c599f;
}
#quiz .tile--darkblue img {
  width: 48px;
}
#quiz .tile--lightblue {
  background-color: #97dbe7;
}
#quiz .tile--lightblue img {
  width: 54px;
}
#quiz .tile--other {
  background-color: #f3f2f2;
  border: dashed 2px #d6d5d5;
}
#quiz .tile--other img {
  width: 45px;
}
#quiz .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#quiz .buttons .button {
  width: 210px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.5;
          transition-duration: 0.5;
}
#quiz .buttons .button:hover {
  opacity: 0.7;
}
#quiz .buttons .button--back {
  border: solid 1px #595757;
  margin-right: 40px;
}
#quiz .buttons .button--next {
  background-color: #595757;
}
#quiz .buttons .button img {
  width: 58px;
}
#quiz .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1200px;
  margin: auto;
}
#quiz .progress-current {
  padding: 10px;
  font-size: 0.9rem;
}
#quiz .progress-goal {
  padding: 10px;
  font-size: 0.9rem;
}
#quiz .progress-line {
  width: 50px;
  border-top: solid 1px #000;
  position: relative;
}
#quiz .progress-line__block {
  position: absolute;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 3px;
  height: 3px;
  background-color: #f3f2f2;
}
.result {
  width: 100%;
  height: 100%;
  background-color: #f3f2f2;
  padding: 130px 0 100px;
}
.result .result-inner {
  max-width: 1024px;
  margin: 0 auto 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result .result-img {
  width: 50%;
}
.result .result-detail {
  width: 430px;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.result .result-detail .answer {
  min-height: 0%;
}
.result .result-detail .result-ttl {
  margin-bottom: 25px;
}
.result .result-detail .result-txt {
  line-height: 2;
  text-align: center;
}
.share {
  display: block;
  padding: 100px 0;
}
.share .share-ttl {
  width: 315px;
  margin: 0 auto 35px;
}
.share .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share .share-list .share-button {
  width: 55px;
  margin-right: 15px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.share .share-list .share-button:hover {
  opacity: 0.7;
}
.share .share-list .share-button:last-chaild {
  margin-right: 0;
}
.download .download-button {
  display: block;
  background-color: #efacc7;
  margin: auto;
  padding: 25px 0;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.download .download-button:hover {
  opacity: 0.7;
}
.download .download-button:after {
  content: "";
  display: block;
  background-image: url("../IMG/QUIZ/icon_dl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
.download .download-button .button-txt {
  width: 256px;
  margin: auto;
  display: block;
}
.recommend {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommend-car {
  width: 50%;
}
.recommend-car .recommend-button {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #efacc7;
  border: solid 2px #efacc7;
  background-color: #fff;
  padding: 15px 0;
  margin-top: 10px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.recommend-car .recommend-button:hover {
  opacity: 0.7;
}
.cars {
  max-width: 430px;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #f3f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading__anim {
  position: relative;
  z-index: 2;
  width: 200px;
}
.loading__wrapper {
  position: relative;
}
.loading__txt {
  margin: 30px auto 0;
  width: 135px;
}
.loading__block {
  width: 20px;
  height: 20px;
  position: absolute;
}
.loading__block.lightblue {
  background-color: #97dbe7;
  z-index: 11;
}
.loading__block.darkblue {
  background-color: #0c599f;
  z-index: 10;
}
.loading__block.green {
  background-color: #bfcd60;
  z-index: 9;
}
.loading__block.khaki {
  background-color: #6d9841;
  z-index: 8;
}
.loading__block.orange {
  background-color: #f3a74f;
  z-index: 7;
}
.loading__block.red {
  background-color: #e23538;
  z-index: 6;
}
.loading__block.pink {
  background-color: #f6c1e4;
  z-index: 5;
}
.loading__block.violet {
  background-color: #916f9f;
  z-index: 4;
}
.loading__block.black {
  background-color: #3d3d3d;
  z-index: 3;
}
.loading__block.silver {
  background-color: #b7b7b7;
  z-index: 2;
}
.loading__block.white {
  background-color: #fff;
  z-index: 1;
}
.footer {
  background-color: #000;
}
.uranaiTop {
  margin-top: 100px;
}
.uranaiTop a {
  border: solid 1px #838181;
  width: 280px;
  display: block;
  margin: auto;
  padding: 15px 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.uranaiTop a:hover {
  opacity: 0.7;
}
.uranaiTop a img {
  width: 150px;
  display: block;
  margin: auto;
}
.modal {
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 1000;
}
.modal-cont {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
.modal-youtube {
  width: 50%;
}
.js-modal-close {
  color: #fff;
  font-size: 30px;
}
.js-modal-close.hide {
  display: none;
}
.movie-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mouse-hover {
  position: relative;
}
.mouse-hover:hover .off {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
}
.mouse-hover .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.mouse-hover .on:hover {
  opacity: 1;
}
@-webkit-keyframes bounds {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounds {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1280px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    overflow: hidden;
  }
  .quiz-anchor {
    position: static;
    margin-top: 20px;
  }
  .marchgirl-kv {
    min-height: 1000px;
  }
  .marchgirl-kv .kv__text {
    top: 8%;
    width: 65%;
  }
  .marchgirl-kv .ttl {
    margin-bottom: 20px;
  }
  .marchgirl-kv .lead__txt1 {
    margin-bottom: 20px;
  }
  .marchgirl-kv .lead__txt2 {
    margin-bottom: 40px;
  }
  .marchgirl-kv .start-button {
    width: 150px;
  }
  .marchgirl-kv .kv__slide {
    background-size: 3200px;
    height: 355px;
  }
  #quiz .quiz-wrapper {
    height: 100%;
  }
  #quiz .q-num {
    margin-bottom: 10px;
  }
  #quiz .q-num img.q1 {
    width: 22px;
  }
  #quiz .q-num img.q2 {
    width: 28px;
  }
  #quiz .q-num img.q3 {
    width: 28px;
  }
  #quiz .q-num img.q4 {
    width: 29px;
  }
  #quiz .q-num img.q5 {
    width: 28px;
  }
  #quiz .q-num img.q6 {
    width: 29px;
  }
  #quiz .q-num img.q7 {
    width: 27px;
  }
  #quiz .q-num img.q8 {
    width: 29px;
  }
  #quiz .title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  #quiz .quiz-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #quiz .quiz-inner {
    width: 72%;
  }
  #quiz .colorSelect {
    margin-bottom: 30px;
  }
  #quiz .tile {
    width: 33%;
    height: 23vw;
  }
  #quiz .tile.select .select-flame {
    width: 87%;
    height: 87%;
    border: solid 1px #fff;
  }
  #quiz .tile--white.select .select-flame {
    border: solid 1px #3d3d3d;
  }
  #quiz .tile--white img {
    width: 50px;
  }
  #quiz .tile--silver img {
    width: 56px;
  }
  #quiz .tile--black img {
    width: 52px;
  }
  #quiz .tile--violet img {
    width: 58px;
  }
  #quiz .tile--pink img {
    width: 36px;
  }
  #quiz .tile--red img {
    width: 30px;
  }
  #quiz .tile--orange img {
    width: 68px;
  }
  #quiz .tile--green img {
    width: 51px;
  }
  #quiz .tile--khaki img {
    width: 43px;
  }
  #quiz .tile--darkblue img {
    width: 40px;
  }
  #quiz .tile--lightblue img {
    width: 46px;
  }
  #quiz .tile--other img {
    width: 38px;
  }
  #quiz .buttons .button {
    width: 130px;
    height: 50px;
  }
  #quiz .buttons .button img {
    width: 45px;
  }
  #quiz .progress {
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #quiz .progress-current {
    font-size: 0.8rem;
  }
  #quiz .progress-goal {
    font-size: 0.8rem;
  }
  .result {
    padding: 0 0 80px;
  }
  .result .result-inner {
    margin: 0 auto 60px;
    display: block;
  }
  .result .result-img {
    width: 100%;
  }
  .result .result-detail {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
  .result .result-detail .answer {
    padding: 30px 40px;
  }
  .result .result-detail .answer-bg--white {
    background-color: #3d3d3d;
  }
  .result .result-detail .answer-bg--silver {
    background-color: #b7b7b7;
  }
  .result .result-detail .answer-bg--black {
    background-color: #3d3d3d;
  }
  .result .result-detail .answer-bg--violet {
    background-color: #916f9f;
  }
  .result .result-detail .answer-bg--pink {
    background-color: #f6c1e4;
  }
  .result .result-detail .answer-bg--red {
    background-color: #e23538;
  }
  .result .result-detail .answer-bg--orange {
    background-color: #f3a74f;
  }
  .result .result-detail .answer-bg--green {
    background-color: #bfcd60;
  }
  .result .result-detail .answer-bg--khaki {
    background-color: #6d9841;
  }
  .result .result-detail .answer-bg--darkblue {
    background-color: #0c599f;
  }
  .result .result-detail .answer-bg--lightblue {
    background-color: #97dbe7;
  }
  .result .result-detail .answer-bg--other {
    background-color: #3d3d3d;
  }
  .result .result-detail .result-txt {
    color: #fff;
  }
  .share {
    padding: 30px 40px;
  }
  .share .share-ttl {
    width: 85%;
  }
  .download {
    padding: 0 40px;
  }
  .download .download-button:after {
    width: 13px;
    height: 17px;
    right: 15px;
  }
  .download .download-button .button-txt {
    width: 210px;
  }
  .recommend {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend-car {
    width: 100%;
  }
  .recommend-car .recommend-button {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  .uranaiTop {
    margin-top: 40px;
  }
  .uranaiTop a img {
    width: 130px;
  }
  .modal-youtube {
    width: 80%;
  }
  .mouse-hover .on {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .quiz-anchor:hover {
    -webkit-animation: bounds 0.3s;
            animation: bounds 0.3s;
  }
  #quiz .tile:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 520px) {
  .marchgirl-kv {
    min-height: 750px;
  }
}
