@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

@media screen and (min-width: 958px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 958px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
}

.en {
  font-family: "semplicitapro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn {
  background-color: #926145;
  color: #fff;
}

.bg_main {
  background-color: #f2efef;
}

.bg_sub {
  background-color: #edf0ea;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 958px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* インナー幅
*--------------------------------------*/
.inner {
  max-width: 295px;
  margin: 0 auto;
}

/*--------------------------------------*
* クレジット
*--------------------------------------*/
.credit {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  font-size: 12px;
}
.credit li {
  margin-bottom: 10px;
}
.credit li a {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
  white-space: nowrap;
  text-decoration: underline;
}
.credit li a.com, .credit li a.shop {
  pointer-events: none;
  text-decoration: none;
}
.credit li a.com .buy {
  color: #aea9a9;
}
.credit li a.shop .buy {
  color: red;
}
.credit li .buy {
  font-weight: bold;
  font-size: 12px;
}
.credit li .strong {
  font-weight: bold;
  display: contents;
}

footer {
  position: relative;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.front_bg {
  overflow-y: hidden;
}

.front .fixed_bg {
  background-image: url(../assets/images/fv_bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.fv .fv_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
}
@media screen and (max-width: 960px) {
  .fv .fv_wrap {
    height: calc(100svh - 40px);
  }
}
.fv .fv_button {
  font-size: 4.8vw;
  width: 45.3333333333vw;
  color: #fff;
  text-align: center;
  padding: 4vw 0;
  margin: 14.6666666667vw auto 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 958px) {
  .fv .fv_button {
    font-size: min(1.3194444444vw, 19px);
    padding: min(1.3888888889vw, 20px) 0;
    margin: min(3.2638888889vw, 47px) auto 0;
    width: min(25.6944444444vw, 370px);
  }
}
.fv .fv_title {
  width: 77.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 958px) {
  .fv .fv_title {
    width: min(31.5972222222vw, 455px);
  }
}
.fv .fv_title figure {
  width: fit-content;
  margin: 0 auto;
}
.fv p {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  color: #fff;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 958px) {
  .fv p {
    font-size: min(1.3888888889vw, 20px);
    margin-bottom: min(1.7361111111vw, 25px);
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* question
*--------------------------------------*/
.front {
  position: relative;
  max-height: 100svh;
  min-height: 100svh;
}

.front .question {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 960px) {
  .front .question {
    max-height: calc(100svh - 40px);
    min-height: calc(100svh - 40px);
  }
}

.fv {
  height: calc(100vh - 50px);
}
@media screen and (max-width: 960px) {
  .fv {
    max-height: calc(100svh - 40px);
    min-height: calc(100svh - 40px);
  }
}

.question .close {
  z-index: 10;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.question .close span {
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.question .close span:before, .question .close span:after {
  content: "";
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  transform-origin: center;
}
.question .close span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.question .close span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.question .bg_sub,
.question .inner_bg {
  max-width: 700px;
  margin: 0 auto;
}
.question .inner_bg {
  height: 100vh;
  background-color: #edf0ea;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .question .inner_bg {
    max-height: 100svh;
    padding-top: 20px;
    min-height: 100svh;
    align-items: flex-start;
  }
}
.question .q_title {
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.question .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 0 auto;
}
.question .grid li {
  position: relative;
}
.question .grid li p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 958px) {
  .question .grid li p {
    font-size: min(1.3888888889vw, 20px);
  }
}
.question .or {
  font-size: 18px;
  text-align: center;
  padding: 25px 0;
}
.question .return {
  font-size: 15px;
  text-align: center;
  margin: 30px auto 0;
  width: fit-content;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* answer
*--------------------------------------*/
.answer {
  position: relative;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (min-width: 958px) {
  .answer {
    padding-bottom: 200px;
  }
}
.answer .bg {
  background-color: #f2efef;
  padding-bottom: 80px;
}
@media screen and (min-width: 958px) {
  .answer .bg {
    padding-bottom: min(8.3333333333vw, 120px);
  }
}
@media screen and (min-width: 958px) {
  .answer .pc_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(56.9444444444vw, 820px);
    margin: 0 auto;
  }
}
.answer .item_tile {
  padding-top: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 958px) {
  .answer .item_tile {
    padding-top: min(9.0277777778vw, 130px);
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: min(5.9027777778vw, 85px);
    font-size: min(1.8055555556vw, 26px);
  }
}
.answer .item_tile span {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 958px) {
  .answer .item_tile span {
    font-size: min(1.3888888889vw, 20px);
  }
}
.answer .top {
  width: 265px;
  margin: 20px auto 35px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 958px) {
  .answer .top {
    margin: 0 0 35px;
    width: 100%;
  }
}
.answer .top [class*=category] > div:not(:nth-child(1)),
.answer .top [class*=category] > li:not(:nth-child(1)) {
  display: none;
}
.answer .top [class*=category] > div img,
.answer .top [class*=category] > li img {
  border-radius: 200px 200px 0 0;
}
@media screen and (min-width: 958px) {
  .answer .top {
    grid-row: 2/3;
    grid-column: 1/2;
    width: min(25.4861111111vw, 367px);
  }
}
.answer [class*=category] {
  word-wrap: break-word;
}
.answer [class*=category] img + span {
  display: none !important;
}
.answer .ico_box + p {
  padding-top: 10px;
}
@media screen and (min-width: 958px) {
  .answer .ico_box + p {
    font-size: min(1.1111111111vw, 16px);
    padding: min(0.8333333333vw, 12px) 0 0;
  }
}
.answer .textOverflow,
.answer .label {
  padding: 5px 0;
  line-height: 1.5;
}
@media screen and (min-width: 958px) {
  .answer .textOverflow,
  .answer .label {
    font-size: min(0.8333333333vw, 12px);
    padding: min(0.5555555556vw, 8px) 0;
  }
}
@media screen and (min-width: 958px) {
  .answer .price {
    font-size: min(0.9722222222vw, 14px);
  }
}
.answer .return {
  font-size: 15px;
  text-align: center;
  margin: 0 auto 50px;
  width: fit-content;
}
@media screen and (min-width: 958px) {
  .answer .return {
    grid-row: 3/4;
    grid-column: 1/2;
    margin: 0 auto 0 0;
  }
}
.answer .btn {
  color: #fff;
  background-color: #926145;
  width: 250px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
}
@media screen and (min-width: 958px) {
  .answer .btn {
    margin: min(5.5555555556vw, 80px) auto 0;
  }
}
.answer .other_wrap {
  padding: 60px 0;
  margin-top: -1px;
}
@media screen and (min-width: 958px) {
  .answer .other_wrap {
    padding: min(9.0277777778vw, 130px) 0 0;
  }
}
.answer .other_wrap .inner > p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 958px) {
  .answer .other_wrap .inner > p {
    font-size: min(1.3888888889vw, 20px);
    padding-bottom: min(3.6805555556vw, 53px);
  }
}
@media screen and (min-width: 958px) {
  .answer .other_wrap.question {
    padding: min(9.0277777778vw, 130px) 0 min(2.0833333333vw, 30px);
  }
}
.answer .other_wrap .item_name {
  line-height: 1.375;
}
@media screen and (min-width: 958px) {
  .answer .bottom {
    grid-row: 2/4;
    grid-column: 2/3;
  }
}
.answer .bottom [class*=category] {
  width: 330px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 12px;
  font-size: 10px;
}
@media screen and (min-width: 958px) {
  .answer .bottom [class*=category] > div,
  .answer .bottom [class*=category] > li {
    width: min(8.4722222222vw, 122px);
  }
}
.answer .bottom [class*=category] > div:nth-child(1),
.answer .bottom [class*=category] > li:nth-child(1) {
  display: none;
}
@media screen and (min-width: 958px) {
  .answer .bottom [class*=category] {
    width: min(26.3888888889vw, 380px);
  }
  .answer .bottom [class*=category] .ico_box + p {
    font-size: min(0.9027777778vw, 13px);
  }
  .answer .bottom [class*=category] .textOverflow {
    font-size: min(0.6944444444vw, 10px);
  }
  .answer .bottom [class*=category] .price {
    font-size: min(0.7638888889vw, 11px);
  }
}
@media screen and (min-width: 958px) {
  .answer .question .inner {
    max-width: 100%;
    width: min(65.2777777778vw, 940px);
  }
}
@media screen and (min-width: 958px) {
  .answer .question .grid {
    display: flex;
    justify-content: center;
    gap: min(0.5555555556vw, 8px);
  }
  .answer .question .grid li {
    width: min(12.5694444444vw, 181px);
  }
}
.answer .none {
  display: none;
}/*# sourceMappingURL=style.css.map */