@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');


body {
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}


#wrapper { color: #222222; }
@media screen and (min-width: 426px) {
  /* medium　smartphone↑ */
  #wrapper {
    max-width: 425px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);
  }
}
@media screen and (min-width: 600px) {
  /* medium　smartphone↑ */
  #wrapper {
    max-width: 600px;
  }
}


main p {
  font-size: 18px;
  font-size: 1.8rem;
}
main strong { font-weight: 700; }
hr {
  height: 5px;
  margin: 2em auto;
  background-color: #333333;
  width: 20%;
  border: none;
}

/* Button */
.btn {
  width: 50%;
  background-color: #c3d825;
  color: ;#493759;
}

.movie video {
  width: 100%;
  display: block;
}


/* ============== */


h2 {
  color: #493759;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

h3 {
  color: #493759;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}

h4 {
  color: #493759;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}


section { padding: 10% 8%; }
#lineup { padding: 10% 0; }


/* ============== */


#intro {
  background-color: #ffffff;
  background-image: url(images/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

ul.ques { padding: 0.5em 0 0; }
ul.ques li { padding: 10px 0; }
.ques {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  /*line-height: 1.8;*/
  text-align: center;
}
p.ques { padding-bottom: 1em; }

h2.ques { margin-top: 1em; }
/*h2.ques:before,
h2.ques:after {
  position: absolute;
  content: '';
}
h2.ques:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #493759;
  border-left: 1px solid #493759;
}
h2.ques:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid #493759;
  border-bottom: 1px solid #493759;
}*/


.answer span { background: linear-gradient(transparent 70%, #c3d825 70%); }
#intro .answer { margin: 2em 0 1em; }

.scroll {
  position: relative;
}
.scroll-text {
  color: #493759;
  font-size: 14px;
  text-align: center;
}
.scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  background: #493759;
  animation: scrollbar 4.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}


/* ============== */


.item {
  text-align: center;
}
.pdname {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 5px;
}
.price {
  font-size: 16px;
  font-size: 1.6rem;
}


/* ============== */


#question { background-image: linear-gradient(45deg, #f8e0d9, #fcf3de); }
#question h4 { margin-bottom: 0.5em; }

#question img { margin: 1em 0; }

.res {
  position: relative;
  padding: 1.2em 1em 1em;
  color: #009e9f;
  font-weight: 700;
  text-align: center;
}
.res:before,
.res:after {
  position: absolute;
  content: '';
}
.res:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #009e9f;
  border-left: 1px solid #009e9f;
}
.res:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid #009e9f;
  border-bottom: 1px solid #009e9f;
}

ul.list_check {
  font-size: 20px;
  font-size: 2.0rem;
  padding-left: 1em;
  padding-right: 1em;
}
ul.list_check li span { color: #009e9f; }


/* ============== */

#about {
  margin: 8%;
  border-radius: 10px;
  background-color: #eaf4fc;
}
#about p, #reason p { padding-bottom: 0.5em; }

#reason h3 {
  font-weight: 700;
  margin-top: 1.5em;
}


.h-style-center-border {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 0 1.5rem;
  text-align: center
}
.h-style-center-border span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 1.2em;
}
.h-style-center-border:before {
  position: absolute;
  top: 48px;
  left: calc(50% - 30px);
  width: 60px;
  height:  1px;
  content: '';
  border-radius: 1px;
  background: #493759
}


#summary { background-image: linear-gradient(45deg, #f8e0d9, #fcf3de); }
#summary ul { padding-top: 1em; }


.fuki {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #493759;
  border-radius: 10px;
  background: #f9f9f9;
  margin: 1.0em 1.0em 1.5em;
  color: #493759;
  font-weight: 700;
}
.fuki:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #493759 transparent transparent transparent;
}
.fuki:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
.fuki:last-child { margin-bottom:3em; }



/* ============== */


#lineup .item { margin-bottom: 50px; }
#lineup .btn {
  width: 80%;
  color: #493759;
}
#lineup a {
  display: block;
  color: #493759;
  text-decoration: none;
  font-weight: 700;
}
#lineup p.pdname { margin-top: 0.5em; }

#lineup ul {
  padding-left: 8%;
  padding-right: 8%;
}
#lineup li { margin-bottom: 1.25em; }
#lineup li .btn { width: 100%; }

#lineup p.itemname {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.625em;
  line-height: 1.3;
  font-weight: 500;
}
/*#lineup p.itemname span {
  font-size: 14px;
  font-size: 1.4rem;
}*/
#lineup .btn { margin-top: 0.625em; }


/* Slider */
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  width: 25px;
}

.slick-next { right: -15px!important; }
.slick-prev { left: -15px!important; }
.slick-prev:before, .slick-next:before { color: #1a1a1a!important; }

@media screen and (min-width: 600px) {
  .slide {
    /*width: 70%;*/
    margin-left: auto;
    margin-right: auto;
  }
}


/* ─── FADE-IN ANIMATION ──────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}
.fade-up:nth-child(1) { animation-delay: 0.1s; }
.fade-up:nth-child(2) { animation-delay: 0.25s; }
.fade-up:nth-child(3) { animation-delay: 0.4s; }
.fade-up:nth-child(4) { animation-delay: 0.55s; }
.fade-up:nth-child(5) { animation-delay: 0.7s; }
.fade-up:nth-child(6) { animation-delay: 0.8s; }
.fade-up:nth-child(7) { animation-delay: 1.05s; }
.fade-up:nth-child(8) { animation-delay: 1.45s; }
.fade-up:nth-child(9) { animation-delay: 2.0s; }
.fade-up:nth-child(10) { animation-delay: 2.7s; }



@media screen and (min-width: 600px) {
  /* medium　smartphone↑ */
  section { padding: 10% 15%; }
  #about { margin: 8% 15% 0; padding: 5% }
}













@media screen and (max-width: 375px) {
  /* small smartphone↓ */
}

@media screen and (max-width: 599px) {
  /* big smartphone↓ */
}

@media screen and (max-width:768px) {
  /* tablet↓ */
}



@media screen and (min-width:768px) {
  /* tablet↑ */
}

@media screen and (min-width:960px) {
  /* big tablet↑ */
}

@media screen and (min-width:600px) and ( max-width:1024px) {
  /* big smartphone - tablet only */
}

@media screen and (min-width:1024px) {
  /* PC↑ */
}






