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

/* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* lineOn
===================================================== */
.lineOn::before, .lineOn::after {
  width: 0%;
  transition: width 0.8s;
}
.lineOn.on::before, .lineOn.on::after {
  width: 100%;
}

/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 0.8s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 0.8s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 0.8s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 0.8s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  animation-name: blurAnime;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  animation-name: blurAnime;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 0.8s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 0.8s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* slideLr
============================================ */
.slideLr {
  overflow: hidden;
  transform: translateX(-105%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.slideLr .slideLr_item {
  transform: translateX(105%);
  transition: transform 0.8s ease-out;
}
.slideLr.on {
  transform: translateX(0);
  opacity: 1;
}
.slideLr.on .slideLr_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slideLr {
  overflow: hidden;
  transform: translateX(-105%);
  transition: transform 0.8s ease-out;
}
.animeWrap .animeWrap_item__slideLr .animeWrap_item__slideImg {
  transform: translateX(105%);
  transition: transform 0.8s ease-out;
}
.animeWrap.on .animeWrap_item__slideLr {
  transform: translateX(0);
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/*.fv
===================================================== */
.fv {
  background-color: #e5e1e5;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 18.6666666667vw;
    padding: 11.4666666667vw 0 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_inner {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvRight {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.fv .fvRight .fvImg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg {
    gap: min(5.5555555556vw, 80px) min(2.7777777778vw, 40px);
    width: min(52.0138888889vw, 749px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg {
    gap: 6.6666666667vw 1.3333333333vw;
    margin-bottom: 16vw;
  }
}
.fv .fvRight .fvImg.on li {
  opacity: 1;
}
.fv .fvRight .fvImg li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li {
    width: min(10.6944444444vw, 154px);
    height: min(12.8472222222vw, 185px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li {
    width: 22.6666666667vw;
    height: 32.5333333333vw;
  }
}
.fv .fvRight .fvImg li::before {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.2s;
}
.fv .fvRight .fvImg li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.2s;
  opacity: 1;
  animation: goDown 2s infinite ease;
}
@keyframes goDown {
  100% {
    bottom: -7%;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li::after {
    border-left: min(0.3472222222vw, 5px) solid transparent;
    border-right: min(0.3472222222vw, 5px) solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li::after {
    border-left: 0.9333333333vw solid transparent;
    border-right: 0.9333333333vw solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(even) {
    transform: translateY(4.8vw);
  }
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(odd) {
    transform: translateY(min(2.7777777778vw, 40px));
  }
}
.fv .fvRight .fvImg li:nth-of-type(1) {
  transition-delay: 0s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(1):after {
    border-top: min(0.8333333333vw, 12px) solid #bdb713;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(1):after {
    border-top: 1.8666666667vw solid #de79f2;
  }
}
.fv .fvRight .fvImg li:nth-of-type(2) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(2):after {
    border-top: min(0.8333333333vw, 12px) solid #e39b42;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(2):after {
    border-top: 1.8666666667vw solid #78c3b3;
  }
}
.fv .fvRight .fvImg li:nth-of-type(3) {
  transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(3):after {
    border-top: min(0.8333333333vw, 12px) solid #78c3b3;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(3):after {
    border-top: 1.8666666667vw solid #e39b42;
  }
}
.fv .fvRight .fvImg li:nth-of-type(4) {
  transition-delay: 0.6s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(4):after {
    border-top: min(0.8333333333vw, 12px) solid #9abc82;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(4):after {
    border-top: 1.8666666667vw solid #acc1ce;
  }
}
.fv .fvRight .fvImg li:nth-of-type(5) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(5):after {
    border-top: min(0.8333333333vw, 12px) solid #f292a9;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(5):after {
    border-top: 1.8666666667vw solid #bdb713;
  }
}
.fv .fvRight .fvImg li:nth-of-type(6) {
  transition-delay: 1s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(6):after {
    border-top: min(0.8333333333vw, 12px) solid #de79f2;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(6):after {
    border-top: 1.8666666667vw solid #9abc82;
  }
}
.fv .fvRight .fvImg li:nth-of-type(7) {
  transition-delay: 1.2s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(7):after {
    border-top: min(0.8333333333vw, 12px) solid #a76ad1;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(7):after {
    border-top: 1.8666666667vw solid #f292a9;
  }
}
.fv .fvRight .fvImg li:nth-of-type(8) {
  transition-delay: 1.4s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li:nth-of-type(8):after {
    border-top: min(0.8333333333vw, 12px) solid #acc1ce;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li:nth-of-type(8):after {
    border-top: 1.8666666667vw solid #a76ad1;
  }
}
.fv .fvRight .fvImg li span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  transition: all 0.2s;
}
.fv .fvRight .fvImg li img {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
.fv .fvRight .fvImg li a {
  border-radius: 999px 999px 0 0;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  transition: all 0.2s;
}
.fv .fvRight .fvImg li::before, .fv .fvRight .fvImg li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .fv .fvRight .fvImg li::before, .fv .fvRight .fvImg li a::before {
    width: min(4.1666666667vw, 60px);
    height: min(4.1666666667vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvRight .fvImg li::before, .fv .fvRight .fvImg li a::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.fv .fvRight .fvImg li:hover a, .fv .fvRight .fvImg li:active a {
  transform: translateY(6px);
}
.fv .fvRight .fvImg li:hover:after, .fv .fvRight .fvImg li:active:after {
  transform: translate(-50%, calc(50% + 6px));
}
.fv .fvRight .fvImg li:hover a,
.fv .fvRight .fvImg li:hover span, .fv .fvRight .fvImg li:hover::before,
.fv .fvRight .fvImg li:hover a::before, .fv .fvRight .fvImg li:active a,
.fv .fvRight .fvImg li:active span, .fv .fvRight .fvImg li:active::before,
.fv .fvRight .fvImg li:active a::before {
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft {
    width: min(38.1944444444vw, 550px);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: min(14.3055555556vw, 206px) 0 min(7.5vw, 108px);
  }
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvLeft_inner {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvKazari {
    position: absolute;
    top: max(-3.6111111111vw, -52px);
    left: max(-1.875vw, -27px);
    width: min(16.25vw, 234px);
    transform: rotate(-6deg);
  }
}
.fv .fvLeft .fvTitle .fvTitle_sub,
.fv .fvLeft .fvTitle .fvTitle_main {
  display: block;
}
.fv .fvLeft .fvTitle .fvTitle_sub {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvTitle .fvTitle_sub {
    width: min(26.0416666667vw, 375px);
    margin-bottom: min(1.5972222222vw, 23px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvTitle .fvTitle_sub {
    width: 81.0666666667vw;
    margin-bottom: 4vw;
  }
}
.fv .fvLeft .fvTitle .fvTitle_main {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvTitle .fvTitle_main {
    width: min(25.4861111111vw, 367px);
    margin-bottom: min(0.6944444444vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvTitle .fvTitle_main {
    width: 61.6vw;
    margin-bottom: 1.6vw;
  }
}
.fv .fvLeft .fvThema {
  color: #664cab;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvThema {
    font-size: min(1.5277777778vw, 22px);
    margin-bottom: min(3.9583333333vw, 57px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvThema {
    font-size: 4.5333333333vw;
    margin-bottom: 7.2vw;
  }
}
.fv .fvLeft .fvThema::before, .fv .fvLeft .fvThema::after {
  content: "";
  display: block;
  background-color: #664cab;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvThema::before, .fv .fvLeft .fvThema::after {
    width: min(2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvThema::before, .fv .fvLeft .fvThema::after {
    width: 8vw;
  }
}
.fv .fvLeft .fvThema .fvThema_text {
  display: block;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvThema .fvThema_text {
    margin: 0 min(0.8333333333vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvThema .fvThema_text {
    margin: 0 2.6666666667vw;
  }
}
.fv .fvLeft .fvThema .fvThema_thema {
  position: relative;
}
.fv .fvLeft .fvThema .fvThema_thema .fvThema_themaText {
  position: relative;
  z-index: 2;
}
.fv .fvLeft .fvThema .fvThema_thema .fvThema_line {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.fv .fvLeft .fvThema .fvThema_thema .fvThema_line span {
  display: block;
}
.fv .fvLeft .fvBtnArea {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvBtnArea {
    gap: min(1.0416666667vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvBtnArea {
    gap: 2.6666666667vw;
  }
}
.fv .fvLeft .fvBtn {
  margin-left: auto;
  margin-right: auto;
  background-color: #664cab;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvBtn {
    width: min(24.6527777778vw, 355px);
    line-height: min(5.3472222222vw, 77px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvBtn {
    width: 70.6666666667vw;
    line-height: 15.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvBtn:first-of-type a {
    gap: min(2.4305555556vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvBtn:first-of-type a {
    gap: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvBtn:last-of-type a {
    gap: min(1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvBtn:last-of-type a {
    gap: 5.3333333333vw;
  }
}
.fv .fvLeft .fvBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv .fvLeft .fvBtn .btn_text,
.fv .fvLeft .fvBtn .btn_icon {
  display: block;
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvBtn .btn_text {
    font-size: min(1.1805555556vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvBtn .btn_text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvLeft .fvBtn .btn_icon {
    width: min(1.9444444444vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLeft .fvBtn .btn_icon {
    width: 5.6vw;
  }
}

/* .lead
===================================================== */
.lead {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .lead {
    margin-bottom: 60px;
    max-width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 18.6666666667vw;
    width: 89.0666666667vw;
  }
}
.lead .lead_title {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead .lead_title {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lead .lead_title {
    font-size: 4.8vw;
    margin-bottom: 14.6666666667vw;
  }
}
.lead .lead_text {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lead .lead_text {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lead .lead_text {
    font-size: 3.7333333333vw;
  }
}

/* .chart
===================================================== */
.chart {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .chart {
    width: 678px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .chart {
    width: 92vw;
    margin-bottom: 16vw;
  }
}
.chart .chart_type {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__coolcasual {
    top: 101px;
    left: 162px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__coolcasual {
    top: 21.0666666667vw;
    left: 15.2vw;
    width: 16.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__fresh {
    top: 143px;
    left: 294px;
    width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__fresh {
    top: 29.6vw;
    left: 36.5333333333vw;
    width: 18.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__cute {
    top: 60px;
    left: 450px;
    width: 107px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__cute {
    top: 13.3333333333vw;
    left: 60.8vw;
    width: 22.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__activecute {
    top: 203px;
    left: 440px;
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__activecute {
    top: 42.1333333333vw;
    left: 60.2666666667vw;
    width: 19.2vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__cool {
    top: 463px;
    left: 147px;
    width: 113px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__cool {
    top: 96vw;
    left: 10.1333333333vw;
    width: 23.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__softelegant {
    top: 397px;
    left: 302px;
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__softelegant {
    top: 82.4vw;
    left: 38.6666666667vw;
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__elegant {
    top: 553px;
    left: 298px;
    width: 106px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__elegant {
    top: 114.6666666667vw;
    left: 38.1333333333vw;
    width: 22.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_type.chart_type__feminine {
    top: 464px;
    left: 454px;
    width: 107px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_type.chart_type__feminine {
    top: 96.2666666667vw;
    left: 61.3333333333vw;
    width: 22.1333333333vw;
  }
}
.chart .chart_fukidashi {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 2;
  pointer-events: none;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi {
    width: 32vw;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.chart .chart_fukidashi.active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__coolcasual {
    top: 58px;
    left: 115px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__coolcasual {
    top: 10.1333333333vw;
    left: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__fresh {
    top: 90px;
    left: 254px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__fresh {
    top: 17.3333333333vw;
    left: 28.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__cute {
    top: 15px;
    left: 400px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__cute {
    top: -2.1333333333vw;
    left: 61.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__activecute {
    top: 160px;
    left: 394px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__activecute {
    top: 27.4666666667vw;
    left: 61.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__cool {
    top: 420px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__cool {
    top: 82.6666666667vw;
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__softelegant {
    top: 350px;
    left: 250px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__softelegant {
    top: 68vw;
    left: 39.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__elegant {
    top: 519px;
    left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__elegant {
    top: 99.7333333333vw;
    left: 39.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .chart .chart_fukidashi.chart_fukidashi__feminine {
    top: 425px;
    left: 490px;
  }
}
@media screen and (max-width: 768px) {
  .chart .chart_fukidashi.chart_fukidashi__feminine {
    top: 83.7333333333vw;
    left: 62.6666666667vw;
  }
}

/* .shindan
===================================================== */
.shindan {
  position: relative;
  transition: height 0.3s;
}
@media screen and (min-width: 769px) {
  .shindan {
    margin-top: 60px;
    margin-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .shindan {
    margin-top: 16vw;
    margin-bottom: 33.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan.prev {
    height: 77px !important;
  }
}
@media screen and (max-width: 768px) {
  .shindan.prev {
    height: 15.4666666667vw !important;
  }
}
@media screen and (min-width: 769px) {
  .shindan.start {
    height: 258px !important;
  }
}
@media screen and (max-width: 768px) {
  .shindan.start {
    height: 74.1333333333vw !important;
  }
}
.shindan .shindanBtn__top,
.shindan .shindanList,
.shindan .answerArea {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shindan .shindanList,
.shindan .shindanAnswer,
.shindan .shindanStart__bottom {
  display: none;
}
.shindan .shindanBtn {
  margin-left: auto;
  margin-right: auto;
  background-color: #e5e1e5;
  border: 1px solid #664cab;
  color: #664cab;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .shindan .shindanBtn {
    width: 342px;
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanBtn {
    width: 70.6666666667vw;
    height: 15.4666666667vw;
  }
}
.shindan .shindanBtn .shindanBtn_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .shindan .shindanBtn .shindanBtn_inner.shindanStart {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanBtn .shindanBtn_inner.shindanStart {
    gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanBtn .shindanBtn_inner.shindanReStart {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanBtn .shindanBtn_inner.shindanReStart {
    gap: 5.3333333333vw;
  }
}
.shindan .shindanBtn .btn_text {
  left: 31%;
}
@media screen and (min-width: 769px) {
  .shindan .shindanBtn .btn_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanBtn .btn_text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanBtn .btn_icon {
    width: 28px;
    right: 25%;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanBtn .btn_icon {
    width: 5.6vw;
    right: 30%;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanStart__bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanStart__bottom {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanList {
    gap: 70px;
  }
}
.shindan .shindanList .shindanList_item {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList .shindanList_item {
    border-radius: 5px;
    width: 446px;
    height: 278px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList .shindanList_item {
    border-radius: 1.3333333333vw;
    width: 88.5333333333vw;
    height: 74.1333333333vw;
  }
}
.shindan .shindanList .shindanList_item:not(:first-of-type) {
  display: none;
}
.shindan .shindanList .shindanList_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.shindan .shindanList .shindanList_num,
.shindan .shindanList .shindanList_text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList .shindanList_num {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList .shindanList_num {
    font-size: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanList .shindanList_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList .shindanList_text {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.shindan .shindanList .shindanList_text span {
  display: block;
}
.shindan .shindanList .shindanList_select {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList .shindanList_select {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList .shindanList_select {
    gap: 2.6666666667vw;
  }
}
.shindan .shindanList .shindanList_select .shindanList_selectItem {
  border: 1px solid #707070;
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList .shindanList_select .shindanList_selectItem {
    width: 135px;
    height: 109px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList .shindanList_select .shindanList_selectItem {
    width: 36vw;
    height: 29.0666666667vw;
  }
}
.shindan .shindanList .shindanList_select .shindanList_selectItem.active {
  background-color: #e5e1e5;
  border-color: #664cab;
  color: #664cab;
}
.shindan .shindanList .shindanList_select .shindanList_selectItem span {
  display: block;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList .shindanList_select .shindanList_selectItem span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList .shindanList_select .shindanList_selectItem span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle {
    padding: 12vw 0 16vw;
  }
}
.shindan .shindanList #shindanList_item__middle .middleText {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle .middleText {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle .middleText {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.shindan .shindanList #shindanList_item__middle .middleText .middleText_min {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle .middleText .middleText_min {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle .middleText .middleText_min {
    font-size: 3.4666666667vw;
    margin-bottom: 0.8vw;
  }
}
.shindan .shindanList #shindanList_item__middle .middleBtn {
  background-color: #e5e1e5;
  border: 1px solid #664cab;
  color: #664cab;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn {
    width: 265px;
    line-height: 58px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn {
    width: 70.6666666667vw;
    line-height: 15.4666666667vw;
  }
}
.shindan .shindanList #shindanList_item__middle .middleBtn .shindanSecond {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn .shindanSecond {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn .shindanSecond {
    gap: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn .btn_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn .btn_text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn .btn_icon {
    width: 21px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .shindanList #shindanList_item__middle .middleBtn .btn_icon {
    width: 5.6vw;
  }
}
.shindan .answerArea .shindanAnswer {
  background-color: #eff0f5;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer {
    width: 500px;
    padding: 40px 65px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer {
    width: 89.0666666667vw;
    padding: 9.0666666667vw 8vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_title {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_title {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_title {
    font-size: 4.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_data {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_data {
    margin-bottom: 15px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_data {
    margin-bottom: 4vw;
    gap: 2.6666666667vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_img {
  flex-shrink: 0;
}
.shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_img img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_img img {
    height: 127px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_img img {
    height: 33.8666666667vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7692307692;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_data .shindanAnswer_text {
    font-size: 3.4666666667vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_btnArea {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea {
    gap: 2.1333333333vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #e5e1e5;
  border: 1px solid #664cab;
  color: #664cab;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn {
    height: 15.4666666667vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn a {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn a {
    padding-right: 9.8666666667vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn .btn_text {
  display: block;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn .btn_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn .btn_text {
    font-size: 3.2vw;
  }
}
.shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn .btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn .btn_icon {
    width: 21px;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .shindan .answerArea .shindanAnswer .shindanAnswer_btnArea .shindanAnswer_btn .btn_icon {
    width: 5.6vw;
    right: 3.7333333333vw;
  }
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}
.shindan .answerArea .shindanAnswer__cute .shindanAnswer_title span {
  color: #bdb713;
}

/* .item
===================================================== */
.item {
  background-color: #e5e1e5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item {
    max-width: 1200px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .item {
    border-radius: 21px;
    padding-bottom: 24vw;
  }
}
.item::before {
  content: "";
  display: block;
  background-color: #e5e1e5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .item::before {
    transform: translate(-50%, -38%);
    width: 288px;
    height: 288px;
  }
}
@media screen and (max-width: 768px) {
  .item::before {
    transform: translate(-50%, -43%);
    width: 38.6666666667vw;
    height: 38.6666666667vw;
  }
}
.item .item_inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .item .item_inner {
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 768px) {
  .item .item_inner {
    transform: translateY(-8vw);
  }
}
.item .itemSlide {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .item .itemSlide {
    margin-bottom: 18px;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide {
    margin-bottom: 3.2vw;
  }
}
.item .itemSlide li {
  width: 100%;
}
.item .itemSlide .itemSlide_img img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .item .itemSlide .itemSlide_img img {
    height: 151px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide .itemSlide_img img {
    height: 31.4666666667vw;
  }
}
.item .itemSlide .arrow {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .item .itemSlide .arrow {
    top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide .arrow {
    top: 72%;
    padding: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .item .itemSlide .arrow.arrow__prev {
    left: -110px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide .arrow.arrow__prev {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .item .itemSlide .arrow.arrow__next {
    right: -110px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide .arrow.arrow__next {
    right: 0;
  }
}
.item .itemSlide .arrow.arrow__next svg {
  transform: scale(-1, 1);
}
.item .itemSlide .arrow span {
  background-color: #664cab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .item .itemSlide .arrow span {
    width: 51px;
    height: 51px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide .arrow span {
    width: 5.6vw;
    height: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .item .itemSlide .arrow svg {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemSlide .arrow svg {
    width: 1.3333333333vw;
  }
}
.item .itemText {
  text-align: center;
  display: none;
}
@media screen and (min-width: 769px) {
  .item .itemText {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemText {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.item .itemText.active {
  display: block;
}
.item .itemTabArea {
  background-color: #D0C9D3;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .item .itemTabArea {
    border-radius: 10px;
    padding: 25px 0;
    margin-bottom: 50px;
    width: 643px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemTabArea {
    width: 94.6666666667vw;
    padding: 2.6666666667vw 0;
    border-radius: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.item .itemTab {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .item .itemTab {
    width: 560px;
    gap: 20px 45px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemTab {
    width: 84vw;
    gap: 2.6666666667vw 8vw;
  }
}
.item .itemTab li {
  color: rgba(51, 51, 51, 0.4);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .itemTab li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .item .itemTab li {
    font-size: 3.7333333333vw;
  }
}
.item .itemTab li.active {
  color: #664cab;
}
.item .itemTab li.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #664cab;
  border-radius: 999px;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .item .itemTab li.active::before {
    width: calc(100% + 35px);
    height: calc(100% + 7px);
  }
}
@media screen and (max-width: 768px) {
  .item .itemTab li.active::before {
    width: calc(100% + 9.3333333333vw);
    height: calc(100% + 1.8666666667vw);
  }
}
.item .recommend {
  display: none;
}
.item .recommend.active {
  display: block;
}

/* .prof
===================================================== */
@media screen and (min-width: 769px) {
  .prof {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .prof {
    padding: 18.6666666667vw 0;
  }
}
.prof .profList {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .prof .profList {
    flex-wrap: wrap;
    max-width: 825px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList {
    flex-direction: column;
    width: 81.6vw;
    gap: 10.6666666667vw;
  }
}
.prof .profList .profList_item {
  background-color: #fff;
  border: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_item {
    width: 405px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_item {
    width: 100%;
    padding: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_item:last-child .profList_job {
    margin-bottom: 0;
  }
}
.prof .profList .profList_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_top {
    gap: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_top {
    gap: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_img {
    width: 132px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_img {
    width: 23.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_job {
    font-size: 12px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_job {
    font-size: 2.1333333333vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_name {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_name {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_name .profList_kana {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_name .profList_kana {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_en {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_en {
    font-size: 2.6666666667vw;
  }
}
.prof .profList .profList_btnArea {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_btnArea {
    gap: 8px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_btnArea {
    gap: 1.6vw;
    margin-top: 2.1333333333vw;
  }
}
.prof .profList .profList_btnArea .profList_btn {
  display: block;
  border: 1px solid #333;
  border-radius: 999px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_btnArea .profList_btn {
    width: 123px;
    line-height: 23px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_btnArea .profList_btn {
    width: 28.8vw;
    line-height: 4.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .prof .profList .profList_text {
    font-size: 11px;
    line-height: 2.3333333333;
  }
}
@media screen and (max-width: 768px) {
  .prof .profList .profList_text {
    font-size: 2.6666666667vw;
    line-height: 2.1;
  }
}
.prof .profList .profList_text span {
  display: block;
}/*# sourceMappingURL=index.css.map */