@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;900&display=swap");
/*/////////////////////////////
共通装飾クラス
/////////////////////////////*/
/*/////////////////////////////
リセットCSS
/////////////////////////////*/
*, *::before, *::after {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/*
=====================================================
よく使用するクラス等
=====================================================
*/
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.clear {
  clear: both;
  line-height: 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  overflow: hidden;
  zoom: 1;
  /*for IE 5.5-7*/
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

/* End hide from IE-mac */
.img_left {
  float: left;
  margin-right: 45px;
  margin-bottom: 15px;
}

.img_right {
  float: right;
  margin-left: 45px;
  margin-bottom: 20px;
}

.img_fit {
  width: 100%;
  height: auto;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.v_align_bottom {
  vertical-align: bottom;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.mb_200 {
  margin-bottom: 200px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.font_sss {
  font-size: 8px;
}

.font_ss {
  font-size: 10px;
}

.font_s {
  font-size: 13px;
}

.font_m {
  font-size: 15px;
}

.font_l {
  font-size: 18px;
}

.font_ll {
  font-size: 20px;
}

.font_3l {
  font-size: 25px;
}

.font_4l {
  font-size: 30px;
}

.font_5l {
  font-size: 50px;
}

.font_it {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
}

.font_cap {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 20px;
}

.ptop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 11;
}

.ptop img {
  filter: Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.ptop img:hover {
  filter: Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

#fb-root {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ptop {
    bottom: 2%;
    right: 2%;
    z-index: 9999;
  }
  .pic100p {
    width: 100%;
  }
  .pic90p {
    width: 90%;
  }
  .pic80p {
    width: 80%;
  }
  .pic70p {
    width: 70%;
  }
  .pic60p {
    width: 60%;
  }
  .pic50p {
    width: 50%;
  }
  .pic40p {
    width: 40%;
  }
  .pic30p {
    width: 30%;
  }
  .pic20p {
    width: 20%;
  }
  .pic10p {
    width: 10%;
  }
}
/*フォントウェイト　100,300,350,400,500,700,900*/
/*/////////////////////////////
変数
/////////////////////////////*/
/*/////////////////////////////
共通レイアウト
/////////////////////////////*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3F2F1C;
  font-size: 15px;
  line-height: 1.8;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.sec {
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 36px 0 44px;
  }
}

.sec_quick {
  background: #F6F3EF;
}

.sec_reco {
  background: #F6F3EF;
}

/*----- 見出し -----*/
.sec_ttl {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #664D1A;
  letter-spacing: 0.04em;
  padding: 0 0 14px 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid #DDCD9F;
}
.sec_ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 24px;
  background: #AA8C34;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 18px;
    padding: 0 0 10px 12px;
    margin-bottom: 20px;
  }
  .sec_ttl::before {
    height: 22px;
    width: 4px;
  }
}

.sec_ttl_c {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #664D1A;
  text-align: center;
  letter-spacing: 0.04em;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid #DDCD9F;
}
@media screen and (max-width: 767px) {
  .sec_ttl_c {
    font-size: 23px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

.mini_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #664D1A;
  text-align: center;
  letter-spacing: 0.06em;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 22px;
}
.mini_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #AA8C34;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .mini_ttl {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.mini_ttl--line {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .mini_ttl--line {
    font-size: 16px;
  }
}

/*----- ボタン -----*/
.btn_wrap {
  margin-top: 14px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease-in-out;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.85;
}

.btn_sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 2px;
}

.btn_main {
  background: linear-gradient(180deg, #7B3242 0%, #632332 100%);
  border: 1px solid #5A1F2D;
}

.btn_gray {
  background: linear-gradient(180deg, #DCDDE1 0%, #B4B7BE 100%);
  border: 1px solid #ACAFB6;
  color: #3C3C41;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn_brown {
  background: linear-gradient(180deg, #B58254 0%, #96643F 100%);
  border: 1px solid #8A5B37;
}

.btn_lg {
  min-height: 76px;
  font-size: 26px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .btn_lg {
    min-height: 64px;
    font-size: 20px;
  }
}

/*----- CTAブロック -----*/
.cta_sec {
  padding: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .cta_sec {
    padding: 20px 0 40px;
  }
}

.cta_sec--last {
  padding: 46px 0 56px;
}
@media screen and (max-width: 767px) {
  .cta_sec--last {
    padding: 28px 0 36px;
  }
}

.cta_note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #3F2F1C;
  text-align: center;
}
.cta_note::before, .cta_note::after {
  content: "";
  flex: 0 0 auto;
  width: 2px;
  height: 1.3em;
  background: currentColor;
}
.cta_note::before {
  transform: rotate(-24deg);
}
.cta_note::after {
  transform: rotate(24deg);
}
@media screen and (max-width: 767px) {
  .cta_note {
    gap: 6px;
    /* SP幅でも1行に収める */
    font-size: min(3.05vw, 13px);
    white-space: nowrap;
    margin-bottom: 10px;
  }
}

.cta_note--sm {
  font-size: 14px;
  color: #632332;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cta_note--sm {
    font-size: min(3.5vw, 13px);
  }
}

/*----- チェックリスト -----*/
.check_list {
  column-count: 2;
  column-gap: 40px;
  /* 2カラム全体をコンテンツ幅の中央に寄せる */
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.check_list li {
  position: relative;
  break-inside: avoid;
  padding: 0 0 0 32px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #3F2F1C;
}
.check_list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23C7AD5D'/%3E%3Cpath d='M6.6 12.4l3.6 3.6 7.3-7.7' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .check_list {
    column-count: 1;
  }
  .check_list li {
    padding-left: 30px;
    margin-bottom: 16px;
  }
}

.check_list--sm {
  column-gap: 24px;
}
.check_list--sm li {
  font-size: 12.5px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.check_list--sm li::before {
  width: 17px;
  height: 17px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .check_list--sm li {
    font-size: 13px;
  }
}

/*----- テーブル横スクロール -----*/
.table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll_note {
  font-size: 12px;
  color: #685845;
  text-align: center;
  margin: -6px 0 12px;
}

/*/////////////////////////////
ヘッダー
/////////////////////////////*/
.l_header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #271C11;
}

.l_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1192px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l_header_inner {
    height: 52px;
    padding: 0 16px;
  }
}

.h_logo {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
.h_logo a {
  background: linear-gradient(180deg, #FBE69A 0%, #C9A24A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .h_logo {
    font-size: 16px;
  }
}

.gnav {
  display: flex;
  align-items: center;
  gap: 44px;
}
.gnav a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.gnav a:hover {
  color: #FBE69A;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .gnav {
    gap: 24px;
  }
  .gnav a {
    font-size: 12px;
  }
}

.openbtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  .openbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.35s;
  }
  .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .openbtn span:nth-of-type(2) {
    top: 10px;
  }
  .openbtn span:nth-of-type(3) {
    bottom: 0;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(-45deg);
  }
  .gnav_wrap {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: calc(100% - 52px);
    background: #271C11;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
  }
  .gnav_wrap.panelactive {
    opacity: 1;
    visibility: visible;
  }
  .gnav {
    display: block;
    padding: 10px 0 40px;
  }
  .gnav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .gnav a {
    display: block;
    padding: 18px 20px;
    font-size: 15px;
  }
}
/*/////////////////////////////
FV
/////////////////////////////*/
.fv img {
  display: block;
  width: 100%;
  height: auto;
}

/*/////////////////////////////
TOP3 クイック比較
/////////////////////////////*/
.quick_wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 28px;
  align-items: start;
}
@media screen and (max-width: 1100px) {
  .quick_wrap {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .quick_wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.quick_main {
  background: #fff;
  border: 1px solid #E3D5AF;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .quick_main {
    padding: 14px;
    border-radius: 8px;
  }
}

/* 左右はカード幅いっぱい（カードの左右paddingを打ち消す）。上は余白を残す */
.quick_main_thumb {
  margin: 0 -20px;
}
.quick_main_thumb img {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .quick_main_thumb {
    margin: 0 -14px;
  }
}

.quick_main_head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0 20px;
  border-bottom: 1px solid #EDE7DA;
}
@media screen and (max-width: 1100px) {
  .quick_main_head {
    flex-direction: column;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .quick_main_head {
    flex-direction: column;
    gap: 14px;
    padding: 16px 0 18px;
  }
}

.quick_main_head_l {
  flex: 1 1 auto;
  min-width: 0;
}

.rate_box {
  flex: 0 0 308px;
  width: 308px;
  background: #FAF7F0;
  border: 1px solid #E3D5AF;
  border-radius: 8px;
  padding: 14px 16px 16px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .rate_box {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rate_box {
    width: 100%;
  }
}

.quick_name {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rank_medal {
  flex: 0 0 auto;
  width: 62px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rank_medal {
    width: 56px;
  }
}

.quick_name_ttl {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .quick_name_ttl {
    font-size: 24px;
  }
}

.quick_name_desc {
  font-size: 12px;
  line-height: 1.5;
  color: #685845;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .quick_name_desc {
    font-size: 12px;
  }
}

.quick_price {
  display: flex;
  align-items: baseline;
  margin-top: 18px;
  color: #B95B24;
}
@media screen and (max-width: 767px) {
  .quick_price {
    margin-top: 12px;
  }
}

.quick_price_label {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 15px;
  font-weight: 500;
  color: #3F2F1C;
  margin-right: 14px;
}

.quick_price_num {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .quick_price_num {
    font-size: 40px;
  }
}

.quick_price_unit {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quick_price_unit {
    font-size: 18px;
  }
}

.rate_total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #F0EAD8;
  border-radius: 6px;
  padding: 8px 10px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  line-height: 1.2;
}

.rate_total_label {
  font-size: 17px;
  font-weight: 500;
  color: #3F2F1C;
  letter-spacing: 0.06em;
}

.rate_star {
  color: #C7A03C;
  font-size: 19px;
}

.rate_total_num {
  font-size: 26px;
  font-weight: 600;
  color: #3F2F1C;
}

.rate_total_max {
  font-size: 17px;
  color: #685845;
}

.rate_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 12px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 17px;
  font-weight: 500;
  color: #3F2F1C;
}
.rate_sub em {
  color: #C7A03C;
  font-style: normal;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .rate_sub {
    font-size: 16px;
  }
}

.rate_free {
  display: inline-block;
  min-width: 106px;
  margin-top: 12px;
  padding: 4px 16px 6px;
  background: #fff;
  border: 1px solid #C73C73;
  border-radius: 4px;
  line-height: 1.2;
}

.rate_free_label {
  display: block;
  font-size: 11px;
  color: #685845;
}

.rate_free_txt {
  display: block;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 21px;
  font-weight: 600;
  color: #C73C73;
}

.quick_main_body {
  padding-top: 20px;
}

/*----- 2位・3位 -----*/
.quick_sub {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .quick_sub {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.quick_sub_card {
  background: #fff;
  border: 1px solid #E3D5AF;
  border-radius: 10px;
  padding: 20px;
}
.quick_sub_card .quick_name {
  margin-top: 16px;
}
.quick_sub_card .quick_name_ttl {
  font-size: 20px;
}
.quick_sub_card .quick_price {
  margin-top: 12px;
}
.quick_sub_card .quick_price_num {
  font-size: 34px;
}
.quick_sub_card .quick_price_unit {
  font-size: 16px;
}
.quick_sub_card .quick_price_label {
  font-size: 14px;
}
.quick_sub_card .btn {
  font-size: 13px;
  min-height: 38px;
}
@media screen and (max-width: 767px) {
  .quick_sub_card {
    padding: 12px;
    border-radius: 8px;
  }
  .quick_sub_card .quick_name {
    display: block;
    margin-top: 12px;
  }
  .quick_sub_card .rank_medal {
    width: 46px;
    margin-bottom: 4px;
  }
  .quick_sub_card .quick_name_ttl {
    font-size: 18px;
  }
  .quick_sub_card .quick_name_desc {
    font-size: 11px;
  }
  .quick_sub_card .quick_price {
    display: block;
    margin-top: 8px;
  }
  .quick_sub_card .quick_price_label {
    display: block;
    font-size: 13px;
    margin-right: 0;
  }
  .quick_sub_card .quick_price_num {
    font-size: 27px;
  }
  .quick_sub_card .quick_price_unit {
    font-size: 14px;
  }
  .quick_sub_card .btn {
    font-size: 12px;
    padding: 8px 6px;
  }
}

.quick_sub_thumb {
  text-align: center;
}
.quick_sub_thumb img {
  width: auto;
  max-width: 100%;
  height: 140px;
  object-fit: contain;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .quick_sub_thumb img {
    width: 100%;
    height: auto;
  }
}

/*/////////////////////////////
料金・スペック詳細比較表
/////////////////////////////*/
.spec_table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
.spec_table th,
.spec_table td {
  border: 1px solid #E6E2DC;
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
}
.spec_table thead th {
  background: #3F2F1C;
  color: #fff;
  font-weight: 700;
  border-color: #3F2F1C;
}
.spec_table thead th.is_1st {
  background: #AA8C34;
  border-color: #AA8C34;
}
.spec_table .spec_table_head {
  width: 186px;
  font-size: 17px;
  letter-spacing: 0.06em;
}
.spec_table .spec_table_imgrow td {
  background: #fff;
  padding: 14px;
  border-color: #fff;
}
.spec_table .spec_table_namerow th {
  font-size: 17px;
  letter-spacing: 0.04em;
  padding: 10px;
}
.spec_table tbody th {
  background: #EDEAE5;
  color: #3F2F1C;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.spec_table tbody td {
  background: #fff;
  color: #685845;
  font-size: 13px;
  line-height: 1.4;
}
.spec_table tbody td.is_1st {
  background: #F9F5EC;
  color: #3F2F1C;
}
.spec_table tbody td b {
  display: block;
  font-weight: 700;
}
.spec_table tbody tr:nth-child(even) th {
  background: #E4E1DB;
}
.spec_table tbody tr:nth-child(even) td {
  background: #F6F6F6;
}
.spec_table tbody tr:nth-child(even) td.is_1st {
  background: #F6F1E4;
}
.spec_table .crown {
  display: block;
  width: 74px;
  height: auto;
  margin: 0 auto;
}
.spec_table .mk {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}
.spec_table .mk_w {
  color: #E19A5B;
}
.spec_table .mk_c {
  color: #929292;
}
.spec_table .mk_t {
  color: #A4A4A4;
}
.spec_table .mk_x {
  color: #C84539;
}
@media screen and (max-width: 767px) {
  .spec_table {
    min-width: 680px;
  }
  .spec_table th,
  .spec_table td {
    padding: 10px 6px;
  }
  .spec_table .spec_table_head {
    width: 108px;
    font-size: 15px;
  }
  .spec_table .spec_table_namerow th {
    font-size: 15px;
  }
  .spec_table .crown {
    width: 56px;
  }
  .spec_table tbody th,
  .spec_table tbody td {
    font-size: 12px;
  }
  .spec_table thead th.spec_table_head,
  .spec_table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
  }
}

/*/////////////////////////////
ランキング詳細（共通）
/////////////////////////////*/
.rank_sec {
  --rank-color: #AA8C34;
  --rank-band: #F9F5EC;
  --rank-border: #CFAD6E;
  --rank-soft: #FAF7F0;
  --rank-pill: #F0EAD8;
  --rank-line: #E3D5AF;
}

.rank_sec--2 {
  --rank-color: #7D7D7D;
  --rank-band: #F6F6F6;
  --rank-border: #9E9E9E;
  --rank-soft: #FCFCFC;
  --rank-pill: #EFEFEF;
  --rank-line: #DEDEDE;
}

.rank_sec--3 {
  --rank-color: #8B5A38;
  --rank-band: #F4F1ED;
  --rank-border: #8B5A38;
  --rank-soft: #FAF7F0;
  --rank-pill: #EDE6DE;
  --rank-line: #E0D5C7;
}

.rank_head {
  background: var(--rank-band);
  border-top: 5px solid var(--rank-border);
  padding: 30px 0;
}
.rank_head .inner {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .rank_head {
    border-top-width: 4px;
    padding: 16px 0;
  }
  .rank_head .inner {
    gap: 12px;
    align-items: flex-start;
  }
}

.rank_head_badge {
  flex: 0 0 auto;
  min-width: 90px;
  padding: 8px 12px;
  background: var(--rank-color);
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .rank_head_badge {
    min-width: 60px;
    padding: 5px 8px;
    font-size: 14px;
    margin-top: 2px;
  }
}

.rank_head_ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .rank_head_ttl {
    font-size: 15px;
  }
}

.rank_body {
  padding: 44px 0 46px;
}
@media screen and (max-width: 767px) {
  .rank_body {
    padding: 26px 0 30px;
  }
}

.rank_thumb {
  margin-bottom: 40px;
}
.rank_thumb img {
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .rank_thumb {
    margin-bottom: 24px;
  }
}

/*----- 総合評価 -----*/
.score_box {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--rank-soft);
  border: 1px solid var(--rank-line);
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .score_box {
    display: block;
    padding: 14px 16px 16px;
    margin-bottom: 18px;
  }
}

.score_total {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--rank-pill);
  border-radius: 6px;
  padding: 10px 22px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .score_total {
    justify-content: center;
    padding: 8px 12px;
  }
}

.score_total_label {
  font-size: 19px;
  font-weight: 500;
  color: #3F2F1C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .score_total_label {
    font-size: 17px;
  }
}

.score_total_num {
  font-size: 30px;
  font-weight: 600;
  color: #3F2F1C;
}
@media screen and (max-width: 767px) {
  .score_total_num {
    font-size: 26px;
  }
}

.score_total_max {
  font-size: 19px;
  color: #685845;
}
@media screen and (max-width: 767px) {
  .score_total_max {
    font-size: 17px;
  }
}

.score_list {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #3F2F1C;
}
.score_list em {
  color: #C7A03C;
  font-style: normal;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .score_list {
    display: block;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.7;
  }
}

/*----- スペックボックス -----*/
.stat_list {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
.stat_list li {
  background: #fff;
  border: 1px solid var(--rank-line);
  border-radius: 8px;
  padding: 14px 20px 16px;
}
@media screen and (max-width: 767px) {
  .stat_list {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
    margin-bottom: 26px;
  }
  .stat_list li {
    padding: 10px 14px 12px;
  }
}

.stat_list--3 {
  grid-template-columns: repeat(3, 1fr);
}

.stat_list--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1100px) {
  .stat_list--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat_label {
  display: block;
  font-size: 13px;
  color: #685845;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .stat_label {
    font-size: 12px;
  }
}

.stat_val {
  display: block;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.3;
  color: #3F2F1C;
}
.stat_val small {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .stat_val {
    font-size: 24px;
  }
  .stat_val small {
    font-size: 14px;
  }
}

.stat_val--orange {
  color: #B95B24;
}

.stat_val--pink {
  color: #C73C73;
}

/*----- 3つの特徴カード -----*/
.feature3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.feature3 li {
  background: #FAF7F0;
  border: 1px solid #E3D5AF;
  border-radius: 10px;
  padding: 30px 20px 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature3 {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }
  .feature3 li {
    padding: 22px 16px 24px;
  }
}

.feature3_icon {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
}

.feature3_txt {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #3F2F1C;
}
@media screen and (max-width: 767px) {
  .feature3_txt {
    font-size: 20px;
  }
}

/*----- メディア掲載実績 -----*/
.media_bnr {
  margin: 46px 0 0;
}
.media_bnr img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .media_bnr {
    margin-top: 30px;
  }
}

/*/////////////////////////////
おすすめポイント
/////////////////////////////*/
.point_sec {
  padding: 54px 0 20px;
}
@media screen and (max-width: 767px) {
  .point_sec {
    padding: 34px 0 10px;
  }
}

.point_list {
  display: grid;
  gap: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .point_list {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-bottom: 14px;
  }
}

.point_list--wide {
  grid-template-columns: repeat(2, 1fr);
}

.point_list--3 {
  grid-template-columns: repeat(3, 1fr);
}

.point_card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #E3D5AF;
  border-radius: 10px;
  overflow: hidden;
}

.point_card_icon {
  flex: 0 0 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #6E5420 0%, #4A3810 100%);
}
.point_card_icon img {
  width: 46px;
  height: 46px;
}

.point_card_body {
  flex: 1 1 auto;
  padding: 18px 22px 20px;
}

.point_card_ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #3F2F1C;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E9E2D3;
}

.point_card_txt {
  font-size: 12.5px;
  line-height: 1.75;
  color: #685845;
}

/* 横長2カラムのカードはタイトルを大きく */
.point_list--wide .point_card_ttl {
  font-size: 18px;
}

/* 上にアイコン帯を置くタイプ */
.point_card--top {
  display: block;
}
.point_card--top .point_card_icon {
  height: 84px;
}
.point_card--top .point_card_body {
  padding: 16px 18px 20px;
}
.point_card--top .point_card_ttl {
  font-size: 13.5px;
}
.point_card--top .point_card_txt {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .point_card {
    display: block;
  }
  .point_card_icon {
    height: 74px;
  }
  .point_card_icon img {
    width: 42px;
    height: 42px;
  }
  .point_card_body {
    padding: 14px 16px 18px;
  }
  .point_card_ttl {
    font-size: 14px;
  }
  .point_card_txt {
    font-size: 12.5px;
  }
}
/*/////////////////////////////
口コミ
/////////////////////////////*/
.review_sec {
  padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .review_sec {
    padding: 20px 0 6px;
  }
}

.review_list li + li {
  margin-top: 12px;
}

.review_card {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 18px 26px;
}
@media screen and (max-width: 767px) {
  .review_card {
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
  }
}

.review_face {
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .review_face {
    width: 58px;
    height: 58px;
  }
}

.review_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.review_name {
  font-size: 13px;
  font-weight: 700;
  color: #3F2F1C;
}

.review_star {
  font-size: 13px;
  color: #E1953B;
  letter-spacing: 0.06em;
}

.review_txt {
  font-size: 12.5px;
  line-height: 1.7;
  color: #685845;
}
@media screen and (max-width: 767px) {
  .review_txt {
    font-size: 12.5px;
  }
}

/*/////////////////////////////
既婚者マッチングサービスとは
/////////////////////////////*/
.about_intro {
  background: #F6F3EF;
  padding: 50px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_intro {
    padding: 36px 0 40px;
    text-align: left;
  }
}

.about_lead {
  font-size: 14px;
  line-height: 1.9;
  color: #3F2F1C;
}
@media screen and (max-width: 767px) {
  .about_lead {
    font-size: 13.5px;
  }
}

.about_lead_em {
  font-weight: 700;
  color: #664D1A;
}

.deco {
  margin: 18px 0 20px;
}
.deco img {
  width: 100%;
  max-width: 568px;
  height: auto;
}

.about_sub {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #3F2F1C;
  margin-bottom: 12px;
}
.about_sub .is_gold {
  color: #AA8C34;
}
@media screen and (max-width: 767px) {
  .about_sub {
    font-size: 20px;
    text-align: center;
  }
}

.about_txt {
  font-size: 14px;
  line-height: 1.9;
  color: #3F2F1C;
}
@media screen and (max-width: 767px) {
  .about_txt {
    font-size: 13.5px;
  }
}

/*----- 3つ特徴 -----*/
.about_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 54px;
}
.about_list li {
  /* 下部のタグを各カードで横位置揃えにするため縦フレックス */
  display: flex;
  flex-direction: column;
  background: #FAF7F0;
  border: 1px solid #E3D5AF;
  border-radius: 10px;
  padding: 24px 22px 26px;
}
@media screen and (max-width: 767px) {
  .about_list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }
  .about_list li {
    padding: 20px 18px 22px;
  }
}

.about_list_head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDCD9F;
}

.about_list_no {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #6B5742;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_list_no {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

.about_list_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #3F2F1C;
}
@media screen and (max-width: 767px) {
  .about_list_ttl {
    font-size: 17px;
  }
}

.about_list_txt {
  flex: 1 1 auto;
  font-size: 12.5px;
  line-height: 1.9;
  color: #685845;
  min-height: 68px;
}
@media screen and (max-width: 767px) {
  .about_list_txt {
    min-height: 0;
    font-size: 12.5px;
  }
}

.about_list_tag {
  flex: 0 0 auto;
  margin-top: 18px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid #DDCD9F;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  color: #3F2F1C;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about_list_tag {
    font-size: 11.5px;
  }
}

/*----- 通常のマッチングアプリとの違い -----*/
.diff_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 54px;
}
.diff_table th,
.diff_table td {
  border: 1px solid #E6E2DC;
  text-align: center;
  vertical-align: middle;
  padding: 16px 12px;
  font-size: 13px;
  line-height: 1.5;
}
.diff_table thead th {
  background: #3F2F1C;
  border-color: #3F2F1C;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.diff_table thead th:first-child {
  width: 240px;
}
.diff_table tbody th {
  background: #EDEAE5;
  color: #3F2F1C;
  font-weight: 500;
}
.diff_table tbody td {
  background: #fff;
  color: #685845;
}
.diff_table tbody td.is_hl {
  background: #F9F5EC;
  color: #B95B24;
  font-weight: 700;
}
.diff_table tbody tr:nth-child(even) th {
  background: #E4E1DB;
}
.diff_table tbody tr:nth-child(even) td {
  background: #F6F6F6;
}
.diff_table tbody tr:nth-child(even) td.is_hl {
  background: #F9F5EC;
}
@media screen and (max-width: 767px) {
  .diff_table {
    margin-bottom: 36px;
  }
  .diff_table th,
  .diff_table td {
    padding: 10px 6px;
    font-size: 11.5px;
  }
  .diff_table thead th:first-child {
    width: 80px;
  }
}

/*----- 3つのメリット -----*/
.merit_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.merit_list li {
  background: #B6905F;
  border-radius: 10px;
  padding: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .merit_list li {
    padding: 16px;
  }
}

.merit_thumb {
  margin-bottom: 16px;
}
.merit_thumb img {
  border-radius: 2px;
}

.merit_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .merit_ttl {
    font-size: 17px;
  }
}

.merit_txt {
  font-size: 12.5px;
  line-height: 1.9;
  color: #fff;
  text-align: left;
}

.disclaimer {
  margin-top: 26px;
  font-size: 12px;
  line-height: 1.7;
  color: #685845;
}
@media screen and (max-width: 767px) {
  .disclaimer {
    font-size: 11.5px;
  }
}

/*/////////////////////////////
迷ったらマリーゴーがおすすめ
/////////////////////////////*/
.reco_thumb {
  background: #fff;
  border-radius: 4px;
  padding: 14px 66px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .reco_thumb {
    padding: 10px;
    margin-bottom: 16px;
  }
}

.reco_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.reco_list li {
  background: #fff;
  border: 1px solid #E3D5AF;
  border-radius: 10px;
  padding: 20px 24px 22px;
}
@media screen and (max-width: 767px) {
  .reco_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .reco_list li {
    padding: 16px 16px 18px;
  }
}

.reco_head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.reco_head img {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .reco_head {
    gap: 10px;
    margin-bottom: 8px;
  }
  .reco_head img {
    width: 38px;
    height: 38px;
  }
}

.reco_ttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #3F2F1C;
}
@media screen and (max-width: 767px) {
  .reco_ttl {
    font-size: 15px;
  }
}

.reco_txt {
  font-size: 12.5px;
  line-height: 1.8;
  color: #685845;
}

/*/////////////////////////////
フッター
/////////////////////////////*/
.l_footer {
  background: #271C11;
  padding: 28px 0 34px;
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 26px 0 30px;
    text-align: center;
  }
}

.f_head {
  display: flex;
  align-items: center;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .f_head {
    display: block;
  }
}

.f_left {
  flex: 0 0 auto;
}

.f_logo {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  background: linear-gradient(180deg, #FBE69A 0%, #C9A24A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .f_logo {
    font-size: 21px;
  }
}

.f_nav {
  display: flex;
  align-items: center;
  gap: 46px;
}
.f_nav a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.f_nav a:hover {
  color: #FBE69A;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .f_nav {
    justify-content: center;
    gap: 34px;
    margin-top: 16px;
  }
}

.copyright {
  margin-top: 4px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 11px;
  background: linear-gradient(180deg, #FBE69A 0%, #C9A24A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 8px;
    font-size: 10.5px;
  }
}

/*# sourceMappingURL=matching.css.map */
