@charset "UTF-8";
/* =============================================================== */
/* reset */
/* =============================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 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 {
  -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] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

/* =============================================================== */
/* reset */
/* =============================================================== */
/* =============================================================== */
/* foundation */
/* =============================================================== */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #524C62;
  font-weight: 400;
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  body {
    overflow-x: scroll;
    min-width: 1087px;
  }
}
@media print, screen and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.resizing *,
.resizing *::before,
.resizing *::after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
          transition-delay: unset !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  zoom: 1;
}

a {
  color: #524C62;
  text-decoration: none;
}

a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}

.pc_b {
  display: block !important;
}
@media print, screen and (max-width: 959px) {
  .pc_b {
    display: none !important;
  }
}

.pc_i {
  display: inline !important;
}
@media print, screen and (max-width: 959px) {
  .pc_i {
    display: none !important;
  }
}

.pc_ib {
  display: inline-block !important;
}
@media print, screen and (max-width: 959px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_b {
  display: none !important;
}
@media print, screen and (max-width: 959px) {
  .sp_b {
    display: block !important;
  }
}

.tab_i {
  display: none !important;
}
@media print, screen and (max-width: 959px) {
  .tab_i {
    display: inline !important;
  }
}

.tab_ib {
  display: none !important;
}
@media print, screen and (max-width: 959px) {
  .tab_ib {
    display: inline-block !important;
  }
}

.tab_b {
  display: none !important;
}
@media print, screen and (max-width: 639px) {
  .tab_b {
    display: block !important;
  }
}

.sp_i {
  display: none !important;
}
@media print, screen and (max-width: 639px) {
  .sp_i {
    display: inline !important;
  }
}

.sp_ib {
  display: none !important;
}
@media print, screen and (max-width: 639px) {
  .sp_ib {
    display: inline-block !important;
  }
}

/* =============================================================== */
/* keyframe */
/* =============================================================== */
@-webkit-keyframes scroll_animation {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  20% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
  49% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
  51% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  80% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
  100% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
}
@keyframes scroll_animation {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  20% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
  49% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
  51% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  80% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
  100% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
}
@-webkit-keyframes nowloading {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes nowloading {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* =============================================================== */
/* module */
/* =============================================================== */
/* =============================================================== */
/* .st-Wrapper */
/* =============================================================== */
.st-Wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s 1.8s;
  transition: opacity 1s 1.8s;
}
.st-Wrapper.loaded {
  opacity: 1;
}
@media print, screen and (max-width: 959px) {
  .st-Wrapper.menu_active {
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
}
@media print, screen and (max-width: 639px) {
  .st-Wrapper.menu_active {
    -webkit-filter: blur(5.3333333333vw);
            filter: blur(5.3333333333vw);
  }
}

/* =============================================================== */
/* .js-Animation */
/* =============================================================== */
.js-Animation {
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  opacity: 0;
}
@media print, screen and (min-width: 960px) {
  .js-Animation {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media print, screen and (max-width: 959px) {
  .js-Animation {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media print, screen and (max-width: 639px) {
  .js-Animation {
    -webkit-transform: translateY(5.3333333333vw);
            transform: translateY(5.3333333333vw);
  }
}
.js-Animation.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* =============================================================== */
/* .c-purple */
/* =============================================================== */
.c-purple {
  color: #B091C5;
}

/* =============================================================== */
/* .sw-Anchor */
/* =============================================================== */
section {
  position: relative;
}
section .sw-Anchor {
  position: absolute;
  top: 0;
  left: 0;
}

/* =============================================================== */
/* .link_underline */
/* =============================================================== */
.link_underline {
  color: #B091C5;
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .link_underline:hover {
    text-decoration: none;
  }
}

/* =============================================================== */
/* .sw-Ttl */
/* =============================================================== */
.sw-Ttl {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .sw-Ttl {
    width: 698px;
  }
}
@media print, screen and (max-width: 959px) {
  .sw-Ttl {
    width: 460px;
    max-width: 460px;
  }
}
@media print, screen and (max-width: 639px) {
  .sw-Ttl {
    width: calc(100vw - 64px);
  }
}

/* =============================================================== */
/* .sw-mask-Top */
/* =============================================================== */
/* 一時的にコメントアウト 2022.9.23 */
.sw-Mask {
  position: relative;
}
.sw-Mask::before, .sw-Mask::after {
  content: "";
  position: absolute;
  top: 1px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../../images/common/index/bg_mask.svg);
          mask-image: url(../../images/common/index/bg_mask.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  background: #fff;
  pointer-events: none;
  left: 50%;
}
.sw-Mask::before {
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sw-Mask::after {
  bottom: 0;
  -webkit-transform: translateX(-50%) scale(-1, -1);
          transform: translateX(-50%) scale(-1, -1);
}

/* =============================================================== */
/* .sw-Icon */
/* =============================================================== */
.sw-Icon {
  position: relative;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-radius: 10px;
}
@media print, screen and (min-width: 960px) {
  .sw-Icon {
    width: 104px;
    height: 104px;
  }
}
@media print, screen and (max-width: 959px) {
  .sw-Icon {
    width: 104px;
    height: 104px;
  }
}
@media print, screen and (max-width: 639px) {
  .sw-Icon {
    width: 27.7333333333vw;
    height: 27.7333333333vw;
  }
}
.sw-Icon::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12px;
  width: 48px;
  height: 48px;
}
.sw-Icon.one::before {
  top: 16px;
}
@media print, screen and (max-width: 639px) {
  .sw-Icon.one::before {
    top: 20px;
  }
}
.sw-Icon.one .text {
  line-height: 28px;
}
.sw-Icon.icn-cpp::before {
  background: url(../../images/common/index/icon_view_48.svg) no-repeat top center/contain;
}
.sw-Icon.icn-tree::before {
  background: url(../../images/common/index/icon_tree_48.svg) no-repeat top center/contain;
}
.sw-Icon.icn-gift::before {
  background: url(../../images/common/index/icon_gift_48.svg) no-repeat top center/contain;
}
.sw-Icon.icn-uad::before {
  background: url(../../images/common/index/icon_uad_48.svg) no-repeat top center/contain;
}
.sw-Icon.icn-cs::before {
  background: url(../../images/common/index/icon_cs_48.svg) no-repeat top center/contain;
}
.sw-Icon.icn-nico::before {
  background: url(../../images/common/index/icon_niconico-ch.svg) no-repeat top center/contain;
}
.sw-Icon.icn-video::before {
  background: url(../../images/common/index/icon_ch-video.svg) no-repeat top center/contain;
}
.sw-Icon.icn-live::before {
  background: url(../../images/common/index/icon_ch-live.svg) no-repeat top center/contain;
}
.sw-Icon.icn-blog::before {
  background: url(../../images/common/index/icon_ch-blog.svg) no-repeat top center/contain;
}
.sw-Icon.icn-ticket::before {
  background: url(../../images/common/index/icon_ticket.svg) no-repeat top center/contain;
}
.sw-Icon.icn-goods::before {
  background: url(../../images/common/index/icon_goods.svg) no-repeat top center/contain;
}
.sw-Icon.c-cpp {
  background-color: #94ece9;
  background-image: linear-gradient(315deg, #94ece9 0%, #ccf6f5 100%);
}
.sw-Icon.c-gift {
  background-color: #d3f54f;
  background-image: linear-gradient(315deg, #d3f54f 0%, #e9faa8 100%);
}
.sw-Icon.c-uad {
  background-color: #fee533;
  background-image: linear-gradient(315deg, #fee533 0%, #fff29c 100%);
}
.sw-Icon.c-tree {
  background-color: #aee0fd;
  background-image: linear-gradient(315deg, #aee0fd 0%, #d9f1fe 100%);
}
.sw-Icon.c-cs {
  background-color: #d5a7ff;
  background-image: linear-gradient(315deg, #d5a7ff 0%, #f2e7fc 100%);
}
.sw-Icon.c-commons {
  background: #C20D62;
}
.sw-Icon.c-uad-gold {
  background: #DCA000;
}
.sw-Icon.ch-purple {
  background: #9B78EF;
}
.sw-Icon.ch-pink {
  background: #F96B83;
}
.sw-Icon.ch-green {
  background: #7BD6D3;
}
.sw-Icon .text {
  font-weight: 800;
  color: #252525;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0.05deg);
          transform: translateX(-50%) rotate(0.05deg);
  width: 100%;
  height: 28px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
  bottom: 16px;
}
.sw-Icon .text .small {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  letter-spacing: 0;
}
/* =============================================================== */
/* .sw-Logo */
/* =============================================================== */
.sw-Logo {
  position: relative;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-radius: 10px;
  background: #fff;
  padding: 0 16px;
  width: 104px;
  height: 40px;
}
.sw-Logo::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sw-Logo.icn-cash {
  width: 62px;
}
.sw-Logo.icn-cash::before {
  background: url(../../images/common/index/text_cash.svg) no-repeat top center/contain;
  width: 29px;
  height: 14px;
  top: 13px;
}
.sw-Logo.icn-amazon {
  width: 146px;
}
.sw-Logo.icn-amazon::before {
  background: url(../../images/common/index/logo_amazon_bl.svg) no-repeat top center/contain;
  width: 119px;
  height: 20px;
  top: 12px;
}
.sw-Logo.icn-nicopoint {
  width: 165px;
}
.sw-Logo.icn-nicopoint::before {
  background: url(../../images/common/index/logo_nicopoint.svg) no-repeat top center/contain;
  width: 132px;
  height: 16px;
  top: 12px;
}

/* =============================================================== */
/* header */
/* =============================================================== */
.st-Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 1s 1.8s;
  transition: opacity 1s 1.8s;
}
@media print, screen and (min-width: 960px) {
  .st-Header {
    padding: 16px 40px 16px;
  }
  .st-Header.bg-off {
    background: none;
  }
  .st-Header.bg-on {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 54px, rgba(255, 255, 255, 0) 100%);
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 48px, rgba(255, 255, 255, 0) 100%);
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header {
    padding: 4.2666666667vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.8)), color-stop(12.8vw, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 12.8vw, rgba(255, 255, 255, 0) 100%);
  }
}
.st-Header.loaded {
  opacity: 1;
}
@media print, screen and (min-width: 960px) {
  .st-Header_Hamburger {
    display: none;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Hamburger {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
}
.st-Header_Hamburger .open {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 24px;
  height: 24px;
}
@media print, screen and (max-width: 639px) {
  .st-Header_Hamburger .open {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.st-Header_Hamburger .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.st-Header_Hamburger .close span {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 16px;
  margin-right: 8px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (max-width: 639px) {
  .st-Header_Hamburger .close span {
    font-size: 4.2666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.st-Header_Hamburger .close .icon-Wrapper {
  width: 24px;
  height: 24px;
}
@media print, screen and (max-width: 639px) {
  .st-Header_Hamburger .close .icon-Wrapper {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .st-Header_Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Content {
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .st-Header_Logo {
    width: 110px;
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Logo {
    width: 110px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Logo {
    width: 29.3333333333vw;
  }
}
.st-Header_Logo a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav {
    width: 100%;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s, transform 0.3s 0.3s;
    transition: opacity 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .st-Header_Nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  .st-Header_Nav::after {
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(220deg, #FFF6EE 0, #FFF6EE 40%, #E9DCFF 100%);
  }
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 509px;
    height: 573px;
    padding: 158px 0;
  }
  .st-Header_Nav_Content::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/sp/index/decoration_menu-bg_sp.svg) no-repeat top center/100% auto;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Nav_Content {
    width: 135.7333333333vw;
    height: 152.8vw;
    padding: 42.1333333333vw 0;
  }
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content .menu .item {
    text-align: center;
  }
}
.st-Header_Nav_Content .menu .item a {
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content .menu .item a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Header_Nav_Content .menu .item a:hover {
    color: #B091C5;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content .menu .item a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Nav_Content .menu .item a {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content .menu .item + .item {
    margin-left: 26px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content .menu .item + .item {
    margin-top: 66px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Nav_Content .menu .item + .item {
    margin-top: 17.6vw;
  }
}
.st-Header_Nav_Content .sns_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content .sns_List {
    opacity: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content .sns_List {
    margin-top: 66px;
    opacity: 1 !important;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Nav_Content .sns_List {
    margin-top: 17.6vw;
  }
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content .sns_List .item + .item {
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content .sns_List .item + .item {
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Nav_Content .sns_List .item + .item {
    margin-left: 6.4vw;
  }
}
.st-Header_Nav_Content .sns_List .item a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .st-Header_Nav_Content .sns_List .item a {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Header_Nav_Content .sns_List .item a {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header_Nav_Content .sns_List .item a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.st-Header_Nav_Content .sns_List .item a.twitter {
  background: url(../../images/common/index/button_twitter.svg) no-repeat top center/contain;
}
.st-Header_Nav_Content .sns_List .item a.facebook {
  background: url(../../images/common/index/button_facebook.svg) no-repeat top center/contain;
}
.st-Header_Nav_Content .sns_List .item a.line {
  background: url(../../images/common/index/button_line.svg) no-repeat top center/contain;
}
.st-Header_Nav_Content .sns_List .item a.hatebu {
  background: url(../../images/common/index/button_hatebu.svg) no-repeat top center/contain;
}
.st-Header.active .st-Header_Hamburger .open {
  opacity: 0;
}
.st-Header.active .st-Header_Hamburger .close {
  opacity: 1;
}
@media print, screen and (max-width: 959px) {
  .st-Header.active .st-Header_Logo {
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
}
@media print, screen and (max-width: 639px) {
  .st-Header.active .st-Header_Logo {
    -webkit-filter: blur(5.3333333333vw);
            filter: blur(5.3333333333vw);
  }
}
.st-Header.active .st-Header_Nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* =============================================================== */
/* footer */
/* =============================================================== */
.st-Footer {
  overflow: hidden;
  background: #FFF6EE;
  opacity: 0;
  -webkit-transition: opacity 1s 1.8s;
  transition: opacity 1s 1.8s;
}
@media print, screen and (max-width: 959px) {
  .st-Footer.menu_active {
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer.menu_active {
    -webkit-filter: blur(5.3333333333vw);
            filter: blur(5.3333333333vw);
  }
}
.st-Footer.sw-Mask::after {
  display: none;
}
.st-Footer.loaded {
  opacity: 1;
}
.st-Footer_Inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Inner {
    width: 1024px;
  }
}
.st-Footer_Content {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content {
    padding: 98px 0 28px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content {
    padding: 98px 0 28px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content {
    padding: 26.1333333333vw 0 7.4666666667vw;
  }
}
.st-Footer_Content::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/bg_footer.png) no-repeat top center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  /* 20220930非表示に */
  display: none;
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content::before {
    width: 410px;
    height: 260px;
    top: 47px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content::before {
    width: 410px;
    max-width: 410px;
    height: 260px;
    max-height: 260px;
    top: 47px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content::before {
    width: 109.3333333333vw;
    height: 69.3333333333vw;
    top: 12.5333333333vw;
  }
}
.st-Footer_Content .catch {
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content .catch {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content .catch {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content .catch {
    font-size: 5.8666666667vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}
.st-Footer_Content .catch::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/text_kitto.svg) no-repeat top center/contain;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content .catch::before {
    width: 120px;
    height: 42px;
    top: -2px;
    left: calc(50% - 90px);
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content .catch::before {
    width: 120px;
    height: 42px;
    top: 2px;
    left: calc(50% - 76px);
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content .catch::before {
    width: 32vw;
    height: 11.2vw;
    top: 0.5333333333vw;
    left: calc(50% - 20.2666666667vw);
  }
}
.st-Footer_Content .sns_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content .sns_List {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content .sns_List {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content .sns_List {
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content .sns_List .item + .item {
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content .sns_List .item + .item {
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content .sns_List .item + .item {
    margin-left: 6.4vw;
  }
}
.st-Footer_Content .sns_List .item a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content .sns_List .item a {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content .sns_List .item a {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content .sns_List .item a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.st-Footer_Content .sns_List .item a.twitter {
  background: url(../../images/common/index/button_twitter.svg) no-repeat top center/contain;
}
.st-Footer_Content .sns_List .item a.facebook {
  background: url(../../images/common/index/button_facebook.svg) no-repeat top center/contain;
}
.st-Footer_Content .sns_List .item a.line {
  background: url(../../images/common/index/button_line.svg) no-repeat top center/contain;
}
.st-Footer_Content .sns_List .item a.hatebu {
  background: url(../../images/common/index/button_hatebu.svg) no-repeat top center/contain;
}
.st-Footer_Content .update_date {
  text-align: center;
  font-size: 13px;
}
.st-Footer_Content .copyright {
  font-weight: 500;
  text-align: center;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .st-Footer_Content .copyright {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 28px;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 959px) {
  .st-Footer_Content .copyright {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 28px;
  }
}
@media print, screen and (max-width: 639px) {
  .st-Footer_Content .copyright {
    font-size: 2.9333333333vw;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 7.4666666667vw;
  }
}

/* =============================================================== */
/* #loading */
/* =============================================================== */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
}
#loading.loaded {
  pointer-events: none;
  opacity: 0;
}
#loading .loading_Content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 427px;
  height: 302px;
}
#loading .loading_Content_Center {
  position: absolute;
  width: 134px;
  top: 103px;
  left: 146px;
}
#loading .loading_Content .progress {
  width: 100%;
  background: rgba(176, 145, 197, 0.3);
  position: relative;
  margin-top: 8px;
  height: 2px;
}
#loading .loading_Content .progress::before, #loading .loading_Content .progress::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #B091C5;
  top: 0;
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#loading .loading_Content .progress::before {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  z-index: 1;
}
#loading .loading_Content .progress::after {
  -webkit-animation: nowloading 10s linear forwards;
          animation: nowloading 10s linear forwards;
  z-index: 2;
}
#loading.nowloading .loading_Content .progress::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* =============================================================== */
/* .index-Mainvisual */
/* =============================================================== */
.index-Mainvisual {
  background-color: #FBF9FC;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual {
    padding-bottom: 52px;
    height: 346px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual {
    padding-bottom: 72px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Mainvisual {
    padding-bottom: 10.6666666667vw;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Mainvisual_Inner {
    width: auto;
  }
}
.index-Mainvisual_Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Content {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-Mainvisual_Ttl {
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Ttl {
    padding: 108px 0 0 0px;
    margin-right: 20px;
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Mainvisual_Ttl {
    padding: 108px 0 0 0;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Mainvisual_Ttl {
    padding: 136px 0 0 0px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Ttl {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Mainvisual_Ttl {
    margin-top: 6vw;
  }
}
.index-Mainvisual_Ttl .img-Wrapper {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Ttl .img-Wrapper {
    width: 556px;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Mainvisual_Ttl .img-Wrapper {
    width: 556px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Mainvisual_Ttl .img-Wrapper {
    width: 420.0888888889px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Ttl .img-Wrapper {
    width: 554px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Mainvisual_Ttl .img-Wrapper {
    width: 88vw;
  }
}
.index-Mainvisual_Ttl .img-Wrapper::before, .index-Mainvisual_Ttl .img-Wrapper::after {
  content: "";
  position: absolute;
  display: block;
  display: none; /* 2022.9.27 デザインリニューアル時に非表示 */
}
.index-Mainvisual_Ttl .img-Wrapper::before {
  background: url(../../images/common/index/text_scroll.svg) no-repeat top center/contain;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Ttl .img-Wrapper::before {
    width: 64px;
    height: 27px;
    bottom: -41px;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Mainvisual_Ttl .img-Wrapper::before {
    width: 4.4444444444vw;
    height: 1.875vw;
    bottom: -2.8472222222vw;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Mainvisual_Ttl .img-Wrapper::before {
    width: 48.3555555556px;
    height: 20.4px;
    bottom: -30.9777777778px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Ttl .img-Wrapper::before {
    width: 83px;
    height: 43px;
    bottom: -13px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Mainvisual_Ttl .img-Wrapper::before {
    width: 13.8666666667vw;
    height: 7.2vw;
    bottom: -2.1333333333vw;
  }
}
.index-Mainvisual_Ttl .img-Wrapper::after {
  background: #B091C5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll_animation 3.5s ease-in-out infinite 1.5s;
          animation: scroll_animation 3.5s ease-in-out infinite 1.5s;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Ttl .img-Wrapper::after {
    width: 1px;
    height: 63px;
    bottom: -128px;
    border-radius: 100px;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Mainvisual_Ttl .img-Wrapper::after {
    width: 0.0694444444vw;
    height: 4.375vw;
    bottom: -8.8888888889vw;
    border-radius: 6.9444444444vw;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Mainvisual_Ttl .img-Wrapper::after {
    width: 0.7555555556px;
    height: 47.6px;
    bottom: -96.7111111111px;
    border-radius: 75.5555555556px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Ttl .img-Wrapper::after {
    width: 2px;
    height: 50px;
    bottom: -108px;
    border-radius: 100px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Mainvisual_Ttl .img-Wrapper::after {
    width: 0.2666666667vw;
    height: 8.2666666667vw;
    bottom: -17.8666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.index-Mainvisual_Kv {
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Kv {
    width: 816px;
    padding: 0;
    margin: -60px 0 0 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Mainvisual_Kv {
    width: 56.6666666667vw;
    margin: -132px 0 0 12px;
    padding: 5.5555555556vw 0 0;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Mainvisual_Kv {
    width: 616.5333333333px;
    padding: 15.1111111111px 0 0;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Kv {
    width: 739px;
    padding: 83px 0 0;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Mainvisual_Kv {
    width: 123.2vw;
    padding: 14.6666666667vw 0 0;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Kv .swiper-container .swiper-slide .img-Wrapper {
    text-align: center;
  }
}
.index-Mainvisual_Kv .swiper-container .swiper-slide img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Kv .swiper-container .swiper-slide img {
    -webkit-mask-image: url(../../images/pc/index/musk_kv_b_pc.svg);
            mask-image: url(../../images/pc/index/musk_kv_b_pc.svg);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Kv .swiper-container .swiper-slide img {
    width: 90%;
    -webkit-mask-image: url(../../images/sp/index/musk_kv_sp.svg);
            mask-image: url(../../images/sp/index/musk_kv_sp.svg);
  }
}
.index-Mainvisual_Accent::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/img_site_kv_ac1.svg) no-repeat top center/contain;
  top: 10px;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Accent::before {
    width: 337px;
    height: 272px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Accent::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Mainvisual_Accent::before {
    top: 485px;
    left: 240px;
    width: 52.2666666667vw;
    height: 39.4666666667vw;
  }
}
.index-Mainvisual_Accent::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/img_site_kv_ac2.svg) no-repeat top center/contain;
  top: 352px;
  left: 320px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .index-Mainvisual_Accent::after {
    width: 242px;
    height: 184px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Mainvisual_Accent::after {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Mainvisual_Accent::after {
    display: none;
  }
}
.index-Mainvisual.sw-Mask::before {
  display: none;
}
.index-Mainvisual.sw-Mask::before {
  z-index: 2;
}

/* =============================================================== */
/* .index-Message */
/* =============================================================== */
@media print, screen and (min-width: 960px) {
  .index-Message {
    background: url(../../images/pc/index/bg_message_pc.png) no-repeat top -174px center/1702px auto;
    background-color: #FFF6EE;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Message {
    background: url(../../images/sp/index/bg_message_sp.png) no-repeat top -41px center/902px auto;
    background-color: #FFF6EE;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Message {
    background: url(../../images/sp/index/bg_message_sp.png) no-repeat top -41px center/240.5333333333vw auto;
    background-color: #FFF6EE;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Message .sw-Anchor {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Message .sw-Anchor {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Message .sw-Anchor {
    -webkit-transform: translateY(-6.4vw);
            transform: translateY(-6.4vw);
  }
}
@media print, screen and (min-width: 960px) {
  .index-Message_Content {
    padding: 202px 0 136px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Message_Content {
    padding: 100px 0 92px;
    width: 600px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Message_Content {
    padding: 26.6666666667vw 0 21.3333333333vw;
    width: 87.2vw;
  }
}
.index-Message_Content .sentence {
  letter-spacing: 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Message_Content .sentence {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.1;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Message_Content .sentence {
    font-size: 14px;
    line-height: 2;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Message_Content .sentence {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Message_Content .sentence .large {
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Message_Content .sentence .large {
    font-weight: 800;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Message_Content .sentence .large {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Message_Content .sentence + .sentence {
    margin-top: 44px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Message_Content .sentence + .sentence {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Message_Content .sentence + .sentence {
    margin-top: 8vw;
  }
}

/* =============================================================== */
/* .index-Feature */
/* =============================================================== */
@media print, screen and (min-width: 960px) {
  .index-Feature {
    padding: 80px 0 100px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature {
    padding: 152px 0 100px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature {
    padding: 32vw 0 26.6666666667vw;
  }
}
@media print, screen and (min-width: 640px) and (max-width: 959px) {
  .index-Feature {
    background: url(../../images/sp/index/decoration_content-bg1_sp.svg) no-repeat top 213px left calc(50% - 480px)/auto, url(../../images/sp/index/decoration_content-bg2_sp.svg) no-repeat top 906px right calc(50% - 400px)/auto, url(../../images/sp/index/decoration_content-bg1_sp.svg) no-repeat top 2776px left calc(50% - 480px)/auto, url(../../images/sp/index/decoration_content-bg2_sp.svg) no-repeat top 4504px right calc(50% - 400px)/auto;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature .sw-Anchor {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature .sw-Anchor {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature .sw-Anchor {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.index-Feature hr.separate_line {
  border-top: 2px dashed #B091C5;
}
@media print, screen and (max-width: 959px) {
  .index-Feature hr.separate_line {
    margin: 36px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature hr.separate_line {
    margin: 36px 24px;
  }
}
.index-Feature .img-Wrapper {
  position: relative;
  margin: 0 auto;
  top: -100px;
}
@media print, screen and (min-width: 960px) {
  .index-Feature .img-Wrapper {
    display: none;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Feature .img-Wrapper {
    display: none;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Feature .img-Wrapper {
    display: none;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature .img-Wrapper {
    width: 554px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Feature .img-Wrapper {
    width: 88vw;
  }
}
.index-Feature .img-Wrapper::before, .index-Feature .img-Wrapper::after {
  content: "";
  position: absolute;
  display: block;
}
.index-Feature .img-Wrapper::before {
  background: url(../../images/common/index/text_scroll.svg) no-repeat top center/contain;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 960px) {
  .index-Feature .img-Wrapper::before {
    width: 64px;
    height: 27px;
    bottom: -41px;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Feature .img-Wrapper::before {
    width: 4.4444444444vw;
    height: 1.875vw;
    bottom: -2.8472222222vw;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Feature .img-Wrapper::before {
    width: 48.3555555556px;
    height: 20.4px;
    bottom: -30.9777777778px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature .img-Wrapper::before {
    width: 83px;
    height: 43px;
    bottom: 25px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Feature .img-Wrapper::before {
    width: 13.8666666667vw;
    height: 7.2vw;
    bottom: -2.1333333333vw;
  }
}
.index-Feature .img-Wrapper::after {
  background: #B091C5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll_animation 3.5s ease-in-out infinite 1.5s;
          animation: scroll_animation 3.5s ease-in-out infinite 1.5s;
}
@media print, screen and (min-width: 960px) {
  .index-Feature .img-Wrapper::after {
    width: 1px;
    height: 63px;
    bottom: -128px;
    border-radius: 100px;
  }
}
@media print, screen and (min-width: 1088px) and (max-width: 1440px) {
  .index-Feature .img-Wrapper::after {
    width: 0.0694444444vw;
    height: 4.375vw;
    bottom: -8.8888888889vw;
    border-radius: 6.9444444444vw;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1087px) {
  .index-Feature .img-Wrapper::after {
    width: 0.7555555556px;
    height: 47.6px;
    bottom: -96.7111111111px;
    border-radius: 75.5555555556px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature .img-Wrapper::after {
    width: 2px;
    height: 50px;
    bottom: -70px;
    border-radius: 100px;
  }
}
@media print, screen and (max-width: 599px) {
  .index-Feature .img-Wrapper::after {
    width: 0.2666666667vw;
    height: 8.2666666667vw;
    bottom: -17.8666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.index-Feature_Inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Inner {
    width: 990px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Inner {
    width: 600px;
    max-width: 600px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Inner {
    width: auto;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content {
    margin-top: 75px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content {
    margin-top: 48px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content {
    margin-top: 12.8vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .box-Top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.index-Feature_Content .box-Top .number {
  font-weight: 500;
  line-height: 1;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .box-Top .number {
    font-size: 140px;
    font-size: 14rem;
    letter-spacing: 0;
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .box-Top .number {
    font-size: 44px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .box-Top .number {
    font-size: 11.7333333333vw;
    letter-spacing: 0.02em;
  }
}
.index-Feature_Content .box-Top .text .heading {
  font-weight: 500;
  letter-spacing: 0.2em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .box-Top .text .heading {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-top: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .box-Top .text .heading {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 6px;
    text-align: center;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .box-Top .text .heading {
    font-size: 6.4vw;
    line-height: 1.4;
    margin-top: 2.1333333333vw;
  }
}
.index-Feature_Content .box-Top .text .heading .small {
  display: inline-block;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .box-Top .text .heading .small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .box-Top .text .heading .small {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .box-Top .text .heading .small {
    font-size: 3.7333333333vw;
  }
}
.index-Feature_Content .box-Top .text .sentence {
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .box-Top .text .sentence {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .box-Top .text .sentence {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .box-Top .text .sentence {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .box-Top .text .sentence + .sentence {
    margin-top: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .box-Top .text .sentence + .sentence {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .box-Top .text .sentence + .sentence {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .case-Wrapper {
    margin-top: 36px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .case-Wrapper {
    margin-top: 36px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .case-Wrapper {
    margin-top: 9.6vw;
  }
}
.index-Feature_Content .case {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .case {
    padding-left: 97px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .case {
    width: 82.9333333333vw;
    margin: 0 auto;
  }
}
.index-Feature_Content .case::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .case::before {
    width: 64px;
    height: 81px;
    left: 17px;
    top: -4px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .case::before {
    width: 64px;
    height: 81px;
    left: 16px;
    top: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .case::before {
    width: 17.0666666667vw;
    height: 21.6vw;
    left: 4.2666666667vw;
    top: 6.4vw;
  }
}
.index-Feature_Content .case .sentence {
  font-weight: 500;
  border: 1px solid #B091C5;
  background: #fff;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .case .sentence {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #B091C5;
            box-shadow: 4px 4px #B091C5;
    padding: 18px 24px 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .case .sentence {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #B091C5;
            box-shadow: 4px 4px #B091C5;
    padding: 20px 24px 20px 96px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .case .sentence {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    letter-spacing: 0;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
            box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
    padding: 5.3333333333vw 3.7333333333vw 5.3333333333vw 25.6vw;
  }
}
.index-Feature_Content .case .sentence .large {
  font-weight: 800;
  letter-spacing: 0;
}
.index-Feature_Content .case .sentence .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content .case + .case {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content .case + .case {
    margin-top: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content .case + .case {
    margin-top: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content + .index-Feature_Content {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content + .index-Feature_Content {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content + .index-Feature_Content {
    margin-top: 21.3333333333vw;
  }
}
.index-Feature_Content:nth-of-type(1) .box-Top {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .box-Top {
    width: 990px;
  }
}
.index-Feature_Content:nth-of-type(1) .box-Top::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/bg_feature_section.png) no-repeat top center/contain;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .box-Top::before {
    width: 502px;
    height: 355px;
    top: -188px;
    right: 166px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .box-Top::before {
    width: 400px;
    max-width: 400px;
    height: 282px;
    top: 144px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .box-Top::before {
    width: 82.9333333333vw;
    height: 58.6666666667vw;
    top: 38.4vw;
  }
}
.index-Feature_Content:nth-of-type(1) .box-Top::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/img_section1.png) no-repeat top center/contain;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .box-Top::after {
    width: 404px;
    height: 362px;
    top: -200px;
    right: 126px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .box-Top::after {
    width: 289px;
    max-width: 289px;
    height: 258px;
    top: 156px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .box-Top::after {
    width: 60vw;
    height: 53.6vw;
    top: 40.8vw;
  }
}
.index-Feature_Content:nth-of-type(1) .box-Top .text {
  z-index: 1;
  text-shadow: -1px -1px 2px #fff, -1px 0 2px #fff, -1px 1px 2px #fff, 0 -1px 2px #fff, 0 1px 2px #fff, 1px -1px 42px #fff, 1px 0 4px #fff, 1px 1px 2px #fff;
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .box-Top .text .sentence {
    margin-top: 306px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .box-Top .text .sentence {
    width: 82.9333333333vw;
    margin: 70.4vw auto 0;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box {
  background: #fff;
  width: 990px;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box {
    padding: 0 24px;
    padding-bottom: 0;
    margin-top: 0px;
    width: 100%;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box {
    padding: 0 24px;
    padding-bottom: 0;
    margin-top: 0px;
    width: 100%;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper {
    margin-top: -25px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper {
    margin-top: -22px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper {
    margin-top: -5.8666666667vw;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper .ttl {
  font-weight: 500;
  color: #fff;
  background: #B091C5;
  display: inline-block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper .ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 11px 24px;
    border-radius: 100px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper .ttl {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-radius: 100px;
    padding: 10px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .ttl-Wrapper .ttl {
    font-size: 4.8vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 6.4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F4F9;
  border-radius: 10px;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List {
    width: 268px;
    margin-right: 24px;
    padding: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List {
    width: 100%;
    padding: 24px 16px;
    margin: 5.3333333333vw 0;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List {
    width: 100%;
    padding: 24px 16px;
    margin: 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List li:nth-of-type(2) {
    margin-left: 12px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List li:nth-of-type(2) {
    margin-left: 12px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List li:nth-of-type(2) {
    margin-left: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List li:nth-of-type(3) {
    margin-top: 12px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List li:nth-of-type(3) {
    margin-left: 12px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .icon_List li:nth-of-type(3) {
    /*
    margin-top: 0px;
    margin-left: _vwSP(8);
    */
    margin-top: 8px;
    margin-left: 0;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F4F9;
  border-radius: 10px;
  width: 100%;
  padding: 28px 0;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List {
    width: 268px;
    margin-right: 24px;
    padding: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List {
    margin: 32px auto 32px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List {
    margin: 8.5333333333vw auto 4.2666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List li:nth-of-type(2) {
    margin-left: 12px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List li:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List li:nth-of-type(3) {
    margin-top: 12px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List li:nth-of-type(3) {
    margin-left: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .logo_List li:nth-of-type(3) {
    margin-top: 12px;
    margin-left: 0vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #B091C5;
            box-shadow: 4px 4px #B091C5;
    padding: 28px 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box {
    font-size: 14px;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
            box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
    padding: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box {
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
            box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
    padding: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content + .text_Box_Content {
    margin-top: 24px;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content:last-child {
  text-align: center;
  margin-top: 0px;
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl {
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  text-align: left;
  padding-left: 24px;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl {
    margin: 5.3333333333vw auto 0;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl {
    margin: 5.3333333333vw auto 0;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/icon_exclamation.svg) no-repeat top center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .ttl::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul {
  margin-top: 16px;
  font-weight: bold;
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li {
  background: #F7F4F9;
  border-radius: 10px;
  padding: 8px 16px;
  position: relative;
  margin-right: 40px;
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li {
    margin-right: 0;
    margin-bottom: 36px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li {
    margin-right: 0;
    margin-bottom: 36px;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li::after {
  content: "→";
  position: absolute;
  display: block;
  top: 50%;
  right: -28px;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li::after {
    content: "↓";
    top: 58px;
    right: 47%;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li::after {
    content: "↓";
    top: 58px;
    right: 47%;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li:last-child {
  margin-right: 0px;
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li:last-child::after {
  display: none;
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content ul.step_List li:last-child {
    margin-bottom: 0;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .sentence {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .sentence {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .sentence {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box_Container .text_Box_Content .sentence {
    font-size: 3.7333333333vw;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box .caution {
  background: #FFF6EE;
  font-weight: 800;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .caution {
    margin: 30px 56px 0;
    border-radius: 10px;
    padding: 22px 30px 22px 58px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .caution {
    margin: 24px 16px 0;
    border-radius: 10px;
    padding: 16px 16px 16px 48px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .caution {
    margin: 6.4vw 4.2666666667vw 0;
    border-radius: 2.6666666667vw;
    padding: 4.2666666667vw 3.7333333333vw 4.2666666667vw 12.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.index-Feature_Content:nth-of-type(1) .content_Box .caution::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/icon_exclamation.svg) no-repeat top center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .caution::before {
    left: 30px;
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .caution::before {
    left: 16px;
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(1) .content_Box .caution::before {
    left: 3.7333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.index-Feature_Content:nth-of-type(2) .box-Top, .index-Feature_Content:nth-of-type(3) .box-Top {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .box-Top, .index-Feature_Content:nth-of-type(3) .box-Top {
    width: 990px;
  }
}
.index-Feature_Content:nth-of-type(2) .box-Top::before, .index-Feature_Content:nth-of-type(3) .box-Top::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/bg_feature_section.png) no-repeat top center/contain;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .box-Top::before, .index-Feature_Content:nth-of-type(3) .box-Top::before {
    width: 593px;
    height: 470px;
    top: -68px;
    right: 258px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .box-Top::before, .index-Feature_Content:nth-of-type(3) .box-Top::before {
    width: 400px;
    max-width: 400px;
    height: 282px;
    top: 136px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .box-Top::before, .index-Feature_Content:nth-of-type(3) .box-Top::before {
    width: 82.9333333333vw;
    height: 58.6666666667vw;
    top: 35.7333333333vw;
  }
}
.index-Feature_Content:nth-of-type(2) .box-Top::after, .index-Feature_Content:nth-of-type(3) .box-Top::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/img_section2.png) no-repeat top center/contain;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .box-Top::after, .index-Feature_Content:nth-of-type(3) .box-Top::after {
    width: 445px;
    height: 468px;
    top: -82px;
    right: 155px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .box-Top::after, .index-Feature_Content:nth-of-type(3) .box-Top::after {
    width: 289px;
    max-width: 289px;
    height: 304px;
    top: 126px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .box-Top::after, .index-Feature_Content:nth-of-type(3) .box-Top::after {
    width: 60vw;
    height: 63.2vw;
    top: 38.1333333333vw;
  }
}
.index-Feature_Content:nth-of-type(2) .box-Top .text, .index-Feature_Content:nth-of-type(3) .box-Top .text {
  z-index: 1;
  text-shadow: -1px -1px 2px #fff, -1px 0 2px #fff, -1px 1px 2px #fff, 0 -1px 2px #fff, 0 1px 2px #fff, 1px -1px 42px #fff, 1px 0 4px #fff, 1px 1px 2px #fff;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .heading, .index-Feature_Content:nth-of-type(3) .box-Top .text .heading {
    line-height: 1.4;
    margin-bottom: 8px;
    padding-top: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .heading, .index-Feature_Content:nth-of-type(3) .box-Top .text .heading {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .heading, .index-Feature_Content:nth-of-type(3) .box-Top .text .heading {
    font-size: 6.4vw;
    line-height: 1.4;
    margin-top: 2.1333333333vw;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .sentence, .index-Feature_Content:nth-of-type(3) .box-Top .text .sentence {
    margin-top: 368px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .sentence, .index-Feature_Content:nth-of-type(3) .box-Top .text .sentence {
    width: 82.9333333333vw;
    margin: 71.4666666667vw auto 0;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .sentence + .sentence, .index-Feature_Content:nth-of-type(3) .box-Top .text .sentence + .sentence {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .box-Top .text .sentence + .sentence, .index-Feature_Content:nth-of-type(3) .box-Top .text .sentence + .sentence {
    margin-top: 5.3333333333vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box, .index-Feature_Content:nth-of-type(3) .content_Box {
  background: #fff;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box, .index-Feature_Content:nth-of-type(3) .content_Box {
    margin-top: 45px;
    padding-bottom: 32px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box, .index-Feature_Content:nth-of-type(3) .content_Box {
    margin-top: 47px;
    padding-bottom: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box, .index-Feature_Content:nth-of-type(3) .content_Box {
    padding: 0 24px;
    padding-bottom: 0;
    margin-top: 0px;
    width: 100%;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper {
    margin-top: -25px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper {
    margin-top: -22px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper {
    margin-top: -5.8666666667vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper .ttl, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper .ttl {
  font-weight: 500;
  color: #fff;
  background: #B091C5;
  display: inline-block;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper .ttl, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper .ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 11px 24px;
    border-radius: 100px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper .ttl, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper .ttl {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-radius: 100px;
    padding: 10px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .ttl-Wrapper .ttl, .index-Feature_Content:nth-of-type(3) .content_Box .ttl-Wrapper .ttl {
    font-size: 4.8vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 6.4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container, .index-Feature_Content:nth-of-type(3) .content_Box_Container {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box_Container .icon_List, .index-Feature_Content:nth-of-type(3) .content_Box_Container .icon_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F4F9;
  border-radius: 10px;
  width: 100%;
  padding: 28px 0;
  /*
  li{
    &:nth-of-type(2n){
      @include mediaQuery(min,960,0){
        margin-left: 12px;
      }
      @include mediaQuery(max,0,939){
        margin-left: _vwSP(16);
      }
    }
    &:nth-of-type(n+3){
      @include mediaQuery(min,960,0){
        margin-top: 24px;
      }
    }
    &:nth-of-type(n+2){
      @include mediaQuery(both,640,959){
        margin-left: _vwTAB(16);
      }
    }
    &:nth-of-type(4n+1){
      @include mediaQuery(both,640,959){
        margin-left: 0;
      }
    }
    &:nth-of-type(n+5){
      @include mediaQuery(both,640,959){
        margin-top: _vwTAB(16);
      }
    }
    &:nth-of-type(n+3){
      @include mediaQuery(max,0,639){
        margin-top: _vwSP(16);
      }
    }
  }
  */
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .icon_List, .index-Feature_Content:nth-of-type(3) .content_Box_Container .icon_List {
    width: 268px;
    margin-right: 24px;
    padding: 24px;
    height: 226px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .icon_List, .index-Feature_Content:nth-of-type(3) .content_Box_Container .icon_List {
    margin: 32px auto 32px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .icon_List, .index-Feature_Content:nth-of-type(3) .content_Box_Container .icon_List {
    padding: 24px 16px;
    margin: 5.3333333333vw 0;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #B091C5;
            box-shadow: 4px 4px #B091C5;
    padding: 28px 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box {
    font-size: 14px;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
            box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
    padding: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box {
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
            box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
    padding: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content {
    width: 100%;
    margin: 0 auto;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content ul, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content ul {
  margin-top: 8px;
}
.index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content:last-child, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content:last-child {
  text-align: center;
  margin-top: 0px;
}
.index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content .sentence, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content .sentence {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content .sentence, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content .sentence {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content .sentence, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content .sentence {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box_Container .text_Box_Content .sentence, .index-Feature_Content:nth-of-type(3) .content_Box_Container .text_Box_Content .sentence {
    font-size: 3.7333333333vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box .caution, .index-Feature_Content:nth-of-type(3) .content_Box .caution {
  background: #FFF6EE;
  font-weight: 800;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .caution, .index-Feature_Content:nth-of-type(3) .content_Box .caution {
    margin: 30px 56px 0;
    border-radius: 10px;
    padding: 22px 30px 22px 58px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .caution, .index-Feature_Content:nth-of-type(3) .content_Box .caution {
    margin: 24px 16px 0;
    border-radius: 10px;
    padding: 16px 16px 16px 48px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .caution, .index-Feature_Content:nth-of-type(3) .content_Box .caution {
    margin: 6.4vw 4.2666666667vw 0;
    border-radius: 2.6666666667vw;
    padding: 4.2666666667vw 3.7333333333vw 4.2666666667vw 12.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.index-Feature_Content:nth-of-type(2) .content_Box .caution::before, .index-Feature_Content:nth-of-type(3) .content_Box .caution::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/icon_exclamation.svg) no-repeat top center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .caution::before, .index-Feature_Content:nth-of-type(3) .content_Box .caution::before {
    left: 30px;
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .caution::before, .index-Feature_Content:nth-of-type(3) .content_Box .caution::before {
    left: 16px;
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content_Box .caution::before, .index-Feature_Content:nth-of-type(3) .content_Box .caution::before {
    left: 3.7333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper {
    width: 872px;
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper {
    width: 91.4666666667vw;
    margin: 6.4vw auto 0;
  }
}
.index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about {
  position: absolute;
  background: #FFF6EE;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about {
    border-radius: 10px;
    width: 684px;
    bottom: 17px;
    right: 17px;
    padding: 20px 24px 22px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about {
    border-radius: 10px;
    width: 568px;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about {
    border-radius: 2.6666666667vw;
    width: 82.9333333333vw;
    bottom: 4.2666666667vw;
    padding: 5.3333333333vw 6.4vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl {
  font-weight: 800;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 30px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 28px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl {
    font-size: 4.2666666667vw;
    padding-left: 7.4666666667vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl::before, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../images/common/index/icon_exclamation.svg) no-repeat top center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl::before, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl::before, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .ttl::before, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .ttl::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .sentence, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .sentence {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .sentence, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .sentence {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 4px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .sentence, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .sentence {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 4px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .sentence, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .sentence {
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.index-Feature_Content:nth-of-type(2) .content-tree .img-Wrapper .about .sentence a, .index-Feature_Content:nth-of-type(3) .content-tree .img-Wrapper .about .sentence a {
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .index-Feature_Content:nth-of-type(3) .content_Box_Container .icon_List {
    height: 170px;
  }
}
.index-Feature_Content:nth-of-type(3) .box-Top::before, .index-Feature_Content:nth-of-type(3) .box-Top::after {
  display: none;
}
@media print, screen and (max-width: 959px) {
  .index-Feature_Content:nth-of-type(3) .box-Top .text .sentence {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Feature_Content:nth-of-type(3) .box-Top .text .sentence {
    margin: 5.3333333333vw auto 0;
  }
}

/* =============================================================== */
/* .index-Recommendation */
/* =============================================================== */
.index-Recommendation {
  background: #FAFAFA;
  /* さらに収益を増やすには */
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation {
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation .sw-Anchor {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation .sw-Anchor {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation .sw-Anchor {
    -webkit-transform: translateY(5.3333333333vw);
            transform: translateY(5.3333333333vw);
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation .case {
    width: 720px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation .case {
    width: 600px;
  }
}
.index-Recommendation .case.case1::before {
  background: url(../../images/common/index/img_user_case1.png) no-repeat top center/contain;
}
.index-Recommendation .case.case2::before {
  background: url(../../images/common/index/img_user_case2.png) no-repeat top center/contain;
}
.index-Recommendation .case.case3::before {
  background: url(../../images/common/index/img_user_case3.png) no-repeat top center/contain;
}
.index-Recommendation_Inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner {
    width: 1024px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner .case-Wrapper {
    margin-top: 36px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Inner .case-Wrapper {
    margin-top: 36px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Inner .case-Wrapper {
    margin-top: 9.6vw;
  }
}
.index-Recommendation_Inner .case {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner .case {
    padding-left: 97px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Inner .case {
    width: 82.9333333333vw;
    margin: 0 auto;
  }
}
.index-Recommendation_Inner .case::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner .case::before {
    width: 64px;
    height: 81px;
    left: 17px;
    top: -4px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Inner .case::before {
    width: 64px;
    height: 81px;
    left: 16px;
    top: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Inner .case::before {
    width: 17.0666666667vw;
    height: 21.6vw;
    left: 4.2666666667vw;
    top: 6.4vw;
  }
}
.index-Recommendation_Inner .case .sentence {
  font-weight: 500;
  border: 1px solid #B091C5;
  background: #fff;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner .case .sentence {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #B091C5;
            box-shadow: 4px 4px #B091C5;
    padding: 18px 24px 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Inner .case .sentence {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px #B091C5;
            box-shadow: 4px 4px #B091C5;
    padding: 20px 24px 20px 96px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Inner .case .sentence {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    letter-spacing: 0;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
            box-shadow: 1.0666666667vw 1.0666666667vw #B091C5;
    padding: 5.3333333333vw 3.7333333333vw 5.3333333333vw 25.6vw;
  }
}
.index-Recommendation_Inner .case .sentence .large {
  font-weight: 800;
  letter-spacing: 0;
}
.index-Recommendation_Inner .case .sentence .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner .case + .case {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Inner .case + .case {
    margin-top: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Inner .case + .case {
    margin-top: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Inner + .index-Feature_Content {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Inner + .index-Feature_Content {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Inner + .index-Feature_Content {
    margin-top: 21.3333333333vw;
  }
}
.index-Recommendation_Content .main_area {
  background: #fff;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 128px;
    padding: 64px 40px 56px 60px;
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area {
    width: 600px;
    margin: 140px auto 0;
    padding: 16px 0 32px;
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area {
    width: 91.4666666667vw;
    margin: 26.6666666667vw auto 0;
    padding: 4.2666666667vw 0 8.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example {
    width: 300px;
    margin-right: 50px;
    margin-top: 4px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example {
    background: #FFF6EE;
    width: 568px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .example {
    border-radius: 1.6vw;
    padding: 4.2666666667vw;
    width: 82.9333333333vw;
    margin: 0 auto;
  }
}
.index-Recommendation_Content .main_area .example .img-Wrapper {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper {
    width: 19.2vw;
    height: 19.2vw;
    margin-right: 4.2666666667vw;
  }
}
.index-Recommendation_Content .main_area .example .img-Wrapper::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper::before {
    top: -24px;
    left: -28px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper::before {
    top: -16px;
    left: -32px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper::before {
    top: -4.2666666667vw;
    left: -8.5333333333vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper img {
    -webkit-mask-image: url(../../images/pc/index/musk_recommendation_pc.svg);
            mask-image: url(../../images/pc/index/musk_recommendation_pc.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .img-Wrapper img {
    border-radius: 50%;
  }
}
.index-Recommendation_Content .main_area .example .text_Box {
  border: none;
  background: none;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .text_Box {
    position: relative;
    margin-top: -20px;
    z-index: 2;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .text_Box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.index-Recommendation_Content .main_area .example .text_Box .heading {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .text_Box .heading {
    font-weight: 500;
    background: #B091C5;
    color: #fff;
    margin: 0 auto;
    /* width: 230px; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-radius: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .text_Box .heading {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.77;
    letter-spacing: 0;
    color: #B091C5;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .example .text_Box .heading {
    font-size: 3.7333333333vw;
    line-height: 1.77;
    letter-spacing: 0;
  }
}
.index-Recommendation_Content .main_area .example .text_Box .genre {
  font-weight: 500;
  margin: 0 auto;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.77;
    letter-spacing: 0;
    width: 280px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre {
    font-size: 12px;
    line-height: 1.77;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre {
    font-size: 3.2vw;
    line-height: 1.77;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre .large {
    font-weight: 800;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre + .genre {
    margin-top: 13px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre + .genre {
    margin-top: 12px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .example .text_Box .genre + .genre {
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F4F9;
  border-radius: 10px;
  padding: 28px 0px;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area {
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area {
    width: 568px;
    margin: 16px auto;
    border-radius: 6px;
    padding: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area {
    width: 82.9333333333vw;
    padding: 4.2666666667vw;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .label_work {
    background: url(../../images/common/index/text_work.svg) no-repeat top center/contain;
    width: 74px;
    height: 24px;
    position: relative;
    top: 12px;
    z-index: 2;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .label_cs {
    background: url(../../images/common/index/text_cs.svg) no-repeat top center/contain;
    width: 88px;
    height: 28px;
    position: relative;
    top: 14px;
    z-index: 2;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area .icon_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBFAFC;
  border: solid 1px #E8E0EE;
  border-radius: 10px;
  padding: 22px 16px 16px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.work {
    margin-right: 8px;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.work::before {
  content: "";
  position: absolute;
  display: block;
  top: -12px;
  left: 142px;
  background: url(../../images/common/index/text_work.svg) no-repeat top center/contain;
  width: 74px;
  height: 24px;
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.work::before {
    display: none;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.work::before {
    display: none;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.cs::before {
  content: "";
  position: absolute;
  display: block;
  top: -14px;
  left: 24px;
  background: url(../../images/common/index/text_cs.svg) no-repeat top center/contain;
  width: 88px;
  height: 28px;
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.cs::before {
    display: none;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List.cs::before {
    display: none;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List {
    width: 568px;
    margin: 0px auto;
    border-radius: 6px;
    padding: 20px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List {
    width: 82.9333333333vw;
    margin: 0vw auto;
    padding: 28px 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List .sw-Icon {
    margin: 0 4px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List .sw-Icon:nth-of-type(3) {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List .sw-Icon:nth-of-type(4) {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area .icon_List .sw-Icon + .sw-Icon {
    margin-left: 8px;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List {
  padding: 22px 10px 16px;
}
@media print, screen and (min-width: 960px) and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List.work::before {
    left: 176px;
  }
}
@media print, screen and (min-width: 960px) and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List.cs::before {
    left: 14px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List .sw-Icon {
    width: 96px;
    height: 96px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List .sw-Icon::before {
    top: 8px;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List .sw-Icon.one::before {
  top: 14px;
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List .sw-Icon.one::before {
    top: 20px;
  }
}
.index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List .sw-Icon.one .text {
  bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list2 .icon_List .sw-Icon .text {
    bottom: 14px;
  }
}
@media print, screen and (min-width: 960px) and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list3 .icon_List.work::before {
    left: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list3 .icon_List.work.one::before {
    /*ttop: 16px;*/
  }
  .index-Recommendation_Content .main_area .detail .icon_List_area.list3 .icon_List.work.one .text {
    bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list3 .icon_List.work .text {
    bottom: 14px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .icon_List_area.list3 .icon_List.work .text {
    bottom: 14px;
  }
}
.index-Recommendation_Content .main_area .detail .sentence {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .sentence {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.01em;
    padding: 0 8px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .sentence {
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.01em;
    width: 552px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .sentence {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: -0.01em;
    width: 78.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .sentence + .ttl {
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .sentence + .ttl {
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .sentence + .ttl {
    margin-top: 8.5333333333vw;
  }
}
.index-Recommendation_Content .main_area .detail .sentence .sec-Ttl {
  margin-bottom: 4px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .sentence .sec-Ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.index-Recommendation_Content .main_area .detail .sentence ul {
  text-indent: -8px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .sentence ul {
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .sentence ul {
    margin-bottom: 32px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .sentence ul {
    margin-bottom: 4.2666666667vw;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .sentence ul:last-child {
    margin-bottom: 0;
  }
}
.index-Recommendation_Content .main_area .detail .ttl {
  font-weight: 800;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 28px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 28px;
    width: 552px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-left: 7.4666666667vw;
    width: 78.6666666667vw;
  }
}
.index-Recommendation_Content .main_area .detail .ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url(../../images/common/index/icon_exclamation.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .ttl::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .ttl::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .ttl::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content .main_area .detail .ttl + .sentence {
    margin-top: 6px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content .main_area .detail .ttl + .sentence {
    margin-top: 4px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content .main_area .detail .ttl + .sentence {
    margin-top: 1.0666666667vw;
  }
}
.index-Recommendation_Content:nth-of-type(1) .example .img-Wrapper::before {
  background: url(../../images/common/index/title_video-contributor.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content:nth-of-type(1) .example .img-Wrapper::before {
    width: 337px;
    height: 100px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(1) .example .img-Wrapper::before {
    width: 337px;
    max-width: 337px;
    height: 100px;
    max-height: 100px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content:nth-of-type(1) .example .img-Wrapper::before {
    width: 91.4666666667vw;
    height: 27.2vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content:nth-of-type(2) {
    margin-top: 118px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(2) {
    margin-top: 146px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content:nth-of-type(2) {
    margin-top: 36.2666666667vw;
  }
}
.index-Recommendation_Content:nth-of-type(2) .example .img-Wrapper::before {
  background: url(../../images/common/index/title_streamer.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content:nth-of-type(2) .example .img-Wrapper::before {
    width: 379px;
    height: 106px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(2) .example .img-Wrapper::before {
    width: 379px;
    max-width: 379px;
    height: 106px;
    max-height: 106px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content:nth-of-type(2) .example .img-Wrapper::before {
    width: 91.4666666667vw;
    height: 25.6vw;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content:nth-of-type(2) .detail .icon_List .sw-Icon {
    margin: 0 1.0666666667vw 2.1333333333vw;
  }
  .index-Recommendation_Content:nth-of-type(2) .detail .icon_List .sw-Icon:nth-of-type(3) {
    margin-bottom: 2.1333333333vw;
  }
  .index-Recommendation_Content:nth-of-type(2) .detail .icon_List .sw-Icon:nth-of-type(4) {
    margin-bottom: 2.1333333333vw;
  }
  .index-Recommendation_Content:nth-of-type(2) .detail .icon_List .sw-Icon:nth-of-type(5) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content:nth-of-type(3) {
    margin-top: 158px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(3) {
    margin-top: 186px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_Content:nth-of-type(3) {
    margin-top: 41.3333333333vw;
  }
}
.index-Recommendation_Content:nth-of-type(3) .example .img-Wrapper::before {
  background: url(../../images/common/index/title_tools-materials.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content:nth-of-type(3) .example .img-Wrapper::before {
    width: 437px;
    height: 146px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(3) .example .img-Wrapper::before {
    width: 378px;
    max-width: 473px;
    height: 143px;
    max-height: 146px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(3) .example .img-Wrapper::before {
    width: 91.4666666667vw;
    height: 30.6666666667vw;
  }
}
@media print, screen and (min-width: 640px) and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(3) .detail .ttl {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_Content:nth-of-type(3) .detail .ttl + .sentence {
    letter-spacing: 0.01em;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_Content:nth-of-type(3) .detail .ttl + .sentence {
    letter-spacing: 0.01em;
  }
}
.index-Recommendation_method {
  display: block;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method {
    max-width: 1024px;
    padding: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_method {
    width: 600px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_method {
    width: 91.4666666667vw;
    margin: 0 auto;
  }
}
.index-Recommendation_method .img_title {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .img_title img {
    width: 363px;
    margin: 80px 0 32px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_method .img_title img {
    width: 60%;
    margin: 80px 0 36px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_method .img_title img {
    width: 80%;
    margin: 80px 0 48px;
  }
}
.index-Recommendation_method .method {
  position: relative;
  background: #fff;
  border: 2px solid #B091C5;
  border-radius: 10px;
  margin-bottom: 64px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method {
    padding: 36px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_method .method {
    padding: 24px;
  }
}
.index-Recommendation_method .method:last-child {
  margin-bottom: 0;
}
.index-Recommendation_method .method .heading {
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
  background-color: #B091c5;
  border-radius: 9999px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .heading {
    font-size: 18px;
  }
}
.index-Recommendation_method .method .heading[data-sp-row=double] {
  top: -36px;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .heading[data-sp-row=double] {
    top: -24px;
  }
}
.index-Recommendation_method .method .method_Inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .method_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.index-Recommendation_method .method .method_Inner .img-Wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .method_Inner .img-Wrapper {
    margin-right: 32px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_method .method .method_Inner .img-Wrapper {
    margin: 16px 0;
  }
}
.index-Recommendation_method .method .method_Inner .img-Wrapper img {
  border-radius: 10px;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .method_Inner .img-Wrapper img {
    width: 300px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_method .method .method_Inner .img-Wrapper img {
    width: 400px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_method .method .method_Inner .img-Wrapper img {
    width: 100%;
  }
}
.index-Recommendation_method .method .method_Inner .detail {
  text-align: center;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .method_Inner .detail {
    /* 960以上で適用 */
    text-align: left;
  }
}
.index-Recommendation_method .method .method_Inner .detail .title {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #524C62;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .method_Inner .detail .title {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Recommendation_method .method .method_Inner .detail .title {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Recommendation_method .method .method_Inner .detail .title {
    font-size: 20px;
  }
}
.index-Recommendation_method .method .method_Inner .detail .sentence {
  margin-top: 12px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .index-Recommendation_method .method .method_Inner .detail .sentence {
    text-align: left;
  }
}
.index-Recommendation_method .method .method_Inner .detail .link_area {
  margin: 16px 24px 0 0;
}
.index-Recommendation_method .method .method_Inner .detail .link_area a {
  font-size: 18px;
}

/* =============================================================== */
/* .index-Faq */
/* =============================================================== */
@media print, screen and (min-width: 960px) {
  .index-Faq {
    padding: 80px 0 100px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq {
    padding: 80px 0 100px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Faq .sw-Anchor {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq .sw-Anchor {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
.index-Faq_Inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Inner {
    width: 1024px;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content {
    margin-top: 72px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content {
    width: 588px;
    margin: 33px auto 0;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content {
    width: 87.2vw;
    margin: 12.8vw auto 0;
  }
}
.index-Faq_Content .faq_List .item {
  background: #FAFAFA;
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content .faq_List .item {
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content .faq_List .item {
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content .faq_List .item {
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content .faq_List .item + .item {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content .faq_List .item + .item {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content .faq_List .item + .item {
    margin-top: 2.1333333333vw;
  }
}
.index-Faq_Content .faq_List .item .question {
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content .faq_List .item .question {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 30px 72px 30px 40px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .index-Faq_Content .faq_List .item .question:hover {
    color: #B091C5;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content .faq_List .item .question {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 12px 48px 12px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content .faq_List .item .question {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 3.2vw 12.8vw 3.2vw 6.4vw;
  }
}
@media (any-hover: hover) {
  .index-Faq_Content .faq_List .item .question {
    cursor: pointer;
  }
}
.index-Faq_Content .faq_List .item .question::before, .index-Faq_Content .faq_List .item .question::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content .faq_List .item .question::before, .index-Faq_Content .faq_List .item .question::after {
    right: 24px;
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content .faq_List .item .question::before, .index-Faq_Content .faq_List .item .question::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content .faq_List .item .question::before, .index-Faq_Content .faq_List .item .question::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 4.2666666667vw;
  }
}
.index-Faq_Content .faq_List .item .question::before {
  background: url(../../images/common/index/icon_close-minus.svg) no-repeat top center/contain;
  background-color: #FAFAFA;
  z-index: 1;
}
.index-Faq_Content .faq_List .item .question::after {
  background: url(../../images/common/index/icon_open-plus.svg) no-repeat top center/contain;
  background-color: #FAFAFA;
  z-index: 2;
}
.index-Faq_Content .faq_List .item .question.active::after {
  opacity: 0;
}
.index-Faq_Content .faq_List .item .answer {
  display: none;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content .faq_List .item .answer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
    padding: 16px 40px 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content .faq_List .item .answer {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    padding: 12px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content .faq_List .item .answer {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0;
    padding: 3.2vw 6.4vw;
  }
}
.index-Faq_Content .faq_List .item .answer::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateX(-50%) scale(1, 0.5);
          transform: translateX(-50%) scale(1, 0.5);
  top: 0;
  left: 50%;
  background: #524C62;
}
@media print, screen and (min-width: 960px) {
  .index-Faq_Content .faq_List .item .answer::before {
    width: 944px;
    height: 1px;
  }
}
@media print, screen and (max-width: 959px) {
  .index-Faq_Content .faq_List .item .answer::before {
    width: 540px;
    height: 1px;
  }
}
@media print, screen and (max-width: 639px) {
  .index-Faq_Content .faq_List .item .answer::before {
    width: 74.4vw;
    height: 0.2666666667vw;
  }
}
.index-Faq_Content .faq_List .item .answer .annotation_mark {
  color: #B091C5;
  font-weight: bold;
}
.index-Faq_Content .faq_List .item .answer .annotation_text {
  color: #B091C5;
  font-size: 90%;
  font-weight: bold;
}
.index-Faq_Content .faq_List .item .sw-Line {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  border-top: 2px dotted #524C62;
  opacity: 0.25;
}

/* =============================================================== */
/* common */
/* =============================================================== */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  opacity: 0;
  z-index: 10000;
}

.text_Box {
  line-height: 1.7;
  letter-spacing: 0;
  border: 1px solid #B091C5;
  background: #fff;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.text_Box .sentence {
  line-height: 1.6;
  letter-spacing: 0;
}

div.link_area {
  position: relative;
  display: inline-block;
  margin: 28px 0 6px;
  text-underline-offset: 4px;
  /* A案 下記デザイン未fix
  margin: 24px 0 4px;
  background: #FFF6EE;
  padding: 12px 48px 12px 28px;
  font-weight: bold;
  border-radius: 10px;
  */
  /* B案 下記デザイン未fix */
  font-weight: bold;
}
@media print, screen and (max-width: 959px) {
  div.link_area {
    line-height: 1.6;
  }
}
div.link_area a {
  /* B案 下記デザイン未fix */
  font-size: 19px;
  font-size: 1.9rem;
}
div.link_area::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/common/index/icon_blank.svg) no-repeat top center/contain;
  top: 50%;
  right: -20px;
  /* A案 下記デザイン未fix
  right: 24px;
  */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_Somewhere {
  margin-top: 20px;
}
.faq_Somewhere .item {
  background: #FAFAFA;
}
@media print, screen and (min-width: 960px) {
  .faq_Somewhere .item {
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 959px) {
  .faq_Somewhere .item {
    border-radius: 10px;
  }
}
@media print, screen and (max-width: 639px) {
  .faq_Somewhere .item {
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 960px) {
  .faq_Somewhere .item + .item {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .faq_Somewhere .item + .item {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 639px) {
  .faq_Somewhere .item + .item {
    margin-top: 2.1333333333vw;
  }
}
.faq_Somewhere .item .question {
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .faq_Somewhere .item .question {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 12px 28px 12px 28px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .faq_Somewhere .item .question:hover {
    color: #B091C5;
  }
}
@media print, screen and (max-width: 959px) {
  .faq_Somewhere .item .question {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 12px 48px 12px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .faq_Somewhere .item .question {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding: 3.2vw 12.8vw 3.2vw 6.4vw;
  }
}
@media (any-hover: hover) {
  .faq_Somewhere .item .question {
    cursor: pointer;
  }
}
.faq_Somewhere .item .question::before, .faq_Somewhere .item .question::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
}
@media print, screen and (min-width: 960px) {
  .faq_Somewhere .item .question::before, .faq_Somewhere .item .question::after {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .faq_Somewhere .item .question::before, .faq_Somewhere .item .question::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
@media print, screen and (max-width: 639px) {
  .faq_Somewhere .item .question::before, .faq_Somewhere .item .question::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 4.2666666667vw;
  }
}
.faq_Somewhere .item .question::before {
  background: url(../../images/common/index/icon_close-minus.svg) no-repeat top center/contain;
  background-color: #FAFAFA;
  z-index: 1;
}
.faq_Somewhere .item .question::after {
  background: url(../../images/common/index/icon_open-plus.svg) no-repeat top center/contain;
  background-color: #FAFAFA;
  z-index: 2;
}
.faq_Somewhere .item .question.active::after {
  opacity: 0;
}
.faq_Somewhere .item .answer {
  display: none;
  position: relative;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media print, screen and (min-width: 960px) {
  .faq_Somewhere .item .answer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0;
    padding: 16px 28px 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .faq_Somewhere .item .answer {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    padding: 12px 24px;
  }
}
@media print, screen and (max-width: 639px) {
  .faq_Somewhere .item .answer {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0;
    padding: 3.2vw 6.4vw;
  }
}
.faq_Somewhere .item .answer::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateX(-50%) scale(1, 0.5);
          transform: translateX(-50%) scale(1, 0.5);
  top: 0;
  left: 50%;
  background: #524C62;
}
@media print, screen and (min-width: 960px) {
  .faq_Somewhere .item .answer::before {
    width: 618px;
    height: 1px;
  }
}
@media print, screen and (max-width: 959px) {
  .faq_Somewhere .item .answer::before {
    width: 540px;
    height: 1px;
  }
}
@media print, screen and (max-width: 639px) {
  .faq_Somewhere .item .answer::before {
    width: 67.2vw;
    height: 0.2666666667vw;
  }
}
.faq_Somewhere .item .sw-Line {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  border-top: 2px dotted #524C62;
  opacity: 0.25;
}