@charset "UTF-8";
/* CSS Document */
:root {
  --text-color: #000000;
  --main-beige: #bdac79;
}
body {
  background: #eee9dc;
}
.ctaBox {
  font-size: 1rem;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width:500px) {
  .ctaBox {
    font-size: 1.2rem;
  }
}
ul.notes li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  letter-spacing: 0;
}
#fvArea {
  position: relative;
}
#fvArea .mvCtaBox {
  position: absolute;
  width: 95%;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: auto;
}
#movieArea {
  background: #000;
  background: linear-gradient(0deg,rgba(59, 59, 59, 1) 0%, rgba(24, 24, 24, 1) 70%, rgba(0, 0, 0, 1) 100%);
  padding: 5em 0 8em;
}
#movieArea video {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#cpArea {
  background: var(--main-beige);
  padding-bottom: 5em;
}
p.notes {
  font-size: 1rem;
}
@media (min-width:500px) {
  p.notes {
    font-size: 1.2rem;
  }
}
#cpArea p.notes a {
  display: inline;
  border-bottom: 1px solid;
}
#cpArea .cpBox {
  position: relative;
}
#cpArea .cpBox .box {
  position: absolute;
  width: 75%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3em;
}
#cpArea .ctaBox {
  width: 100%;
  margin-top: 1em;
}
#comparisonArea p.notes {
  text-align: center;
  margin-top: 1em;
}
#worriesArea {
  padding-top: 6em;
}
#aboutArea {
  background: #322B29;
  background: linear-gradient(180deg, rgba(50, 43, 41, 1) 0%, rgba(24, 24, 24, 1) 100%);
}
#reviewArea {
  margin-top: 6em;
  background: #ebebeb;
}
#faqArea {
  background: #f7f5ee;
  padding-bottom: 7em;
}
#faqArea dl {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  font-size: 1.4rem;
}
@media (min-width:500px) {
  #faqArea dl {
    font-size: 1.6rem;
  }
}
#faqArea dl dt {
  background: #baa973;
  color: #FFF;
  font-weight: 500;
  padding: 0.5em 0;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3em;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
#faqArea dl dt:nth-child(9) {
  border-bottom: none;
}
@media (min-width:500px) {
  #faqArea dl dt {
    padding: 0.8em 0;
    padding-left: 3em;
  }
}
#faqArea dl dt:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/faq_icon.webp") 100% 0 / 100% no-repeat;
  position: absolute;
  left: 1rem;
}
#faqArea dl dt span {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:500px) {
  #faqArea dl dt span {
    right: 2rem;
  }
}
#faqArea dl dt span:before,
#faqArea dl dt span:after {
  content: '';
  display: block;
  background: #FFF;
  position: absolute;
}
#faqArea dl dt span:before {
  width: 13px;
  height: 1px;
}
#faqArea dl dt span:after {
  width: 1px;
  height: 13px;
  transition: all 0.5s ease;
}
#faqArea dl dt.on span:after {
  transform: rotate(270deg);
}
#faqArea dl dd {
  display: none;
  padding: 0.6em 1em;
  text-align: justify;
}
#priceArea {
  background: #d8d8d8;
  padding-bottom: 5em;
}
#priceArea .acTrigger {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  width: 85%;
  height: 4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media (min-width:500px) {
  #priceArea .acTrigger {
    font-size: 2rem;
  }
}
#priceArea .acTrigger:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 0.5em;
}
#priceArea .acTrigger.open:after {
  transform: rotate(315deg);
}
#priceArea .box {
  display: none;
}
#shopArea .map {
  width: 90%;
  margin: 2rem auto 0;
  padding-top: 80%;
}
#shopArea dl {
  width: 90%;
  margin: 2em auto 0;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width:500px) {
  #shopArea dl {
    font-size: 1.7rem;
  }
}
#shopArea dl dt {
  font-weight: bold;
  width: 26%;
}
#shopArea dl dd {
  width: 74%;
  margin-bottom: 2em;
}
#shopArea dl dd span {
  font-size: 1rem;
  display: inline-block;
}
#annotationArea {
  width: 90%;
  margin: 3em auto 0;
  font-size: 1rem;
}
@media (min-width:500px) {
  #annotationArea {
    font-size: 1.2rem;
  }
}
.floatBtn {
  width: 95%;
  max-width: 450px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  cursor: pointer;
}