@charset "UTF-8";
/* CSS Document */
.top-image {
  background: url("../images/mobile-top2.jpg");
  background-repeat: no-repeat;
  height: 600px;
  width: auto;
  max-width: 440px;
  background-position: center;
  margin: 0 auto;
}
.pc-logo {
  width: 200px;
  margin-top: 120px;
  margin-right: 70px;
}
@media(min-width: 600px) {
  .top-image {
    background: url("../images/pc-top-image.png");
    background-repeat: no-repeat;
    /*    background-size: contain;*/
    background-position: center;
    max-width: 1440px;
    border-radius: 0;
    margin: auto;
    position: relative;
  }
  .pc-logo {
    display: block;
    position: absolute;
    top: 100px;
    width: 400px;
  }
}
.section-first {
  margin-top: 100px;
}
.section-first__div {
  margin: 50px 0 50px;
}
#word-1 {
  display: inline-block;
  transform: rotate(-8deg);
  font-size: 3.0rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#word-2 {
  display: inline-block;
  transform: rotate(10deg);
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#word-3 {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.section-first p {
  font-size: 2.0rem;
  line-height: 2.4em;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
}
@media(max-width: 340px) {
  #word-1 {
    font-size: 2.8rem;
    letter-spacing: 0.075em;
  }
  #word-2 {
    font-size: 3.3rem;
    letter-spacing: 0.075em;
  }
  #word-3 {
    font-size: 2.8rem;
    letter-spacing: 0.075em;
  }
  .section-first p {
    font-size: 1.8rem;
  }
}
@media(min-width: 600px) {
  #word-1 {
    font-size: 3.1rem;
    letter-spacing: 0.25em;
    padding: 10px;
  }
  #word-2 {
    font-size: 3.6rem;
    letter-spacing: 0.25em;
    padding: 10px;
  }
  #word-3 {
    font-size: 2.9rem;
    letter-spacing: 0.25em;
    padding: 10px;
  }
  .section-first p {
    font-size: 2.4rem;
    line-height: 2.4em;
    letter-spacing: 0.3em;
    margin-bottom: 100px;
  }
}
.section-top {
  margin-top: 100px;
}
.section-top h2 {
  margin-bottom: 70px;
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.7em;
  color: tan;
}
.section-top p {
  font-size: 1.6rem;
  line-height: 2.4em;
  letter-spacing: 0.1em;
}
@media(max-width: 340px) {
  .section-top p {
    font-size: 1.4rem;
  }
}
@media(min-width: 600px) {
  .section-top h2 {
    font-size: 3.0rem;
    letter-spacing: 1.0em;
  }
  .section-top p {
    font-size: 2.0rem;
    line-height: 3.2em;
    letter-spacing: 0.4em;
  }
}
/*ここから「ショップはこちら」の部分*/
.btn, a.btn, button.btn {
  font-size: 2.0rem;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  margin-top: 70px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.7em;
  color: #626262;
  border-radius: 0.5rem;
}
a.btn-svg {
  font-weight: 600;
  line-height: 54px;
  width: 304px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #626262;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
a.btn-svg span {
  color: #626262;
}
/*ここまで*/
.circle {
  padding: 0;
  margin: 30px 0 80px;
}
.circle li {
  list-style: none;
  display: inline-block;
}
@media(min-width: 600px) {
  .circle li {
    padding: 30px;
  }
}
.section-explanation h2 {
  margin: 80px 0 70px;
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.5em;
  color: tan;
}
.section-explanation p {
  font-size: 1.8rem;
  line-height: 2.4em;
  letter-spacing: 0.4em;
}
.section-explanation__image {
  object-fit: contain;
  object-position: center;
  max-width: 300px;
  height: 300px;
  display: block;
  margin: auto;
}
.section-explanation__ito {
  margin: 70px 0;
}
@media(min-width: 600px) {
  .section-explanation h2 {
    font-size: 3.0rem;
    letter-spacing: 1.0em;
  }
  .section-explanation p {
    font-size: 2.0rem;
    line-height: 3.0em;
    letter-spacing: 0.5em;
  }
  .section-explanation__image {
    max-width: 600px;
    height: 600px;
  }
}
/*
.animation {
  margin: 50px 0;
  font-size: 40px;
  font-weight: bold;
  color: #ff0000;
}
*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-5deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(5deg);
  }
  100% {
    transform: translate(0);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px) rotate(-8deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0) rotate(-8deg);
    /*    transform: rotate(-8deg);*/
  }
}
.fadeInDown2 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown2 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(2px) rotate(5deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-2px) rotate(-5deg);
  }
  100% {
    transform: translate(0);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px) rotate(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0) rotate(10deg);
    /*    transform: rotate(-8deg);*/
  }
}
.fadeInDown3 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown3 {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    /*    transform: rotate(-8deg);*/
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*    transform: rotate(-8deg);*/
  }
}
.fadeInDown4 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown4;
  animation-name: fadeInDown4;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown4 {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    /*    transform: rotate(-8deg);*/
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*    transform: rotate(-8deg);*/
  }
}
.fadeInDown5 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown5;
  animation-name: fadeInDown5;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown5 {
  0% {
    opacity: 0;
    /*    -webkit-transform: translateY(-20px);*/
  }
  100% {
    opacity: 1;
    /*    -webkit-transform: translateY(0);*/
  }
}
@keyframes fadeInDown5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    /*    transform: rotate(-8deg);*/
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*    transform: rotate(-8deg);*/
  }
}
.fadeInDown6 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fadeInDown6;
  animation-name: fadeInDown6;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown6 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown7 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fadeInDown7;
  animation-name: fadeInDown7;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown7 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown7 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}