@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --colorBlack: #6c5252;
  --colorBg: #faf5ea;
  --colorCurrent: #c7c7c7;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Nanum Myeongjo", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 14rem;
  --letterSpacing: .04em;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(0.625%, 0.0866666667vw, 6.25%);
}

body {
  background-color: #fce9e1;
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightMedium);
  font-size: var(--fontSize);
  font-family: var(--fontMincho);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}
body.is-overflow {
  overflow: hidden;
}

.report-survey1__inner, .detail-survey1__inner, .character-survey1__inner, .mv__inner, .concept__inner, .inner, .item__inner, .news__inner, .footer__inner, .header__inner {
  margin-right: auto;
  margin-left: auto;
  width: 335rem;
}

[data-scroll=true] {
  overflow-x: hidden;
}

[data-fade=true] {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
}
[data-fade=true].is-fade-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-slide=left-diagonal] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(-100%) translateY(40%);
          transform: translateX(-100%) translateY(40%);
}
.is-scroll-show [data-slide=left-diagonal] {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

[data-slide=right-diagonal] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%) translateY(-40%);
          transform: translateX(100%) translateY(-40%);
}
.is-scroll-show [data-slide=right-diagonal] {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

*[data-slide=left] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.is-scroll-show *[data-slide=left] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

*[data-slide=right] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.is-scroll-show *[data-slide=right] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes mv-gradient {
  0% {
    clip-path: polygon(0 379rem, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 calc(100% + 379rem), 100% 100%, 100% 200%, 0 200%);
  }
}

@keyframes mv-gradient {
  0% {
    clip-path: polygon(0 379rem, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 calc(100% + 379rem), 100% 100%, 100% 200%, 0 200%);
  }
}
.is-loaded .hero__curtain {
  -webkit-animation-name: mv-gradient;
          animation-name: mv-gradient;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__title-copy-top,
.hero__title-copy-bottom {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.is-loaded .hero__title-copy-top,
.is-loaded .hero__title-copy-bottom {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hero__title-copy-top {
  -webkit-transform: translateX(-100%) translateY(70rem);
          transform: translateX(-100%) translateY(70rem);
}

.hero__title-copy-bottom {
  -webkit-transform: translateX(100%) translateY(-70rem);
          transform: translateX(100%) translateY(-70rem);
}

.hero__deco img {
  opacity: 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}
.is-loaded .hero__deco img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero__chara picture {
  opacity: 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30rem);
          transform: translateY(30rem);
}
.is-loaded .hero__chara picture {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero__chara picture:nth-child(2) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.hero__chara picture:nth-child(3) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.hero__chara picture:nth-child(4) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.hero__deadline {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.hero__deadline {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.is-loaded .hero__deadline {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hero .cv {
  opacity: 0;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.is-loaded .cv {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.info__deco-item {
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.info__deco-lucario {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.info__deco-sylveon {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.info__deco-pikachu {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.info__deco-charizard {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

[data-accordion=true] > *:nth-child(2) {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  -webkit-transition-property: opacity, padding-top, padding-bottom;
  transition-property: opacity, padding-top, padding-bottom;
}
[data-accordion=true].is-accordion-open > *:nth-child(2) {
  padding-top: 30rem;
  padding-bottom: 30rem;
  height: auto;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

.section__title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 16rem;
}
.section__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  height: 1px;
  background-color: var(--colorBlack);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  height: 1px;
  background-color: var(--colorBlack);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view-more {
  display: inline-block;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 12rem;
  font-family: var(--fontEnglish);
  line-height: normal;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  width: 100%;
  height: 60rem;
  background-color: var(--colorBg);
  -webkit-box-shadow: 0 20rem 20rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 20rem 20rem rgba(0, 0, 0, 0.07);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 84rem;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.header__line-wrapper {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25rem;
  height: 10rem;
  cursor: pointer;
}

.headr__line {
  width: 100%;
  height: 2px;
  background-color: var(--colorBlack);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-open .headr__line-01 {
  -webkit-transform: rotate(-45deg) translateY(6rem);
          transform: rotate(-45deg) translateY(6rem);
}

.nav-open .headr__line-02 {
  -webkit-transform: rotate(45deg) translateY(-6rem);
          transform: rotate(45deg) translateY(-6rem);
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--colorBg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.nav-open .header__nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}

.headr__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60rem;
}

.header__nav-item {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: var(--weightBold);
  font-size: 16rem;
  font-family: var(--fontEnglish);
}

.mv_title-image-pc {
  width: 806rem;
  height: auto;
}

.pc__nav-top {
  width: 520rem;
}

.pc__nav-survey {
  width: 542rem;
}

.pc-bg__balloon {
  margin-right: auto;
  width: 415rem;
}

.pc-bg__copy {
  margin-top: -16.6666666667rem;
  width: 578.3333333333rem;
}

.pc-bg__date {
  margin-top: 8.3333333333rem;
  width: 456.6666666667rem;
}

.pc-content .cv {
  margin-top: 33.3333333333rem;
}

.pc-content .cv__button-text {
  width: 428.3333333333rem;
}

.main__inner {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 770rem;
  background-color: #f3ebfc;
}

.footer__inner {
  padding-top: 40rem;
  padding-bottom: 8px;
  border-top: 1px solid #dacece;
  text-align: center;
  font-family: var(--fontEnglish);
}

.footer__title {
  font-weight: var(--weightBold);
  font-size: 16rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
  text-transform: uppercase;
  font-size: 12rem;
}

.footer__copyright {
  margin-top: 40rem;
  font-size: 10rem;
}

.nav-open main {
  overflow: hidden;
  height: 100vh;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateY(50rem);
          transform: translateY(50rem);
}

.js-fade.is-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 93.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 734.375rem;
}

.pc-content {
  position: fixed;
  top: 50%;
  right: calc(50% + 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 839.0625rem;
  height: calc(100% - 281.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pc__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40rem;
}

.pc__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 20rem;
  margin-right: 100rem;
}

.pc__nav-title-image {
  width: 311rem;
  height: 116rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.pc__nav-icon {
  width: 28rem;
  height: 28rem;
}

.mv_title-image-pc {
  width: 806rem;
  height: auto;
}

.pc__nav-top {
  margin-top: 30rem;
  width: 520rem;
}

.pc__nav-survey {
  margin-top: -30rem;
  width: 542rem;
}

.main__inner {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  min-height: 100vh;
  width: 375rem;
  background-color: var(--colorBg);
  -webkit-filter: drop-shadow(0rem 3rem 20rem rgba(37, 37, 37, 0.25));
          filter: drop-shadow(0rem 3rem 20rem rgba(37, 37, 37, 0.25));
}

.mv {
  width: 100%;
  background-image: url("../image/bg_mv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@-webkit-keyframes mv-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mv-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__inner {
  padding-top: 40rem;
  padding-bottom: 40rem;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
  -webkit-animation: mv-show 2s ease-in-out forwards;
          animation: mv-show 2s ease-in-out forwards;
}

.mv__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30rem;
}

.mv__subtitle {
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 12rem;
}

.mv__title-image {
  margin-top: 12rem;
  width: 140rem;
}

.mv__lip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16rem;
  margin-top: 30rem;
}

.mv__lip {
  width: 46rem;
  height: 100rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__lip-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12rem 0rem;
  margin-top: 16rem;
  margin-right: auto;
  margin-left: auto;
  width: 250rem;
}

.mv__lip-name {
  padding: 5rem 8rem;
  width: 114rem;
  border: 1px solid;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 12rem;
  line-height: 1.2;
}

.introduction {
  padding-top: 60rem;
  padding-bottom: 60rem;
}

.introduction__image-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 280rem;
  height: 165rem;
}
.introduction__image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -12rem;
  left: 24rem;
  width: 21rem;
  height: 70rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../image/image_lip-pink.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(1px 4rem 4rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 4rem 4rem rgba(0, 0, 0, 0.25));
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.introduction__image {
  width: 280rem;
}

.introduction__title {
  margin-top: 20rem;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 12rem;
}

.concept {
  padding-bottom: 80rem;
}

.concept__title::before {
  width: 112rem;
}
.concept__title::after {
  width: 112rem;
}

.concept__subtitle {
  margin-top: 24rem;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 14rem;
}

.concept__subtitle-en {
  font-family: var(--fontEnglish);
}

.concept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
}

.concept__text {
  width: 210rem;
  font-weight: var(--weightMedium);
  font-size: 12rem;
  line-height: 2.2;
}

.concept__image {
  width: 130rem;
  border-radius: 80rem 80rem 0 0;
}

.item {
  padding-top: 40rem;
  background-color: #feadad;
  color: #6c5252;
}

.item__title::before {
  width: 123rem;
}
.item__title::after {
  width: 123rem;
}

.item-red {
  margin-top: 60rem;
  background-image: url("../image/text_item-red.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item__name {
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: 20rem;
  font-family: var(--fontEnglish);
  line-height: 1.2;
}

.item__name-ja {
  font-size: 12rem;
  font-family: var(--fontMincho);
}

.item__desc {
  margin-top: 20rem;
  white-space: nowrap;
  font-size: 14rem;
  line-height: 2;
}

.item__detail {
  margin-top: 16rem;
}

.item__image-container {
  position: relative;
  width: 154rem;
  height: 118rem;
}
.item__image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55rem;
  height: 120rem;
  background-image: url("../image/image_lip-red.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item__image-color {
  width: 154rem;
}

.item__image-area {
  margin-top: 40rem;
  text-align: right;
}

.item__image-woman {
  width: 247rem;
  border-radius: 60rem 0 0 0;
}

.item-beige {
  padding-top: 60rem;
  background-color: #ffd9c5;
  background-image: url("../image/text_item-beige.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-beige .item__image-area {
  text-align: left;
}
.item-beige .item__image-woman {
  border-radius: 0 60rem 0 0;
}

.item__image-container-beige::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55rem;
  height: 120rem;
  background-image: url("../image/image_lip-beige.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-pink {
  padding-top: 60rem;
  background-color: #ffcbda;
  background-image: url("../image/text_item-pink.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.item__image-container-pink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55rem;
  height: 120rem;
  background-image: url("../image/image_lip-pink.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-coral {
  padding-top: 60rem;
  background-color: #fcc4c5;
  background-image: url("../image/text_item-coral.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.item-coral .item__image-area {
  text-align: left;
}
.item-coral .item__image-woman {
  border-radius: 0 60rem 0 0;
}

.item__image-container-coral::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55rem;
  height: 120rem;
  background-image: url("../image/image_lip-coral.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news {
  padding-top: 60rem;
  padding-bottom: 80rem;
}

.news__title::before, .news__title::after {
  width: 123rem;
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 20rem;
}

.news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
  text-transform: uppercase;
  font-weight: var(--weightRegular);
  font-size: 10rem;
  font-family: var(--fontEnglish);
}

.news__category {
  text-decoration: underline;
}

.news__heading {
  letter-spacing: 0;
  font-size: 12rem;
}

.news__detail-area {
  margin-top: 30rem;
  text-align: right;
}

.mv-survey1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 735rem;
}
.is-webp .mv-survey1 {
  background-image: url("../image/image_mv-survey1.webp");
}
.mv-survey1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("../image/image_mv-survey1.png");
  background-position: calc(50% - 10rem) -210rem;
  background-size: 1350rem;
  background-repeat: no-repeat;
}

.mv-survey1__subtitle {
  width: 100%;
}

.mv-survey1__title {
  max-width: none;
  width: 101vw;
  -webkit-transform: translateX(-0.5vw);
          transform: translateX(-0.5vw);
}

.result-survey1 {
  position: relative;
  z-index: 1;
  background-color: var(--colorBg);
}
.result-survey1::before {
  content: "";
  position: absolute;
  top: calc(-50rem + 1px);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 610rem;
  height: 50rem;
  background-image: url("../image/deco_resul-top.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.result-survey1__heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.result-survey1__inner {
  -webkit-transform: translateY(-20rem);
          transform: translateY(-20rem);
}

.result-survey1__heading {
  color: #f94be1;
  font-weight: var(--weightBold);
  font-size: 36rem;
  line-height: 1.66;
}

.result-survey1__thunder {
  margin-top: 27rem;
  width: 34rem;
  height: 46rem;
}

.result-survey1__title {
  margin-top: -23rem;
  width: 100%;
}

.result-survey1__title-image {
  width: 100%;
}

.result__character-image {
  margin-top: -310rem;
  width: 100%;
}

.report-survey1 {
  position: relative;
  margin-top: -520rem;
  padding-top: 74rem;
  padding-bottom: 150rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 26, 23, 0.9)), to(rgba(112, 52, 97, 0.9)));
  background: linear-gradient(-180deg, rgba(34, 26, 23, 0.9) 0%, rgba(112, 52, 97, 0.9) 100%);
  clip-path: polygon(70rem 0, calc(100% - 70rem) 0, 100% 70rem, 100% 100%, 0 100%, 0 70rem);
}

.report-survey1__title-image {
  width: 100%;
}

.report-survey1__text {
  margin-top: 54rem;
  color: #ffda00;
  font-size: 30rem;
  line-height: 1.66;
}

.report-survey1__comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 80rem;
  color: var(--colorBg);
}
.report-survey1__comment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 260rem;
  background-image: url("../image/deco_border-comment.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.report-survey1__comment-title {
  font-weight: var(--weightBold);
  font-size: 30rem;
  line-height: 1.6;
}

.report-survey1__comment-text {
  margin-top: 22rem;
  width: 608rem;
  font-size: 28rem;
  line-height: 1.64;
}

.detail-survey1 {
  position: relative;
  z-index: 1;
  margin-top: -20rem;
  background-color: #221a17;
}
.detail-survey1::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: 0;
  width: 100%;
  height: 203rem;
  background-image: url("../image/deco_detail-top.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detail-survey1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 125rem;
}

.detail-survey1__title {
  color: #ffda00;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 48rem;
  line-height: 1.4;
}

.detail-survey1__tab-container {
  margin-top: 50rem;
}

.detail-survey1__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.detail-survey1__tab-bg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 214rem;
  height: 175rem;
  background: var(--colorBg);
  clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
  cursor: pointer;
}
.detail-survey1__tab-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 205rem;
  height: 168rem;
  background: #ffda00;
  clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.tab-active .detail-survey1__tab-bg::after {
  background: linear-gradient(130deg, rgb(242, 100, 222) 0%, rgb(247, 202, 9) 100%);
}

.detail-survey1__tab-item {
  position: relative;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.detail-survey1__tab-item::before {
  content: "";
  position: absolute;
  bottom: -24rem;
  left: 50%;
  z-index: 10;
  width: 34rem;
  height: 26rem;
  background-color: var(--colorBg);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab-active .detail-survey1__tab-item::before {
  opacity: 1;
}

.tab-active__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
}

.tab-item__image {
  width: 80rem;
  height: 80rem;
}

.tab-active__title {
  font-weight: var(--weightBold);
  font-size: 30rem;
  line-height: 1.5;
}
.tab-active .tab-active__title {
  color: var(--colorBg);
}

.tab-tsutenkaku {
  position: relative;
}
.tab-tsutenkaku::after {
  content: "";
  position: absolute;
  width: 80rem;
  height: 80rem;
  background-image: url("../image/icon_detail-tsutenkaku.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  inset: 0;
}
.tab-active .tab-tsutenkaku::after {
  opacity: 1;
}

.tab-kansai {
  position: relative;
}
.tab-kansai::after {
  content: "";
  position: absolute;
  width: 80rem;
  height: 80rem;
  background-image: url("../image/icon_detail-kansai.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  inset: 0;
}
.tab-active .tab-kansai::after {
  opacity: 1;
}

.tab-rokkosan {
  position: relative;
}
.tab-rokkosan::after {
  content: "";
  position: absolute;
  width: 80rem;
  height: 80rem;
  background-image: url("../image/icon_detail-rokkosan.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  inset: 0;
}
.tab-active .tab-rokkosan::after {
  opacity: 1;
}

.survey1-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.survey1-tab__content-box {
  display: none;
  margin-top: 45rem;
  padding-top: 64rem;
  padding-bottom: 48rem;
  min-width: 100%;
  width: 688rem;
  background: linear-gradient(135deg, rgb(234, 66, 203) 0%, rgb(247, 202, 9) 100%);
  clip-path: polygon(40rem 0%, calc(100% - 40rem) 0%, 100% 40rem, 100% calc(100% - 40rem), calc(100% - 40rem) 100%, 40rem 100%, 0% calc(100% - 40rem), 0% 40rem);
  opacity: 0;
}
.tab-active .survey1-tab__content-box {
  display: block;
  opacity: 1;
}

.detail-survey1__tab {
  width: 678rem;
}

.survey1-tab__content-inner {
  margin-right: auto;
  margin-left: auto;
  width: 603rem;
}

.detail-survey1__content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60rem;
  color: var(--colorBg);
  font-weight: var(--weightBold);
  font-size: 40rem;
  line-height: normal;
}

.tab__content-tsutenkaku {
  width: 220rem;
  height: 220rem;
}

.detail-survey1__highlight-area {
  position: relative;
  margin-top: 31rem;
}
.detail-survey1__highlight-area::after {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: -43rem;
  width: 154rem;
  height: 154rem;
  background-image: url("../image/image_detail-pirika.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detail-survey1__highlight-image {
  width: 100%;
}

.detail-survey1__content-text {
  margin-top: 70rem;
  width: 100%;
  color: var(--colorBg);
  line-height: 1.66;
}

.power-survey1 {
  margin-top: 110rem;
}
.power-survey1 .color-yellow span {
  display: none;
  font-style: normal;
}
.power-survey1[data-content=tutenkaku] .is-tutenkaku {
  display: initial;
}
.power-survey1[data-content=kansai] .is-kansai {
  display: initial;
}
.power-survey1[data-content=rokkou] .is-rokkou {
  display: initial;
}

.power-survey1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.power-survey1__heading {
  color: #ffda00;
  font-weight: var(--weightBold);
  font-size: 36rem;
  line-height: normal;
}

.power-survey1__box-container {
  margin-top: 27rem;
}

.power-survey1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40rem;
  padding-bottom: 30rem;
  width: 678rem;
  border-top: 2px solid #666;
}
.power-survey1__box:last-of-type {
  border-bottom: 2px solid #666;
}

.power-survey1__desc {
  width: 440rem;
  color: var(--colorBg);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.power-survey1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24rem;
  font-weight: var(--weightBold);
  font-size: 36rem;
  line-height: 1.5;
}

.power-survey1__title-image {
  width: 130rem;
  height: 130rem;
}

.power-survey1__text {
  margin-top: 32rem;
  width: 442rem;
  font-size: 30rem;
  line-height: 1.66;
}

.color-yellow {
  color: #ffda00;
  font-weight: var(--weightBold);
}

.power-survey1__table {
  width: 230rem;
  background-color: #e0e0e0;
  clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%);
}

.power-table__image {
  width: 202rem;
  height: 304rem;
}

.power-survey1__link {
  border-bottom: 1px solid;
  color: #ffda00;
  font-size: 28rem;
  line-height: 1.78;
}

.character-survey1 {
  position: relative;
  z-index: 1;
  padding-top: 90rem;
  background-color: #221a17;
}

.character-survey1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.character-survey1__title {
  color: #ffda00;
  font-weight: var(--weightBold);
  font-size: 36rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.character-survey1__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12rem;
  margin-top: 30rem;
}

.character-survey1__image {
  width: 126rem;
  height: 146rem;
}

.thunder-voice__area {
  position: relative;
  margin-top: 100rem;
  cursor: pointer;
}

.thunder-voice__image {
  width: 276rem;
  height: 374rem;
}

.thunder__voice-icon {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 50rem;
  height: 58rem;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 670rem;
  text-align: center;
}

.reason__feature-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.reason__lesson-slide {
  --swiper-pagination-bullet-inactive-color: #bbb;
  --swiper-pagination-bullet-horizontal-gap: 15rem;
  --swiper-pagination-color: #46a532;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.reason__lesson-slide .swiper-wrapper {
  padding-bottom: 90rem;
}
.reason__lesson-slide .swiper-pagination-bullet {
  width: 24rem;
  height: 24rem;
}
.reason__lesson-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.reason__lesson-slide .swiper-slide img {
  width: 630rem;
}
@media (min-width: 751px){
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../image/bg_pc.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .is-webp .pc-bg {
    background-image: url("../image/bg_pc.webp");
  }
  .pc-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    max-width: 666rem;
    width: 100%;
    height: 100%;
    background-image: url("../image/bg_pc-deco-left.png");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .is-webp .pc-bg::before {
    background-image: url("../image/bg_pc-deco-left.webp");
  }
  .pc-bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    max-width: 970rem;
    width: 100%;
    height: 100%;
    background-image: url("../image/bg_pc-deco-right.png");
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .is-webp .pc-bg::after {
    background-image: url("../image/bg_pc-deco-right.webp");
  }
  .main__inner {
    border-top: 0;
    border-bottom: 0;
  }
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#fce9e1), color-stop(40%, #fef2ed), to(#fff));
    background: linear-gradient(180deg, #fce9e1, #fef2ed 40%, #fff);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pc-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    max-width: 666rem;
    width: 100%;
    height: 100%;
    background-image: url("../image/bg_pc-deco-left.webp");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  :where(.is-nowebp) .pc-bg::before {
    background-image: url("../image/bg_pc-deco-left.png");
  }
  .pc-bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    max-width: 970rem;
    width: 100%;
    height: 100%;
    background-image: url("../image/bg_pc-deco-right.webp");
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  :where(.is-nowebp) .pc-bg::after {
    background-image: url("../image/bg_pc-deco-right.png");
  }
  .main__inner {
    border-top: 0;
    border-bottom: 0;
  }
  .mv-survey1__title {
    max-width: 100%;
    width: 50vw;
    -webkit-transform: none;
            transform: none;
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 750px){
  html {
    font-size: 0.2666666667vw;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .sp-none {
    display: none !important;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .detail-survey1__tab-bg:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .detail-survey1__tab-item:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */