@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1.6;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-wrap: break-word;
  overflow-x: hidden;
  width: 100%;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

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;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* Lists (enumeration)
	 ========================================================================== */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition)
	 ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
	 ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  /* 2 */
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
  vertical-align: bottom;
}

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

/* Forms
	 ========================================================================== */

/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */

option {
  padding: 0;
}

/**
   * Reset to invisible
   */

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */

label[for] {
  cursor: pointer;
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Table
	 ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
	 ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

header {
  background: white;
  height: 60px;
  width: 100%;
}

.header-inner {
  align-items: center;
  background: #FFC6DE;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  padding-left: 32px;
}

.header-inner a {
  font-family: 'Rammetto One', cursive;
  font-size: 2.4rem;
  font-weight: bold;
}

.drawer-nav {
  display: none;
}

.drawer-hamburger-icon {
  display: none;
}

.cv-btn-wrapper {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
}

.cv-btn {
  align-items: center;
  background: #3AAF35;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  transition: .3s;
  width: 100%;
  z-index: 100;
}

.cv-btn:hover {
  opacity: .8;
  transition: .3s;
}

.fa-chevron-circle-right {
  margin-left: 16px;
}

.btn {
  background: green;
  border-radius: 20px;
  color: #fff;
  padding: 8px 24px;
  transition: .3s;
}

.btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.marker {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #F9FF67 60%);
  border: none;
}

.entry-btn {
  margin: 0 auto;
  max-width: 360px;
  padding-top: 60px;
  text-align: center;
  transition: .3s;
}

.entry-btn:hover {
  opacity: .8;
  transition: .3s;
}

.entry-btn img {
  height: auto;
  width: 100%;
}

.heading {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

.heading-en {
  font-family: 'Rammetto One', cursive;
  font-size: 3.6rem;
}

.heading-jp {
  -webkit-transform: translateX(-50%);
  bottom: -16px;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.06rem;
  position: absolute;
  transform: translateX(-50%);
}

.heading-jp::before {
  -webkit-transform: translateY(-50%);
  content: '';
  display: block;
  height: 1px;
  left: -32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.heading-jp::after {
  -webkit-transform: translateY(-50%);
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

#about .heading {
  color: #FF3EA4;
}

#about .heading .heading-jp::before,
#about .heading .heading-jp::after {
  background: #FF3EA4;
}

#support .heading {
  color: #FF3EA4;
  margin-bottom: 80px;
}

#support .heading .heading-jp::before,
#support .heading .heading-jp::after {
  background: #FF3EA4;
}

#faq .heading {
  color: #FF3EA4;
}

#faq .heading .heading-jp::before,
#faq .heading .heading-jp::after {
  background: #FF3EA4;
}

#partner .heading {
  color: #555555;
}

#partner .heading .heading-jp::before,
#partner .heading .heading-jp::after {
  background: #555555;
}

#voice .heading {
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #f8c75d, #b944e7);
  color: transparent;
}

#voice .heading .heading-jp {
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #f8c75d, #b944e7);
  color: transparent;
}

#voice .heading .heading-jp::before,
#voice .heading .heading-jp::after {
  background: #fabd9a;
}

#flow .heading {
  color: #555555;
  margin-bottom: 120px;
}

#flow .heading .heading-jp::before,
#flow .heading .heading-jp::after {
  background: #555555;
}

#about {
  background: #FFF4FA;
  padding: 64px 30px;
}

.about-wrapper {
  display: flex;
  margin-bottom: 80px;
  padding-top: 40px;
}

.about-left,
.about-right {
  width: 50%;
}

.about-left p {
  color: #FF3EA4;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.8;
}

.liver-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 64px;
}

.liver-item {
  border-radius: 24px;
  box-shadow: 4px 4px 4px #ca90a5;
  margin: 0 16px 16px 0;
  max-width: calc(33.3333% - 32px / 3);
  overflow: hidden;
  width: 160px;
}

.liver-item:nth-of-type(3n) {
  margin-right: 0;
}

.liver-item img {
  height: auto;
  width: 100%;
}

.about-example {
  background: #fff;
  border-radius: 24px;
  color: #555555;
  margin-bottom: 60px;
  padding: 32px;
}

.example-ttl {
  color: #FF3EA4;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.example-list {
  display: flex;
  justify-content: center;
}

.example-item {
  margin-right: 80px;
  text-align: center;
}

.example-item:nth-of-type(3) {
  margin-right: 0;
}

.example-item p {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
}

.example-item-ttl {
  min-height: 60px;
}

.liver-detail {
  align-items: center;
  display: flex;
  margin-top: 16px;
}

.detail-left {
  border-radius: 60px;
  max-width: 96px;
  overflow: hidden;
}

.detail-left img {
  height: auto;
  width: 100%;
}

.detail-right {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 24px;
  text-align: left;
}

.detail-right .age {
  font-size: 1.4rem;
}

.detail-right .fee {
  color: #01B9F1;
  font-size: 2rem;
}

.detail-right .quantity {
  font-size: 1rem;
  margin-top: 4px;
}

#faq {
  background: #FFF4FA;
  padding: 80px 30px;
}

.faq-list {
  text-align: center;
}

.question,
.answer {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 6px #ccc;
  display: flex;
  margin: 0 auto;
  max-width: 640px;
  padding: 8px 32px;
  text-align: left;
}

.question {
  color: #FF3EA4;
  font-size: 2rem;
  margin-bottom: 8px;
}

.answer {
  color: #555;
  margin-bottom: 32px;
}

.q-head,
.a-head {
  font-family: 'Rammetto One', cursive;
  font-size: 2.4rem;
  margin-right: 16px;
}

#flow {
  background: #fafafa;
  color: #555;
  padding: 80px 30px;
}

.step-list {
  margin: 0 auto;
  max-width: 800px;
}

.step-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-num {
  margin-top: -32px;
  max-width: 144px;
  position: relative;
  width: 100%;
}

.step-num img {
  height: auto;
  width: 100%;
}

.step-item:last-child .step-num::after {
  display: none;
}

.step-content {
  margin-left: 80px;
}

.step-content h3 {
  background: #fff;
  border-radius: 32px;
  box-shadow: 4px 4px 8px 0 #ccc;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  min-width: 300px;
  padding: 8px 32px;
}

.step-content p {
  padding: 32px;
  text-align: left;
}

#footer {
  background: #FFC6DE;
  padding: 60px 30px 4px;
}

.footer-container {
  display: flex;
  max-width: 1100px;
}

.footer-logo {
  color: #fff;
  font-family: 'Rammetto One', cursive;
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: auto;
  width: 25%;
}

.sns-wrapper {
  margin-right: auto;
  padding-top: 16px;
  width: 25%;
}

.sns-wrapper h3 {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: 'Rammetto One', cursive;
  font-size: 2rem;
  padding-right: 32px;
}

.sns-list {
  display: flex;
}

.sns-item {
  margin: 16px 32px 0 0;
}

.sns-item .fa-instagram,
.sns-item .fa-twitter-square {
  color: #fff;
  font-size: 4rem;
}

.company {
  color: #fff;
  padding-top: 16px;
  width: 30%;
}

.company h3 {
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}

.company p {
  font-size: 1.4rem;
}

.company p span {
  margin-left: 72px;
}

.footer-head-en {
  font-family: 'Rammetto One', cursive;
  font-size: 2rem;
}

.footer-head-jp {
  font-size: 1.4rem;
  margin-left: 16px;
}

.privacy-policy {
  border-top: 2px solid #fff;
  display: block;
  font-size: 1.2rem;
  margin-top: 24px;
  padding-top: 12px;
  transition: .3s;
}

.privacy-policy:hover {
  opacity: .8;
  transition: .3s;
}

small {
  color: #fff;
  display: block;
  margin-top: 32px;
  text-align: center;
}

.mv-wrapper img {
  height: auto;
  width: 100%;
}

#partner {
  background: #fafafa;
  padding: 64px 30px;
}

.platform h3 {
  color: #555;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.platform-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 500px;
}

.platform-item {
  margin: 0 32px 40px 0;
  max-width: 128px;
  text-align: center;
  width: calc(33.3333% - 64px / 3);
}

.platform-item:nth-of-type(3n) {
  margin-right: 0;
}

.platform-logo {
  max-width: 128px;
  width: 100%;
}

.platform-logo img {
  height: auto;
  width: 100%;
}

.platform-ttl {
  font-size: 1.4rem;
  font-weight: bold;
}

#policy {
  font-size: 1.4rem;
  padding: 64px 30px;
}

#policy .inner {
  max-width: 800px;
  width: 100%;
}

#policy h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

#policy .policy-contents {
  margin-top: 64px;
}

#policy .policy-content {
  margin: 32px 0;
}

#policy .policy-content h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

#policy .policy-content p {
  margin-bottom: 16px;
}

#support {
  background: #FFF4FA;
  padding: 64px 30px;
}

.support-list {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.support-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}

.support-item-ttl {
  align-content: center;
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: center;
  max-width: 240px;
  position: relative;
  width: 100%;
}

.support-item-ttl::before {
  background: url(/src/img/ribbon.png) no-repeat center center/cover;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.support-item-ttl h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: -2px;
  z-index: 5;
}

.support-item-content {
  background: #fff;
  border: 2px solid #eeaed1;
  color: #555;
  font-weight: bold;
  margin-top: -24px;
  padding: 32px 0 16px;
  text-align: center;
  width: 100%;
}

#voice {
  background: linear-gradient(-135deg, #ffc58f, #bd62ff);
  background: #fafafa;
  padding: 64px 30px;
}

.voice-list {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.voice-item {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  max-width: 800px;
}

.liver-voice-left {
  border: 4px solid #ffe7c7;
  border-radius: 50%;
  display: flex;
  flex: none;
  height: 100px;
  max-width: 100px;
  overflow: hidden;
  width: 100%;
}

.liver-voice-left img {
  height: auto;
  width: 100%;
}

.liver-voice-right {
  margin-left: 24px;
}

.liver-voice-right .liver-name {
  background: linear-gradient(135deg, #f1c971, #bc4de7);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 4px 8px;
}

.liver-voice-right .liver-voice-text {
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #f8c75d, #b944e7);
  color: #555;
  color: transparent;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}

@media screen and (min-width: 1100px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .header-inner {
    padding-left: 10px;
  }

  .pc-only {
    display: none;
  }

  .entry-btn {
    max-width: 300px;
  }

  .heading {
    margin-bottom: 40px;
  }

  .heading-en {
    font-size: 2.4rem;
  }

  .heading-jp {
    font-size: 1.2rem;
  }

  .heading-jp::before {
    left: -16px;
    width: 12px;
  }

  .heading-jp::after {
    right: -16px;
    width: 12px;
  }

  #support .heading {
    margin-bottom: 64px;
  }

  #partner .heading {
    margin-bottom: 40px;
  }

  #voice .heading {
    margin-bottom: 80px;
  }

  #flow .heading {
    margin-bottom: 80px;
  }

  #about {
    padding: 40px 12px;
  }

  .about-wrapper {
    align-items: center;
    flex-direction: column;
    padding-top: 0;
  }

  .about-left {
    max-width: 640px;
    text-align: center;
    width: 100%;
  }

  .about-right {
    max-width: 480px;
    width: 100%;
  }

  .about-left p {
    font-size: 1.6rem;
  }

  .about-left {
    margin-bottom: 40px;
  }

  .liver-list {
    margin-left: 0;
  }

  .about-example {
    margin-bottom: 0;
  }

  .example-ttl {
    font-size: 2rem;
    text-align: center;
  }

  .example-list {
    align-items: center;
    flex-direction: column;
  }

  .example-item {
    margin: 0 0 40px 0;
  }

  .example-item:last-child {
    margin-bottom: 0;
  }

  .liver-detail {
    margin-top: 8px;
  }

  .detail-right .fee {
    font-size: 1.8rem;
  }

  #faq {
    padding: 40px 12px;
  }

  .answer {
    font-size: 1.4rem;
  }

  #flow {
    padding: 40px 12px;
  }

  .step-list {
    max-width: 600px;
  }

  .step-num {
    margin: -40px 0 16px;
    width: 120px;
  }

  .step-content {
    margin-left: 0;
    max-width: 400px;
  }

  .step-content h3 {
    font-size: 1.8rem;
    padding: 8px 24px;
  }

  .step-content p {
    padding: 24px;
  }

  #footer {
    padding: 40px 12px 64px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-logo {
    font-size: 2.4rem;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }

  .sns-wrapper {
    margin: 0 auto 64px;
    width: 80%;
  }

  .sns-wrapper h3 {
    font-size: 1.6rem;
  }

  .sns-item {
    margin-right: 16px;
  }

  .sns-item .fa-instagram,
  .sns-item .fa-twitter-square {
    font-size: 3.2rem;
  }

  .company {
    margin: 0 auto;
    width: 80%;
  }

  .footer-head-en {
    font-size: 1.6rem;
  }

  #partner {
    padding: 40px 12px;
  }

  .platform h3 {
    font-size: 1.6rem;
  }

  .platform-item {
    margin: 0 16px 32px 0;
    width: calc(33.3333% - 32px / 3);
  }

  .platform-item:nth-of-type(3n) {
    margin-right: 0;
  }

  #policy {
    padding: 40px 12px;
  }

  #policy h2 {
    font-size: 2.4rem;
  }

  #policy .policy-contents {
    margin-top: 32px;
  }

  #support {
    padding: 40px 12px;
  }

  #voice {
    padding: 40px 12px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }

  .detail-left {
    max-width: 80px;
  }

  .question,
  .answer {
    padding: 6px 16px;
  }

  .question {
    font-size: 1.6rem;
  }

  .step-item {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .step-num {
    margin-top: -24px;
    width: 96px;
  }

  .step-content {
    margin-left: 0;
    text-align: center;
  }

  .step-content p {
    max-width: 300px;
    padding: 24px 0;
  }

  .platform-ttl {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hidden-tab {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */