@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: 1em; /* 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* =========================================================================
// add rset for normalize.css
//========================================================================= */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, table, pre {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

li {
  list-style: none;
}

br {
  letter-spacing: 0 !important;
}

a {
  color: inherit;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

iframe {
  border: none;
}

figure {
  margin: 0;
}

* {
  background-repeat: no-repeat;
}

/* form Styles
/*------------------------------------------------------------------------------*/
label, input[type=checkbox] {
  cursor: pointer;
}

select,
input[type=button],
input[type=text],
input[type=submit],
input[type=email],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

/* =========================================================================
// js init helper
// ========================================================================= */
.isNone {
  display: none !important;
}
.no-js .isNone {
  display: none !important;
}

.isHidden {
  visibility: hidden;
}
.no-js .isHidden {
  visibility: visible;
}

/* =========================================================================
// css helper
// ========================================================================= */
.unactive {
  pointer-events: none;
  opacity: 0.6;
}

.uppercase {
  text-transform: uppercase;
}

body {
  font-feature-settings: "palt";
}
html[lang=ja] body {
  letter-spacing: 0.06em;
}
body {
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  background-color: #fff;
  color: #555;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}

picture, img {
  pointer-events: none;
}

.contents__wrap {
  position: relative;
  overflow-x: hidden;
}

.section h2 span {
  font-family: "inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.main__article > section {
  position: relative;
}

a {
  color: #111;
}

a:hover {
  color: rgb(91.8, 91.8, 91.8);
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

.contents_link:not(.contents_link + .contents_link) {
  margin-top: 80px;
}
.contents_link::before {
  content: "→";
  display: inline-block;
  padding-right: 0.5em;
}

.section__tagline {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 100px;
}

@media (min-width: 768px) {
  .active_sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .active_pc {
    display: none;
  }
}

p {
  line-height: 2.2;
}

section > .mw__wrap {
  padding-top: 10em;
  padding-bottom: 10em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  section > .mw__wrap {
    padding-top: 8em;
    padding-bottom: 7em;
    padding-left: 8%;
    padding-right: 8%;
  }
}

a .icon_arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  width: 34px;
  height: 34px;
}
a .icon_arrow path {
  fill: #fff;
}
a .icon_arrow polygon {
  fill: #fff;
}

svg {
  line-height: 0;
  vertical-align: bottom;
}

body {
  background-color: #F5F5F5;
  background-image: url("/assets/images/hero_bg.png");
  background-position: top -300px center;
  background-size: 1668px auto;
}
@media (max-width: 768px) {
  body {
    background-position: top -80px center;
  }
}

.about-100plus {
  padding-top: 8rem;
}
.about-100plus .mw__wrap {
  border-radius: 64px;
  padding: 4em 4rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .about-100plus .mw__wrap {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.about-100plus .section__head {
  text-align: center;
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .about-100plus .section__head {
    padding-bottom: 3em;
  }
}
.about-100plus .item__wrap {
  position: relative;
}
@media (max-width: 768px) {
  .about-100plus .item__wrap {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-100plus .corp_icon {
  width: 120px;
}
@media (max-width: 768px) {
  .about-100plus .corp_icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .about-100plus .corp_icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -280px;
    width: 150px;
  }
}
.about-100plus .corp_icon svg {
  width: 100%;
  height: auto;
}
.about-100plus .corp_description {
  position: relative;
}
@media (max-width: 768px) {
  .about-100plus .corp_description {
    padding-top: 4em;
  }
}
@media (min-width: 768px) {
  .about-100plus .corp_description {
    margin-left: 50%;
    padding-left: 1em;
    max-width: 500px;
  }
}
.about-100plus .corp_description h3 {
  margin-bottom: 2em;
}
.about-100plus .corp_description p {
  margin-top: 1em;
  line-height: 1.7;
}
.about-100plus .link {
  margin-top: 3em;
}
.about-100plus a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.about-100plus a .icon_arrow_blank {
  margin-left: 0.4em;
  position: relative;
  bottom: -0.2em;
}

.about_sanokouni {
  background-image: url("/assets/images/funk3_bg.png");
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}
.about_sanokouni:before {
  content: "";
  line-height: 0;
  letter-spacing: 0;
  vertical-align: bottom;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--orange_grad, linear-gradient(0deg, #F67D42 0%, #FF9D67 100%));
  opacity: 0.5;
}
.about_sanokouni .inner__wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .about_sanokouni .inner__wrap {
    flex-direction: column;
  }
}
.about_sanokouni .mw__wrap {
  position: relative;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}
.about_sanokouni .contents_header .text {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 0.5em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .about_sanokouni .contents_header .logo {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_sanokouni .contents_header {
    margin-bottom: 2em;
  }
}
.about_sanokouni .discription {
  position: relative;
  width: 720px;
  padding: 48px 60px;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.about_sanokouni .discription p {
  line-height: 1.6;
  font-weight: 700;
}
.about_sanokouni .discription P + P {
  padding-top: 0.6em;
}
@media (max-width: 768px) {
  .about_sanokouni .discription {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

.app_dl .mw__wrap {
  padding-top: 0;
}
.app_dl .prehead_visual {
  text-align: center;
}
@media (max-width: 768px) {
  .app_dl .prehead_visual {
    width: 100%;
  }
  .app_dl .prehead_visual svg {
    width: 100%;
  }
}
.app_dl .section__head {
  text-align: center;
  padding-bottom: 0em;
  font-weight: 700;
  margin-top: -2.6em;
  padding-bottom: 1em;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .app_dl .section__head {
    margin-top: -4.6em;
  }
}
.app_dl .item__wrap {
  display: flex;
  background-color: #fff;
  border-radius: 40px;
  max-width: 900px;
  padding: 60px 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .app_dl .item__wrap {
    flex-direction: column;
  }
}
.app_dl .item__app-icon {
  text-align: center;
}
@media (min-width: 768px) {
  .app_dl .item__app-icon {
    margin-right: 4rem;
  }
}
.app_dl .item__app-icon .icon {
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.app_dl .text {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.8rem;
  padding-top: 1em;
}
.app_dl .icon {
  display: inline-block;
  width: 120px;
  overflow: hidden;
  border-radius: 32px;
  line-height: 0;
}
.app_dl .item__dlto {
  text-align: center;
  margin: 0 1.2rem;
}
.app_dl .item__dlto .qr {
  display: inline-block;
  width: 110px;
}
@media (max-width: 768px) {
  .app_dl .item__dlto .qr {
    display: none;
  }
}
.app_dl .item__dlto .dl_on_store {
  width: 160px;
}
.app_dl .item__dlto .dl_on_store a {
  display: block;
}
.app_dl .item__dlto .dl_on_store svg {
  width: 100%;
}
@media (max-width: 768px) {
  .app_dl .item__dlto .dl_on_store {
    width: 200px;
    margin-top: 2em;
  }
}
.app_dl .item__notice {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
}
.app_dl .item__notice p {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .app_dl .item__notice {
    text-align: left;
  }
}

.prefooter {
  padding-top: 120px;
  padding-bottom: 120px;
}
.prefooter .sns_item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prefooter .sns_item a {
  margin-left: 2em;
  margin-right: 2em;
}

.footer {
  padding-bottom: 80px;
}
.footer .flex {
  padding-top: 80px;
  border-top: 1px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 768px) {
  .footer .flex {
    max-width: 60%;
    flex-direction: column;
  }
}
.footer small {
  font-size: 1.5rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer small {
    margin-top: 40px;
    order: 2;
  }
}
.footer .item__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .footer .item__wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer .terms {
    margin-right: 2em;
  }
}
.footer a {
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer a .icon_arrow_blank {
  margin-left: 0.4em;
  position: relative;
  bottom: -0.1em;
}

.founder .mw__wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.founder .mw__wrap::before {
  content: "";
  background: #FFE9DD;
  width: 100%;
  height: 440px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 80px;
}
.founder .section__head {
  position: relative;
}
@media (min-width: 768px) {
  .founder .section__head {
    position: relative;
    left: 54%;
    top: 140px;
  }
}
@media (max-width: 768px) {
  .founder .section__head {
    text-align: center;
    padding-bottom: 1.5em;
  }
}
.founder .message {
  position: relative;
  line-height: 0;
  vertical-align: bottom;
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 768px) {
  .founder .message {
    left: 50%;
    margin-left: -218px;
    width: 393px;
  }
}

.function_index .section__head {
  text-align: center;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .function_index .section__head {
    padding-bottom: 4em;
  }
}
.function_index .section__text {
  font-weight: 700;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .function_index .section__text {
    text-align: center;
  }
}
.function_index .item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .function_index .item__wrap {
    flex-direction: column;
  }
}
.function_index .items {
  background-color: #fff;
  border-radius: 30px;
  padding-left: 2em;
  padding-right: 2em;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .function_index .items {
    width: 21%;
  }
}
@media (min-width: 768px) {
  .function_index .items + .items {
    margin-left: 1.6rem;
  }
}
@media (max-width: 768px) {
  .function_index .items + .items {
    margin-top: 1.5rem;
  }
}
.function_index .items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding-top: 2.4rem;
  padding-bottom: 2.2rem;
}
.function_index .items hgroup {
  display: flex;
  align-items: center;
}
.function_index .items .icon {
  width: 3.6rem;
  padding-right: 1rem;
}
.function_index .items .icon svg {
  width: 100%;
  height: auto;
}
.function_index .items .item__head {
  color: #FF792D;
  font-size: 2.3rem;
}
@media (max-width: 768px) {
  .function_index .items .item__head {
    font-size: 2rem;
  }
}
.function_index .items .item__text {
  padding-top: 0.8rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .function_index .items .item__text br {
    display: none;
  }
}

@media (min-width: 768px) {
  .function_item {
    padding-top: 6em;
    padding-bottom: 3em;
  }
}
.function_item .mw__wrap {
  max-width: 1120px;
}
.function_item .items:not(:last-child) {
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .function_item .items:not(:last-child) {
    padding-bottom: 140px;
  }
}
.function_item .items {
  position: relative;
  max-width: 660px;
}
.function_item .items .item__inner {
  position: relative;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .function_item .items .item__inner {
    padding: 80px 100px;
    background-color: #fff;
  }
}
.function_item .items .figs {
  position: relative;
}
@media (min-width: 768px) {
  .function_item .items .figs {
    position: absolute;
  }
}
.function_item .items .set02 {
  width: 60%;
  margin-right: auto;
  top: -80px;
  left: -40px;
}
.function_item .items .set01 {
  width: 70%;
  margin-left: auto;
  top: 80px;
  left: 60px;
}
.function_item .items .set04 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  top: -80px;
}
.function_item .items .set03 {
  width: 60%;
  top: 50px;
  left: -40px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .function_item .items {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .function_item .items.measure {
    margin-left: auto;
  }
  .function_item .items.measure .item-inner__fig {
    position: absolute;
    width: 480px;
    top: -60px;
    left: 50%;
    margin-left: -800px;
  }
  .function_item .items.measure .set01 {
    width: 350px;
    top: -310px;
    left: 450px;
  }
  .function_item .items.measure .set02 {
    width: 330px;
    top: 487px;
    left: -620px;
  }
  .function_item .items.saroku .item-inner__fig {
    position: absolute;
    width: 480px;
    top: -110px;
    left: 50%;
    margin-left: 300px;
  }
  .function_item .items.find {
    margin-left: auto;
  }
  .function_item .items.find .item-inner__fig {
    position: absolute;
    width: 480px;
    top: -150px;
    left: 50%;
    margin-left: -800px;
  }
  .function_item .items.find .set03 {
    width: 350px;
    top: -310px;
    left: 450px;
  }
  .function_item .items.find .set04 {
    width: 330px;
    top: 230px;
    left: -660px;
  }
  .function_item .items.know .item-inner__fig {
    position: absolute;
    width: 480px;
    top: -110px;
    left: 50%;
    margin-left: 300px;
  }
}
.function_item .items .item__label span {
  display: inline-block;
  background-color: #FF792D;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  padding: 0.5em 2em;
}
.function_item .items .anker {
  position: absolute;
  left: 0;
  top: -40px;
}
@media (min-width: 768px) {
  .function_item .items .anker {
    top: -100px;
  }
}
.function_item .items .icon {
  position: absolute;
  top: 0px;
  left: 70%;
  width: 180px;
}
.function_item .items .icon svg {
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.function_item .items .item__head {
  letter-spacing: 0.1em;
  padding-top: 4em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .function_item .items .item__head {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.function_item .items .item-inner__fig {
  position: relative;
  padding-bottom: 2em;
  line-height: 0;
}
.function_item .items p {
  line-height: 1.7;
}
.function_item .items p + p {
  margin-top: 0.8em;
}
.function_item .items small {
  margin-top: 0.8em;
  display: block;
}

.header {
  position: relative;
  z-index: 20;
  height: 125px;
}
@media (max-width: 768px) {
  .header {
    height: 75px;
  }
}
.header .mw__wrap {
  position: relative;
}
.header .logo_100plus {
  position: absolute;
  width: 200px;
  top: 38px;
  left: 40px;
}
.header .logo_100plus svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header .logo_100plus {
    top: 27px;
    left: 24px;
    width: 102px;
  }
}
.header .head_description {
  position: absolute;
  right: 40px;
  top: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #111;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 768px) {
  .header .head_description {
    font-size: 12px;
    top: 70px;
    right: 98px;
    color: #fff;
  }
}

.hero {
  z-index: 10;
  position: relative;
  height: 640px;
}
@media (max-width: 768px) {
  .hero {
    height: 940px;
  }
}

.app_image_set .item {
  display: block;
}
.app_image_set {
  width: 574px;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -600px;
}
@media (max-width: 768px) {
  .app_image_set {
    top: 340px;
    width: 80vw;
    margin-left: -40vw;
  }
}

.main_symbols {
  width: 788px;
  position: absolute;
  top: -269px;
  left: 50%;
  margin-left: -19px;
}
@media (max-width: 768px) {
  .main_symbols {
    width: 124%;
    top: -389px;
    left: -8.5%;
    margin-left: 0;
  }
  .main_symbols svg {
    width: 100%;
  }
}

.header__title {
  position: absolute;
  width: 330px;
  top: 180px;
  left: 50%;
  margin-left: 150px;
}
@media (max-width: 768px) {
  .header__title {
    width: 230px;
    top: 80px;
    margin-left: -115px;
  }
}
.pace-done .header__title {
  animation-name: fadeIn;
  animation-duration: 400ms;
  animation-delay: 180ms;
  animation-fill-mode: forwards;
}

.header__caption {
  width: 360px;
  position: absolute;
  top: 330px;
  left: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-left: 140px;
}
@media (max-width: 768px) {
  .header__caption {
    font-size: 17px;
    top: 200px;
    margin-left: -175px;
  }
}

.app_dl_link {
  width: 330px;
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: 155px;
  text-align: center;
}
@media (max-width: 768px) {
  .app_dl_link {
    top: 780px;
    margin-left: -165px;
  }
}
.app_dl_link a {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #FF792D;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text_dl_now {
  width: 330px;
  position: absolute;
  top: 530px;
  left: 50%;
  margin-left: 130px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .text_dl_now {
    top: 860px;
    margin-left: -165px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info_link_01 .mw__wrap {
  padding-top: 2em;
  padding-bottom: 8em;
}
@media (max-width: 768px) {
  .info_link_01 .mw__wrap {
    padding-top: 0em;
    padding-bottom: 3em;
  }
}

.info_link .modelname {
  text-align: center;
  margin-top: 2em;
}
.info_link .section__head {
  text-align: center;
  margin-bottom: 4rem;
}
.info_link .inner__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .info_link .inner__wrap {
    flex-direction: column;
  }
}
.info_link .info-link {
  width: 49%;
}
@media (max-width: 768px) {
  .info_link .info-link {
    width: 100%;
  }
}
.info_link .info-link a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 1em;
}
.info_link .info-link a img {
  line-height: 0;
  vertical-align: bottom;
}
.info_link .info-link .link-btn {
  border-radius: 20px;
  border: 6px solid #FFF;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(42, 194, 198, 0.8);
}
@media (max-width: 768px) {
  .info_link .info-link .link-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.inner__wrap + .section__head {
  margin-top: 4em;
}

.info_link_03 .mw__wrap {
  border-radius: 64px;
  padding: 4em 4rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .info_link_03 .mw__wrap {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.info_link_03 .inner__wrap {
  display: flex;
  justify-content: center;
}
.info_link_03 .note {
  margin-top: 1em;
  text-align: center;
}

.info_link_04.info_link h3 a {
  color: #FF792D;
  text-align: left;
}
.info_link_04.info_link h3 {
  margin-bottom: 1em;
}
.info_link_04.info_link .addbox {
  margin-top: 1em;
  box-sizing: border-box;
  background-color: #fff;
  padding: 1em 2em 2em;
  border-radius: 1em;
}

.news .mw__wrap {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .news .mw__wrap {
    padding-top: 0em;
    padding-right: 0;
  }
}
.news .section_head {
  padding-bottom: 1.5em;
  font-size: 1.8em;
}
.news .inner__wrap {
  background: var(--orange_grad, linear-gradient(0deg, #F67D42 0%, #FF9D67 100%));
  border-radius: 64px;
  padding: 4em 4em 4em 4em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .news .inner__wrap {
    padding: 3em 2em 2em 2em;
    border-radius: 32px 0 0 32px;
  }
}
.news .inner__wrap p {
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 1em;
}
.news .inner__wrap a {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #FF792D;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.news .news_image {
  width: 720px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .news .news_image {
    position: absolute;
    top: -200px;
    left: 50%;
    margin-left: 260px;
  }
}
@media (max-width: 768px) {
  .news .news_image {
    position: relative;
    width: 380px;
  }
}
.news .news_note {
  margin-top: 1.5em;
  font-size: 1.2rem;
}
.news .link_magazine {
  padding-top: 1em;
}
.news .link_magazine .icon_arrow_blank {
  padding-left: 0.2em;
}
.news .item__wrap {
  position: relative;
  max-width: 480px;
}
.release-note {
  padding-top: 8rem;
}
.release-note .mw__wrap {
  border-radius: 64px;
  padding: 4em 4rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .release-note .mw__wrap {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.release-note .section__head {
  text-align: center;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .release-note .section__head {
    padding-bottom: 3em;
  }
}
.release-note .item__wrap {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  border-bottom: 1px solid #999;
}
.release-note .item__wrap .date {
  padding-bottom: 0.8em;
  width: 180px;
}
.release-note .item__wrap .description {
  width: 100%;
}
.release-note .item__wrap .item {
  border-top: 1px solid #999;
  padding-top: 3em;
  display: flex;
  position: relative;
  justify-content: left;
}
@media (max-width: 768px) {
  .release-note .item__wrap .item {
    flex-direction: column;
  }
}
.release-note .item__wrap .item + .item {
  margin-top: 3em;
}
.release-note .item__wrap .item .title {
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  flex: 1 180px;
}
.release-note .item__wrap .item .text {
  line-height: 1.6;
  font-size: 1.4rem;
}
.release-note .item__wrap .item .text a {
  display: inline-block;
  margin-top: 0.5em;
}
.release-note .item__wrap .item strong {
  font-weight: bold;
}

.satement {
  padding-top: 8rem;
}
.satement .mw__wrap {
  border-radius: 64px;
  padding: 4em 4rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .satement .mw__wrap {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.satement .section__head {
  text-align: center;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .satement .section__head {
    padding-bottom: 3em;
  }
}
.satement .rabel {
  color: #555555;
  writing-mode: vertical-rl;
}
.satement .icon {
  margin-left: 1em;
  margin-right: 2em;
  width: 80px;
}
.satement .icon svg {
  width: 100%;
}
@media (min-width: 768px) {
  .satement .icon {
    padding-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .satement .icon {
    width: 100px;
    margin-left: 0em;
    margin-right: 1.5em;
  }
}
.satement .item__wrap {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.satement .item__wrap .item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.satement .item__wrap .item + .item {
  padding-top: 1em;
}
.satement .item__wrap .item p {
  width: 380px;
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 768px) {
  .satement .item__wrap .item p {
    font-size: 1.4rem;
  }
}
.satement .fig {
  padding-top: 5em;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.satement .fig svg {
  width: 100%;
  height: auto;
}

body::before {
  opacity: 0;
  transition: opacity 180ms ease-in;
}

body.pace-done::before {
  opacity: 1;
}

.main__article {
  opacity: 0;
  transition: opacity 180ms ease-in;
}

.pace-done .main__article {
  opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eee;
  position: fixed;
  z-index: 2000;
  bottom: 10px;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*# sourceMappingURL=maps/style.css.map */
