  /* 基本設定 */
html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: sans-serif;
  line-height: 1.5em;
  color: #00003F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

p.read {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: bold;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* 標準ボタン */
.button {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: .7em 2em;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button::after {
  position: absolute;
  top: 50%;
  right: 1.1em;
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  margin-top: -.2em;
  border-top: solid .1em #fff;
  border-right: solid .1em #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button:hover {
  background-color: #333;
  transition: all .3s;
}

.button:hover::after {
  right: 1em;
  transition: all .3s;
}

/* レイアウト用 */
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

/* 共通ヘッダー・フッター */
header {
  height: 60px;
  background-color: #fff:
}

header .logo_area {
  width: 293px;
  margin: 10px auto;
}

footer {
  background-color: #00003F;
  padding: 20px;
  text-align: center;
}

footer small {
  font-size: 14px;
  color: #fff;
}

/* LP共通 */
main {
  position: relative;
  text-align: center;
  min-height: 92vh;
  background: url(../img/stripe.png), -moz-linear-gradient(45deg, rgba(155, 219, 255, 1), rgba(255, 203, 222, 1) 50%, rgba(243, 245, 204, 1));
  background: url(../img/stripe.png), -webkit-linear-gradient(45deg, rgba(155, 219, 255, 1), rgba(255, 203, 222, 1) 50%, rgba(243, 245, 204, 1));
  background: url(../img/stripe.png), linear-gradient(45deg, rgba(155, 219, 255, 1), rgba(255, 203, 222, 1) 50%, rgba(243, 245, 204, 1));
}

p {
  text-align: left;
  margin: 2vh auto;
}

/* SPレイアウト */
.inner {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 5vh 0;
}

.inner-quiz {
  /* width: 85%; */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  /* max-width: 350px; */
  /* margin: 0px auto; */
  padding: 3vh 0;
}

.button {
  background-color: #FF1F7B;
  background-color: #FF1F7B;
  border: 2px solid #FF1F7B;
}

.button:hover {
  background-color: #00003F;
  background-color: #00003F;
  border: 2px solid #00003F;
  v
}

#top .copy_main {}

#top h1 {
  padding: 3vh 0 3vh;
}

#top .supervisor {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}

#top .supervisor .left {
  width: 40%;
}

#top .supervisor .profile {
  margin-top: 30px;
}

#top .supervisor .profile h2 {
  font-size: 14px;
  color: #FF1F7B;
  margin-bottom: 1vh;
}

#top .btn_area .button {
  width: 100%;
}

main#js-quiz {
  display: flex;
  /* height: 90vh; */
  height: calc(100vh - 60px);
}

#js-quiz {
  position: relative;
}

#js-quiz .js-quiz-col {
  position: absolute;
  visibility: hidden;
  padding: 30px;
}

#js-quiz p {
  text-align: center;
}

#js-quiz .js-quiz-col__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5vh;
}

#js-quiz .js-quiz-col__title span {
  display: block;
}

#js-quiz li {
  margin-bottom: 2vh;
}

#js-quiz li a, select {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: 250px;
  padding: .7em 2em;
  background-color: #FF1F7B;
  border: 2px solid #FF1F7B;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#js-quiz select {
  font-size: 20px;
}

.js-quiz-col__title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
}

.js-quiz-col__title span {
  display: inline-block;
  font-family: "Century", serif;
  font-weight: lighter;
  font-size: 50px;
  margin-bottom: 3vh;
}

.js-quiz-col__back {
  padding-top: 3vh;
}

.js-quiz-col__back a {
  font-size: 14px;
  color: #00003F;
}

#result .round_box {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 5px 1em;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 35px;
  margin-bottom: 20px;
}

#result .result_01 {
  background: url(../img/stripe_40.png), -moz-linear-gradient(50% 100% 0deg, rgba(255, 255, 255, 1) 0%, rgba(220, 249, 255, 1) 100%);
  background: url(../img/stripe_40.png), -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(220, 249, 255, 1) 100%);
  background: url(../img/stripe_40.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(220, 249, 255, 1) 100%);
}

#result .result_02 {
  background: url(../img/stripe_40.png), -moz-linear-gradient(50% 100% 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 203, 1) 100%);
  background: url(../img/stripe_40.png), -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 203, 1) 100%);
  background: url(../img/stripe_40.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 203, 1) 100%);
}

#result .result_03 {
  background: url(../img/stripe_40.png), -moz-linear-gradient(50% 100% 90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 255, 209, 1) 100%);
  background: url(../img/stripe_40.png), -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 255, 209, 1) 100%);
  background: url(../img/stripe_40.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(236, 255, 209, 1) 100%);
}

#result .result_04 {
  background: url(../img/stripe_40.png), -moz-linear-gradient(50% 100% 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 238, 255, 1) 100%);
  background: url(../img/stripe_40.png), -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 238, 255, 1) 100%);
  background: url(../img/stripe_40.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 238, 255, 1) 100%);
}

#result #kv_area img {
  display: inline-block;
  padding-bottom: 25px;
}

#result #kv_area h1 img {
  height: 130px;
}

#result #point {
  width: 100%;
  background-color: #fff;
}

#result #point {
  width: 100%;
  background-color: #fff;
}

#result #point h2 {
  margin-bottom: 3vh
}

#result #point h2 img {
  display: inline-block;
  padding-bottom: 2vh;
}

#result #point h2 img:first-child {
  height: 70px;
}

#result #point h2 img:nth-child(2) {
  height: 75px;
}

#result #point h4 {
  font-size: 24px;
  padding-top: 10px;
  line-height: 1.5em;
}

#result #point .inner div {
  margin-bottom: 5vh;
}

#result .banner_area {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/kv_bijin.png) center;
  background-size: cover;
  display: block;
  transition: 0.3s;
}

#result .banner_area:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(../img/kv_bijin.png) center;
  background-size: cover;
  transition: 0.3s;
}

#result .banner_area:hover p {
  background-color: #00003F;
  transition: 0.3s;
}

#result .banner_area .inner {
  padding: 0px;
}

#result .banner_area img {
  width: 70%;
  max-width: 350px;
  padding: 5vh 0 2vh;
}

#result .banner_area p {
  position: relative;
  font-size: 16px;
  display: inline-block;
  color: #FFF;
  background-color: #FF1F7B;
  border-radius: 30px;
  padding: 15px 30px;
  line-height: 1.3;
  margin-bottom: 3vh;
  text-align: center;
  font-weight: bold;
}

#result .banner_area p:after {
  position: absolute;
  top: 50%;
  right: 1.1em;
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  margin-top: -.2em;
  border-top: solid .1em #fff;
  border-right: solid .1em #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#result #shop {
  background-color: #FFF;
  /* background: url(../img/stripe.png), -moz-linear-gradient(45deg, rgba(155, 219, 255, 1), rgba(255, 203, 222, 1) 50%, rgba(243, 245, 204, 1));
  background: url(../img/stripe.png), -webkit-linear-gradient(45deg, rgba(155, 219, 255, 1), rgba(255, 203, 222, 1) 50%, rgba(243, 245, 204, 1));
  background: url(../img/stripe.png), linear-gradient(45deg, rgba(155, 219, 255, 1), rgba(255, 203, 222, 1) 50%, rgba(243, 245, 204, 1)); */
}

#result #shop h2 {
  font-size: 22px;
  font-family: "Yu Mincho", "YuMincho";
  line-height: 1.5em;
  margin: 3vh auto;
}

#result #shop h2 span {
  display: block;
  font-size: 30px;
  margin-top: 1vh;
}

#result #shop img {
  display: block;
  width: 60%;
  margin: 0 auto 3vh;
}

#result #shop .notes {
  margin: 0 auto 3vh;
  font-size: 14px;
  color: #555;
  text-align: left;
  line-height: 1.4em;
}

#result #shop .notes h3 {
  display: inline-block;
  text-align: center;
  padding: 4px;
  border: solid #555 1px;
  margin-bottom: 5px;
  line-height: 1;
}

#result_plus {
  background: #FFF;
  margin-bottom: 3vh;
}

#result_plus p {
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
}

#result_plus p:after {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#result_plus a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#result_plus a:hover {
  opacity: 0.8;
  transition: all .1s;
}

#result_plus .arrow {
  display: block;
  width: 20px;
  margin: 10px auto 20px;
}

#result_plus .sp {
  display: inline-block !important;
}

.btn_area {
  display: block;
  margin-top: 3vh;
  max-width: 100%;
}

.questionnaire {
  display: block;
  margin-top: 70px;
  font-weight: bold;
  color: #7a0；
}

.questionnaire_area{
  width: 100%;
  position: fixed;
  bottom:0px;
  background-color: #ECECEC;
  height: 120px;
  padding: 20px 0;
  opacity: 0.9;
}

.questionnaire_btn {
  display: block;
  width: 90%;
  max-width: 400px;
  background-color: #FF5900;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  transition: all 0.2s 0s ease;

}

.questionnaire_btn img{
  max-width: 280px;
}

.questionnaire_btn:hover {
  background-color: #FF3D00;
  border-radius: 0px;
  transition: 1s:
}




@media only screen and (min-width: 950px) {
  body {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: sans-serif;
    line-height: 1.7em;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .pc_fl {
    float: left;
    width: 350px;
  }

  .pc_fr {
    float: right;
    width: 350px;
  }

  #result #kv_area .inner {
    max-width: 500px;
    margin: 0 auto;
  }

  #result #kv_area .inner {
    max-width: 800px;
  }

  #kv_area .pc_fr {
    width: 400px;
  }

  #result .inner {
    max-width: 800px;
  }

  #result #point .inner {
    padding-bottom: 0px;
  }

  #result #point h2 {
    font-size: 30px;
    width: 500px;
    margin: 3vh auto;
  }

  #result #point h2 img:first-child {
    height: 100px;
  }

  #result #point h2 img:nth-child(2) {
    height: 120px;
  }

  #result #point h4 {
    font-size: 28px;
  }

  #result #shop h2 {
    font-size: 28px;
    margin: 1vh auto;
  }

  #result #shop h2 span {
    font-size: 40px;
    margin-top: 2vh;
  }

  #result #shop .notes {
    margin-bottom: 0px;
  }

  #result #shop img {
    display: block;
    width: 220px;
  }

  #result_plus {
    margin: 0 0 5vh;
  }

  #result_plus a {
    max-width: 800px;
  }

  #result_plus .sp {
    display: none !important;
  }
}
