@charset "UTF-8";
/* CSS Document */ :root {
}

.mt5 {margin-top: min(5px, 1.25vw);}
.mb5 {margin-bottom: min(5px, 1.25vw);}
.pt5 {padding-top: min(5px, 1.25vw);}
.pb5 {padding-bottom: min(5px, 1.25vw);}
.mt10 {margin-top: min(10px, 2vw);}
.mb10 {margin-bottom: min(10px, 2vw);}
.pt10 {padding-top: min(10px, 2vw);}
.pb10 {padding-bottom: min(10px, 2vw);}
.mt15 {margin-top: 15px;}
.mb15 {margin-bottom: 15px;}
.pt15 {padding-top: 15px;}
.pb15 {padding-bottom: 15px;}

.mt14 { margin-top: min(14px, 3vw); }
.mt20 { margin-top: min(20px, 5vw); }
.mt25 { margin-top: min(25px, 7vw); }

.fs-80 { font-size: 80%; }
.fs-85 { font-size: 85%; }
.fs-90 { font-size: 90%; }
.fs-110 { font-size: 110%; }

/*.ffs-p { font-feature-settings: "palt"; }*/

.fw-w { color:#040404; font-weight: 800; }
.fc-red { color:#ff0000; }

.line-ylw { background: linear-gradient(rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 1) 60%) }
.line-op-ylw { background: linear-gradient(rgba(251, 255, 154, 0) 60%, rgba(251, 255, 154, 1) 60%) }
.bkg-ylw { background: linear-gradient(rgba(255, 255, 0, 0) 12%, rgba(255, 255, 0, 1) 12%, rgba(255, 255, 0, 1) 90%, rgba(255, 255, 0, 0) 90%) }
.bkg-op-ylw { background: linear-gradient(rgba(251, 255, 154, 0) 12%, rgba(251, 255, 154, 1) 12%, rgba(251, 255, 154, 1) 90%, rgba(251, 255, 154, 0) 90%) }

/*Common 
===============================================================*/
body {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  font-size: min(15px, 3.4vw);
  font-weight: 400;
  background: #fff;
  width: 100%;
 font-feature-settings: "palt";
}
.inner {
  padding-left: min(13px, 2vw);
  padding-right: min(13px, 2vw);
}
.fl {
  display: flex;
}
/*Container 
===============================================================*/
#container {
  width: min(470px, 100%);
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  scrollbar-width: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .16);
}
#container::-webkit-scrollbar {
  display: none;
}
.in-text {
  line-height: calc(16/10);
  text-align: justify;
}
.dot-line {
  border-bottom: dashed 2px currentColor;
  padding-bottom: 4px;
}
a.cvr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
a.udl {
  text-decoration: underline;
}
.min-att {
  text-align: right;
  font-size: min(10px, 2.6vw);
  line-height: calc(8/6);
}
img.img-boxshadow {
  margin-bottom: 1em;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
img.logo-boxshadow {
 box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

/*header
===============================================================*/
.site-header {
  padding: 0;
}
/*main
===============================================================*/
main {
  flex: 1;
}
/*Content
===============================================================*/
.contents-box, section + section {
/*  margin-top: min(25px, 5vw);*/
}
.sec-hikaku-blc.under-blc .contents-box, section + section {
  margin-top: 0;
}

/*intro ++++++++++++++++++++*/
.sec-intro-blc {
  padding-top: min(13px, 2vw);
  padding-bottom: min(50px, 6vw);
  background-color: #FFF8DC;
}

/* ===== 1位 ===== */
.rank-1-wrapper {
  background: #FFF0EB;
  border: 2px solid #C84B20;
  border-radius: 10px;
  overflow: hidden;
}
.rank-1-header {
/*  background: linear-gradient(90deg, #842004 0%, #cf5022 50%, #f86934 100%); */
  background:#f86934;
  display: flex;
  align-items: flex-end;
  padding: 6px;
  gap: 8px;
}
.rank-1-header .crown-icon {
  width: clamp(2.5rem, -0.967rem + 17.33vw, 4.125rem);
  height: auto;
}
.rank-1-header-text {
  color: #fff;
  line-height: 1.4;
}
.rank-1-header-text .main-label {
  font-size: clamp(1rem, 0.467rem + 2.67vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffdd60;
}
.rank-1-header-text .sub-label {
  font-size: clamp(0.75rem, 0.35rem + 2vw, 0.938rem);
  font-weight: 500;
  opacity: 0.9;
}
.rank-1-body {
  padding: 12px 12px min(14px, 3vw);
}
.app-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.app-icon {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}
.app-name {
  font-size: clamp(1.563rem, 0.628rem + 4.67vw, 2.001rem);
  font-weight: 900;
  color: #222;
}
.osusume-wrap {
  width: clamp(5.625rem, 3.125rem + 12.5vw, 6.875rem);
}
img.osusume {
  width: min(140px, 28vw);
  height: auto;
  margin: 0 0 0 auto;
  padding-left: 1.4em;
}
.app-desc {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.app-desc strong {
  color: #ff0000;
  font-weight: 900;
}
.app-desc .green-bold {
  color: #1a8a1a;
  font-weight: 900;
}
.bonus-box {
  background: #fffbeb;
  border: 1.5px solid #e0c96a;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
}
.bonus-box .bonus-header {
  font-size: 12px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #b8860d;;
}
.bonus-box .bonus-header::before {
  content: "▶";
  font-size: 10px;
}
.bonus-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bonus-gift-icon {
  width: clamp(2.5rem, 0.9rem + 8vw, 3.25rem);
  height: auto;
  flex-shrink: 0;
}
.bonus-list {
  font-size: 14px;
  font-weight: 700;
  color: #7a6000;
  line-height: 1.8;
}
.bonus-note {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
.tag {
  background: #f4c4b3;
  border-radius: 5px;
  padding: 3px 10px 4px;
  font-size: 11.5px;
  color: #8b3625;
}
.rank-2 .tag {
  background: #f2f4f6;
  color: #7b8794;
}
.rank-3 .tag {
  background: #fef4f0;
  color: #a0522d;
}
/* invite*/
.invite-wrap {
  width: 100%;
  max-width: 480px;
  margin-top: clamp(1.063rem, 0.139rem + 4.62vw, 1.438rem);
  padding-bottom: .8em;
}
.invite-label {
  text-align: center;
  font-size: clamp(0.625rem, -0.144rem + 3.85vw, 0.938rem);
  color: #1a1a1a;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.invite-label .dotted {
  position: relative;
  display: inline-block;
}
.invite-label .dotted::before {
  content: "● ● ● ● ●";
  position: absolute;
  top:-1.4em;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(0.25rem, -0.365rem + 3.08vw, 0.5rem);
  letter-spacing: 3.3px;
  color: #e8253a;
  white-space: nowrap;
}
.invite-box {
  border-radius: 10px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: stretch;
  background: #1a2d5a;
  width: 90%;
  margin: 0 auto;
}
.invite-code {
  flex: 1;
  background: #fff;
  border-radius: 5px;
  font-size: clamp(0.938rem, 0.168rem + 3.85vw, 1.25rem);
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  text-align: center;
}
.invite-copy-btn {
  background: #fff;
  border-radius: 5px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: clamp(0.75rem, 0.288rem + 2.31vw, 0.938rem);
  font-weight: 600;
  color: #1a2d5a;
  white-space: nowrap;
  transition: background 0.15s;
  flex-shrink: 0;
}
.invite-copy-btn:hover {
  background: #f0f3fa;
}
.invite-copy-btn:active {
  background: #e0e6f5;
}
.copy-icon svg{
  width: clamp(1rem, 0.077rem + 4.62vw, 1.375rem);
  height: clamp(1rem, 0.077rem + 4.62vw, 1.375rem);
  position: relative;
  flex-shrink: 0;
}
.toast {
  position: absolute;
  text-align: center;
  font-size: 90%;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  top: -1em;
  right: 2.5em;
  background-color: #888;
  border-radius: 10px;
  padding: .8em;
}
.toast:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #888;
}
.toast.show {
  opacity: 1;
}

/* cta */
.cta {
  display: block;
  width: 100%;
  background: #C84B20;
  color: #fff;
  font-size: clamp(0.75rem, 0.083rem + 3.33vw, 1.063rem);
  font-weight: 700;
  padding: clamp(0.75rem, -0.05rem + 4vw, 1.125rem);
  border: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.1s;
  position: relative;
  overflow: hidden;
}
.cta-s {
  font-size: 12px;
  padding: 10px;
}
.cta-rainbow {
  background: linear-gradient(90deg, #ff0040, #ff6600, #ffcc00, #00cc44, #0088ff, #8833ff, #ff0088);
  background-size: 200%;
  animation: rainbowshift 3s linear infinite, click_rbw 2s infinite;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 0 rgba(173, 69, 5, 0.8);
}
.cta-grn {
  background: #22863a;
  box-shadow: 0 3px 0 rgba(18, 73, 31, 0.8);
  animation: click_grn 2s infinite;
}
.cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: shimmer 2.5s infinite
}

@keyframes rainbowshift {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
@keyframes shimmer {
  100% {
    left: 160%;
  }
}
@keyframes click_rbw{
  0% { 
      box-shadow: 0 3px 0 rgba(173, 69, 5, 0.8);
      top: 0px;
  }
  10% {
      box-shadow: 0 0 0 rgba(173, 69, 5, 0.8);
      top: 3px;
  }
  20% {
      box-shadow: 0 3px 0 rgba(173, 69, 5, 0.8);
      top: 0px;
  }
  30% {
      box-shadow: 0 0 0 rgba(173, 69, 5, 0.8);
      top: 3px;
  }
  40% {
      box-shadow: 0 3px 0 rgba(173, 69, 5, 0.8);
      top: 0px;
  }
}
@keyframes click_grn{
  0% { 
      box-shadow: 0 3px 0 rgba(18, 73, 31, 0.8);
      top: 0px;
  }
  10% {
      box-shadow: 0 0 0 rgba(18, 73, 31, 0.8);
      top: 3px;
  }
  20% {
      box-shadow: 0 3px 0 rgba(18, 73, 31, 0.8);
      top: 0px;
  }
  30% {
      box-shadow: 0 0 0 rgba(18, 73, 31, 0.8);
      top: 3px;
  }
  40% {
      box-shadow: 0 3px 0 rgba(18, 73, 31, 0.8);
      top: 0px;
  }
}
.rank-card {
  background: #fff;
  border-radius: 10px;
  margin: 20px 0 10px;
  padding: 12px min(14px, 3vw);
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  border: 1px solid #E5E4DF;
}
.rank-badge {
  width: clamp(2.188rem, 1.521rem + 3.33vw, 2.5rem);
  height: auto;
  position: absolute;
  top: -20px;
  left: clamp(1.188rem, 0.813rem + 1.88vw, 1.375rem);
}
.rank-card .app-title-row {
  margin-bottom: 6px;
}
.rank-card .app-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
}
.rank-card .app-name {
  font-size: 20px;
}
.rank-card .app-desc {
  font-size: 12.5px;
  margin-bottom: 8px;
}

/*point ++++++++++++++++++++*/
.sec-point-blc {
  background: #f0f0f0;
  padding-bottom: 16px;
}
.point-body {
  background: #fff;
  border-radius: 10px;
  margin: 1em 12px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}
.point-body h3 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sec-point-blc .contents-box {
  margin-top: 10px;
}
.sec-point-blc .contents-box p {
  font-size: clamp(0.688rem, 0.287rem + 2vw, 0.875rem);
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p1-user-box {
  background: #fff;
  border: 1px solid #E5E4DF;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.p1-user-box img {
  width:100%;
  height:auto;
  border-radius:6px;
  display:block;
}
.p3-gif-box {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p3-gif-box img {
  max-width: 200px;
  max-height: auto;
  height: auto;
  display: block;
}
.p3-gif-box video {
  max-width: 200px;
  max-height: auto;
  height: auto;
  display: block;
}

/*hikaku*/
.sec-hikaku-blc {
  margin-top: 0;
  padding-bottom: min(25px, 5vw);
}
.cmp-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.cmp-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: clamp(0.75rem, 0.35rem + 2vw, 0.938rem);
}
.cmp-table th {
  background: #2a2a2a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #444;
}
.cmp-table th:first-child {
  min-width: 88px;
  text-align: left;
  background: #1a1a1a;
  position: sticky;
  left: -1px;
  z-index: 3;
}
.cmp-table th img {
  width: clamp(3.75rem, 2.417rem + 6.67vw, 4.375rem);
  height: clamp(3.75rem, 2.417rem + 6.67vw, 4.375rem);
  border-radius: 8px;
  object-fit:cover;
  display:block;
  margin:0 auto 4px;
}
.cmp-col-1-head {
  background: linear-gradient(135deg, #C84B20, #E86030) !important;
}
.cmp-rank-label {
  font-size: clamp(0.625rem, 0.358rem + 1.33vw, 0.75rem);
  display: block;
  margin-top: 2px;
}
.cmp-table td {
  font-weight: 700;
  padding: 1em .5em;
  border: 1px solid #E5E4DF;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
.cmp-table td:first-child {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.483rem + 1.33vw, 0.875rem);
  text-align: left;
  background: #f4f3f0;
  position: sticky;
  left: -1px;
  z-index: 1;
  min-width: 88px;
  border-right: 2px solid #ddd;
}
.cmp-col-1 {
  background: #FFF5F2 !important;
}
.cmp-best {
  color: #C84B20;
  font-weight: 700;
}
.cmp-att {
  font-size: 9px;
  color: #808080;
  margin-top: 8px;
  line-height: 1.5;
}
.cmp-table td.mark {
}
.cmp-table td.mark::after {
  content: "";
  width: 3em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.cmp-table td.mark.max::after {
  background-image: url("../images/icon-max.webp");
  opacity:0.5;
}
.cmp-table td.mark.mid::after {
  background-image: url("../images/icon-mid.webp");
  opacity:0.5;
}
.cmp-table td.mark.min::after {
  background-image: url("../images/icon-min.webp");
  opacity:0.5;
}
/*ranking +++++++++++++++++++++++++++++++++*/
.sec-ranking-blc {
  background: #fff;
  margin-top: 0;
}
.sec-ranking-box {
  margin-top: 0;
}
.ranking-title {
  filter: drop-shadow(0 8px 3px rgba(0, 0, 0, .3));
}
.ranking-item {
  display: flex;
  flex-direction: column;
  gap: min(10px, 1vw);
}
.ranking-item:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.ranking-detail {
  padding: min(12px, 3vw) 0 2em;
}
.ranking__head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-end;
}
.rank-under .ranking__head {
  display: block;
}
.ranking__head .site-name {
  display: grid;
  grid-template-columns: min(20vw, 100px) auto;
  align-items: flex-end;
  gap: 3px;
}
.ranking__head .site-name .icon {
  width: 100%;
  line-height: .3;
}
.ranking__head .site-name .icon img.logo {
  border-radius: 10px;
}
.ranking__head .site-name.min {
  font-size: min(30px, calc(100vw/20));
}
.ranking__head .site-name p {
  margin-bottom: 1em;
}
.rank-under .ranking__head .site-name p {
  margin-bottom: 1.5em;
  padding-left: 5px;
}
.ranking__head .site-name .name {
  font-size: min(30px, calc(100vw/18));
  font-weight: 700;
  display:block;
  padding-bottom: 10px;
}
.ranking__head .site-name .sub {
  font-size: clamp(0.5rem, -0.033rem + 2.67vw, 0.75rem);
}
.ranking__head .site-name .sub strong {
  color: #f10f3d;
  font-weight: bold;
}
.ranking__padding-box {
  padding: 0 min(15px, 2vw) 0;
}
.ranking__point, .ranking__target {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: clamp(0.313rem, -0.354rem + 3.33vw, 0.625rem);
}
.ranking__point ul, .ranking__target ul {
  padding: min(10px, 1vw) min(20px, 2vw);
  font-size: min(18px, 3.4vw);
  width: 100%;
}
.ranking__point {
  background: #fef9f2;
  border: 2px solid #fb8b2b;
}
.ranking__target {
  background: #f4f8fe;
  border: 2px solid #3580da;
}
.dig-title {
  color: #fff;
  padding: min(10px, 2vw) 1em min(10px, 2vw) 1em;
  font-weight: 600;
  font-size: min(20px, 4vw);
  top: -1px;
  border-top-left-radius: clamp(0.188rem, -0.346rem + 2.67vw, 0.438rem);
  border-bottom-right-radius: clamp(0.313rem, -0.354rem + 3.33vw, 0.625rem);
}
.rank-under .dig-title {
  margin: .4em;
  border-radius: clamp(0.188rem, -0.346rem + 2.67vw, 0.438rem);
  font-size: min(13px, 3vw)
}
.dig-title.p1 {
  background: #fb8b2b;
  color: #fff;
}
.dig-title.p2 {
  background: #3580da;
  color: #fff;
}
.check-list > li {
  line-height: calc(16/10);
  padding: .5em 0 .5em 2.5em;
  font-size: clamp(0.688rem, 0.421rem + 1.33vw, 0.813rem);
  line-height: 1.7;
  width: 100%;
  display: flex;
  align-items: center;
}
.check-list.p1 > li {
  border-bottom: dotted 1px #fb8b2b;
  color: #888;
}
.check-list.p2 > li {
  border-bottom: dotted 1px #3580da;
}
.check-list > li:nth-child(n+2) {
  margin-top: min(5px, 1vw);
}
.check-list > li:last-child {
  border-bottom: none;
}
.check-list > li::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
}
.check-list.p1 > li::before {
  width: clamp(1.375rem, 1.261rem + 0.57vw, 1.688rem);
  aspect-ratio: 1;
  background: url("../images/icon-check_o.webp") no-repeat center/cover;
}
.check-list.p2 > li::before {
  width: clamp(1.375rem, 1.261rem + 0.57vw, 1.688rem);
  aspect-ratio: 1;
  background: url("../images/icon-check_b.webp") no-repeat center/cover;
}
.check-list.p1 span {
  font-size: clamp(0.938rem, 0.671rem + 1.33vw, 1.063rem);
  color: #000;
  line-height: 1.3;
  font-weight: 600;
} 
.check-list.p1 strong {
  color: #fc3c64;
}
.check-list.p2 strong {
  color: #1065cf;
  font-size: 1.1em;
  font-weight: 600;
}
.rank-under .check-list.p1 li{
  color: #000;
}

/* review */
.line-title {
  background: #fcb170;
  font-size: min(20px, 4vw);
  padding: .3em;
  line-height: 1.3em;
  margin: 1em 0 .5em;
}
.line-title ::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url(../images/icon-title_user.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.review-card {
  background: #FFF8E7;
  border: 1px solid #E8D5A0;
  border-radius: clamp(0.313rem, -0.354rem + 3.33vw, 0.625rem);
  padding: 1em;
  margin-bottom: 10px;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.review-title {
  font-size: clamp(0.875rem, 0.342rem + 2.67vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #E8D5A0;
}
.review-avatar {
  width: clamp(2rem, 0.667rem + 6.67vw, 2.625rem);
  height: clamp(2rem, 0.667rem + 6.67vw, 2.625rem);
}
.review-name {
  font-size: clamp(0.75rem, 0.35rem + 2vw, 0.938rem);
  font-weight: 600;
}
.review-sub {
  font-size: 10px;
  color: #9C9B95;
}
.review-body {
  font-size: clamp(0.688rem, 0.287rem + 2vw, 0.875rem);
  color: #6B6A65;
  line-height: 1.7;
}
.review-result {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #C84B20;
}
/* detail */
.detail-point {
  background: #f8f7f5;
  border-radius: clamp(0.313rem, -0.354rem + 3.33vw, 0.625rem);;
  padding: 14px;
  margin-bottom: 10px;
}
.detail-point h4 {
  font-size: clamp(0.813rem, 0.546rem + 1.33vw, 0.938rem);
  font-weight: 600;
  margin: .4em 0 1em;
}
.detail-point p {
  font-size: clamp(0.688rem, 0.421rem + 1.33vw, 0.813rem);
  color: #888;
  line-height: 1.7;
}
.detail-point p strong {
  color: #8c341e;
  font-weight: 700;
}
/*rank-s +++++++++++++++++++++++++++++++++*/
.sec-rank-s-blc {
  background: #fefcfa;
  margin-top: 0;
}
.rank-s-row {
  display: flex;
  align-items: center;
  gap: clamp(0.313rem, -0.887rem + 6vw, 0.875rem);
  padding: 18px 0;
  border-bottom: 1px solid #fde3c4;
  width: 95%;
  margin: 0 auto;
}
.rank-s-row:last-child {
  border-bottom: none;
}
.medal {
  flex-shrink: 0;
  width: clamp(2.625rem, 1.558rem + 5.33vw, 3.125rem);
  height: auto;
}
.rank-s-row .app-icon {
  flex-shrink: 0;
  width: clamp(4.375rem, 0.375rem + 20vw, 6.25rem);
  height: clamp(4.375rem, 0.375rem + 20vw, 6.25rem);
  border-radius: clamp(0.313rem, -1.421rem + 8.67vw, 1.125rem);
  object-fit: cover;
}
.rank-s-row .app-info {
  flex: 1;
  min-width: 0;
}
.rank-s-row .app-name {
  font-size: clamp(1.25rem, 0.316rem + 4.67vw, 1.688rem);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: .5em;
  letter-spacing: -0.01em;
}
.rank-s-row .app-sub {
  font-size: clamp(0.625rem, 0.225rem + 2vw, 0.813rem);
  color: #555;
  margin-bottom: 4px;
  line-height: 1.4;
}
.rank-s-row .app-catch {
  font-size: clamp(0.625rem, 0.225rem + 2vw, 0.813rem);
  font-weight: 700;
  color: #e8253a;
  line-height: 1.4;
}
.rank-s-row a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/*footer ++++++++++++++++++++++ */
footer {
  background: #fb8c2b;
  padding-top: min(30px, 6vw);
  padding-bottom: min(30px, 6vw);
}
.footer-nav {
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
.footer-nav a {
  font-size: min(14px, 3.2vw);
  padding-left: 1em;
}
.footer-nav a::before {
  content: "";
  width: .5em;
  aspect-ratio: 1/1.25;
  background: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
/*under contents ++++++++++++++++++++++++++++++++++++++++++++++*/
#content.under-contents {
  margin-top: min(50px, 10vw);
  margin-bottom: min(50px, 10vw);
}
#hero.under {
  background: #fb8c2b;
  height: min(150px, 25vw);
  display: grid;
  place-content: center;
}
.under-title {
  font-size: min(24px, calc(100vw / 18));
  font-weight: 800;
  letter-spacing: .05em;
  color: #fff;
}
.under-contents .line-title {
  font-size: min(20px, calc(100vw / 25));
  padding-left: 10px;
  background: #fde3c4;
  font-weight: 600;
  padding: 10px 10px 10px 15px;
  border-left: 6px solid #fb8c2b;
  line-height: 1.3em;
  margin: 1em min(15px, 2vw);
}

/*overview +++++++++++++++++++*/
.overview-item > dd {
  padding: min(20px, 3vw);
}
.overview-item:last-child > dd {
  padding-bottom: 0;
}
.overview-detail-list dt {
  padding-left: 1em;
  font-weight: 600;
}
.overview-detail-list dt::before {
  content: "";
  width: .85em;
  aspect-ratio: 1/.65;
  background: #fb8c2b;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 50%;
}
.overview-detail-list dd {
  padding: 10px 10px 10px 1em;
  line-height: calc(20/14);
}
.survey-list li {
  padding-bottom: 10px;
}
.survey-list li:nth-child(n+2) {
  padding-top: 10px;
  border-top: 1px solid #D9D9D9;
}
.survey-result-table {
  width: 100%;
  text-align: center;
}
.survey-result-table th, .survey-result-table td {
  padding: 8px 5px;
}
.survey-result-table thead th {
  background: #f2f2f2;
}
.survey-result-table tbody td {
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
}
.link-area {
  margin-top: min(30px, 10vw);
}
/*operation*/
.operation-item .comment {
  margin-top: min(20px, 4vw);
  padding-left: 1em;
  padding-right: 1em;
}
.operation-item:not(:last-child) {
  padding-bottom: min(50px, 6vw);
}
.operation-detail-list {
  border: 1px solid #ddd;
}
.operation-detail-list > div {
  display: grid;
  grid-template-columns: 10em auto;
}
.operation-detail-list dt {
  background: #f8f8f8;
  padding: min(15px, 4vw) min(10px, 2vw);
}
.operation-detail-list dd {
  padding: min(15px, 4vw) min(10px, 3vw) min(15px, 4vw) min(20px, 4vw);
}
.operation-detail-list > div:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
/*contact*/
#conf-form {
  display: none;
}
.form-wrap {
  width: min(600px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.form-list > div:nth-child(n+2) {
  margin-top: min(15px, 3vw);
}
.form-list dd {
  margin-top: min(10px, 2vw);
}
.form-list input, .form-list textarea {
  border: 1px solid #727272;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
}
.form-list textarea {
  height: min(200px, 25vw);
}
.form-list input {
  height: 40px;
}
::placeholder {
  font-size: min(14px, 3.4vw);
  color: #CFCFCF;
}
.form-button-wrap {
  margin-top: min(50px, 8vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10vw, 20px);
  padding-bottom: 3px;
  border-radius: 5px;
}
#conf-button, #send-button {
  width: min(100%, 380px);
  height: min(60px, 12vw);
  background: linear-gradient(#07CB00, #00952D);
  font-size: min(18px, 4vw);
  font-weight: 600;
  color: #fff;
  border-bottom: solid 3px #143300;
  border-radius: 5px;
}

#conf-form .form-list dt{
  font-weight: 600;
}

#conf-form .form-list dd {
  margin-bottom: 2em;
}

@media (min-width:768px) {
  body {
    padding-bottom: 30px;
  }
  .type-list {
    grid-template-columns: 40% 1fr 1fr;
  }
  .type-item {
    display: grid;
    grid-template-rows: 250px 60px auto; /* 行を3つ明示 */
  }
  .type-item .thumb {
    gap: 10px;
  }
  .type-item.hybrid .thumb figure {
    width: min(200px, 100%);
  }
  .type-item .thumb figure, .type-item.hybrid .thumb figure {
    aspect-ratio: 1;
  }
  .type-item.hybrid .star figure {
    height: min(20px, 8vw);
  }
  .type-item.hybrid {
    grid-area: 1 / 1 / 2 / 2;
  }
  .type-item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    border-left: 1px solid #D9D9D9;
    border-top: none;
  }
  .type-item:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
    border-top: none;
  }
}
/*thanks*/
.page-thanks-blc {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.round-button {
  width: min(250px, 100%);
  display: flex;
  flex-direction: column;
  margin-top: min(60px, 10vw);
  height: 50px;
  border-radius: 100vmax;
  background: #01A13C;
}
.round-button a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 600;
  font-size: min(18px, 3.6vw);
}

/* ============================================================
   ▼▼▼ 2026-06 カスタム調整（旧 custom.css を統合） ▼▼▼
   reset.css → style.css の順で読み込む前提。
   末尾追記なので !important 上書きが有効。
   ・1位カード = レインボー枠＋ゴールドタグ
   ・比較表 オリくじ列 = ハニーヘッダー＋アンバー枠
   ・比較表 横スクロール時の罫線対策
   ============================================================ */

/* keep the ranking section tab labels on one line */
.in-title.dig-title { white-space: nowrap; width: auto; }

/* ============================================================
   1位カード = F レインボー枠 ＋ タグはゴールド
   ============================================================ */
.rank-1-wrapper.rank-1-f {
  background: linear-gradient(90deg,#ff0040,#ff6600,#ffcc00,#00cc44,#0088ff,#8833ff,#ff0088);
  border: none;
  padding: 3px;
  border-radius: 13px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}
.rank-1-f .rank-1-inner { background: #fffdf9; border-radius: 10px; overflow: hidden; }
.rank-1-f .rank-1-header { background: #232323; }
.rank-1-f .rank-1-header-text .main-label { color: #ffd84d; }
.rank-1-f .rank-1-header-text .sub-label { color: #e8e8e8; opacity: 1; }
/* tags → Bゴールドの色味で高級感 */
.rank-1-f .tags .tag { background: #f3e7c0; color: #8a6d1a; }

/* 比較表「初回登録で50円から…」を1行に収める */
.cmp-table td .cmp-note {
  display: block;
  white-space: nowrap;
  font-size: min(11px, 2.5vw);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

/* ============================================================
   比較表 オリくじ列 = ソフトハニー ＋ 枠線で1位強調
   ============================================================ */
.cmp-table .cmp-col-1-head {
  background: linear-gradient(135deg, #f6a743, #ffc46b) !important;
  color: #6b3410 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
.cmp-table td.cmp-col-1 { background: #FFF7EC !important; color: #d2691e !important; }
.cmp-table td.cmp-best { color: #d2691e !important; }
.cmp-table td .cmp-tight {
  display: block;
  white-space: nowrap;
  font-size: min(12px, 2.9vw);
  letter-spacing: -0.03em;
}

/* ============================================================
   横スクロール時の罫線はみ出し対策
   border-collapse:collapse + sticky列 で横罫線が固定列に
   重なる不具合を、separate方式に切替えて解消する。
   各セルは「下＋右」のみ罫線を持ち、上端＝先頭行 / 左端＝先頭列
   で外周を補う（罫線の二重化を防ぐ）。
   ============================================================ */
.cmp-table { border-collapse: separate !important; border-spacing: 0 !important; }
.cmp-table th,
.cmp-table td { border-width: 0 1px 1px 0 !important; border-style: solid !important; }
.cmp-table thead th { border-top-width: 1px !important; }
.cmp-table th:first-child,
.cmp-table td:first-child { border-left-width: 1px !important; border-right-width: 2px !important; }
/* オリくじ列のアンバー外周（separate下でも外周のみ描画／横罫線は灰のまま） */
.cmp-table .cmp-col-1-head {
  border-top: 2.5px solid #e8902e !important;
  border-left: 2.5px solid #e8902e !important;
  border-right: 2.5px solid #e8902e !important;
  border-bottom: 1px solid #444 !important;
}
.cmp-table td.cmp-col-1 {
  border-left: 2.5px solid #e8902e !important;
  border-right: 2.5px solid #e8902e !important;
}
.cmp-table tbody tr:last-child td.cmp-col-1 { border-bottom: 2.5px solid #e8902e !important; }

