@charset "UTF-8";
.result_fv-title {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%,0);
  z-index: 10;
}
.result_fv-bg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 920px;
  width: auto;
  transform: translate(-50%,0);
  z-index: 1;
  width: 1920px;
}
.result_fv-bg img {
  height: 100%;
  max-width: inherit;
  width: auto;
}
.result_fv {
  height: 920px;
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition:all 1s ease;
}
.result_fv.on {
  opacity: 1;
}
.result_kuji {
  position: absolute;
  top: 30%;
  z-index: 50;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1s;
}
.on .result_kuji{
  opacity: 1;
}
.result_kuji img {
  position: relative;
  z-index: 100;
}
.result_kuji:after {
  content: "";
  position: absolute;
  top: 97%;
  width: 110%;
  height: 15%;
  background-image: url(https://d23h2dywmtq7mr.cloudfront.net/omikuji/shadow.png);
  background-size: 100% 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  z-index: 50;
}
.result_content {
  max-width: 1200px;
  margin: 120px auto 0;
  background: #fff;
  border-radius: 1.5em;
  font-size: 20px;
  padding: 2.5em;
  width: 92%;
}
#result {
  background: #d9eae7;
  overflow: hidden;
}
.result_content h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#result_html h2{
  padding-left: 2em;
  background-position: left center;
  background-size: 1.3em auto;
  background-repeat: no-repeat;
}
.section_1 h2{background-image: url(https://d23h2dywmtq7mr.cloudfront.net/omikuji/result_midashi1.png);}
.section_2 h2{background-image: url(https://d23h2dywmtq7mr.cloudfront.net/omikuji/result_midashi2.png);}
.section_3 h2{background-image: url(https://d23h2dywmtq7mr.cloudfront.net/omikuji/result_midashi3.png);}
.result_summary {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.result_summary:after {
  content: "";
  width: 30%;
  height: 0.2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #77c0b3;
  transform: translate(-50%,50%);
}
.result_section p {
  margin: 1em 0;
}
.result_section:not(:last-of-type) {
  padding-bottom: 1.5em;
  margin-bottom: 3.5em;
  border-bottom: 0.3em dotted #77c0b3;
}
#result_html .section_4 h2 {
  color: #77c0b3;
  padding-left:0;
}
.section_4 p {
  background: #77c0b3;
  color: #fff;
  border-radius: 1.5em;
  padding: 1.5em;
}
.sns_button {
  text-align: center;
}
.sns_button {
  padding: 3em 0 2em;
}
.sns_button dt {
  margin-bottom: 1.5em;
}
.sns_button ul li p {
  margin-top: 0.5em;
  font-size: 0.7em;
}
.back_button {
  text-align: center;
  padding: 5em 0;
  max-width: 86%;
  margin: 0 auto;
}
.back_button img {
  margin: 0 auto;
}
@media screen and (max-width:767px){
  .result_fv-bg img {
    width: 100%;
    height: auto;
  }
  .result_fv-bg {
    width: 100%;
    position: static;
    height: auto;
    transform: none;
  }
  .result_fv-title {
    width: 92%;
    top: 14%;
  }
  .result_kuji {
    width: 44%;
    top: 41%;
  }
  .result_fv-title img {
    width: 100%;
    height: auto;
   }
  .result_fv {
    height: auto;
  }
  .result_content {
    font-size: 3vw;
    margin: 6.8em auto 0;
    padding: 2em 2.2em;
  }
  .result_content h2 {
    font-size: 1.35em;
    margin-bottom: 0.5em;
  }
  .result_summary {
    font-size: 1.35em;
  }
  .result_section p {
    margin: 0;
  }
  .green_section h2 {
    margin-bottom: 1em;
  }
  .sns_button dt {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .sns_button ul {
    gap: 6%;
  }
  .sns_button ul li p {
    font-size: 1em;
    margin-top: 10px;
    text-align: center;
  }
  .sns_button {
    padding-top: 5em;
    padding-bottom: 1em;
  }
  .back_button {
    padding: 3em 0;
  }
}
