@charset "UTF-8";
/* ==========================================================================

COLOR

========================================================================== */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-font-smoothing: antialiased;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  box-sizing: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  cellspacing: 0;
}

/* ==========================================================================

アニメーション

========================================================================== */
.waypointAni {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation-delay: 0.3s;
}

.ani-delay-00 {
  animation-delay: 0s;
}

.ani-delay-01 {
  animation-delay: 0.1s;
}

.ani-delay-02 {
  animation-delay: 0.2s;
}

.ani-delay-03 {
  animation-delay: 0.3s;
}

.ani-delay-04 {
  animation-delay: 0.4s;
}

.ani-delay-05 {
  animation-delay: 0.5s;
}

.ani-delay-06 {
  animation-delay: 0.6s;
}

.ani-delay-07 {
  animation-delay: 0.7s;
}

.ani-delay-08 {
  animation-delay: 0.8s;
}

.ani-delay-09 {
  animation-delay: 0.9s;
}

.ani-delay-10 {
  animation-delay: 1s;
}

.ani-delay-11 {
  animation-delay: 1.1s;
}

.ani-delay-12 {
  animation-delay: 1.2s;
}

.ani-delay-13 {
  animation-delay: 1.3s;
}

.ani-delay-14 {
  animation-delay: 1.4s;
}

.ani-delay-15 {
  animation-delay: 1.5s;
}

.ani-opacity {
  opacity: 0;
}
.ani-opacity.active {
  opacity: 1;
}

.ani-popup {
  opacity: 0;
}
.ani-popup.active {
  animation: ani-popup 0.7s ease-in-out 0s forwards;
}

.ani-from-left {
  transform: translateX(-200px);
}
.ani-from-left.active {
  transform: translateX(0);
}

.ani-from-right {
  transform: translateX(200px);
}
.ani-from-right.active {
  transform: translateX(0);
}

.ani-from-bottom {
  transform: translateY(50px);
}
.ani-from-bottom.active {
  transform: translateX(0);
}

@keyframes ani-popup {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  85% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani-form-left {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 0.3;
  }
}
@keyframes ani-form-right {
  from {
    transform: translateX(200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 0.3;
  }
}
@keyframes ani-form-bottom {
  from {
    transform: translateY(400px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 0.3;
  }
}
@keyframes ani-q-bg {
  from {
    background-position: top -100px center, bottom -100px center;
    opacity: 0;
  }
  to {
    background-position: top center, bottom center;
    opacity: 1;
  }
}
@keyframes ani-q-number-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ani-q-number {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes ani-q-title {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  85% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani-q-btn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani-r-label {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ==========================================================================

BASE

========================================================================== */
html {
  font-size: 10px;
  /*
  visibility: hidden;
  &.wf-active {
  	visibility: visible;
  }
     */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2D4678;
  text-align: justify;
  line-height: 1.5;
  -webkit-print-color-adjust: exact;
  position: relative;
}
* {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .is-sp {
    display: inherit;
  }
}

@media only screen and (max-width: 1000px) {
  .is-pc {
    display: none;
  }
}

.body {
  color: #000;
}
.body p {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: justify;
}

a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:visited, a:active {
  outline: none;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1001px) {
  a:hover img {
    opacity: 0.7;
  }
}

.ff-min {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
img.img100 {
  width: 100%;
  height: auto;
}
img.imgMax100 {
  max-width: 100%;
  height: auto;
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 1000px) {
  img {
    max-width: 100%;
  }
}

/* ==========================================================================

BTN

========================================================================== */
.btn_main {
  padding: 4px;
  background: rgb(240, 151, 96);
  background: linear-gradient(90deg, rgb(240, 151, 96) 0%, rgb(236, 98, 97) 100%);
  position: relative;
}
.btn_main a,
.btn_main .btn {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 12px 12px 9px 12px;
}
.btn_main a:hover,
.btn_main .btn:hover {
  cursor: pointer;
}
.btn_main a.text-arrow span::after,
.btn_main .btn.text-arrow span::after {
  font-family: "Material Symbols Outlined";
  content: "\eaaa";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  display: inline-block;
  font-size: 1.3em;
  vertical-align: middle;
  margin-left: 0.3em;
  margin-top: -0.1em;
}
.btn_main.c-transparent {
  background: transparent !important;
  border: 1px solid #fff;
}
.btn_main.wiz-symbol a::before, .btn_main.wiz-symbol a::after,
.btn_main.wiz-symbol .btn::before,
.btn_main.wiz-symbol .btn::after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn_main.wiz-symbol a::before,
.btn_main.wiz-symbol .btn::before {
  background-image: url("../images/cont/btn_symbol.svg");
  left: 10px;
}
.btn_main.wiz-symbol a::after,
.btn_main.wiz-symbol .btn::after {
  background-image: url("../images/cont/btn_symbol.svg");
  right: 10px;
}
.btn_main.wiz-arrow a,
.btn_main.wiz-arrow .btn {
  padding: 12px 45px 12px 45px;
}
.btn_main.wiz-arrow a::after,
.btn_main.wiz-arrow .btn::after {
  font-family: "Material Symbols Outlined";
  content: "\eaaa";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  display: block;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.btn_main.wiz-close a,
.btn_main.wiz-close .btn {
  padding: 12px 12px 12px 12px;
}
.btn_main.wiz-close a::after,
.btn_main.wiz-close .btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e148";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  display: block;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

/* ==========================================================================

HEADER

========================================================================== */
.lp-header {
  text-align: center;
  background: #fff;
  width: 100%;
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .lp-header {
    height: 55px;
  }
}
.lp-header .lp-header__logo a {
  display: block;
  width: 170px;
  margin: 0 auto;
}

/* ==========================================================================

FOOTER

========================================================================== */
.lp-footer {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 35px 0;
}
.lp-footer .lp-footer__logo {
  width: 92px;
  margin: 0 auto;
}
.lp-footer .lp-footer__copy {
  margin-top: 15px;
  font-size: 1rem;
}

/* ==========================================================================

LAYOUT

========================================================================== */
#lp-shindan-2024 {
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: 70px;
  min-height: 100vh;
}
@media only screen and (min-width: 1001px) {
  #lp-shindan-2024 {
    background-image: url("../images/cont/mv_bg_pc.webp");
    background-size: cover;
  }
}
@media only screen and (max-width: 1000px) {
  #lp-shindan-2024 {
    background-image: url("../images/cont/mv_bg_pc.webp");
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  #lp-shindan-2024 {
    background-image: url("../images/cont/mv_bg_sp.webp");
    background-size: 100% calc(100vh + 55px);
    background-position-y: 55px;
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
}
/* ==========================================================================

MV

========================================================================== */
@media only screen and (min-width: 1001px) {
  #mv-area-wrapper {
    position: fixed;
    width: 1000px;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1000px) {
  #mv-area-wrapper {
    padding-top: calc(55px + 8vh);
    position: relative;
    z-index: 70;
  }
}
@media only screen and (max-width: 1000px) {
  .question #mv-area-wrapper, .result #mv-area-wrapper {
    display: none;
  }
}
#mv-area-wrapper .mv-content {
  max-width: 446px;
}
@media only screen and (max-width: 1000px) {
  #mv-area-wrapper .mv-content {
    margin: 0 auto;
  }
}
#mv-area-wrapper .mv-title {
  width: 100%;
  margin-bottom: 30px;
  opacity: 0;
  animation: ani-popup 1s ease-in-out 0s forwards;
}
@media only screen and (max-width: 1000px) {
  #mv-area-wrapper .mv-title {
    max-width: 90%;
    margin: 0 auto 80px;
  }
}
#mv-area-wrapper .btn-area .label {
  max-width: 264px;
  margin: 0 auto 20px;
  opacity: 0;
  animation: ani-popup 1s ease-in-out 0.5s forwards;
}
#mv-area-wrapper .btn-area .btn-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 40px;
}
#mv-area-wrapper .btn-area .btn-list > li {
  flex: 0 0 91px;
  opacity: 0;
  animation: ani-popup 1s ease-in-out 0.7s forwards;
}
@media only screen and (max-width: 1000px) {
  #mv-area-wrapper .btn-area .btn-list > li {
    flex: 0 0 91px;
  }
}
#mv-area-wrapper .btn-area .btn-list > li a {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .mv-side-txt {
    display: none;
  }
}
.mv-side-txt .txt {
  width: 37px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
}
.mv-side-txt .txt.left {
  left: 0;
  border-right: 2px solid #fff;
}
.mv-side-txt .txt.right {
  right: 0;
  border-left: 2px solid #fff;
}

@media only screen and (max-width: 1000px) {
  .mv-bg-illust {
    position: absolute;
    width: 100%;
    height: calc(100vh + 55px);
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .question .mv-bg-illust, .result .mv-bg-illust {
    display: none;
  }
}
.mv-bg-illust .illust {
  position: fixed;
  opacity: 0;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust {
    position: absolute;
  }
}
.mv-bg-illust .illust.top-left {
  left: 20px;
  width: 102px;
  bottom: 33vh;
  animation: ani-form-left 1s ease-in-out 0s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.top-left {
    width: 71px;
    bottom: 28vh;
    left: -12px;
  }
}
.mv-bg-illust .illust.bottom-left {
  width: 157px;
  bottom: 22vh;
  left: -20px;
  animation: ani-form-left 1s ease-in-out 0.4s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.bottom-left {
    width: 109px;
    bottom: 18vh;
    left: -50px;
  }
}
.mv-bg-illust .illust.top-right {
  width: 102px;
  bottom: 30vh;
  right: -20px;
  animation: ani-form-right 1s ease-in-out 0.2s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.top-right {
    width: 71px;
    bottom: 28vh;
    right: -12px;
  }
}
.mv-bg-illust .illust.bottom-right {
  width: 155px;
  bottom: 18vh;
  right: -10px;
  animation: ani-form-right 1s ease-in-out 0.6s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.bottom-right {
    width: 108px;
    bottom: 15vh;
    right: -40px;
  }
}
.mv-bg-illust .illust.ougi {
  width: 152px;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.ougi {
    width: 105px;
  }
}
.mv-bg-illust .illust.ougi.bottom-01 {
  bottom: 5vh;
  left: -30px;
  animation: ani-form-bottom 1s ease-in-out 0.1s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.ougi.bottom-01 {
    bottom: 7vh;
    left: -50px;
  }
}
.mv-bg-illust .illust.ougi.bottom-02 {
  bottom: -35px;
  left: 60px;
  animation: ani-form-bottom 1s ease-in-out 0.3s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.ougi.bottom-02 {
    bottom: -25px;
    left: -20px;
  }
}
.mv-bg-illust .illust.ougi.bottom-03 {
  bottom: 5vh;
  right: -30px;
  animation: ani-form-bottom 1s ease-in-out 0.2s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.ougi.bottom-03 {
    bottom: 7vh;
    right: -50px;
  }
}
.mv-bg-illust .illust.ougi.bottom-04 {
  bottom: -35px;
  right: 60px;
  animation: ani-form-bottom 1s ease-in-out 0.4s forwards;
}
@media only screen and (max-width: 1000px) {
  .mv-bg-illust .illust.ougi.bottom-04 {
    bottom: -25px;
    right: -20px;
  }
}

/* ==========================================================================

content-wrapper

========================================================================== */
#main-wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: 1001px) {
  #main-wrapper {
    width: 1000px;
  }
}
@media only screen and (max-width: 1000px) {
  #main-wrapper {
    width: 100%;
  }
}
#main-wrapper #content-wrapper {
  margin-left: auto;
}

#content-wrapper {
  max-width: 375px;
  position: relative;
}
@media only screen and (min-width: 1001px) {
  #content-wrapper {
    padding-top: calc(70px + 10vh);
  }
}
@media only screen and (max-width: 1000px) {
  #content-wrapper {
    padding-top: 50px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  #content-wrapper {
    max-width: 100%;
  }
}
#content-wrapper .content-inner-wrapper {
  position: relative;
  background: #2D4678;
  padding: 15px 15px 0;
}

.content-section .sec-label {
  margin-bottom: 10px;
}
.content-section .sec-content {
  background-color: #FAF5EB;
  background-image: url("../images/cont/sec_bg_pattern.svg");
  background-size: 50px;
  background-repeat: repeat;
  border: 4px solid #fff;
  outline: 6px solid #2D4678;
  outline-offset: -10px;
  padding: 15px;
}
.content-section .sec-content .sec-content-inner {
  padding: 10px;
}

/* ==========================================================================

おみくじ

========================================================================== */
#sec-omikuji .sec-mv {
  margin-bottom: 20px;
}
#sec-omikuji .omikuji-date {
  max-width: 178px;
  margin: 0 auto 10px;
}
#sec-omikuji .prize-content {
  margin-top: 10px;
}
#sec-omikuji .prize-content dt {
  background-color: #2D4678;
  color: #D2BE78;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 7px;
  text-decoration: none;
  font-weight: 500;
}
#sec-omikuji .prize-content dd {
  padding-top: 25px;
}
#sec-omikuji .prize-content dd .prize-title {
  margin-bottom: 10px;
}
#sec-omikuji .prize-content dd .prize-list {
  max-width: 90%;
  margin: 0 auto;
}
#sec-omikuji .prize-content dd .prize-list > li {
  margin-bottom: 10px;
}
#sec-omikuji .prize-content dd .prize-list > li:last-child {
  margin-bottom: 0;
}
#sec-omikuji .prize-content dd .js-accordion-close-btn {
  margin-top: 20px;
}
#sec-omikuji .annote-box {
  width: 100%;
  height: 110px;
  overflow-x: scroll;
  background: #fff;
  border: 1px solid #D2BE78;
  border-radius: 7px;
  padding: 10px;
  color: #000;
  margin-top: 10px;
  font-size: 1.2rem;
}
#sec-omikuji .wchance-content {
  margin-top: 20px;
}
#sec-omikuji .wchance-content .label {
  max-width: 161px;
  margin: 0 auto 10px;
}
#sec-omikuji .wchance-content .title {
  max-width: 283px;
  margin: 0 auto 10px;
}
#sec-omikuji .wchance-content .omikuji-date {
  margin-bottom: 10px;
}
#sec-omikuji .wchance-content .sec-content-inner {
  padding-top: 0;
}
#sec-omikuji .wchance-content .lineid-btn {
  margin-top: 20px;
}
#sec-omikuji .wchance-content .lineid-btn .line-title {
  max-width: 267px;
  margin: 0 auto 10px;
}
#sec-omikuji .wchance-content .lineid-btn a {
  background-color: #06C755;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding: 7px;
  text-decoration: none;
  font-weight: 500;
}

.wchance-img-scroll {
  margin: 0 -9px 20px;
}
.wchance-img-scroll .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.wchance-img-scroll .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.wchance-img-scroll .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
  margin: 0 5px;
  width: 10vw;
}
@media only screen and (max-width: 1000px) {
  .wchance-img-scroll .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
.wchance-img-scroll .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item > img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.js-accordion .js-accordion-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.js-accordion .js-accordion-btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e145";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  display: block;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js-accordion .js-accordion-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.js-accordion .js-accordion-btn.open::after {
  transform: translateY(-50%) rotate(45deg);
}
.js-accordion .js-accordion-cont {
  display: none;
}

/* ==========================================================================

トップ：診断

========================================================================== */
#sec-shindan .nawa {
  margin: 15px auto 20px;
}
#sec-shindan .body {
  margin: 20px 0;
}

/* ==========================================================================

トップ：アンケート

========================================================================== */
#sec-questionaire {
  margin: 0 -15px;
  padding: 50px 50px 70px;
  position: relative;
  overflow: hidden;
}
#sec-questionaire .lead {
  max-width: 190px;
  margin: 0 auto 25px;
}
#sec-questionaire .illust {
  position: absolute;
  opacity: 0;
}
#sec-questionaire .illust.active {
  opacity: 0.3;
}
#sec-questionaire .illust.top-left {
  width: 71px;
  top: 40px;
  left: -15px;
}
#sec-questionaire .illust.bottom-left {
  width: 109px;
  top: 100px;
  left: -60px;
}
#sec-questionaire .illust.top-right {
  width: 71px;
  top: 40px;
  right: -20px;
}
#sec-questionaire .illust.bottom-right {
  width: 109px;
  top: 120px;
  right: -60px;
}
#sec-questionaire .illust.ougi {
  width: 107px;
}
#sec-questionaire .illust.ougi.bottom-01 {
  left: -50px;
  bottom: 10px;
}
#sec-questionaire .illust.ougi.bottom-02 {
  left: 60px;
  bottom: -25px;
}
#sec-questionaire .illust.ougi.bottom-03 {
  right: 60px;
  bottom: -25px;
}
#sec-questionaire .illust.ougi.bottom-04 {
  right: -50px;
  bottom: 10px;
}
#sec-questionaire.page-result .btn_main {
  margin-bottom: 10px;
}
#sec-questionaire.page-result .btn_main:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================

診断：質問ページ

========================================================================== */
#sec-shindan-question {
  text-align: center;
  padding: 10px 0 50px;
}
#sec-shindan-question.result {
  padding: 10px 0 0;
}
#sec-shindan-question .question-title-block {
  margin-bottom: 20px;
  background-image: url("../images/cont/shindan_title_bg_top.svg"), url("../images/cont/shindan_title_bg_bottom.svg");
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  padding-top: 75px;
  padding-bottom: 95px;
  animation: ani-q-bg 0.5s ease-in-out 0s forwards;
}
#sec-shindan-question .question-title-block.title-block-for-result {
  background-image: url("../images/cont/result_title_bg_top.svg"), url("../images/cont/result_title_bg_bottom.svg");
  padding-top: 75px;
  padding-bottom: 85px;
}
#sec-shindan-question .question-title-block .question-number {
  margin: 0 auto 30px;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background: #E1414B;
  color: #fff;
  position: relative;
  animation: ani-q-number 1s ease-in-out 0s forwards;
}
#sec-shindan-question .question-title-block .question-number::before {
  content: "";
  display: block;
  width: 88px;
  height: 32px;
  background-image: url("../images/cont/shindan_number_lines.svg");
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#sec-shindan-question .question-title-block .question-number span {
  font-size: 1.8rem;
  font-weight: 700;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  border: 1px solid #fff;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec-shindan-question .question-title-block .question-title {
  color: #000;
  line-height: 1.1;
  letter-spacing: -0.1em;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  animation: ani-q-title 1s ease-in-out 0s forwards;
  font-size: 3.5rem;
}
@media only screen and (max-width: 750px) {
  #sec-shindan-question .question-title-block .question-title {
    font-size: 10vw;
  }
}
#sec-shindan-question .btn_question {
  opacity: 0;
}
#sec-shindan-question .btn_question:nth-of-type(1) {
  animation: ani-q-btn 1s ease-in-out 0.1s forwards;
}
#sec-shindan-question .btn_question:nth-of-type(2) {
  animation: ani-q-btn 1s ease-in-out 0.2s forwards;
}
#sec-shindan-question .btn_question:nth-of-type(3) {
  animation: ani-q-btn 1s ease-in-out 0.3s forwards;
}
#sec-shindan-question .btn_question:nth-of-type(4) {
  animation: ani-q-btn 1s ease-in-out 0.4s forwards;
}
#sec-shindan-question .btn_question .btn_main {
  margin-bottom: 10px;
}

.question-pointers-wrapper {
  position: absolute;
  z-index: 5;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: ani-q-number-wrap 1s ease-in-out 0.3s forwards;
}

.question-pointers {
  display: inline-block;
  position: relative;
}
.question-pointers::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #2D4678;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
}
.question-pointers .question-pointers-item {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #2D4678;
  background: #fff;
  margin-right: 15px;
}
.question-pointers .question-pointers-item:last-of-type {
  margin-right: 0;
}
.question-pointers .question-pointers-item.is-current {
  opacity: 0;
  background: #2D4678;
  animation: ani-q-title 1s ease-in-out 0.3s forwards;
}

#result-wrapper .title-block-for-result {
  padding-bottom: 65px;
}
#result-wrapper .title-block-for-result .label-2024 {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 auto;
  text-align: center;
  background: #2D4678;
  color: #D2BE78;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 2em;
  margin-top: 20px;
  margin-bottom: 10px;
  animation: ani-r-label 0.7s ease-in-out 0.1s forwards;
}
#result-wrapper .title-block-for-result .label-2024::before {
  content: "";
  display: block;
  width: 88px;
  height: 32px;
  background-image: url("../images/cont/shindan_number_lines.svg");
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#result-wrapper .result-content {
  padding: 0 10px;
}
#result-wrapper .result-content .body {
  font-size: 1.3rem;
  text-align: justify;
  margin-bottom: 20px;
}
#result-wrapper .result-content .result-present {
  text-align: center;
  margin-bottom: 20px;
}
#result-wrapper .result-content .result-present .label {
  display: inline-block;
  background: #2D4678;
  color: #D2BE78;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5em 2em;
  border-radius: 3em;
  margin-bottom: 10px;
}
#result-wrapper .result-content .result-present .title {
  margin-bottom: 10px;
}
#result-wrapper .result-content .result-present .content {
  background: #fff;
  border: 1px solid #D2BE78;
  border-radius: 7px;
  padding: 15px 10px;
  color: #000;
  font-size: 1.2rem;
}
#result-wrapper .result-content .result-present .content .content-title {
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.7em;
  font-size: 1.3rem;
  font-weight: 700;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 5px;
}
#result-wrapper .result-content .result-present .content .body,
#result-wrapper .result-content .result-present .content .annote {
  text-align: justify;
  margin: 0;
}
#result-wrapper .result-content .result-present .content .coupon-code {
  text-align: center;
  background: #D2BE78;
  border: 2px solid #2D4678;
  border-radius: 3em;
  padding: 0.4em 0;
  font-size: 1.4rem;
  line-height: 1;
  margin: 10px auto;
}
#result-wrapper .result-content .lucky-what {
  border: 3px solid #2D4678;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#result-wrapper .result-content .lucky-what dt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  padding: 0.3em;
}
#result-wrapper .result-content .lucky-what dd {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #2D4678;
  padding: 0.5em 0.2em;
}
#result-wrapper .result-content .lucky-what.lucky-action {
  margin-bottom: 10px;
}
#result-wrapper .result-content .btn_main {
  margin-bottom: 20px;
}
#result-wrapper .result-content .result-share {
  margin-bottom: 20px;
}
#result-wrapper .result-content .result-share .share-label {
  max-width: 164px;
  margin: 0 auto 7px;
}
#result-wrapper .result-content .result-share ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#result-wrapper .result-content .result-share ul > li {
  flex: 0 0 49%;
}
#result-wrapper .result-content .result-share ul > li a {
  display: block;
  background: #D2BE78;
  border: 3px solid #2D4678;
  padding: 10px;
}
#result-wrapper .result-content .result-share ul > li a img {
  width: 30px;
  height: auto;
}
