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

  CSS Reset

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

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

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

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

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

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

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

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

dd {
  margin-bottom: 0;
  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-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

  共通スタイル

-------------------------------- */
/* 共通見出し */
/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #FD006E;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -91px;
  margin-bottom: 90px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

* {
  scroll-behavior: auto !important;
}

.font-feature-settings {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

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

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

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

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  background: #2e28f2;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px), print {
  .main {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
    margin-top: 163px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .header {
    height: 60px !important;
  }
}

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

  モーダル

-------------------------------- */
.modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding: 1em;
  white-space: nowrap;
}
@media screen and (min-width: 1100px), print {
  .modal-container {
    padding: 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-container {
    padding: 1em 1em 9em 1em;
  }
}
.modal-container::-webkit-scrollbar {
  display: none;
}
.modal-container::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.modal-content {
  position: relative;
  border-radius: 2rem;
  background-color: #37a9ec;
  padding: 2em 1em 1em 1em;
  width: 100%;
  max-width: 361px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  z-index: 1000;
}
@media screen and (min-width: 1100px), print {
  .modal-content {
    border-radius: 3rem;
    padding: 2em;
    max-width: 1100px;
  }
}
.modal-close {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 64px;
  height: 64px;
  border: 5px solid #37a9ec;
  background-color: #3716fb;
  border-radius: 100%;
  color: #fff;
  line-height: 1;
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .modal-close {
    width: 36px;
    height: 36px;
    font-size: 2.8rem;
    border: 2px solid #37a9ec;
    top: -1rem;
    right: -1rem;
  }
}
.modal-detail {
  position: relative;
  margin: 0 auto;
  margin-top: 3rem;
  max-width: 670px;
  border-radius: 2rem;
  background-color: #3716fc;
  padding: 2.3em 2em 2em 4em;
  text-align: left;
}
@media screen and (max-width: 1099.98px) {
  .modal-detail {
    padding: 1.5em 1.5em 1.2em 1.5em;
    border-radius: 1.5rem;
  }
}
.modal-detail::before {
  content: "";
  position: absolute;
  right: -9rem;
  display: block;
  width: 132px;
  height: 152px;
  background: url("../img/modal-obake01.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .modal-detail::before {
    right: -1em;
    top: auto;
    bottom: -1em;
    width: 55px;
    height: 58px;
    background: url("../img/sp/modal-obake01.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-detail::before {
    bottom: -2rem;
  }
}
.modal-detail-heading {
  position: absolute;
  top: -2rem;
  left: -1rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-detail-heading {
    max-width: 90px;
    top: -2.5rem;
  }
}
.modal-detail-text {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .modal-detail-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-detail-text br {
    display: none;
  }
}
.modal-detail-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.5rem;
  margin: 2rem -1.5rem -0.8rem 0;
}
@media screen and (max-width: 1099.98px) {
  .modal-detail-list {
    margin: 1.5rem -1.5rem -0.8rem 0;
  }
}
.modal-detail-list::before {
  content: "もっと詳しく";
  position: absolute;
  left: -4rem;
  top: 0;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1099.98px) {
  .modal-detail-list::before {
    left: -1rem;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.modal-detail-list li {
  position: relative;
  padding-left: 1em;
  margin: 0 1.5rem 0.8rem 0;
}
.modal-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66rem;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.modal-detail-list li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  text-decoration: underline;
}
.modal-detail-list li a:hover {
  text-decoration: none;
}
.modal-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-header {
    margin-bottom: 2.5rem;
  }
}
.modal-heading {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 6.4rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
  color: #3716fb;
}
@media screen and (max-width: 1099.98px) {
  .modal-heading {
    font-size: 2.8rem;
  }
}
.modal-heading::before {
  content: "";
  position: absolute;
  left: -13rem;
  top: 0;
  display: block;
  width: 101px;
  height: 99px;
  background: url("../img/heading-deco01.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .modal-heading::before {
    left: -5rem;
    top: -1rem;
    width: 41px;
    height: 45px;
    background: url("../img/sp/heading-deco01.png") no-repeat center/cover;
  }
}
.modal-heading::after {
  content: "";
  position: absolute;
  right: -19rem;
  top: 0;
  display: block;
  width: 159px;
  height: 74px;
  background: url("../img/heading-deco02.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .modal-heading::after {
    right: -4.8rem;
    top: -1.5rem;
    width: 36px;
    height: 55px;
    background: url("../img/sp/heading-deco02.png") no-repeat center/cover;
  }
}
.modal-heading span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1100px), print {
  .modal-heading span {
    min-width: 248px;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-heading span {
    padding: 0 1rem;
  }
}
.modal-heading span::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  height: 53px;
  border-radius: 10em;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  z-index: -1;
}
@media screen and (max-width: 1099.98px) {
  .modal-heading span::before {
    height: 24px;
    bottom: -0.1rem;
  }
}
.modal-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .modal-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-flow-item {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 1099.98px) {
  .modal-flow-item {
    width: 100%;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-flow-item.accent01:not(:last-child)::before {
    right: -1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-flow-item.accent02:not(:last-child)::before {
    right: -3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-flow-item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-flow-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.modal-flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .modal-flow-item:not(:last-child)::before {
    right: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(100%);
            transform: translateY(-50%) translateY(100%);
    border-left: 18px solid #00ff42;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-flow-item:not(:last-child)::before {
    left: 50%;
    bottom: -2.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 14px solid #00ff42;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
.modal-flow-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .modal-flow-image {
    min-height: 260px;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-flow-image {
    max-width: 200px;
    margin: 0 auto 1.5rem;
  }
}
.modal-flow-image.accent01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal-flow-text {
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .modal-flow-text {
    font-size: 1.4rem;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}
.modal-close {
  display: block;
  cursor: pointer;
}
body.modal-open, html.modal-open {
  overflow: hidden;
}
.hero-model .model-title-link a {
  cursor: pointer;
}

.modal-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.modal-design-item {
  position: absolute;
}
@media screen and (max-width: 1099.98px) {
  .modal-design-item.only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-design-item.only-sp {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-design-item-01 {
    top: 4rem;
    left: -10rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-design-item-01 {
    top: 20rem;
    left: -2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-design-item-02 {
    bottom: 4rem;
    right: -12rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-design-item-02 {
    top: 19rem;
    right: -2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-design-item-03 {
    top: 10rem;
    right: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-design-item-03 {
    bottom: 43rem;
    right: -1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-design-item-04 {
    bottom: 3rem;
    left: -11rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-design-item-04 {
    bottom: 25rem;
    left: -1.5rem;
  }
}

:root {
  --transition-delay01: 500ms;
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55 );
  --ease-bound: var(--easeInOutBack);
  --transition-scale: 650ms var(--ease-bound);
}

/* アニメーション発火前のスタイル */
body #main [data-aos=zoom_anim01] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0) rotate(0.00001deg);
          transform: scale(0) rotate(0.00001deg);
  -webkit-transition: var(--transition-scale);
  transition: var(--transition-scale);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-perspective: 1000;
          perspective: 1000;
}

body #main .zoom_anim_delay01 {
  -webkit-transition-delay: var(--transition-delay01);
          transition-delay: var(--transition-delay01);
}

/* アニメーション発火時のスタイル */
body #main [data-aos=zoom_anim01].aos-animate {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0.00001deg);
          transform: scale(1) rotate(0.00001deg);
}

.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

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

  トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.hero-section {
  position: relative;
  height: 1400px;
  padding: 1em;
}
@media screen and (min-width: 1100px), print {
  .hero-section {
    height: 800px;
    padding: 2em;
  }
}
.hero-section .inner {
  position: static;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: none;
}
@media screen and (max-width: 1099.98px) {
  .hero-section .inner {
    max-width: 390px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-main {
  padding-top: 40rem;
}
@media screen and (min-width: 1100px), print {
  .hero-main {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-main {
    padding-top: 41rem;
  }
}
.hero-catch {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .hero-catch::before {
    content: "";
    position: absolute;
    top: -5rem;
    right: -9rem;
    display: block;
    width: 110px;
    height: 183px;
    background: url("../img/design-img05.png") no-repeat center/cover;
    z-index: 1;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-catch::before {
    top: -5rem;
    right: -9rem;
    width: 134px;
    height: 223px;
  }
}
.hero-catch-name {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .hero-catch-name {
    padding: 0 2rem;
    margin-bottom: 2.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-catch-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-catch-name::before {
    content: "";
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    right: 0;
    height: 32px;
    border-radius: 10em;
    background: #0b0768;
    z-index: -1;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-catch-name::before {
    height: 45px;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-catch-name::after {
    content: "";
    position: absolute;
    bottom: -7.5rem;
    left: -2rem;
    display: block;
    width: 110px;
    height: 84px;
    background: url("../img/design-img04.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-catch-name::after {
    bottom: -9.5rem;
    left: -3rem;
    width: 136px;
    height: 105px;
  }
}
.hero-catch-name .catch01 {
  display: inline-block;
  font-size: 3rem;
}
@media screen and (min-width: 1100px), print {
  .hero-catch-name .catch01 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-catch-name .catch01 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-catch-name .catch01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-catch-name .catch01 {
    position: relative;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    padding: 0 0.8rem;
  }
  .hero-catch-name .catch01::before {
    content: "";
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    right: 0;
    height: 26px;
    border-radius: 10em;
    background: #0b0768;
    z-index: -1;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-catch-name .catch01::before {
    height: 20px;
  }
}
.hero-catch-name .catch01 span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-catch-name .catch02 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
}
@media screen and (min-width: 1100px), print {
  .hero-catch-name .catch02 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-catch-name .catch02 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-catch-name .catch02 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-catch-name .catch02 {
    position: relative;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
    padding: 0 0.9rem;
  }
  .hero-catch-name .catch02::before {
    content: "";
    position: absolute;
    bottom: 0.9rem;
    left: 0;
    right: 0;
    height: 43px;
    border-radius: 10em;
    background: #0b0768;
    z-index: -1;
  }
  .hero-catch-name .catch02::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: -1rem;
    display: block;
    width: 93px;
    height: 23px;
    background: url("../img/sp/design-img08.png") no-repeat center/cover;
  }
}
.hero-catch-name .catch02 span {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff42), color-stop(90%, #00ffe4), to(#00ffe4));
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-catch-text {
  color: #fff;
  line-height: 1.8;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 1100px), print {
  .hero-catch-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-catch-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-catch-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-image .only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-image .only-sp {
    display: none;
  }
}
.hero-model .model-title-link {
  position: absolute;
}
.hero-model .model-title-link a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero-model .model-title-link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-title-link .only-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-title-link .only-sp {
    display: none;
  }
}
.hero-model .model-item {
  position: absolute;
}
.hero-model .model-item-inner {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-01 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-01 {
    max-width: 430px;
    z-index: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-01 {
    bottom: 18rem;
    left: 0.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .hero-model .model-item-01 {
    max-width: 270px;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-01 .model-title-link {
    top: 0;
    left: 0.5rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-01 .model-title-link {
    max-width: 175px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-01 .model-title-link {
    top: -6rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-02 {
    top: 11rem;
    left: 27%;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-model .model-item-02 {
    left: 30%;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-02 {
    max-width: 230px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-02 {
    top: 3.5rem;
    right: 3.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-model .model-item-02 {
    right: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-02 .model-title-link {
    top: -9rem;
    right: -2rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-02 .model-title-link {
    max-width: 170px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-02 .model-title-link {
    top: -3rem;
    left: -9rem;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-03 {
    top: 4rem;
    right: 18%;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-model .model-item-03 {
    right: 22%;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-03 {
    max-width: 330px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-03 {
    top: 24rem;
    right: 8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-model .model-item-03 {
    right: 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-03 .model-title-link {
    top: -3rem;
    right: 3.5rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-03 .model-title-link {
    max-width: 165px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-03 .model-title-link {
    top: -6rem;
    right: -4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-04 {
    right: 2rem;
    top: 26rem;
  }
}
@media screen and (min-width: 1440px), print {
  .hero-model .model-item-04 {
    top: 24rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-04 {
    max-width: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-04 {
    top: 85rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .hero-model .model-item-04 {
    max-width: 185px;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-model .model-item-04 {
    z-index: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-04 .model-title-link {
    top: -7.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-04 .model-title-link {
    max-width: 170px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-04 .model-title-link {
    top: -7rem;
    right: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-05 {
    bottom: 1rem;
    left: 2rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-05 {
    max-width: 380px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-05 {
    top: 75rem;
    left: 0.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .hero-model .model-item-05 {
    max-width: 220px;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-05 .model-title-link {
    top: -7.5rem;
    left: 2rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-05 .model-title-link {
    max-width: 170px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-05 .model-title-link {
    top: -7rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-06 {
    top: 7rem;
    left: 2rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-06 {
    max-width: 280px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-06 {
    top: 13rem;
    left: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-06 .model-title-link {
    top: -6rem;
    right: -4rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-06 .model-title-link {
    max-width: 160px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-06 .model-title-link {
    top: -6rem;
    left: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-07 {
    right: 2rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-07 {
    max-width: 280px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-07 {
    bottom: 0.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .hero-model .model-item-07 {
    max-width: 260px;
  }
}
@media screen and (max-width: 359.98px) {
  .hero-model .model-item-07 {
    z-index: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-model .model-item-07 .model-title-link {
    top: -4rem;
    left: -6rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .hero-model .model-item-07 .model-title-link {
    max-width: 160px;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-model .model-item-07 .model-title-link {
    top: -6rem;
    right: -1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design.design-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-design.design-sp {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-design .design-item-01 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-01 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-design .design-item-02 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-02 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .hero-design .design-item-03 {
    position: absolute;
    top: 1.5rem;
    left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-03 {
    position: absolute;
    top: 22rem;
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-04 {
    position: absolute;
    top: 50rem;
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-05 {
    position: absolute;
    top: 35rem;
    left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-06 {
    position: absolute;
    top: 69rem;
    right: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .hero-design .design-item-07 {
    position: absolute;
    bottom: 24rem;
    right: 0;
  }
}
.hero-model-list li a {
  color: blue;
  text-decoration: underline;
}
.hero-model-list li a:hover {
  text-decoration: none;
}