@charset "UTF-8";
/*reset*/
* {
  padding-left: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a img {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*common*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(8deg, #780602, #880705 10%, #af0905 40%, #92120e 50%, #8c0503 60%, #770503 80%, #92120e 90%, #6d0403 100%);
}
body h1, body h2, body h3, body h4, body h5, body p, body li, body a, body button {
  letter-spacing: 0.025em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  color: #ffffff;
}
body h2 {
  margin-bottom: 1em;
}
body p {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  body p {
    font-size: 16px;
  }
}

a:hover {
  cursor: pointer;
}

a.line {
  position: relative;
  display: inline-block;
}
a.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
a.line:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 640px) {
  .container {
    width: calc(100% - 4vw);
  }
}
@media print, screen and (min-width: 980px) {
  .container {
    width: calc(100% - 8vw);
  }
}
@media print, screen and (min-width: 1200px) {
  .container {
    width: calc(100% - 12.15vw);
  }
}
@media print, screen and (min-width: 1366px) {
  .container {
    width: 1200px;
  }
}

/*余白*/
.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.com-btm {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .com-btm {
    margin-bottom: 30px;
  }
}

.pc-view {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.tb-view {
  display: block;
}
@media print, screen and (min-width: 640px) {
  .tb-view {
    display: none;
  }
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  overflow: hidden;
  transition: opacity 1.5s, transform 1s;
}
.fade.toleft {
  transform: translateX(30px);
}
.fade.toright {
  transform: translateX(-30px);
}
.fade.tobottom {
  transform: translateY(-30px);
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.functions, #solution2 .wrap {
  overflow: hidden;
}

#mv h1 {
  margin: 0 auto;
  max-width: 1200px;
}
@media print, screen and (min-width: 768px) {
  #mv {
    background-repeat: no-repeat;
    background-size: 105%;
    background-image: url(./images/1268801.png);
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1366px) {
  #mv {
    background-size: 100%;
  }
}

#intro {
  margin-bottom: 100px;
  overflow: hidden;
}
#intro .txt {
  margin-bottom: 2em;
}
#intro .txt p {
  color: #fff;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  #intro .txt p {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #intro .txt {
    margin-bottom: 4em;
  }
}
#intro .movie {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #intro .movie {
    width: 70%;
  }
}
#intro .movie::after {
  content: "";
  display: block;
  position: absolute;
  width: 164px;
  height: 114px;
  background-image: url(./images/intoro-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  right: -40px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  #intro .movie::after {
    bottom: -40px;
    right: -50px;
  }
}

/* choose-present */
#choose {
  background: url(./images/choose-bg.png) no-repeat;
  background-size: auto 300px;
  padding-bottom: 250px;
  background-position: right bottom;
  /*  button {
      border: none;
      border-radius: 4px;
      color: #333;
      cursor: pointer;
      font-size: 1rem;
      margin-top: 1rem;
      text-align: center;
      text-decoration: none;
      display: block;

    }*/
}
@media print, screen and (min-width: 768px) {
  #choose {
    padding-bottom: 340px;
    background-size: auto 450px;
  }
}
@media print, screen and (min-width: 1200px) {
  #choose {
    padding-bottom: 400px;
    background-size: auto 600px;
  }
}
#choose .txt {
  margin-bottom: 1em;
}
#choose .start,
#choose .quiz,
#choose .result {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#choose .shindan {
  margin: 60px 0;
}
#choose .shindan #start, #choose .shindan #quiz {
  max-width: 600px;
  margin: 0 auto;
}
#choose .shindan #question h3,
#choose .shindan #result h3 {
  margin: 32px 0 0;
  padding-bottom: 48px;
  position: relative;
}
#choose .shindan #question h3::before,
#choose .shindan #result h3::before {
  content: "";
  display: block;
  width: 99px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./images/question.png);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#choose .shindan #question h3::after,
#choose .shindan #result h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #af9825;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#choose .shindan #result h3::before {
  background-image: url(./images/answer.png);
}
#choose .btn#start-btn,
#choose .btn#restart-btn {
  max-width: 600px;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
}
#choose .btn#start-btn::before,
#choose .btn#restart-btn::before {
  content: "";
  display: block;
  width: 120px;
  height: 80px;
  background: url(./images/btn-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media print, screen and (min-width: 768px) {
  #choose .btn#start-btn::before,
  #choose .btn#restart-btn::before {
    width: 160px;
    height: 120px;
  }
}
#choose .btn#start-btn::after,
#choose .btn#restart-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 0;
  margin: 8px auto 0;
}
#choose .btn {
  width: 100%;
  padding: 8px 0;
  background: linear-gradient(to bottom, #109328 0, #013613 70%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 8px;
  overflow-wrap: break-word;
  border: none;
  border-radius: 16px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #choose .btn {
    font-size: 20px;
  }
}
#choose .answer-buttons {
  width: 100%;
  display: flex;
  gap: 16px;
}
#choose .answer-buttons.col_2 button {
  width: calc((100% - 16px) / 2);
}
#choose .answer-buttons.col_3 button {
  width: calc((100% - 32px) / 3);
}
#choose .answer-buttons.col_4 {
  flex-wrap: wrap;
}
#choose .answer-buttons.col_4 button {
  width: calc((100% - 16px) / 2);
}
#choose .answer-buttons.col_5 {
  flex-wrap: wrap;
}
#choose .answer-buttons.col_5 button {
  width: calc((100% - 32px) / 3);
}
#choose .btn:hover {
  background-color: #333;
}
#choose .hide {
  display: none;
}
#choose .question {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#choose .answer-btn {
  background-color: #e7e7e7;
  border: none;
  border-radius: 4px;
  color: black;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#choose #recommend {
  margin: 30px 0;
}
#choose #recommend .item a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
}
#choose #recommend .item a img {
  width: 100%;
  margin-bottom: 8px;
}
#choose #recommend .wrap {
  margin-bottom: 30px;
}
#choose #recommend .wrap .item {
  position: relative;
  padding-bottom: 1.4em;
}
#choose #recommend .wrap .item .price {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 767px) {
  #choose #recommend .item:not(last-of-item) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #choose #recommend .wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  #choose #recommend .wrap .item {
    width: calc((100% - 60px) / 3);
  }
}
#choose #recommend .condition {
  margin: 16px 0 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

#ranking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 56px 0 100px;
}
@media print, screen and (min-width: 768px) {
  #ranking ul {
    flex-wrap: unset;
  }
}
#ranking ul li {
  width: calc((100% - 16px) / 3);
  margin: 0 8px 16px 0;
}
#ranking ul li a {
  display: block;
}
#ranking ul li a img {
  width: 100%;
}
#ranking ul li p {
  letter-spacing: 0;
  font-size: 10px;
  font-feature-settings: "palt";
}
#ranking ul li p.price {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  #ranking ul li p {
    font-size: 14px;
  }
  #ranking ul li p small {
    font-size: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  #ranking ul li:nth-of-type(3) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #ranking ul li {
    width: calc((100% - 32px) / 5);
  }
}

#scene ul {
  margin: 48px 0 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  #scene ul {
    flex-wrap: unset;
    gap: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  #scene ul li {
    width: calc((100% - 16px) / 2);
  }
  #scene ul li:nth-of-type(even) {
    margin-top: 60px;
  }
  #scene ul li:nth-of-type(3) {
    margin-top: -40px;
  }
}
@media print, screen and (min-width: 768px) {
  #scene ul li {
    width: calc((100% - 96px) / 4);
  }
  #scene ul li:nth-of-type(odd) {
    margin-top: 60px;
  }
}

#campain {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 1200px) {
  #campain {
    position: relative;
    padding-top: 36.45vw;
  }
}
#campain::before {
  content: "";
  display: block;
  width: 80vw;
  height: 63vw;
  background-image: url(./images/campain-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  #campain::before {
    width: 715px;
    height: 558px;
  }
}
@media print, screen and (min-width: 1200px) {
  #campain::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 52vw;
    background-image: url(./images/campain-bg-pc.png);
    background-size: cover;
  }
}
#campain .campain-wrap {
  padding: 24px 0;
}
@media print, screen and (min-width: 980px) {
  #campain .campain-wrap {
    margin: 0 auto;
    display: flex;
    gap: 30px;
    width: calc(100% - 8vw);
  }
}
@media print, screen and (min-width: 1200px) {
  #campain .campain-wrap {
    width: calc(100% - 12.15vw);
  }
}
@media print, screen and (min-width: 1366px) {
  #campain .campain-wrap {
    width: 1200px;
  }
}
#campain .campain-wrap .campain {
  background: #fff;
}
#campain .campain-wrap .campain h3, #campain .campain-wrap .campain p {
  color: #280706;
}
#campain .campain-wrap .campain h3 {
  margin-bottom: 8px;
}
#campain .campain-wrap .campain h3::before {
  content: "";
  display: block;
  width: 94px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
}
#campain .campain-wrap .campain:nth-of-type(1) h3::before {
  background-image: url(./images/campain-01.png);
}
#campain .campain-wrap .campain:nth-of-type(2) h3::before {
  background-image: url(./images/campain-02.png);
}
#campain .campain-wrap .campain:nth-of-type(3) h3::before {
  background-image: url(./images/campain-03.png);
}
#campain .campain-wrap .campain p, #campain .campain-wrap .campain small {
  line-height: 1.5;
}
#campain .campain-wrap .campain p:not(:last-of-type) {
  margin-bottom: 8px;
}
#campain .campain-wrap .campain small {
  display: inline-block;
  position: relative;
  padding-left: 0.6em;
}
#campain .campain-wrap .campain small::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 2px;
}
@media print, screen and (max-width: 979px) {
  #campain .campain-wrap .campain {
    width: 80%;
    border-radius: 0 30px 30px 0;
    padding: 30px 30px 30px 2vw;
    margin: 0 auto 56px 0;
  }
  #campain .campain-wrap .campain:nth-of-type(2) {
    border-radius: 30px 0 0 30px;
    padding: 30px 2vw 30px 30px;
    margin: 0 0 56px auto;
  }
}
@media print, screen and (min-width: 980px) {
  #campain .campain-wrap .campain {
    padding: 30px;
    border-radius: 30px;
  }
}
#campain .campain-wrap .campain {
  position: relative;
}
#campain .campain-wrap .campain::after {
  width: 161px;
  height: 156px;
  content: "";
  display: block;
  background-image: url(./images/campain-bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: -1;
}
@media print, screen and (max-width: 979px) {
  #campain .campain-wrap .campain:nth-of-type(2)::after {
    left: -70px;
    background-image: url(./images/campain-bg2r.png);
  }
}

#delivery {
  padding-top: 69px;
  background-image: url(./images/delivery-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 69px;
}
@media print, screen and (min-width: 768px) {
  #delivery {
    padding-top: 100px;
    background-size: auto 100px;
  }
}
#delivery h2, #delivery p.date {
  text-align: center;
}
#delivery h2 {
  margin: 30px 0;
}
#delivery .container {
  max-width: 39em;
}
#delivery .date {
  margin: 1em 0;
}
#delivery .notice {
  font-size: 10px;
  padding-left: 1em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #delivery .notice {
    font-size: 14px;
  }
}
#delivery .notice::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.float {
  position: fixed;
  z-index: 10;
  bottom: 32px;
  right: 16px;
}
.float .wrap {
  display: flex;
  gap: 12px;
}
.float .wrap a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  text-align: center;
  width: 56px;
  height: 56px;
}
@media print, screen and (min-width: 768px) {
  .float .wrap a {
    font-size: 16px;
    width: 80px;
    height: 80px;
  }
}
.float .wrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(150deg, #ae930e 10%, #b4ac82 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.float .wrap a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .float .wrap {
    gap: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .float {
    bottom: 64px;
    right: 64px;
  }
}

footer {
  width: 100%;
  height: 88vw;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  footer {
    height: 56.25vw;
  }
}
footer small {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
  background-image: url(./images/footer-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  footer::before {
    background-image: url(./images/footer.png);
  }
}/*# sourceMappingURL=style.css.map */