@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          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;
  border: none;
}

/* 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 {
  max-width: 100%;
  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
   # ================================================================= */
/* 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;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  background-color: #fff;
}
@media screen and (min-width: 1025.1px) {
  html {
    font-size: 1.1vw;
  }
}
@media screen and (min-width:769.1px) and (max-width:1024.9px) {
  html {
    font-size: min(1.3671875vw, 20px);
  }
}
@media screen and (max-width: 768.9px) {
  html {
    font-size: min(4.2666666667vw, 26px);
    scroll-behavior: auto;
    scroll-padding-top: 0;
  }
}

body {
  width: 100%;
  min-width: 375px;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 1rem;
}
@media screen and (max-width: 768.9px) {
  body {
    font-size: 0.9rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #333333;
  cursor: pointer;
}
a:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

ol li,
ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.lb-details {
  display: none;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.PopIn {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.PopIn.anime {
  -webkit-animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
header {
  position: relative;
}
header .header_inner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  background-color: #008A84;
  top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 50rem;
  max-width: 100%;
  z-index: 999 !important;
}
@media screen and (max-width: 768.9px) {
  header .header_inner {
    height: 3.5rem;
  }
}
header .header_inner h1 {
  padding: 1rem;
  width: 30vw;
  text-align: center;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768.9px) {
  header .header_inner h1 {
    width: 60vw;
    padding: 0.5rem 1rem;
  }
}
header .header_inner h1 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .header_inner .burger {
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 768.9px) {
  header .header_inner .burger {
    width: 2rem;
    height: 1.5rem;
    right: 1rem;
  }
}
header .header_inner .burger .burger_btn {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
header .header_inner .burger .burger_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 0.3rem;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  header .header_inner .burger .burger_btn span {
    height: 0.2rem;
  }
}
header .header_inner .burger .burger_btn span:nth-of-type(1) {
  top: 0;
}
header .header_inner .burger .burger_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .header_inner .burger .burger_btn span:nth-of-type(3) {
  bottom: 0;
}
header .header_inner .burger .burger_btn.active span {
  width: 100%;
}
header .header_inner .burger .burger_btn.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}
header .header_inner .burger .burger_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .burger .burger_btn.active span:nth-of-type(3) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header_inner .burger .burger_btn.active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
}
header .header_inner #burger_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 50rem;
  color: #fff;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768.9px) {
  header .header_inner #burger_nav {
    top: 0;
  }
}
header .header_inner #burger_nav #burger_nav-list {
  position: fixed;
  top: 7rem;
  z-index: 999;
  width: 100%;
  max-width: 50rem;
  background-color: #008A84;
  height: calc(100dvh - 7rem);
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768.9px) {
  header .header_inner #burger_nav #burger_nav-list {
    top: 3.5rem;
    height: calc(100dvh - 3.5rem);
  }
}
header .header_inner #burger_nav #burger_nav-list > ul {
  margin: 0 auto;
  list-style: none;
  padding: 8% 0 10%;
}
header .header_inner #burger_nav #burger_nav-list > ul li {
  position: relative;
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
}
header .header_inner #burger_nav #burger_nav-list > ul li a {
  display: block;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
header .header_inner #burger_nav.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.floating-banner {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50rem;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.floating-banner.hide {
  opacity: 0;
  pointer-events: none;
}

footer {
  width: 100%;
  background-color: #40210f;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}
footer a {
  color: #fff;
}

body#top {
  width: 100%;
  min-width: 375px;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  position: relative;
  overflow: hidden;
}
body#top img {
  width: 100%;
  vertical-align: bottom;
}
body#top main {
  padding: 0 0 0;
}
body#top main .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 768.9px) {
  body#top main .cta-button {
    gap: 1rem 0;
  }
}
body#top main .fv {
  position: relative;
  width: 100%;
}
body#top main .fv .fv-inner .fv-cta {
  position: relative;
}
body#top main .fv .fv-inner .fv-cta .cta-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top main .fv .fv-inner .fv-cta .cta-button {
    bottom: 2rem;
  }
}
body#top main #medama {
  position: relative;
  width: 100%;
  padding: 3rem 0 5rem;
  background: #FFF363;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 243, 99)), color-stop(35%, rgb(217, 147, 0)), color-stop(65%, rgb(254, 243, 89)), to(rgb(219, 151, 4)));
  background: linear-gradient(90deg, rgb(255, 243, 99) 0%, rgb(217, 147, 0) 35%, rgb(254, 243, 89) 65%, rgb(219, 151, 4) 100%);
}
@media screen and (max-width: 768.9px) {
  body#top main #medama {
    padding: 2rem 0 2rem;
  }
}
body#top main #medama h2 {
  width: 98%;
  margin: auto;
}
body#top main #medama .medama-inner {
  width: 90%;
  margin: auto;
}
body#top main #medama .medama-inner ul.medama-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  margin: 2rem auto;
}
@media screen and (max-width: 768.9px) {
  body#top main #medama .medama-inner ul.medama-list {
    gap: 0.7rem 0;
    margin: 1rem auto;
  }
}
body#top main .maker {
  position: relative;
  width: 100%;
  padding: 6rem 0 5rem;
  background: linear-gradient(30deg, rgb(255, 245, 165) 0%, rgb(202, 227, 198) 35%, rgb(166, 215, 232) 65%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768.9px) {
  body#top main .maker {
    padding: 2rem 0 3rem;
  }
}
body#top main .maker h2 {
  width: 95%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top main .maker h2 {
    margin: 2rem auto 2rem;
  }
}
body#top main .maker .maker-inner {
  margin: auto;
}
body#top main .maker .maker-inner ul.maker-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 2rem auto 3rem;
  width: 90%;
}
@media screen and (max-width: 768.9px) {
  body#top main .maker .maker-inner ul.maker-list {
    gap: 0.7rem;
    margin: 1rem auto 2rem;
  }
}
body#top main .maker .maker-inner ul.maker-list li img {
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.4));
}
body#top main #tokuten {
  position: relative;
  width: 100%;
  padding: 1rem 0 5rem;
  background: #7b0003;
}
@media screen and (max-width: 768.9px) {
  body#top main #tokuten {
    padding: 1rem 0 3rem;
  }
}
body#top main #tokuten h2 {
  width: 90%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #tokuten h2 {
    margin: 1rem auto 1rem;
  }
}
body#top main #tokuten .tokuten-inner {
  margin: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(123, 0, 3)), color-stop(25%, rgb(217, 11, 23)), color-stop(62%, rgb(206, 10, 20)), to(rgb(123, 0, 3)));
  background: linear-gradient(0deg, rgb(123, 0, 3) 0%, rgb(217, 11, 23) 25%, rgb(206, 10, 20) 62%, rgb(123, 0, 3) 100%);
}
body#top main #tokuten .tokuten-inner ul.tokuten-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  margin: 2rem auto 3rem;
  width: 90%;
}
@media screen and (max-width: 768.9px) {
  body#top main #tokuten .tokuten-inner ul.tokuten-list {
    gap: 0.7rem;
    margin: 1rem auto 2rem;
  }
}
body#top main #tokuten .tokuten-inner-bottom {
  background: #7b0003;
  margin: auto;
}
body#top main #tokuten .tokuten-inner-bottom h3 {
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #tokuten .tokuten-inner-bottom h3 {
    margin: 0 auto 1rem;
  }
}
body#top main #about {
  position: relative;
  width: 100%;
  padding: 3rem 0 0;
  background: linear-gradient(30deg, rgb(255, 245, 165) 0%, rgb(202, 227, 198) 35%, rgb(166, 215, 232) 65%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768.9px) {
  body#top main #about {
    padding: 2rem 0 0;
  }
}
body#top main #about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about_back.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}
body#top main #about h2 {
  width: 90%;
  margin: 2rem auto 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  body#top main #about h2 {
    margin: 1rem auto 2rem;
  }
}
body#top main #about .about-content {
  margin: auto;
  width: 90%;
  position: relative;
  z-index: 2;
}
body#top main #about .about-content h3 {
  width: 90%;
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #about .about-content h3 {
    margin: 1rem auto 0.5rem;
  }
}
body#top main #about .about-content .cta-button {
  background: #E60012;
}
body#top main #about .about-deposit {
  margin: 3rem auto 2rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.9px) {
  body#top main #about .about-deposit {
    margin: 2rem auto 1rem;
  }
}
body#top main #about .about-cta {
  position: relative;
  z-index: 2;
}
body#top main #about .about-cta .cta-button {
  background: #E60012;
  max-width: 100%;
  margin: auto;
  padding: 2rem 5% 5rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #about .about-cta .cta-button {
    padding: 1rem 5% 3rem;
  }
}
body#top main #reason {
  position: relative;
  width: 100%;
  padding: 2rem 0 4rem;
  background: #008A84;
}
@media screen and (max-width: 768.9px) {
  body#top main #reason {
    padding: 2rem 0 1rem;
  }
}
body#top main #reason h2 {
  width: 90%;
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #reason h2 {
    width: 85%;
    margin: 1rem auto 1rem;
  }
}
body#top main #reason .reason-inner {
  margin: auto;
}
body#top main #reason .reason-inner ul.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  margin: 1rem auto 3rem;
  width: 95%;
}
@media screen and (max-width: 768.9px) {
  body#top main #reason .reason-inner ul.reason-list {
    gap: 0.7rem;
    margin: 1rem auto 2rem;
  }
}
body#top main .norikae {
  position: relative;
  width: 100%;
  padding: 4rem 0 6rem;
  background: linear-gradient(-35deg, rgb(255, 255, 255) 0%, rgb(160, 212, 223) 25%, rgb(208, 230, 194) 62%, rgb(255, 245, 165) 100%);
}
@media screen and (max-width: 768.9px) {
  body#top main .norikae {
    padding: 2.5rem 0 3rem;
  }
}
body#top main .norikae .norikae-inner {
  margin: auto;
  width: 100%;
}
body#top main .norikae .cta-button {
  margin: 3rem auto 0;
}
@media screen and (max-width: 768.9px) {
  body#top main .norikae .cta-button {
    margin: 2rem auto 0;
  }
}
body#top main #question {
  position: relative;
  width: 100%;
  padding: 3rem 0 6rem;
  background-color: #eedb31;
}
@media screen and (max-width: 768.9px) {
  body#top main #question {
    padding: 2rem 0 2rem;
  }
}
body#top main #question h2 {
  width: 80%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #question h2 {
    margin: 1rem auto 2rem;
  }
}
body#top main #question .question-inner {
  margin: auto;
}
body#top main #question .question-inner ul.question-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  margin: 1rem auto 3rem;
  width: 90%;
}
@media screen and (max-width: 768.9px) {
  body#top main #question .question-inner ul.question-list {
    gap: 0.7rem;
    margin: 1rem auto 2rem;
  }
}
body#top main #shop {
  position: relative;
  width: 100%;
  padding: 4rem 0 4rem;
  background: #008A84;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop {
    padding: 2rem 0 2rem;
  }
}
body#top main #shop h2 {
  width: 60%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop h2 {
    width: 12rem;
    margin: 1rem auto 2rem;
  }
}
body#top main #shop .shop-inner {
  margin: auto;
}
body#top main #shop .shop-inner ul.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  margin: 1rem auto 3rem;
  width: 90%;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list {
    gap: 0.7rem;
    margin: 1rem auto 2rem;
  }
}
body#top main #shop .shop-inner ul.shop-list li {
  border-radius: 3rem;
  overflow: hidden;
  border: 0.5rem solid #eddb31;
  background-color: #fff;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list li {
    border: 0.2rem solid #eddb31;
    border-radius: 1rem;
  }
}
body#top main #shop .shop-inner ul.shop-list li h3 {
  width: 100%;
}
body#top main #shop .shop-inner ul.shop-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  width: 90%;
  margin: 2rem auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list li dl {
    font-size: 0.9rem;
    margin: 1rem auto;
    gap: 0.7rem 0;
  }
}
body#top main #shop .shop-inner ul.shop-list li dl dt {
  background: #40210f;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list li dl dt {
    width: 30%;
  }
}
body#top main #shop .shop-inner ul.shop-list li dl dd {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list li dl dd {
    width: 65%;
  }
}
body#top main #shop .shop-inner ul.shop-list li dl dd.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list li dl dd.service {
    gap: 0.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body#top main #shop .shop-inner ul.shop-list li dl dd.service p {
  background: #00aca8;
  color: #fff;
  border-radius: 3rem;
  width: 8.5rem;
  padding: 0.5rem 0;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  body#top main #shop .shop-inner ul.shop-list li dl dd.service p {
    width: 5rem;
    padding: 0.2rem 0;
    font-size: 0.8rem;
  }
}