/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #333333;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 750px;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  ffont-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
}

.mainv {
  position: relative;
  padding-bottom: 13rem;
}
.mainv:after {
  position: absolute;
  content: "";
  background: url(../img/mainv-deco.png) no-repeat;
  width: 7.1rem;
  height: 14.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5%;
  animation: move-y .5s infinite alternate ease-in-out;
  display: inline-block;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
#component {
  padding-top: 13.5rem;
  padding-bottom: 10.5rem;
}

.cta {
  /* background: url(../img/cta.png) no-repeat; */
  /* min-height: 40.6rem; */
  position: relative;
}
.cta .img {
  position: absolute;
  bottom: 13%;
  right: 0;
  left: 0;
  transform: translate(0%, 0%);
  text-align: center;
}
.cta .img .btn:hover {
  opacity: 0.6;
  transition: .3s;
}

#nurture {
  padding-bottom: 11rem;
}

.cta2 {
  margin-top: 13rem;
}

#kodawari {
  padding-top: 10rem;
  padding-bottom: 12rem;
}

#safety .img {
  padding-top: 10.5rem;
  padding-bottom: 14.5rem;
}

#story {
  padding-top: 14.5rem;
}

#about {
  margin-top: -8%;
}

#faq {
  padding-top: 13rem;
}
#faq .inner {
  width: 69rem;
  margin: 0 auto;
}
#faq h2 {
  font-size: 6rem;
  padding-bottom: 12rem;
}
#faq #acMenu {
  padding-bottom: 13.5rem;
}
#faq #acMenu dt {
  display: flex;
  cursor: pointer;
  border-top: 0.1rem solid #333333;
  border-bottom: 0.1rem solid #333333;
  border-right: 0.1rem solid #333333;
  border-left: 0.1rem solid #333333;
  font-size: 3.2rem;
  padding: 2.9rem 0;
  position: relative;
}
#faq #acMenu dt .q {
  padding-left: 2.5rem;
  padding-right: 3rem;
  display: flex;
  align-items: center;
}
#faq #acMenu dt span {
  vertical-align: super;
  font-size: 1.6rem;
}
#faq #acMenu dt:before {
  position: absolute;
  content: "";
  border-bottom: 0.1rem #333333 solid;
  right: 2%;
  top: 25%;
  width: 2.5rem;
  height: 2.5rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq #acMenu dt:after {
  position: absolute;
  content: "";
  border-right: 0.1rem #333333 solid;
  right: 3.8%;
  top: 38%;
  width: 2.5rem;
  height: 2.5rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq #acMenu dt.open {
  border-bottom: none;
}
#faq #acMenu dt.open:before {
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#faq #acMenu dt.open:after {
  content: none;
}
#faq #acMenu dt:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}
#faq #acMenu dt:nth-of-type(n + 5):after {
  top: 34%;
}
#faq #acMenu dd {
  background: #fff;
  display: none;
  margin: 0 auto 3rem;
  border-left: 0.1rem solid #333333;
  border-right: 0.1rem solid #333333;
  border-bottom: 0.1rem solid #333333;
  padding: 5rem 2.5rem 3.5rem;
  position: relative;
}
#faq #acMenu dd:before {
  position: absolute;
  content: "";
  border-top: 0.1rem solid #333333;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#faq #acMenu dd span {
  vertical-align: super;
  font-size: 1.6rem;
}
#faq #acMenu dd .txt p {
  font-size: 2rem;
}

#footer-cta {
  /* background: url(../img/footer-img.png) no-repeat center top;
  min-height: 122.8rem; */
  position: relative;
}
#footer-cta .img {
  position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    transform: translate(0%, 0%);
    text-align: center;
}
#footer-cta .img .btn:hover {
  opacity: 0.6;
  transition: .3s;
}

.footer {
  background: #333333;
  padding: 2.4rem 0;
}
.footer .txt p {
  color: #fff;
  font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #faq #acMenu dt:nth-of-type(n + 5) .q {
    width: 5%;
    flex-shrink: 0;
  }
}
@media (max-width: 750px) {
  body {
    width: 100%;
  }

  #component {
    padding-top: 6.7rem;
    padding-bottom: 5rem;
  }

  .cta {
    /* background-size: contain;
        min-height: 42.6rem; */
    /* min-height: 31.6rem; */
  }
  .cta .img {
    bottom: 9%;
    right: 0;
    left: 0;
    transform: translate(0%, 0%);
    text-align: center;
        width: 90%;
    margin: 0 auto;
  }

  #kodawari {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .cta2 {
    margin-top: 6rem;
  }

  #safety .img {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  #story {
    padding-top: 7rem;
  }

  #faq {
    padding-top: 6rem;
  }
  #faq .inner {
    width: 90%;
  }
  #faq h2 {
    font-size: 10vw;
    padding-bottom: 6rem;
  }
  #faq #acMenu {
    padding-bottom: 6rem;
  }
  #faq #acMenu dt {
    font-size: 5vw;
    padding: 1rem 2rem 1rem 0;
  }
  #faq #acMenu dt:before {
    width: 1.5rem;
    height: 1.5rem;
    top: 32%;
  }
  #faq #acMenu dt:after {
    width: 1.5rem;
    height: 1.5rem;
    top: 46%;
  }
  #faq #acMenu dt:nth-of-type(n + 2):after {
    top: 42%;
  }
  #faq #acMenu dt:nth-of-type(n + 5) .q {
    width: 25%;
  }
  #faq #acMenu dt:nth-of-type(n + 5):after {
    top: 40%;
  }
  #faq #acMenu dt span {
    font-size: 2.5vw;
  }
  #faq #acMenu dt .q {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #faq #acMenu dd {
    font-size: 4vw;
    padding: 2.5rem 1.2rem 2.7rem;
  }
  #faq #acMenu dd .txt p {
    font-size: 3vw;
  }
  #faq #acMenu dd span {
    font-size: 2.5vw;
  }

  #footer-cta {
    background-size: contain;
  }
  #footer-cta .img {
    bottom: 2%;
    right: 0;
    left: 0;
    transform: translate(0%, 0%);
    text-align: center;
        width: 90%;
    margin: 0 auto;
  }
  .footer .txt p {
    font-size: 2vw;
  }
}

button{
  cursor:pointer;
}
.form-control{
  display:none;
}

#products__variant_id_102{
  display:none;
}
