﻿@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #241C1C;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.54;
  text-align: center; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

a {
  color: #241C1C;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.underline:hover, a.underline:active, a.underline:focus {
    text-decoration: underline; }

hr {
  margin: 12px 0 48px; }

.bold-text {
  font-weight: bold; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 480px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden-pc {
    display: none !important; } }

.poppins {
  position: relative;
  bottom: -4px;
  font-family: Poppins; }

.mplus1p {
  font-family: 'M PLUS 1p', sans-serif; }

.italic {
  font-style: italic; }

body > div:last-of-type {
  display: none !important; }

body > div:nth-last-of-type(1) {
  display: none !important; }

.l-topView {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .l-topView {
      padding: 32px 16px; } }

.l-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.l-contents {
  margin: 0 auto;
  padding: 16px; }
  @media (min-width: 768px) {
    .l-contents {
      margin: 0 auto 32px;
      padding: 16px; } }

.l-information {
  max-width: 860px;
  margin: 0 auto 32px;
  padding: 16px; }

.l-footer {
  padding: 0 12px 16px;
  text-align: center; }

.m-information > .contents-title {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 40px; }
  @media (min-width: 768px) {
    .m-information > .contents-title {
      margin: 0 0 32px;
      font-size: 36px; } }

.m-information .introduction {
  margin: 0 0 32px;
  text-align: left; }
  @media (min-width: 768px) {
    .m-information .introduction {
      margin: 0 0 64px; } }

.m-information > .chapter {
  margin: 0  0 32px;
  text-align: left; }
  .m-information > .chapter > .chapter-title {
    margin: 0  0 16px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .m-information > .chapter > .chapter-title {
        font-size: 20px; } }
  .m-information > .chapter ul {
    padding: 0 0 0 20px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .m-information > .chapter ul {
        font-size: 14px; } }

.l-header {
  position: relative;
  width: 100%;
  margin: 0 auto 64px;
  padding: 0;
  background: linear-gradient(90deg, #100F13 50%, #272930 50%); }
  @media (min-width: 768px) {
    .l-header {
      margin: 0 auto 64px; } }

.l-logo {
  position: relative;
  padding: 16px 0;
  margin: 0;
  background-color: #fff; }

.m-logo {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .m-logo {
      height: 56px; } }

.l-main-visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 630px;
  margin: 0 auto; }
  .l-main-visual:after {
    display: block;
    padding: 150% 0 0;
    content: ""; }
    @media (min-width: 640px) {
      .l-main-visual:after {
        padding: calc(21 / 40 * 100%) 0 0; } }

.m-main-visual {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/header.svg); }
  @media (min-width: 2400px) {
    .m-main-visual {
      left: calc(50vw - 1200px); } }
  .m-main-visual > .contents {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/main-visual-sp.png); }
    @media (min-width: 640px) {
      .m-main-visual > .contents {
        background-image: url(../img/main-visual.png); } }

.l-header-nav {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%; }
  @media (min-width: 480px) {
    .l-header-nav {
      height: 40px; } }
  @media (min-width: 768px) {
    .l-header-nav {
      height: 50px; } }

.m-header-nav {
  display: block;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 0; }
  .m-header-nav > li {
    display: inline-block;
    overflow: hidden;
    width: 50%;
    font-size: 13px; }
    @media (min-width: 480px) {
      .m-header-nav > li {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .m-header-nav > li {
        font-size: 22px; } }
    .m-header-nav > li > a {
      display: block;
      overflow: hidden;
      color: #fff;
      height: 30px;
      font-weight: 600;
      line-height: 30px; }
      @media (min-width: 480px) {
        .m-header-nav > li > a {
          height: 40px;
          line-height: 40px; } }
      @media (min-width: 768px) {
        .m-header-nav > li > a {
          height: 50px;
          line-height: 50px; } }
  .m-header-nav > .poll {
    background-color: #DE4E4E; }
  .m-header-nav > .sns {
    background-color: #514F4E; }

.l-wallpaper {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .l-wallpaper.fixed {
    position: fixed; }

.l-container {
  margin: 0 auto 64px; }

.l-logo {
  position: relative;
  height: 48px;
  padding: 0 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .l-logo {
      height: 60px; } }

.m-logo {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap; }

.m-footer {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 0 12px 36px 32px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .m-footer {
      padding: 64px 12px 36px; } }
  .m-footer .contents {
    max-width: 480px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .contents {
        max-width: 880px;
        text-align: right; } }
  .m-footer .teamhub {
    display: inline-block;
    margin: 0 auto 32px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .teamhub {
        position: absolute;
        top: 64px;
        left: 0;
        padding: 0 0 0 12px; } }
    .m-footer .teamhub img {
      display: block;
      width: 180px;
      margin: 0 auto 16px 0; }
  .m-footer .footer {
    padding: 20px 0 0;
    border-top: 1px solid #C3C7CB;
    color: #878E98;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .footer {
        text-align: right; } }
    .m-footer .footer .copyright {
      float: left; }
    .m-footer .footer a {
      display: block;
      margin: 0 16px 12px 0;
      color: #878E98; }
      @media (min-width: 768px) {
        .m-footer .footer a {
          display: inline-block; } }
      .m-footer .footer a:hover {
        text-decoration: underline; }

.m-anker {
  margin: -56px 0 0;
  padding: 56px 0 0; }
  @media (min-width: 768px) {
    .m-anker {
      margin: 0;
      padding: 0; } }

.m-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 999;
  height: 48px;
  width: 48px;
  background: rgba(41, 172, 245, 0.75);
  text-align: center;
  cursor: pointer; }
  .m-pagetop .material-icons {
    color: #fff;
    font-size: 24px;
    line-height: 48px; }

.m-banner-ios,
.m-banner-android,
.m-banner-web {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.m-banner-ios {
  width: 120px;
  background-image: url(../img/banner-ios.png); }

.m-banner-android {
  width: 135px;
  background-image: url(../img/banner-android.png); }

.m-banner-web {
  width: 135px;
  background-image: url(../img/banner-web.png); }

.es .m-banner-ios, .en .m-banner-ios {
  width: 120px;
  background-image: url(../img/en/banner-ios.png); }

.es .m-banner-android, .en .m-banner-android {
  width: 135px;
  background-image: url(../img/en/banner-android.png); }

.es .m-banner-web, .en .m-banner-web {
  width: 135px;
  background-image: url(../img/en/banner-web.png); }

.transform-italic {
  display: inline-block;
  -webkit-transform: skewX(-13deg);
  -moz-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
  transform: skewX(-13deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')"; }

.m-loader {
  margin: 100px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff; } }

.l-mobile-navigation {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #fff;
  transform: translate(100%, 0);
  transition: transform .3s linear 0s; }
  .l-mobile-navigation.active {
    transform: translate(0, 0); }

.m-hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 64px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  cursor: pointer; }
  .m-hamburger .clear {
    display: none; }
  .m-hamburger.active .menu {
    display: none; }
  .m-hamburger.active .clear {
    display: inline-block; }

.m-mobile-navigation {
  display: block;
  overflow: hidden;
  padding: 24px 12px 32px;
  text-align: left; }
  .m-mobile-navigation .menu {
    margin: 0 0 36px;
    padding: 0 12px;
    list-style: none; }
    .m-mobile-navigation .menu > li {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px; }
  .m-mobile-navigation > .m-sns {
    margin: 0 0 24px; }
  .m-mobile-navigation .footer {
    padding: 16px 0 0;
    border-top: 1px solid #C3C7CB; }
    .m-mobile-navigation .footer > a,
    .m-mobile-navigation .footer > .copyright {
      display: block;
      margin: 0 0 12px;
      color: #878E98;
      font-size: 12px;
      line-height: 24px; }
    .m-mobile-navigation .footer a:last-of-type {
      margin: 0 0 24px; }

.m-information {
  overflow-y: scroll;
  height: 480px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 16px;
  border: 1px solid #C3C7CB;
  border-radius: 4px; }
  .m-information > .chapter {
    margin: 0 0 32px;
    text-align: left; }
    .m-information > .chapter > .chapter-title {
      margin: 0 0 8px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .m-information > .chapter > .chapter-title {
          font-size: 16px; } }
    .m-information > .chapter p,
    .m-information > .chapter dd {
      margin: 0 0 .8em;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter p,
        .m-information > .chapter dd {
          font-size: 14px; } }
      .m-information > .chapter p.no-margin,
      .m-information > .chapter dd.no-margin {
        margin: 0; }
    .m-information > .chapter dt {
      font-size: 12px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .m-information > .chapter dt {
          font-size: 14px; } }
    .m-information > .chapter ul {
      list-style-type: circle;
      padding: 0 0 0 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }
    .m-information > .chapter li {
      margin: 0 0 .5em; }
      .m-information > .chapter li > ul {
        list-style-type: none;
        margin: .2em 0; }
        .m-information > .chapter li > ul > li {
          margin: 0 0 .3em; }
    .m-information > .chapter small {
      display: block;
      font-size: 11px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-information > .chapter small {
          font-size: 12px; } }

.l-contact {
  margin: 0 auto 96px; }

.m-contact {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px; }
  .m-contact a {
    color: #29ACF5; }
    .m-contact a:hover {
      text-decoration: underline; }

.m-arrow-headline {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto 48px;
  text-align: center; }
  @media (min-width: 768px) {
    .m-arrow-headline {
      max-width: 800px;
      margin: 0 auto 64px; } }
  .m-arrow-headline .title {
    display: block;
    width: 100%;
    padding: 0 24px;
    color: #241C1C;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .m-arrow-headline .title {
        font-size: 28px; } }
  .m-arrow-headline:after {
    display: inline-block;
    width: 54px;
    height: 40px;
    background-image: url(../img/arrow-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }

.m-headline {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: center;
  margin: 0 auto 36px;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .m-headline {
      margin: 0 auto 48px; } }
  .m-headline .wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 480px) {
      .m-headline .wrap {
        padding: 0 80px; } }
    .m-headline .wrap:after {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 0;
      height: 2px;
      width: 100%;
      background-color: #242320;
      content: ""; }
  .m-headline .title {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 16px;
    background-color: #fff;
    color: #242320;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Poppins';
    line-height: 48px; }
    @media (min-width: 480px) {
      .m-headline .title {
        font-size: 48px;
        line-height: 48px; } }
    @media (min-width: 768px) {
      .m-headline .title {
        font-size: 48px;
        line-height: 60px; } }

.m-sub-headline {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 0 24px; }
  .m-sub-headline .ball {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    background-image: url(../img/icon-ball.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .m-sub-headline .text {
    font-size: 20px;
    font-weight: 600px;
    vertical-align: middle; }

.l-button {
  margin: 0 auto 64px; }

.m-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 400px;
  padding: 10px 24px;
  border-radius: 30px;
  background-color: #242320;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }
  @media (min-width: 480px) {
    .m-button {
      padding: 12px 24px;
      border-radius: 40px;
      font-size: 20px;
      line-height: 28px; } }
  .m-button:active {
    top: 1px; }

.l-main {
  padding: 0 16px; }

.m-message {
  display: block;
  max-width: 880px;
  margin: 0 auto 72px;
  padding: 0 12px;
  text-align: center; }
  .m-message strong {
    display: block;
    margin: 0 auto 12px;
    font-size: 24px; }
    @media (min-width: 640px) {
      .m-message strong {
        margin: 0 auto 16px;
        font-size: 32px; } }
  .m-message p {
    font-size: 14px;
    margin: 0 0 .5em; }
    @media (min-width: 640px) {
      .m-message p {
        font-size: 16px; } }
  .m-message .larger {
    font-weight: bold;
    font-size: 1.5em; }
  .m-message .list {
    list-style: decimal;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 0 24px;
    text-align: left; }
    .m-message .list li {
      margin: 0 0 .5em;
      font-size: 14px; }
      @media (min-width: 640px) {
        .m-message .list li {
          font-size: 16px; } }

.l-player .title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 640px) {
    .l-player .title {
      font-size: 28px; } }

.m-players {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 48px; }
  .m-players > .wrap {
    width: 100%;
    padding: 16px; }
    @media (min-width: 768px) {
      .m-players > .wrap {
        width: 33%; } }

.m-player {
  max-width: 240px;
  margin: 0 auto 12px; }
  .m-player > .image {
    margin: 0 auto 12px; }
    .m-player > .image img {
      width: 100%;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .m-player > .profile {
    border: 1px solid #242320;
    border-radius: 4px; }
    .m-player > .profile > .name {
      color: #241C1C;
      line-height: 36px;
      font-size: 16px; }

.m-index {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 64px;
  border: 1px solid #242320;
  border-radius: 8px;
  text-align: left; }
  .m-index .title {
    display: inline-block;
    position: relative;
    top: -12px;
    left: 24px;
    background-color: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px; }
  .m-index .list {
    list-style: decimal;
    padding: 8px 16px 16px 40px; }
  .m-index .item {
    margin: 0 0 .5em;
    font-size: 14px; }

.l-step {
  margin: 0 auto 64px; }
  .l-step:last-of-type {
    margin: 0 auto; }
    .l-step:last-of-type .m-step {
      margin: 0 auto 16px; }

.m-step {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 48px;
  padding: 0 16px; }
  @media (min-width: 640px) {
    .m-step {
      width: 100%;
      max-width: 880px; } }
  .m-step > .contents {
    display: block;
    width: 100%;
    text-align: center; }
    @media (min-width: 640px) {
      .m-step > .contents {
        text-align: left;
        width: 60%; } }
    @media (min-width: 640px) {
      .m-step > .contents.full-width {
        width: 100%; } }
    .m-step > .contents > .title {
      margin: 0 0 24px;
      font-size: 24px;
      font-weight: bold; }
      @media (min-width: 640px) {
        .m-step > .contents > .title {
          font-size: 28px; } }
    .m-step > .contents > .next {
      display: block;
      margin: 0 0 24px;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 640px) {
        .m-step > .contents > .next {
          font-size: 28px; } }
    .m-step > .contents > .sub-title {
      display: block;
      position: relative;
      top: -8px;
      width: 100%;
      max-width: 800px;
      margin: 0 auto 24px;
      font-size: 14px; }
      @media (min-width: 640px) {
        .m-step > .contents > .sub-title {
          font-size: 16px; } }
    .m-step > .contents > .image {
      display: block;
      width: 100%;
      max-width: 300px;
      margin: 0 auto 24px; }
      @media (min-width: 640px) {
        .m-step > .contents > .image {
          display: none; } }
      .m-step > .contents > .image img {
        display: block;
        width: 100%;
        margin: 0 auto; }
    .m-step > .contents > .interview {
      width: 100%;
      margin: 0 auto 24px;
      padding: 0 8px;
      text-align: left; }
      .m-step > .contents > .interview .comment {
        margin: 0 0 .5em;
        font-size: 14px; }
        @media (min-width: 640px) {
          .m-step > .contents > .interview .comment {
            font-size: 16px; } }
        .m-step > .contents > .interview .comment.interviewer {
          margin: 0 0 1em; }
        .m-step > .contents > .interview .comment .name {
          font-weight: bold;
          vertical-align: middle; }
      .m-step > .contents > .interview .point {
        display: inline-block;
        margin: 0 0em 0 0;
        color: #FF4F4F;
        font-weight: bold; }
    .m-step > .contents > .step-0 > .title {
      display: block;
      font-size: 16px;
      margin: 0 0 16px; }
    .m-step > .contents > .step-0 > .select {
      display: flex;
      width: 100%;
      margin: 0 auto 32px;
      padding: 0 8px;
      font-size: 14px;
      text-align: left; }
      .m-step > .contents > .step-0 > .select > .title {
        font-size: 16px; }
      .m-step > .contents > .step-0 > .select b {
        display: block;
        margin: 0 0 .8em;
        font-size: 14px;
        font-weight: bold; }
      .m-step > .contents > .step-0 > .select ul {
        list-style: circle; }
      .m-step > .contents > .step-0 > .select .indent {
        margin: 0 0 .8em;
        padding: 0 0 0 1.5em; }
        .m-step > .contents > .step-0 > .select .indent b {
          margin: 0 0 .25em; }
      .m-step > .contents > .step-0 > .select .text {
        width: 100%; }
        @media (min-width: 640px) {
          .m-step > .contents > .step-0 > .select .text {
            width: 60%;
            padding: 0 24px 0 0; } }
      .m-step > .contents > .step-0 > .select .image {
        width: 100%; }
        @media (min-width: 640px) {
          .m-step > .contents > .step-0 > .select .image {
            width: 40%; } }
        .m-step > .contents > .step-0 > .select .image.pc {
          display: none; }
          @media (min-width: 640px) {
            .m-step > .contents > .step-0 > .select .image.pc {
              display: block; } }
        .m-step > .contents > .step-0 > .select .image.sp {
          display: block;
          max-width: 360px;
          margin: 0 0 16px; }
          @media (min-width: 640px) {
            .m-step > .contents > .step-0 > .select .image.sp {
              display: none; } }
        .m-step > .contents > .step-0 > .select .image > img {
          width: 100%; }
    .m-step > .contents > .description {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 24px;
      padding: 0 8px;
      font-size: 14px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-step > .contents > .description {
          display: inline-block;
          font-size: 16px; } }
      .m-step > .contents > .description > .title {
        font-size: 16px; }
      .m-step > .contents > .description .larger {
        font-weight: bold;
        font-size: 1.5em; }
      .m-step > .contents > .description strong {
        display: block;
        margin: 0 0 1em;
        font-size: 18px;
        font-weight: bold; }
      .m-step > .contents > .description b {
        display: block;
        margin: 0 0 .8em;
        font-size: 14px;
        font-weight: bold; }
      .m-step > .contents > .description ul {
        list-style: circle; }
      .m-step > .contents > .description .indent {
        margin: 0 0 .8em;
        padding: 0 0 0 1.5em; }
        .m-step > .contents > .description .indent b {
          margin: 0 0 .25em; }
      .m-step > .contents > .description p {
        font-size: 14px;
        margin: 0 0 .5em; }
    .m-step > .contents > .slider {
      display: block;
      max-width: 300px;
      margin: 0 auto 48px; }
      @media (min-width: 640px) {
        .m-step > .contents > .slider {
          display: none; } }
      .m-step > .contents > .slider img {
        display: block;
        width: 100%;
        margin: 0 auto; }
      .m-step > .contents > .slider > .slide-wrap {
        height: 100%;
        width: 100%; }
      .m-step > .contents > .slider .slick-list,
      .m-step > .contents > .slider .slick-track {
        height: 100%; }
      .m-step > .contents > .slider .slick-arrow {
        z-index: 1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 3px rgba(170, 170, 170, 0.4); }
        .m-step > .contents > .slider .slick-arrow:before {
          display: none; }
        .m-step > .contents > .slider .slick-arrow:after {
          display: block;
          position: absolute;
          left: 14px;
          top: 14px;
          height: 12px;
          width: 12px;
          border-top: 4px solid #fff;
          border-right: 4px solid #fff;
          transform-origin: center;
          content: ""; }
      .m-step > .contents > .slider .slick-next {
        left: auto;
        right: 8px; }
        .m-step > .contents > .slider .slick-next:after {
          transform: rotate(45deg); }
      .m-step > .contents > .slider .slick-prev {
        left: 8px; }
        .m-step > .contents > .slider .slick-prev:after {
          transform: rotate(-135deg); }
  .m-step > .image {
    display: none;
    position: relative;
    left: 24px;
    width: 40%; }
    @media (min-width: 640px) {
      .m-step > .image {
        display: flex;
        align-items: center; } }
    .m-step > .image > .img {
      display: block;
      width: 100%;
      padding: 75% 0 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .m-step > .slider {
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    left: 24px;
    height: 0;
    width: 0; }
    @media (min-width: 640px) {
      .m-step > .slider {
        height: auto;
        width: 40%; } }
    .m-step > .slider > .slide-wrap {
      height: 100%;
      max-height: 300px;
      width: 100%;
      padding: 0 0 28px; }
    .m-step > .slider .img {
      display: block;
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .m-step > .slider .slick-list,
    .m-step > .slider .slick-track {
      height: 100%; }
    .m-step > .slider .slick-dots {
      bottom: 0; }
    .m-step > .slider .slick-arrow {
      z-index: 1;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 3px rgba(170, 170, 170, 0.4); }
      .m-step > .slider .slick-arrow:before {
        display: none; }
      .m-step > .slider .slick-arrow:after {
        display: block;
        position: absolute;
        left: 14px;
        top: 14px;
        height: 12px;
        width: 12px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        transform-origin: center;
        content: ""; }
    .m-step > .slider .slick-next {
      left: auto;
      right: 8px; }
      .m-step > .slider .slick-next:after {
        transform: rotate(45deg); }
    .m-step > .slider .slick-prev {
      left: 8px; }
      .m-step > .slider .slick-prev:after {
        transform: rotate(-135deg); }
  .m-step.center > .contents {
    display: block;
    width: 100%;
    text-align: center; }
    .m-step.center > .contents > .title {
      margin: 0 0 24px;
      font-size: 24px;
      font-weight: bold; }
      @media (min-width: 640px) {
        .m-step.center > .contents > .title {
          font-size: 28px; } }
    @media (min-width: 640px) {
      .m-step.center > .contents > .image,
      .m-step.center > .contents > .slider {
        display: block;
        max-width: 480px; } }
    .m-step.center > .contents > .images {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto 24px; }
      .m-step.center > .contents > .images > .wrap {
        width: 50%;
        margin: 0 auto 24px;
        padding: 0 8px; }
        @media (min-width: 640px) {
          .m-step.center > .contents > .images > .wrap {
            width: 25%; } }
      .m-step.center > .contents > .images .image-box {
        padding: 12px 8px;
        border-radius: 2px;
        border: 1px solid #242320; }
        .m-step.center > .contents > .images .image-box b {
          display: block;
          position: relative;
          left: -8px;
          width: calc(100% + 16px);
          font-size: 16px; }
          @media (min-width: 640px) {
            .m-step.center > .contents > .images .image-box b {
              font-size: 12px; } }
          @media (min-width: 768px) {
            .m-step.center > .contents > .images .image-box b {
              font-size: 14px; } }
          @media (min-width: 850px) {
            .m-step.center > .contents > .images .image-box b {
              font-size: 16px; } }
      .m-step.center > .contents > .images img {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 12px; }
    .m-step.center > .contents > .interview {
      width: 100%;
      margin: 0 auto 0 0;
      text-align: left; }
    .m-step.center > .contents > .description {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 24px;
      font-size: 14px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-step.center > .contents > .description {
          display: inline-block;
          font-size: 14px; } }
      .m-step.center > .contents > .description .larger {
        font-weight: bold;
        font-size: 1.5em; }
      .m-step.center > .contents > .description strong {
        display: block;
        margin: 0 0 1em;
        font-size: 18px;
        font-weight: bold; }
      .m-step.center > .contents > .description b {
        display: block;
        margin: 0 0 .8em;
        font-size: 14px;
        font-weight: bold; }
      .m-step.center > .contents > .description .indent {
        margin: 0 0 .8em;
        padding: 0 0 0 1em; }
        .m-step.center > .contents > .description .indent b {
          margin: 0 0 .25em; }
      .m-step.center > .contents > .description p {
        font-size: 14px;
        margin: 0 0 .5em; }
  .m-step.center > .image {
    display: none; }

.m-introduction {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 16px;
  font-size: calc(16 * 100vw / 510);
  font-weight: 600; }
  @media (min-width: 500px) {
    .m-introduction {
      padding: 16px 0;
      font-size: 16px;
      font-weight: 600; } }
  @media (min-width: 640px) {
    .m-introduction {
      font-size: 20px;
      font-weight: 600; } }
  .m-introduction p {
    line-height: 1.65;
    margin: 0 0 1em; }
  .m-introduction b {
    font-size: 1.25em;
    font-weight: 800; }
  .m-introduction strong {
    font-size: 1.5em;
    font-weight: 900; }

.m-product img {
  display: block;
  width: 100%;
  margin: 0 auto 32px; }

.m-product .m-headline {
  margin: 72px auto 32px; }
  @media (min-width: 540px) {
    .m-product .m-headline {
      margin: 96px auto 48px; } }

.m-product .message {
  margin: 0 0 32px;
  padding: 24px 0;
  font-size: calc(20 * 100vw / 540);
  font-weight: 600;
  text-align: center; }
  @media (min-width: 540px) {
    .m-product .message {
      font-size: 20px; } }

.m-product .link {
  padding: 16px 0;
  font-size: 0;
  text-align: center; }
  .m-product .link .l-button {
    display: inline-block;
    width: 50%;
    padding: 0 8px; }
  .m-product .link .button {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 16px 0;
    color: #fff;
    font-size: calc(20 * 100vw / 540);
    font-weight: 700;
    line-height: 1.4;
    text-align: center; }
    @media (min-width: 540px) {
      .m-product .link .button {
        font-size: 20px; } }
    .m-product .link .button:active {
      top: 1px; }
    .m-product .link .button:hover {
      opacity: .95; }
  .m-product .link .detail {
    background-color: #30363F; }
  .m-product .link .shop {
    background-color: #9F0017; }

.m-goto {
  display: none;
  position: fixed;
  right: 8px;
  bottom: 20px;
  z-index: 1000;
  height: auto;
  width: 88px;
  padding: 16px 4px 12px;
  border-radius: 12px;
  background-color: #242320;
  font-size: 0;
  transform: scale(0.7, 0.7); }
  @media (min-width: 640px) {
    .m-goto {
      right: 16px;
      bottom: 120px;
      transform: none; } }
  .m-goto .text {
    display: block;
    margin: 0 auto 4px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 12px; }
  .m-goto:after {
    display: inline-block;
    width: 54px;
    height: 30px;
    background-image: url(../img/arrow-bottom2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
  .m-goto.active {
    display: block; }

.m-form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 64px; }
  .m-form > .title {
    display: block;
    margin: 0 0 32px;
    color: #241C1C;
    font-size: 28px;
    font-weight: 700; }
  .m-form hr {
    margin: 32px 0 32px; }
  .m-form input[type="text"],
  .m-form input[type="email"],
  .m-form textarea,
  .m-form select {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #241C1C;
    font-size: 16px;
    outline-color: #241C1C; }
  .m-form input[type="file"] {
    display: block;
    overflow: hidden;
    height: 36px;
    width: 100%;
    margin: 4px 0;
    font-size: 11px;
    line-height: 20px; }
    .m-form input[type="file"]:focus {
      outline: none; }
  .m-form input,
  .m-form select {
    height: 54px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }
    .m-form input ~ .fa-caret-down,
    .m-form select ~ .fa-caret-down {
      display: block;
      position: absolute;
      top: 0;
      right: 0h;
      width: 30px;
      height: 54px;
      font-size: 16px;
      line-height: 54px; }
    .m-form input.hidden,
    .m-form select.hidden {
      display: none; }
  .m-form textarea {
    min-height: 240px; }
  .m-form > .form-item {
    position: relative;
    margin: 0 0 32px; }
    .m-form > .form-item.last {
      margin: 0 0 16px; }
  .m-form .annotation {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.5; }
    .m-form .annotation > small {
      display: block;
      margin: 0 0 12px; }
      .m-form .annotation > small > a {
        color: #fff;
        text-decoration: underline; }
  .m-form .form-group {
    margin: 0 0 64px;
    padding: 0 8px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-form .form-group {
        margin: 0 0 64px; } }
    .m-form .form-group > label {
      display: block;
      margin: 0 0 12px;
      width: 100%;
      font-size: 18px;
      text-align: left; }
    .m-form .form-group .checkbox {
      position: relative;
      margin: 0 0 16px; }
      .m-form .form-group .checkbox > input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -10;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        opacity: 0; }
        .m-form .form-group .checkbox > input[type="checkbox"]:checked ~ label .checked {
          display: inline-block; }
        .m-form .form-group .checkbox > input[type="checkbox"]:checked ~ label .unchecked {
          display: none; }
      .m-form .form-group .checkbox label {
        display: block;
        width: auto;
        line-height: 24px; }
      .m-form .form-group .checkbox .checked {
        display: none; }
      .m-form .form-group .checkbox .material-icons {
        line-height: 24px;
        vertical-align: middle; }
      .m-form .form-group .checkbox .check-option {
        display: inline-block;
        width: calc(100% - 80px);
        max-width: 240px;
        height: auto;
        border: none;
        border-bottom: 1px solid #241C1C;
        line-height: 24px; }
  .m-form .form-button {
    margin: 32px 0 0; }
    .m-form .form-button button {
      position: relative;
      width: 100%;
      max-width: 320px;
      padding: 16px 24px;
      border-radius: 4px;
      background-color: #242320;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      line-height: 32px; }
      .m-form .form-button button:active {
        top: 1px; }
  .m-form .error-file {
    display: none;
    position: relative;
    top: -16px;
    color: #FF4F4F;
    font-size: 11px; }
  .m-form .image img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 0 8px; }
    @media (min-width: 480px) {
      .m-form .image img {
        margin: 0 auto 8px 0; } }
  .m-form .headline {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 880px;
    text-align: center;
    margin: 0 auto 24px;
    padding: 12px;
    background-image: url(../img/headline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 480px) {
      .m-form .headline {
        margin: 0 auto 36px;
        padding: 16px 0; } }
    .m-form .headline .title {
      display: inline-block;
      color: #241C1C;
      font-weight: 700;
      line-height: 1.5;
      font-size: 20px; }
      @media (min-width: 480px) {
        .m-form .headline .title {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .m-form .headline .title {
          font-size: 28px; } }
      .m-form .headline .title .asterisk {
        position: relative;
        bottom: .4em;
        font-size: .6em; }
    .m-form .headline > .sub-title {
      display: block;
      margin: 12px auto 0;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-form .headline > .sub-title {
          font-size: 14px; } }
  .m-form .select-no {
    display: none; }

.m-radio {
  list-style: none; }
  .m-radio > .radio-button {
    margin: 0 0 16px;
    padding: 2px 4px;
    text-align: left;
    font-size: 16px; }
    @media (min-width: 768px) {
      .m-radio > .radio-button {
        margin: 0 0 20px;
        font-size: 20px; } }
    .m-radio > .radio-button > .circle {
      display: inline-block;
      position: relative;
      height: 20px;
      width: 20px;
      margin: 0 .2em 0 0;
      border: 2px solid #241C1C;
      border-radius: 50%;
      background-color: transparent;
      vertical-align: middle;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-radio > .radio-button > .circle {
          height: 24px;
          width: 24px; } }
    .m-radio > .radio-button > .title {
      color: #241C1C;
      font-size: 16px;
      line-height: 20px;
      vertical-align: middle;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-radio > .radio-button > .title {
          line-height: 24px; } }
    .m-radio > .radio-button > .option {
      display: inline-block;
      width: calc(100% - 80px);
      max-width: 240px;
      height: auto;
      border: none;
      border-bottom: 1px solid #241C1C;
      line-height: 24px; }
    .m-radio > .radio-button.active > .circle:after {
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #241C1C;
      content: ""; }
      @media (min-width: 768px) {
        .m-radio > .radio-button.active > .circle:after {
          top: 5px;
          left: 5px;
          height: 10px;
          width: 10px; } }

.m-form-sample img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0; }

.m-question {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 0 24px; }
  .m-question .icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    background-image: url(../img/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .m-question .circle {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #BAA161;
    color: #fff;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    vertical-align: middle; }
  .m-question .text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle; }
    @media (min-width: 480px) {
      .m-question .text {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .m-question .text {
        font-size: 18px; } }

.m-error {
  display: none;
  color: #FF4F4F; }

.l-modal {
  display: none;
  overflow: scroll;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.m-modal {
  display: table;
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  padding: 32px 16px;
  text-align: center; }
  .m-modal .close-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%; }
  .m-modal .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .m-modal .window {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 16px;
    border-radius: 2px;
    background-color: #fff; }
    .m-modal .window .close-button {
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer; }
      .m-modal .window .close-button .material-icons {
        color: #241C1C;
        font-size: 32px; }
  .m-modal .l-loader {
    display: none; }

.m-success {
  display: none;
  margin: 0 0 32px;
  color: #fff; }
  .m-success p {
    color: #241C1C;
    font-size: 13px;
    margin: 0 0 .5em; }
    @media (min-width: 480px) {
      .m-success p {
        font-size: 16px; } }
    .m-success p:last-of-type {
      margin: 0 0 24px; }
  .m-success button {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding: 4px 24px;
    border-radius: 4px;
    background-color: #242320;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px; }
    .m-success button:active {
      top: 1px; }

/*# sourceMappingURL=style.css.map */