*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  width:1024px;
 margin-left: auto;
    margin-right: auto; 
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.wrap {
  overflow: hidden;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
/*  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

.question {
  background: url(../img/background.jpg) repeat center/cover;
  padding: 120px 10px;
}
@media (max-width: 551px) {
  .question {
    padding: 10px 10px;
  }
}

.question-wrap {
  background-color: #fff;
  border-radius: 20px;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  padding-bottom: 60px;
}
.question-head {
  position: relative;
  padding: 60px;
  height: 400px;
pointer-events: none;  
}
.question-head::before {
  position: absolute;
  content: "";
  background: url(../img/fukidashi.png) no-repeat center/contain;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 90%;
}
@media (max-width: 551px) {
  .question-head::before {
    width: 95%;
    height: 95%;
    top: -26%;
  }
}
.question-head::after {
  position: absolute;
  content: "";
  background: url(../img/quiestion-ikeoji.png) no-repeat center/cover;
  top: 200px;
  left: 60%;
  width: 142px;
  height: 200px;
}
@media (max-width: 551px) {

	.question-head::after {
	  top: 270px;
	}
  .question-head::after {
    width: 100px;
    height: 150px;
    top: 150px;
  }


}

.quiestion-text {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 26px;
  width: 70%;
}
@media (max-width: 551px) {
  .quiestion-text {
    top: 15%;
  }
}
.quiestion-text h1 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 551px) {
  .quiestion-text h1 {
    font-size: 28px;
    padding-top: 5px;
    line-height: 1.2;
  }
}

@media (max-width: 551px) {
  .quiestion-contents {
    margin-top: -101px;
  }
}

.quiestion-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.quiestion-box:not(last-child) {
  margin-bottom: 12px;
}
@media (max-width: 551px) {
  .quiestion-box {
    max-width: 300px;
pointer-events:auto;    
  }
}
.quiestion-box a {
  border: 5px solid #000;
  border-radius: 20px;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 551px) {
  .quiestion-box a {
    font-size: 16px;
  }
}

.result {
  background: url(../img/background.jpg) repeat center/cover;
  padding-top: 8%;
  padding-bottom: 20%;
}

.result-head-img {
  padding-top: 68%;
  background: url(../img/re/result-head-img100.jpg) no-repeat top/cover;
  position: relative;
}
.result-head-img0 {
  padding-top: 68%;
  background: url(../img/re/result-head-img0.jpg) no-repeat top/cover;
  position: relative;
}
.result-head-img30 {
  padding-top: 68%;
  background: url(../img/re/result-head-img30.jpg) no-repeat top/cover;
  position: relative;
}
.result-head-img50 {
  padding-top: 68%;
  background: url(../img/re/result-head-img50.jpg) no-repeat top/cover;
  position: relative;
}
.result-head-img70 {
  padding-top: 68%;
  background: url(../img/re/result-head-img70.jpg) no-repeat top/cover;
  position: relative;
}
.result-head-img90 {
  padding-top: 68%;
  background: url(../img/re/result-head-img90.jpg) no-repeat top/cover;
  position: relative;
}
.result-head-img100 {
  padding-top: 68%;
  background: url(../img/re/result-head-img100.jpg) no-repeat top/cover;
  position: relative;
}

.result-title {
  position: absolute;
  content: "";
  top: 30%;
  left: 48%;
  width: 40%;
  color: #fff;
}
.result-title0 {
  position: absolute;
  content: "";
  top: 30%;
  left: 48%;
  width: 40%;
  color: #fff;
}
.result-title30 {
  position: absolute;
  content: "";
  top: 30%;
  left: 48%;
  width: 40%;
  color: #fff;
}
.result-title50 {
  position: absolute;
  content: "";
  top: 30%;
  left: 52%;
  width: 40%;
  color: #fff;
}
.result-title70 {
  position: absolute;
  content: "";
  top: 30%;
  left: 55%;
  width: 40%;
  color: #fff;
}
.result-title90 {
  position: absolute;
  content: "";
  top: 30%;
  left: 54%;
  width: 40%;
  color: #fff;
}
@media (max-width: 551px) {
  .result-title {
    right: 80px;
    top: 20%;
  }
  .result-title0 {
    right: 10px !important;
    left: 190px !important;
    top: 20%;
  }
  .result-title30 {
    right: 10px !important;
    left: 190px !important;
    top: 20%;
  }
   .result-title50 {
    right: 10px !important;
    left: 190px !important;
    top: 20%;
  }
  .result-title70 {
    right: 10px !important;
    left: 190px !important;
    top: 15%;
  }
  .result-title90 {
    right: 10px !important;
    left: 190px !important;
    top: 20%;
  }     
}

.result-head-text {
  font-size: 22px;
  position: relative;
  border-bottom: 5px solid #ffba00;
  display: inline;
  white-space: nowrap;
  font-weight: 900;
  text-shadow: black 0 0 5px;
}
.result-head-text br {
  display: none;
}
@media (max-width: 551px) {
  .result-head-text br {
    display: block;
  }
}
@media (max-width: 551px) {
  .result-head-text {
    font-size: 18px;
  }
}
.result-head-text::before {
  position: absolute;
  content: "";
  background: url(../img/result-head-fukidashi-left.png) no-repeat center/cover;
  width: 28px;
  height: 35px;
  top: 8px;
  left: -25px;
}
@media (max-width: 551px) {
  .result-head-text::before {
    top: 15px;
    left: -26px;
    height: 40px;
  }
}
.result-head-text::after {
  position: absolute;
  content: "";
  background: url(../img/result-head-fukidashi-right.png) no-repeat center/cover;
  width: 28px;
  height: 35px;
  top: 8px;
  right: -24px;
}
@media (max-width: 551px) {
  .result-head-text::after {
    top: 15px;
    right: -30px;
    height: 40px;
  }
}

.result-number {
  font-size: clamp(95px, 27vw, 200px);
  font-weight: normal;
  margin-top: -20px;
  font-family: "Anton", sans-serif;
  letter-spacing: 8px;
  text-shadow: black 0 0 5px;
}
@media (max-width: 551px) {
  .result-number {
    letter-spacing: 6px;
  }
}
.result-number span {
  font-size: 80px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 551px) {
  .result-number span {
    font-size: 40px;
  }
}

.result-number0 {
  font-size: clamp(95px, 27vw, 200px);
  font-weight: normal;
  margin-top: -20px;
  font-family: "Anton", sans-serif;
  letter-spacing: 8px;
  text-shadow: black 0 0 5px;
}
@media (max-width: 551px) {
  .result-number0 {
    letter-spacing: 6px;
    margin-left: 30px;
  }
}
.result-number0 span {
  font-size: 80px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 551px) {
  .result-number0 span {
    font-size: 40px;
  }
}
.back-white {
  background-color: #fff;
}

.result-message {
  background-color: #fff;
  padding: 80px 65px;
}
@media (max-width: 551px) {
  .result-message {
    padding: 20px 20px 40px 20px;
  }
}

.result-message-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 551px) {
  .result-message-text {
    font-size: 16px;
  }
  .result-message-text .sp {
    display: none;
  }
}

.sns-share {
  text-align: center;
}

.sns-share-title {
  font-size: 23px;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 551px) {
  .sns-share-title {
    font-size: 16px;
  }
}
.sns-share-title::before {
  position: absolute;
  content: "";
  background: url(../img/sns-fukidashi-left.png) no-repeat center/cover;
  width: 28px;
  height: 35px;
  top: 0;
  left: -18%;
}
@media (max-width: 551px) {
  .sns-share-title::before {
    width: 20px;
    height: 30px;
  }
}
.sns-share-title::after {
  position: absolute;
  content: "";
  background: url(../img/sns-fukidashi-right.png) no-repeat center/cover;
  width: 28px;
  height: 35px;
  top: 0;
  right: -18%;
}
@media (max-width: 551px) {
  .sns-share-title::after {
    width: 20px;
    height: 30px;
  }
}

.sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 24px;
}
@media (max-width: 551px) {
  .sns-icons {
    gap: 20px;
  }
}

.sns-icon {
  width: 100px;
}
@media (max-width: 551px) {
  .sns-icon {
    width: 60px;
  }
}
.sakeking {
  padding: 0 10px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.sakeking-title {
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
text-align: center;  
}

.sakeking-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 65px;
  gap: 20px;
}
@media (max-width: 551px) {
  .sakeking-introduction {
    display: block;
margin-top: 20px;    
margin-bottom: 20px;    

  }
}

.sakeking-img {
  max-width: 240px;
  width: 60%;
  text-align: right;
  margin-right: -20px;
}
@media (max-width: 551px) {
  .sakeking-img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.sakeking-text {
  width: 40%;
  text-align: center;
}
@media (max-width: 551px) {
  .sakeking-text {
    width: 100%;
    font-size: 16px;
  }
}

.sakeking-text-1 {
  margin-bottom: 35px;
}

.sakeking-btn {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 551px) {
  .sakeking-btn {
    max-width: 300px;
  }
}
.fv {
  padding-top: 66.6%;
  background: url(../img/fv-img.png) no-repeat center/cover;
  position: relative;
}

.logo {
  max-width: 110px;
  width: 15%;
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
}

.fv-title-wrap {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.fv-subtitle {
  color: #fff;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: bold;
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  margin-bottom: -15px;
  margin-left: -20px;
}
.fv-subtitle span {
  color: #ffba00;
}
@media (max-width: 551px) {
  .fv-subtitle {
    font-size: clamp(20px, 3vw, 28px);
  }
}

.fv-title {
  font-size: clamp(80px, 15vw, 115px);
  color: #fff;
}
@media (max-width: 551px) {
  .fv-title {
    font-size: clamp(40px, 14vw, 80px);
  }
}

.top-background {
  background: url(../img/background.jpg) repeat center/contain;
  padding: 115px 60px;
}
@media (max-width: 551px) {
  .top-background {
    padding: 80px 20px;
  }
}

.prologue {
  max-width: 600px;
  margin: 0 auto;
}

.start-btn {
  max-width: 500px;
  margin: 0 auto;
}
.overview {
  padding-top: 43%;
  background: url(../img/frame-title.png) no-repeat center/contain;
  margin: 0 auto;
  margin-top: 10%;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 30px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
}
@media (max-width: 551px) {
  .overview {
    padding: 25px 10px;
    font-size: 15px;
  }
}
.overview .overview-text {
  margin-top: 10%;
  padding: 10px;
}
@media (max-width: 551px) {
  .overview .overview-text {
    line-height: 1.2;
    padding: 20px;
  }
}

.rule {
  color: #fff;
  margin: 0 auto;
  margin-top: 10%;
  display: block;
  max-width: 550px;
}
@media (max-width: 551px) {
  .rule {
    font-size: 15px;
    padding: 0 20px;
  }
}

.diagnose {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}

.diagnose-block {
  margin-top: 80px;
  color: #fff;
  text-align: center;
}

.diagnose-q {
  display: inline;
  border-bottom: 3px solid #ffba00;
  font-size: 24px;
}

.diagnose-a {
  margin-top: 40px;
}
.diagnose-a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 551px) {
  .diagnose-a ul {
    gap: 10px;
  }
}
.diagnose-a ul li {
  display: table;
  width: 29%;
}
@media (max-width: 551px) {
  .diagnose-a ul li {
    width: 30%;
  }
}
.diagnose-a ul li label {
  display: block;
  background: #000;
  color: #fff;
  border: 5px solid #fff;
  padding: 8px 5px;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  height: 60px;
  cursor: pointer;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 551px) {
  .diagnose-a ul li label {
    font-size: 15px;
    border-radius: 15px;
  }
}
.diagnose-a ul li input {
  display: none;
}
.diagnose-a ul li input:checked + label {
  background-color: #ffba00;
  color: #000;
}

.next-btn {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
body {
 width:1024px;
 margin-left: auto;
 margin-right: auto; 
 }
}
@media (max-width: 1024px) {
body {
 width:100%;
 margin-left: 0px;
 margin-right: 0px; 
 }
}
.copy{

color:#ffffff;
font-size:8px;
    text-align: center;
    margin-top:20px;
}
