@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/trajan-pro");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* =========================
   リセット
========================= */
body {
  margin: 0;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin: 0;
}
h2 {
  display: block;
  font-size: 0;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* 固定ヘッダー分の余白（PC:80px / SP:42px） */
.contents_area_ {
  padding-top: 94px;
}

/* PC/ SP の表示切り替え */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* =========================
   コンテナ (#SOMEdia)
========================= */
#SOMEdia {
  background: #eee;
  color: rgba(37, 22, 20, 0.7);
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 24px 0;
  font-size: 16px;
}
#SOMEdia .area-sp {
  background: #fff;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 90%;
  border: solid 1px #f4f4f4;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
#SOMEdia .inner {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 90%;
}
#SOMEdia a:hover {
  opacity: 0.5;
  transition: 0.6s;
}
#SOMEdia img {
  max-width: 100%;
  display: block;
  margin: 32px auto;
}
#SOMEdia .area-gray {
  width: 100%;
  background: #f2f0ef;
  position: relative;
  padding: 48px 0;
}
#SOMEdia .area-gray img.eng {
  position: absolute;
  top: -54px;
  left: 5%;
  width: auto;
  height: 48px;
}

#SOMEdia .area-btn p {
  font-size: 1.2rem;
  font-weight: 200;
  padding-top: 24px;
}
#SOMEdia .area-btn a.btn {
  background: #fff;
  border: solid 1px rgba(56, 53, 52, 0.4);
  padding: 16px 24px 16px 0;
  font-weight: 200;
  width: 260px;
  margin: 24px auto 0;
  font-size: 95%;
  position: relative;
  display: block;
  box-sizing: border-box;
}
#SOMEdia .area-btn a.btn::after {
  content: "";
  background: url(../image/icon_start.svg) no-repeat center center;
  background-size: contain;
  width: 28px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

#SOMEdia .area-btn.bottom a.btn {
  background: #eee;
  padding: 16px 0px 16px 24px;
  margin: 40px auto;
}
#SOMEdia .area-btn.bottom a.btn::after {
  content: "";
  background: url(../image/icon_back.svg) no-repeat center center;
  left: 24px;
}

/* =========================
   top
========================= */
#top {
  width: 100%;
  margin: 0 auto;
}
#top h2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: rgba(109, 100, 97, 0.8);
  font-size: 54px;
  font-weight: 100;
  padding-top: 120px;
}
#top h2 img.eng {
  position: absolute;
  top: 16px;
  left: 5%;
  width: auto;
  height: 80px;
}
#top h2 img.title {
  width: 65%;
  display: block;
  margin: 0 auto;
}
#top img.mainvisual {
  width: 80%;
  margin: 24px auto 80px;
}
#top h3 {
  font-weight: 200;
  border-bottom: solid 1px rgba(37, 22, 20, 0.3);
  font-size: 1.4rem;
  display: inline-block;
}
#top .list {
  margin: 40px auto;
  width: auto;
  display: inline-block;
}
#top .list p {
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}
#top .list p span.number {
  margin-right: 8px;
  border-right: solid 1px rgba(37, 22, 20, 0.4);
  padding-right: 8px;
}
#top .list p span.bb {
  border-bottom: solid 1px rgba(37, 22, 20, 0.4);
}

/* =========================
   diag 診断部分
========================= */
#diag {
  width: 100%;
  margin: 0 auto;
}
#diag.dia-box {
  margin: 40px auto;
}
#diag .inner {
  width: 100%;
  background: #fff;
  padding-top: 64px;
}
#diag .area-gray img.eng {
  position: absolute;
  top: -64px;
  left: 5%;
  width: auto;
  height: 48px;
}
#diag .box-ques {
  width: 70%;
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  margin: 24px auto;
  border-radius: 8px;
  padding-bottom: 40px;
}
#diag .box-ques h3 {
  font-size: 1.8rem;
  padding: 24px 0 16px;
  position: relative;
  font-weight: 400;
}
#diag .box-ques h3 span {
  font-size: 200%;
  font-family: adventures-unlimited, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#diag .box-ques h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;

  background: linear-gradient(
    to bottom,
    #666 0px,
    #666 1px,
    transparent 1px,
    transparent 4px,
    #666 4px,
    #666 5px
  );
}

#diag .box-ques img.imgQ {
  width: auto;
  height: 200px;
  display: block;
  margin: 40px auto;
}
#diag .box-ques .answ {
  width: 90%;
  margin: 0 auto;
}
#diag .box-ques .answ p.choice {
  border: solid 1px rgba(37, 22, 20, 0.4);
  padding: 12px 24px;
  text-align: justify;
  margin: 16px auto;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 200;
}
#diag .box-ques .answ p.choice::before {
  content: "[　]";
  color: #000;
  display: block;
  position: relative;
}
#diag .box-ques .answ p.choice:hover::before {
  content: "[　]";
  top: 0;
  left: 0;
  background: url(../image/check.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
}
#diag .box-ques .answ p.choice:hover {
  background: #383534;
  color: #fff;
  transition: 0.6s;
}

#diag .area-btn {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#diag .area-btn a.btn.back {
  width: 35%;
  max-width: 180px;
  margin: 24px auto 0;
  padding: 16px 0px 16px 16px;
  box-sizing: border-box;
}
#diag .area-btn a.btn.back::after {
  content: "";
  background: url(../image/icon_back.svg) no-repeat center center;
  background-size: contain;
  width: 28px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
#diag .area-btn a.btn.next {
  width: 55%;
  padding: 16px 24px 16px 0;
}
#diag .area-btn a.btn.next::after {
  content: "";
  background: url(../image/icon_start.svg) no-repeat center center;
  background-size: contain;
  width: 28px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#diag .area-btn a.btn.result {
  width: 55%;
}

/* =========================
   result 結果ページ
========================= */
#result {
  width: 100%;
  margin: 0 auto;
}
#result .area-gray {
  width: 100%;
}
#result .area-gray .shere {
  width: 80%;
  margin: 0 auto;
}
#result .area-btn {
  width: 80%;
  margin: 0 auto;
}
#result .area-btn a.btn {
  width: 100%;
  margin: 12px auto 0;
  padding: 16px 16px 16px 0;
}
#result .area-btn a.btn.dl::after {
  content: "";
  background: url(../image/icon_dl.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#result .area-btn a.btn.post::after {
  content: "";
  background: url(../image/icon_x.svg) no-repeat center center;
  background-size: contain;
  width: 54px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

/****** 商品エリア　******/
#item_pd {
  width: 100%;
}
#item_pd .area-sp {
  padding: 0px 0 0;
}
#item_pd h2 {
  width: 90%;
  font-size: 2rem;
  font-weight: 200;
  text-align: left;
  position: relative;
  margin: 0 auto 24px;
  padding: 80px 0 0px;
}
#item_pd h2 img.eng {
  position: relative;
  width: 100%;
  display: block;
  margin-top: -32px;
}
#item_pd .item-box {
  width: 100%;
  margin: 40px auto 60px;
}
#item_pd .item-box:first-of-type {
  margin: 0 auto 60px;
}
#item_pd .item-box h4 {
  font-size: 1.8rem;
  font-weight: 200;
  margin-bottom: 8px;
}
#item_pd .item-box img.item-img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
#item_pd .item-box a.btn.buy {
  background: #fff;
  border: solid 1px rgba(56, 53, 52, 0.4);
  padding: 12px 24px 12px 0;
  font-weight: 200;
  width: 160px;
  margin: 24px auto 0;
  font-size: 95%;
  position: relative;
  display: block;
  box-sizing: border-box;
}
#item_pd .item-box a.btn.buy::after {
  content: "";
  background: url(../image/icon_buy.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

#item_pd a.btn_item {
  background: #618093;
  color: #fff;
  display: block;
  padding: 16px 24px 16px 0;
  font-weight: 200;
  width: 80%;
  margin: 24px auto 80px;
  font-size: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 1.2;
}
#item_pd a.btn_item::after {
  content: "";
  background: url(../image/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 48px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
#item_pd a.btn_item.wave {
  background: #cb8a8e;
}
#item_pd a.btn_item.natu {
  background: #8a776f;
}

#item_pd .area-gray {
}
#item_pd .area-gray .flex {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#item_pd .area-gray .flex img {
  width: 35%;
}
#item_pd .area-gray .flex .doc {
  width: 55%;
  text-align: justify;
  font-size: 80%;
}
#item_pd .area-gray .flex .doc p {
  margin-bottom: 8px;
}
#item_pd .area-gray .flex .doc p.ti {
  font-weight: bold;
}
#item_pd .area-gray .flex .doc p.name {
  font-weight: bold;
}
#item_pd .area-gray .flex .doc p.name span {
  font-weight: 300;
  display: block;
  font-size: 80%;
}
#item_pd .area-gray .flex .doc p.txt {
  font-weight: 400;
  margin: 24px auto;
}
#item_pd .area-gray .flex .doc p.ins {
  font-weight: 400;
}
#item_pd .area-gray .flex .doc p.ins span {
  margin-right: 8px;
}
#item_pd .area-gray .flex .doc p.ins a {
  text-decoration: underline;
}

/* =========================
   選択済み状態
========================= */
#diag .box-ques .answ p.choice.selected {
  background: #383534;
  color: #fff;
}
#diag .box-ques .answ p.choice.selected::before {
  background: url(../image/check.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
}

/* =========================
   プログレスドット
========================= */
#diag .progress-dots {
  width: 70%;
  margin: 24px auto 32px;
}
#diag .progress-dots-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
#diag .progress-dots-track .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #6d6461;
  background: #fff;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
#diag .progress-dots-track .dot.active {
  background: #6d6461;
}
#diag .progress-dots-track .dot-line {
  flex: 1;
  height: 3px;
  background: #fff;
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  margin: 0 -3px;
  position: relative;
}
#diag .progress-dots-track .dot-line .dot-line-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  transform: translateY(-50%);
  background: #6d6461;
  width: 0%;
  transition: width 0.3s ease;
}

/* =========================
   表示制御
========================= */
#diag {
  display: none;
}
#diag .diag-page {
  display: none;
}
#diag .diag-page.active {
  display: block;
}
#diag .diag-page .box-ques {
  display: block;
}
#diag .area-btn a.btn.back {
  display: none;
}
#diag .area-btn a.btn.back.visible {
  display: block;
}
#diag .area-btn a.btn.next {
  display: none;
}
#diag .area-btn a.btn.next.visible {
  display: block;
}
#diag .area-btn a.btn.result {
  display: none;
}
#diag .area-btn a.btn.result.visible {
  display: block;
}

/* 診断モード：トップセクションのみ非表示 */
body.diag-mode #top {
  display: none !important;
}

/* =========================
   フェードアニメーション（sa）
========================= */
.sa {
  opacity: 0;
  transition: all 2s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

/* =========================
   SP レイアウト
========================= */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .contents_area_ {
    padding-top: 61px;
  }

  #SOMEdia {
    padding: 0px 0;
    font-size: 12px;
  }
  #SOMEdia .area-sp {
    max-width: 100%;
    width: 100%;
  }
  #SOMEdia .inner {
    width: 90%;
  }
  #SOMEdia .area-gray {
    padding: 32px 0;
  }
  #SOMEdia .area-gray img.eng {
    top: -48px;
    left: 5%;
    height: 32px;
  }

  #SOMEdia .area-btn p {
    font-size: 1.1rem;
    padding-top: 16px;
  }
  #SOMEdia .area-btn a.btn {
    width: 55%;
    margin: 24px auto 0;
    font-size: 110%;
  }
  #SOMEdia .area-btn a.btn::after {
    width: 24px;
  }
  #SOMEdia .area-btn.bottom {
    padding: 40px 0;
  }
  #SOMEdia .area-btn.bottom a.btn {
    padding: 16px 0px 16px 24px;
    background: #fff;
    margin: 0px auto;
  }
  #SOMEdia .area-btn.bottom a.btn::after {
    content: "";
    left: 24px;
  }

  /* =========================
   top
========================= */
  #top h2 {
    font-size: 54px;
    padding-top: 64px;
  }
  #top h2 img.eng {
    top: -8px;
    height: 40px;
  }
  #top img.mainvisual {
    margin: 24px auto 40px;
  }
  #top h3 {
    font-size: 4vw;
    letter-spacing: -0.05em;
    padding-top: 0;
  }
  #top .list {
    margin: 24px auto;
    width: auto;
    display: inline-block;
  }
  #top .list p {
    font-size: 3.5vw;
  }
  #top .area-btn p {
    font-size: 3.5vw;
  }

  /* =========================
   diag 診断部分
========================= */
  #diag.dia-box {
    margin: 0px auto;
  }
  #diag .inner {
    padding-top: 64px;
    width: 100%;
  }
  #diag .area-gray img.eng {
    position: absolute;
    top: -54px;
    left: 5%;
    width: auto;
    height: 32px;
  }
  #diag .box-ques {
    width: 80%;
    margin: 24px auto;
    padding-bottom: 16px;
  }
  #diag .box-ques h3 {
    font-size: 1.3rem;
    padding: 16px 0 12px;
  }

  #diag .box-ques img.imgQ {
    width: auto;
    height: 120px;
    margin: 32px auto;
  }
  #diag .box-ques .answ p.choice {
    padding: 12px;
    margin: 12px auto;
    gap: 8px;
  }

  #diag .area-btn {
    width: 80%;
  }
  #diag .area-btn a.btn.back {
    width: 35%;
    max-width: 180px;
    margin: 24px auto 0;
    padding: 12px 0px 12px 12px;
  }
  #diag .area-btn a.btn.back::after {
    content: "";
    width: 24px;
    left: 8px;
  }
  #diag .area-btn a.btn.next {
    width: 55%;
    padding: 12px 12px 12px 4px;
  }
  #diag .area-btn a.btn.next::after {
    content: "";
    width: 24px;
    right: 8px;
  }
  #diag .area-btn a.btn.result {
    width: 55%;
    padding: 12px 12px 12px 4px;
  }
  #diag .area-btn a.btn.result::after {
    content: "";
    width: 24px;
    right: 8px;
  }
  /* =========================
   プログレスドット SP
========================= */
  #diag .progress-dots {
    width: 80%;
  }
  #diag .progress-dots-track .dot {
    width: 12px;
    height: 12px;
  }

  /* =========================
   result 結果ページ
========================= */
  #result {
    width: 100%;
  }
  #result .area-gray .shere {
    width: 90%;
  }
  #result .area-btn {
    width: 90%;
    margin: 0 auto;
  }
  #result .area-btn a.btn {
    width: 100%;
    margin: 12px auto 0;
    padding: 12px 12px 12px 0;
  }
  #result .area-btn a.btn.dl::after {
    width: 32px;
    right: 16px;
  }
  #result .area-btn a.btn.post::after {
    width: 40px;
    right: 12px;
  }

  /****** 商品エリア　******/
  #item_pd h2 {
    width: 90%;
    font-size: 1.1rem;
    padding: 60px 0 0px 0;
  }
  #item_pd h2 img.eng {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -16px;
  }
  #item_pd .item-box {
    margin: 40px auto;
  }
  #item_pd .item-box:first-of-type {
    margin: 24px auto 40px;
  }
  #item_pd .item-box h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  #item_pd .item-box img.item-img {
    width: 80%;
  }
  #item_pd .item-box a.btn.buy {
    padding: 12px 12px 12px 0;
    width: 50%;
    margin: 16px auto 0;
    font-size: 120%;
  }
  #item_pd .item-box a.btn.buy::after {
    width: 40px;
    right: 12px;
  }

  #item_pd a.btn_item {
    padding: 14px 24px 14px 0;
    width: 80%;
    margin: 40px auto 40px;
    font-size: 120%;
    line-height: 1.2;
  }
  #item_pd a.btn_item::after {
    width: 32px;
    right: 8px;
  }
  #item_pd .area-gray {
    padding: 48px 0;
  }
  #item_pd .area-gray .flex {
    width: 80%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #item_pd .area-gray .flex img {
    width: 50%;
    margin: 0 auto;
  }
  #item_pd .area-gray .flex .doc {
    width: 70%;
    text-align: justify;
    font-size: 100%;
    margin: 40px auto 0;
  }
  #item_pd .area-gray .flex .doc p {
    margin-bottom: 8px;
  }
}
