@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --color-black: #141414;
  --color-yellow: #fff23a;
  --color-orange: #ffb401;
  --color-orange-deep: #ff871c;
  --color-link: #0c4a8c;
  --color-red: #ca0307;
  --color-deep-blue: #0f375e;
  --color-blue: #0c4a8c;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  background: url(../img/bg.jpg) no-repeat 50% 25% #062542;
  background-size: cover;
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bg-dot.png) 50% 0 #062542;
    background-size: 54.4vw;
  }
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.7333333333vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap.--small {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sub,
sup {
  font-size: 65%;
  font-weight: normal;
}

sub {
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-btn
========================================================================== */
.c-btn > button,
.c-btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #274a69;
  -webkit-box-shadow: 0 12px 0 0 #132739;
          box-shadow: 0 12px 0 0 #132739;
  border-radius: 200px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 27px auto 0;
  text-align: center;
  width: 550px;
}
@media (hover: hover) {
  .c-btn > button:hover,
  .c-btn > a:hover {
    -webkit-box-shadow: 0 6px 0 0 #132739;
            box-shadow: 0 6px 0 0 #132739;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.c-btn.--orange > button,
.c-btn.--orange > a {
  background-color: #eb6214;
  -webkit-box-shadow: 0 12px 0 0 #cc4f07;
          box-shadow: 0 12px 0 0 #cc4f07;
}
@media (hover: hover) {
  .c-btn.--orange > button:hover,
  .c-btn.--orange > a:hover {
    -webkit-box-shadow: 0 6px 0 0 #cc4f07;
            box-shadow: 0 6px 0 0 #cc4f07;
  }
}
@media screen and (max-width: 767px) {
  .c-btn > button,
  .c-btn > a {
    -webkit-box-shadow: 0 1.6vw 0 0 #132739;
            box-shadow: 0 1.6vw 0 0 #132739;
    font-size: 4.8vw;
    height: 16vw;
    margin-top: 3.6vw;
    width: 80vw;
  }
  .c-btn.--orange > button,
  .c-btn.--orange > a {
    -webkit-box-shadow: 0 1.6vw 0 0 #cc4f07;
            box-shadow: 0 1.6vw 0 0 #cc4f07;
  }
}

/* c-caution
========================================================================== */
.c-caution {
  font-size: 18px;
  line-height: 1.347826087;
  margin-top: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 3.2vw;
  }
}

/* c-copyright
========================================================================== */
.c-copyright {
  color: #5f5f5f;
  font-size: 13px;
  font-weight: 300;
  margin-top: 2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-copyright {
    font-size: 2.4vw;
  }
}

/* l-container
========================================================================== */
.l-container {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-container::after {
    content: none;
  }
}

.l-main {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
  }
}

/* l-header
========================================================================== */
.l-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-left: 18px;
  padding-right: 18px;
}
.l-header .logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .l-header .logo {
    width: 37.0666666667vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
.l-footer .logo {
  width: 238px;
}
.l-footer .copyright {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .l-footer .logo {
    width: 37.0666666667vw;
  }
  .l-footer .copyright {
    font-size: 2.4vw;
  }
}

/* start
========================================================================== */
.start {
  background: url(../img/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.start .start_main {
  padding-bottom: 24px;
  padding-top: 88px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.start .start_main .start_curtain {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.start .start_main .start_img {
  margin-top: 16px;
}
.start .start_box {
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 44px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.start .start_box .start_text {
  margin-bottom: 28px;
}
.start .start_box .c-caution {
  margin-top: 30px;
}
.start .start_box .c-copyright {
  margin-left: 20px;
  margin-right: 20px;
}
.start .start_box::before {
  background: url(../img/bg-dot.png) 50% 50%;
  border-radius: 50%;
  content: "";
  height: 1340px;
  width: 2010px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.start .start_box::after {
  background: url(../img/bg-dot.png) 50% 0%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 153px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .start .start_main {
    padding-bottom: 3.2vw;
    padding-top: 13.3333333333vw;
  }
  .start .start_main .start_main_logo {
    width: 36vw;
  }
  .start .start_main .start_main_title {
    width: 75.3333333333vw;
  }
  .start .start_main .start_img {
    margin-top: 2.6666666667vw;
  }
  .start .start_main .start_img img {
    width: 708;
  }
  .start .start_box {
    padding-bottom: 10.6666666667vw;
    padding-top: 7.2vw;
  }
  .start .start_box::before {
    background-size: 54.4vw;
    height: 178.6666666667vw;
    width: 268vw;
  }
  .start .start_box::after {
    background-size: 54.4vw;
    top: 20.4vw;
  }
  .start .start_box .start_text {
    margin-bottom: 3.7333333333vw;
  }
  .start .start_box .start_text img {
    width: 88vw;
  }
  .start .start_box .c-caution {
    margin-top: 4vw;
  }
  .start .start_box .c-copyright {
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}

/* progressbar
========================================================================== */
.progressbar {
  width: 650px;
  position: absolute;
  left: 50%;
  top: 86px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.progressbar::before {
  background: url(../img/goal.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.progressbar > span {
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 0 #e8b503;
          box-shadow: 0 5px 0 #e8b503;
  display: block;
  height: 25px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 0;
}
.progressbar > span > b {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #164784), to(#6283ac));
  background: -webkit-linear-gradient(bottom, #164784 50%, #6283ac);
  background: linear-gradient(0deg, #164784 50%, #6283ac);
  border-radius: 100px;
  display: block;
  height: 21px;
  width: -webkit-calc(var(--start) / 13.5 * 100%);
  width: calc(var(--start) / 13.5 * 100%);
  position: relative;
  left: 3px;
  top: 2px;
}
.progressbar > span > b.--active {
  width: -webkit-calc(var(--now) / 13.5 * 100%);
  width: calc(var(--now) / 13.5 * 100%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .progressbar {
    width: 86.6666666667vw;
    top: 11.4666666667vw;
  }
  .progressbar::before {
    height: 9.3333333333vw;
    width: 9.3333333333vw;
  }
  .progressbar > span {
    -webkit-box-shadow: 0 0.6666666667vw 0 #e8b503;
            box-shadow: 0 0.6666666667vw 0 #e8b503;
    height: 3.3333333333vw;
    width: -webkit-calc(100% - 2.6666666667vw);
    width: calc(100% - 2.6666666667vw);
    top: 3.2vw;
  }
  .progressbar > span > b {
    height: 2.8vw;
    left: 0.4vw;
    top: 0.2666666667vw;
  }
}

/* question
========================================================================== */
.question {
  background: url(../img/bg-dot.png) repeat 50% 50%;
  min-height: 100dvh;
  padding-bottom: 40px;
  padding-top: 200px;
  position: relative;
}
.question .question_title {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 16px;
}
.question .question_title img {
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
.question .question_box {
  background-color: #fff;
  border-radius: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 20px;
  width: 700px;
  position: relative;
}
.question .question_box .question_box_inner {
  border-radius: 45px;
  height: 100%;
  padding: 48px 16px 0;
}
.question .question_box .question_box_inner::-webkit-scrollbar {
  width: 18px;
  background: #fff;
  border-radius: 12px;
}
.question .question_box .question_box_inner::-webkit-scrollbar-thumb {
  background: #bababa;
  border-radius: 12px;
  border: 3px solid #fff;
}
.question .question_box .question_box_inner::-webkit-scrollbar-thumb:hover {
  background: #969696;
}
.question .question_box .question_box_inner::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 12px;
}
.question .question_box .question_box_inner .question_img {
  margin-bottom: 32px;
  text-align: center;
}
.question .question_box .question_box_inner .question_img img {
  width: 130px;
}
.question .question_box .question_box_inner .question_img a {
  display: block;
}
.question .question_box .question_box_inner .question_img a span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 16px;
  text-decoration: underline;
}
@media (hover: hover) {
  .question .question_box .question_box_inner .question_img a:hover span {
    text-decoration: none;
  }
}
.question .question_box .question_box_inner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5714285714;
  margin-bottom: 20px;
}
.question .question_box .question_box_inner p:last-child {
  margin-bottom: 0;
}
.question .question_box .question_box_inner p[class*=copyright] {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}
.question .question_number {
  background-color: #eb6214;
  border-radius: 100px;
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 8px;
  padding-top: 12px;
  text-align: center;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.question .question_number::before {
  border-color: #eb6214 transparent transparent;
  border-style: solid;
  border-width: 12px 9px 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .question {
    background-size: 54.4vw;
    padding-bottom: 5.3333333333vw;
    padding-top: 29.3333333333vw;
  }
  .question .question_title {
    top: 2.1333333333vw;
  }
  .question .question_title img {
    -webkit-filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.3));
    width: 41.0666666667vw;
  }
  .question .question_box {
    border-radius: 6vw;
    height: -webkit-calc(100dvh - 29.3333333333vw - 51.3333333333vw);
    height: calc(100dvh - 29.3333333333vw - 51.3333333333vw);
    padding: 2vw 2vw 2.6666666667vw;
    width: 86.6666666667vw;
  }
  .question .question_box .question_box_inner {
    border-radius: 6vw;
    overflow: hidden auto;
    padding: 9.6vw 5.8666666667vw 0;
  }
  .question .question_box .question_box_inner::-webkit-scrollbar {
    width: 2.4vw;
    border-radius: 1.6vw;
  }
  .question .question_box .question_box_inner::-webkit-scrollbar-thumb {
    border-radius: 1.6vw;
    border: 0.4vw solid #fff;
  }
  .question .question_box .question_box_inner::-webkit-scrollbar-track {
    border-radius: 1.6vw;
  }
  .question .question_box .question_box_inner .question_img {
    margin-bottom: 4.2666666667vw;
  }
  .question .question_box .question_box_inner .question_img img {
    height: -webkit-calc(0.3407407407 * (100dvh - 29.3333333333vw));
    height: calc(0.3407407407 * (100dvh - 29.3333333333vw));
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
  }
  .question .question_box .question_box_inner .question_img a span {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
  .question .question_box .question_box_inner p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .question .question_box .question_box_inner p[class*=copyright] {
    font-size: 2.1333333333vw;
  }
  .question .question_number {
    -webkit-filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.25));
    font-size: 5.3333333333vw;
    padding-bottom: 1.6vw;
    padding-top: 2.6666666667vw;
    width: 34vw;
  }
  .question .question_number::before {
    border-width: 1.8666666667vw 1.4666666667vw 0;
  }
}

/* btn-group
========================================================================== */
.btn-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 32px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-group > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3846153846;
  padding: 18px 12px;
  text-align: center;
  width: 100%;
}
@media (hover: hover) {
  .btn-group > a:hover {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.btn-group > a:nth-child(1) {
  background-color: #eb6214;
  -webkit-box-shadow: 0 12px 0 #cc4f07;
          box-shadow: 0 12px 0 #cc4f07;
}
@media (hover: hover) {
  .btn-group > a:nth-child(1):hover {
    -webkit-box-shadow: 0 6px 0 0 #cc4f07;
            box-shadow: 0 6px 0 0 #cc4f07;
  }
}
.btn-group > a:nth-child(2) {
  background-color: #274a69;
  -webkit-box-shadow: 0 12px 0 #132739;
          box-shadow: 0 12px 0 #132739;
}
@media (hover: hover) {
  .btn-group > a:nth-child(2):hover {
    -webkit-box-shadow: 0 6px 0 0 #132739;
            box-shadow: 0 6px 0 0 #132739;
  }
}
@media screen and (max-width: 767px) {
  .btn-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8vw;
    margin-top: 8vw;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-group > a {
    font-size: 3.4666666667vw;
    padding: 3.2vw 6.4vw;
    width: 80vw;
  }
  .btn-group > a:nth-child(1) {
    -webkit-box-shadow: 0 1.6vw 0 #cc4f07;
            box-shadow: 0 1.6vw 0 #cc4f07;
  }
  .btn-group > a:nth-child(2) {
    -webkit-box-shadow: 0 1.6vw 0 #132739;
            box-shadow: 0 1.6vw 0 #132739;
  }
}

/* result
========================================================================== */
.result {
  --img-w: 474px;
  background: url(../img/bg.jpg) no-repeat 50% 0 #062542;
  background-size: 100%;
  padding-top: 16px;
  position: relative;
  z-index: 0;
}
.result h1 {
  text-align: center;
}
.result h1 img {
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  width: 260px;
}
.result .result_curtain {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.result .result_main {
  padding-top: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.result .result_main h2 img {
  width: 394px;
}
.result .result_main .result_main_img {
  color: #fff;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.result .result_main .result_main_img::after, .result .result_main .result_main_img::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.result .result_main .result_main_img .result_main_character-img {
  width: 200px;
}
.result .result_main .result_main_img figcaption {
  display: table;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2222222222;
  margin: 16px auto 0;
  max-width: var(--img-w);
  text-align: center;
}
.result .result_main .result_main_star {
  pointer-events: none;
  width: 458px;
  position: absolute;
  left: 50%;
  top: -1%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.result .result_main .result_main_star img {
  width: 100%;
}
.result .result_character-name {
  color: #fff;
  margin: 20px auto 0;
  width: var(--img-w);
}
.result .result_character-name > span {
  display: block;
}
.result .result_character-name > span:nth-child(1) {
  border-bottom: 2px solid #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.result .result_character-name > span:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
}
.result .result_details {
  margin-top: 32px;
  padding: 1px 56px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.result .result_details::before {
  background: url(../img/bg-dot.png) 50% 0%;
  border-radius: 50%;
  content: "";
  height: 1340px;
  width: 1340px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.result .result_details::after {
  background: url(../img/bg-dot.png) 50% 0%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 153px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.result .result_details section {
  position: relative;
  z-index: 0;
}
.result .result_details section .result_title {
  position: absolute;
  left: 50%;
  top: 24px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.result .result_details section .result_title::after {
  background: url(../img/icon-attention.png) no-repeat 50% 0;
  background-size: 100% 100%;
  content: "";
  height: 17px;
  width: 44px;
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.result .result_details section .result_title h2 {
  background-color: #eb6214;
  border-radius: 100px;
  color: #fff;
  display: table;
  -webkit-filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.25));
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 auto 36px;
  padding: 18px 36px 20px;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
.result .result_details section .result_title h2::before {
  border-color: #eb6214 transparent transparent;
  border-style: solid;
  border-width: 14px 13px 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.result .result_details .result_personality {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 120px;
  padding: 60px 48px;
}
.result .result_details .result_personality::after, .result .result_details .result_personality::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.result .result_details .result_personality::before {
  background-image: url(../img/result-personality-icon-right.png);
  height: 89px;
  width: 65px;
  right: 92px;
  top: -58px;
}
.result .result_details .result_personality::after {
  background-image: url(../img/result-personality-icon-left.png);
  height: 88px;
  width: 85px;
  left: 78px;
  top: -62px;
}
.result .result_details .result_personality .result_personality_box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}
.result .result_details .result_personality .result_personality_box::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0.85)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.85) 30%, transparent);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 30%, transparent);
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.result .result_details .result_personality .result_personality_box.--active {
  padding-bottom: 80px;
}
.result .result_details .result_personality .result_personality_box.--active::before {
  content: none;
}
.result .result_details .result_personality .result_personality_box p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .result .result_details .result_personality .result_personality_box p a:hover {
    text-decoration: none;
  }
}
.result .result_details .result_personality .result_personality_more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #161e29;
  border-radius: 100px;
  color: #353535;
  cursor: pointer;
  font-size: 18px;
  height: 44px;
  width: 210px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.result .result_details .result_personality .result_personality_more::before {
  border-bottom: 2px solid #353535;
  border-right: 2px solid #353535;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  right: 20px;
  top: 40%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.result .result_details .result_same-character {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 128px;
  padding: 60px 48px 40px;
}
.result .result_details .result_same-character .result_title h2 {
  font-size: 24px;
}
.result .result_details .result_same-character::before {
  background: url(../img/result-same-tyoe-icon.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 71px;
  width: 87px;
  position: absolute;
  left: -5px;
  top: -56px;
  z-index: 1;
}
.result .result_details .result_same-character ul {
  font-weight: 500;
  line-height: 1.35;
}
.result .result_details .result_same-character ul li {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.result .result_details .result_same-character ul li:first-child {
  margin-top: 0;
}
.result .result_details .result_same-character ul li::before {
  color: #eb6214;
  content: "★";
}
.result .result_details .result_same-character ul li span {
  color: #757575;
}
.result .result_details .result_favorite {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 128px;
  padding: 60px 48px 40px;
}
.result .result_details .result_favorite .result_title h2 {
  padding-left: 40px;
  padding-right: 40px;
}
.result .result_details .result_favorite::after, .result .result_details .result_favorite::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.result .result_details .result_favorite::before {
  background-image: url(../img/result-like-icon-right.png);
  height: 67px;
  width: 85px;
  right: 32px;
  top: -36px;
}
.result .result_details .result_favorite::after {
  background-image: url(../img/result-like-icon-left.png);
  height: 70px;
  width: 73px;
  left: 44px;
  top: -40px;
}
.result .result_details .result_favorite ul li {
  margin-top: 1em;
}
.result .result_details .result_favorite ul li:first-child {
  margin-top: 0;
}
.result .result_details .result_favorite ul li h3 {
  font-weight: 500;
  position: relative;
}
.result .result_details .result_favorite ul li h3 > span {
  border: 2px solid #eb6214;
  border-radius: 3px;
  color: #eb6214;
  display: block;
  font-size: 20px;
  height: 32px;
  line-height: 1.25;
  text-align: center;
  width: 77px;
}
.result .result_details .result_favorite ul li h3::before {
  border-top: 2px dotted #eb6214;
  content: "";
  height: 0;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  position: absolute;
  left: 86px;
  top: 50%;
}
.result .result_details .result_favorite ul li p {
  line-height: 1.4285714286;
  margin-top: 0.5em;
  padding-left: 1em;
}
.result .result_details .result_recommend {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 128px;
  padding: 80px 48px 24px;
}
.result .result_details .result_recommend::after, .result .result_details .result_recommend::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.result .result_details .result_recommend::before {
  background-image: url(../img/result-recommend-icon-right.png);
  height: 87px;
  width: 49px;
  right: 76px;
  top: -44px;
}
.result .result_details .result_recommend::after {
  background-image: url(../img/result-recommend-icon-left.png);
  height: 63px;
  width: 78px;
  left: 48px;
  top: -32px;
}
.result .result_details .result_recommend ul {
  font-weight: 500;
  line-height: 1.35;
}
.result .result_details .result_recommend ul li {
  border-top: 2px solid #c6c6c6;
  margin-top: 20px;
  padding-top: 20px;
}
.result .result_details .result_recommend ul li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.result .result_details .result_recommend ul li > a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result .result_details .result_recommend ul li > a figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 134px;
}
.result .result_details .result_recommend ul li > a figure img {
  width: 100%;
}
.result .result_details .result_recommend ul li > a figure figcaption {
  font-size: 18px;
  margin-top: 0.5em;
}
.result .result_details .result_recommend ul li > a figure figcaption small {
  font-weight: 400;
}
.result .result_details .result_recommend ul li > a .result_recommend_box {
  width: -webkit-calc(100% - 190px - 44px);
  width: calc(100% - 190px - 44px);
}
.result .result_details .result_recommend ul li > a .result_recommend_box h3 {
  color: #0c4a8c;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  text-decoration: underline;
}
.result .result_details .result_recommend ul li > a .result_recommend_box p {
  font-weight: 400;
  line-height: 1.4285714286;
}
.result .result_details .result_recommend ul li > a .result_recommend_tag {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
}
.result .result_details .result_recommend ul li > a .result_recommend_tag > span {
  border: 2px solid #eb6214;
  border-radius: 5px;
  color: #eb6214;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.result .result_details .result_recommend ul li span {
  color: #757575;
}
.result .result_details .result_recommend ul li .c-copyright {
  font-size: 13px;
  font-weight: 300;
  margin-top: 0.75em;
  width: 100%;
}
.result .result_share {
  margin-top: 90px;
}
.result .result_share h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-align: center;
}
.result .result_share h3 > b {
  font-size: 0.7em;
}
.result .result_share .result_share_btn {
  background-color: #fff;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 27px 30px 30px;
}
.result .result_share .result_share_btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 500;
  height: 64px;
  text-align: center;
}
.result .result_share .result_share_btn > a.--disabled {
  background-color: #ccc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
}
@media (hover: hover) {
  .result .result_share .result_share_btn > a:hover {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.result .result_share .result_share_btn > a.share {
  background-color: #353535;
  -webkit-box-shadow: 0 6px 0 #000;
          box-shadow: 0 6px 0 #000;
  gap: 9px;
}
.result .result_share .result_share_btn > a.share img {
  width: 32px;
}
@media (hover: hover) {
  .result .result_share .result_share_btn > a.share:hover {
    -webkit-box-shadow: 0 3px 0 0 #000;
            box-shadow: 0 3px 0 0 #000;
  }
}
.result .result_share .result_share_btn > a.dl {
  background-color: #eb6214;
  -webkit-box-shadow: 0 6px 0 #cc4f07;
          box-shadow: 0 6px 0 #cc4f07;
  gap: 15px;
}
.result .result_share .result_share_btn > a.dl img {
  width: 32px;
}
@media (hover: hover) {
  .result .result_share .result_share_btn > a.dl:hover {
    -webkit-box-shadow: 0 3px 0 0 #cc4f07;
            box-shadow: 0 3px 0 0 #cc4f07;
  }
}
.result .result_actions {
  margin-top: 54px;
  text-align: center;
}
.result .result_actions h3 {
  margin-bottom: 24px;
}
.result .result_actions h3 img {
  width: 422px;
}
.result .result_actions p:not(.c-caution) {
  color: #eb6214;
  display: table;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto 40px;
  position: relative;
  z-index: 0;
}
.result .result_actions p:not(.c-caution)::before {
  content: attr(data-text);
  -webkit-text-stroke: 6px #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.result .result_actions .c-btn {
  margin-top: 44px;
}
.result .c-caution {
  margin-top: 44px;
}
.result .result_copyright {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 44px;
  margin-top: 44px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .result {
    --img-w: -webkit-calc(474 / 750 * 100vw);
    --img-w: calc(474 / 750 * 100vw);
    padding-top: 2.1333333333vw;
  }
  .result h1 img {
    -webkit-filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.3));
    width: 41.0666666667vw;
  }
  .result .result_main {
    padding-top: 13.3333333333vw;
  }
  .result .result_main h2 img {
    width: 52.5333333333vw;
  }
  .result .result_main .result_main_img {
    margin-top: 1.6vw;
  }
  .result .result_main .result_main_img .result_main_character-img {
    width: 37.3333333333vw;
  }
  .result .result_main .result_main_img figcaption {
    font-size: 2.4vw;
    margin-top: 1.6vw;
  }
  .result .result_main .result_main_star {
    width: 70.6666666667vw;
    top: 0;
  }
  .result .result_character-name {
    margin-top: 2.6666666667vw;
  }
  .result .result_character-name > span:nth-child(1) {
    border-bottom-width: 0.2666666667vw;
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .result .result_character-name > span:nth-child(2) {
    font-size: 4.2666666667vw;
  }
  .result .result_details {
    margin-top: 4.2666666667vw;
    padding: 0.2666666667vw 4vw;
  }
  .result .result_details::before {
    background-size: 54.4vw;
    height: 178.6666666667vw;
    width: 178.6666666667vw;
  }
  .result .result_details::after {
    background-size: 54.4vw;
    top: 20.4vw;
  }
  .result .result_details section .result_title {
    top: 1.6vw;
  }
  .result .result_details section .result_title::after {
    height: 2.2666666667vw;
    width: 5.8666666667vw;
    top: -1.6vw;
  }
  .result .result_details section .result_title h2 {
    -webkit-filter: drop-shadow(0 0.6666666667vw 0.9333333333vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 0.6666666667vw 0.9333333333vw rgba(0, 0, 0, 0.25));
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
    padding: 2.6666666667vw 7.2vw 2.9333333333vw;
  }
  .result .result_details section .result_title h2::before {
    border-width: 1.8666666667vw 1.7333333333vw 0;
  }
  .result .result_details .result_personality {
    border-radius: 2.6666666667vw;
    margin-top: 16vw;
    padding: 8vw 4vw;
  }
  .result .result_details .result_personality::before {
    height: 18.2666666667vw;
    width: 13.6vw;
    right: 4.2666666667vw;
    top: -14.6666666667vw;
  }
  .result .result_details .result_personality::after {
    height: 18.8vw;
    width: 18vw;
    left: 2.9333333333vw;
    top: -16vw;
  }
  .result .result_details .result_personality .result_personality_box.--active {
    padding-bottom: 10.6666666667vw;
  }
  .result .result_details .result_personality .result_personality_more {
    border-width: 0.2666666667vw;
    font-size: 3.2vw;
    height: 8vw;
    width: 40vw;
    bottom: 4.8vw;
  }
  .result .result_details .result_personality .result_personality_more::before {
    border-bottom-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
    height: 1.0666666667vw;
    width: 1.0666666667vw;
    right: 3.2vw;
  }
  .result .result_details .result_same-character {
    border-radius: 2.6666666667vw;
    margin-top: 17.0666666667vw;
    padding: 8vw 4vw 4vw;
  }
  .result .result_details .result_same-character .result_title h2 {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .result .result_details .result_same-character::before {
    height: 9.4666666667vw;
    width: 11.6vw;
    left: 2.6666666667vw;
    top: -11.4666666667vw;
  }
  .result .result_details .result_favorite {
    border-radius: 2.6666666667vw;
    margin-top: 17.0666666667vw;
    padding: 8vw 4vw 4vw;
  }
  .result .result_details .result_favorite .result_title h2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .result .result_details .result_favorite::before {
    height: 10.5333333333vw;
    width: 13.3333333333vw;
    right: 2.1333333333vw;
    top: -4vw;
  }
  .result .result_details .result_favorite::after {
    height: 11.0666666667vw;
    width: 11.6vw;
    left: 3.2vw;
    top: -4.5333333333vw;
  }
  .result .result_details .result_favorite ul li h3 > span {
    border-width: 0.2666666667vw;
    border-radius: 0.4vw;
    font-size: 3.7333333333vw;
    height: 5.4666666667vw;
    width: 13.3333333333vw;
  }
  .result .result_details .result_favorite ul li h3::before {
    border-top-width: 0.2666666667vw;
    width: -webkit-calc(100% - 16vw);
    width: calc(100% - 16vw);
    left: 16vw;
  }
  .result .result_details .result_favorite ul li p {
    padding-left: 0;
  }
  .result .result_details .result_recommend {
    border-radius: 2.6666666667vw;
    margin-top: 17.0666666667vw;
    padding: 10.6666666667vw 4vw 5.3333333333vw;
  }
  .result .result_details .result_recommend .result_title h2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .result .result_details .result_recommend::before {
    height: 18vw;
    width: 10.1333333333vw;
    right: 4vw;
    top: -9.7333333333vw;
  }
  .result .result_details .result_recommend::after {
    height: 10.5333333333vw;
    width: 12.9333333333vw;
    left: 2.9333333333vw;
    top: -6vw;
  }
  .result .result_details .result_recommend ul li {
    border-top-width: 0.2666666667vw;
    margin-top: 4vw;
    padding-top: 4vw;
  }
  .result .result_details .result_recommend ul li > a {
    gap: 0 5.8666666667vw;
  }
  .result .result_details .result_recommend ul li > a figure {
    width: 24.6666666667vw;
  }
  .result .result_details .result_recommend ul li > a figure figcaption {
    font-size: 2.4vw;
  }
  .result .result_details .result_recommend ul li > a .result_recommend_box {
    width: -webkit-calc(100% - 25.3333333333vw - 5.8666666667vw);
    width: calc(100% - 25.3333333333vw - 5.8666666667vw);
  }
  .result .result_details .result_recommend ul li > a .result_recommend_box h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .result .result_details .result_recommend ul li > a .result_recommend_tag {
    margin-top: 5.3333333333vw;
    gap: 1.6vw;
  }
  .result .result_details .result_recommend ul li > a .result_recommend_tag > span {
    border-width: 0.2666666667vw;
    border-radius: 0.6666666667vw;
    font-size: 3.4666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
  .result .result_details .result_recommend ul li .c-copyright {
    font-size: 2.1333333333vw;
  }
  .result .result_share {
    margin-top: 6.6666666667vw;
  }
  .result .result_share h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .result .result_share .result_share_btn {
    border-radius: 2.4vw;
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 2.6666666667vw 3.4666666667vw;
  }
  .result .result_share .result_share_btn > a {
    border-radius: 1.6vw;
    font-size: 3.2vw;
    height: 9.6vw;
  }
  .result .result_share .result_share_btn > a.share {
    -webkit-box-shadow: 0 0.8vw 0 #000;
            box-shadow: 0 0.8vw 0 #000;
    gap: 1.2vw;
  }
  .result .result_share .result_share_btn > a.share img {
    width: 4.2666666667vw;
  }
  .result .result_share .result_share_btn > a.dl {
    -webkit-box-shadow: 0 0.8vw 0 #cc4f07;
            box-shadow: 0 0.8vw 0 #cc4f07;
    gap: 2vw;
  }
  .result .result_share .result_share_btn > a.dl img {
    width: 4.2666666667vw;
  }
  .result .result_actions {
    margin-top: 7.2vw;
  }
  .result .result_actions h3 {
    margin-bottom: 2.6666666667vw;
  }
  .result .result_actions h3 img {
    width: 53.4666666667vw;
  }
  .result .result_actions p:not(.c-caution) {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .result .result_actions p:not(.c-caution)::before {
    -webkit-text-stroke-width: 0.8vw;
  }
  .result .result_actions .c-btn {
    margin-top: 5.8666666667vw;
  }
  .result .c-caution {
    margin-top: 6.4vw;
  }
  .result .result_copyright {
    font-size: 2.4vw;
    margin-bottom: 2.6666666667vw;
    margin-top: 4.8vw;
  }
}