@charset "UTF-8";

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

#wrapper {
  width: 100%;
  background: #e5eff7;
  padding: 0 0;
}

header {
  text-align: center;
  margin-bottom: 0;
  background-image: -moz-linear-gradient(174deg, #17d8e3 0%, #5ed5f7 53%, #8bc2ff 100%);
  background-image: -webkit-linear-gradient(174deg, #17d8e3 0%, #5ed5f7 53%, #8bc2ff 100%);
  background-image: -ms-linear-gradient(174deg, #17d8e3 0%, #5ed5f7 53%, #8bc2ff 100%);
  padding: 3%;
}

header .headerArea {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

header .headerArea .banner {
  position: absolute;
  right: 0;
  top: 20%;
  width: 15%;
}

header .headerArea .banner a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 2%;
  border-radius: 15px;
}

header .headerArea .banner a:hover {
  background: #fff;
  color: #30c8ec;
}

header h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 3.2rem;
}

header h2 {
  color: #fff;
  letter-spacing: 5px;
  font-weight: 700;
}

@media (max-width: 768px) {
  header {
    margin-bottom: 15%;
  }

  header .headerArea {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  header .headerArea .banner {
    margin-top: 2%;
    position: static;
    display: block;
    width: 100%;
  }

  header .headerArea .banner a {
    padding: 1%;
  }

  header .headerArea .banner a:hover {
    background: #fff;
    color: #76a1b8;
  }
}

/*============================
boxWrap
===============================*/
.boxWrap {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  padding: 3% 0;
}

.boxWrap .leftBox {
  width: 12%;
  padding: 0 5%;
}

.boxWrap .leftBoxInner {
  top: 0;
  position: sticky;
  z-index: 1;
}

.boxWrap .link {
  padding-top: 5%;
}

.boxWrap .resultBox {
  width: 64%;
}

@media (max-width: 768px) {
  .boxWrap {
    flex-wrap: wrap;
  }

  .boxWrap .leftBox {
    width: 100%;
  }

  .boxWrap .leftBoxInner {
    position: static;
  }

  .boxWrap .resultBox {
    width: 100%;
  }

  .boxWrap .link {
    display: none;
  }
}

/*******************note**************************/
.noteArea {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 5%;
  padding: 1%;
  border: 2px solid #30c8ec;
  box-sizing: border-box;
  border-radius: 20px;
}

.noteArea h2 {
  font-size: 2.2rem;
  margin-bottom: 1%;
  color: #30c8ec;
  letter-spacing: 1px;
}

.noteArea dl {
  border-bottom: 1px solid #737373;
  margin-bottom: 1%;
  padding-bottom: 1%;
}

.noteArea dl:nth-last-of-type(1) {
  border: none;
  margin: 0;
  padding: 0;
}

.noteArea dd {
  width: 100%;
}

#app {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5%;
}

/*-----------------------------------
textArea
---------------------------------------*/
.textArea {
  padding: 5%;
}

.textArea .dropArea {
  border-radius: 20px;
  margin: 0 0 20px;
}

.textArea .dropArea.active {
  background: #fff;
}

.textArea .dropArea label>input {
  /* display:none; */
  /* アップロードボタンのスタイルを無効にする */
}

.textArea .dropArea label {
  padding: 10%;
  color: #fff;
  background: #e5eff7;
  border: none;
  transition: all 0.3s ease;
}

.textArea .dropArea label:hover {
  background: #fff;
}

/*******************section**************************/
.section {
  padding: 5%;
  position: relative;
  border-bottom: 1px solid #fff;
}

.section .step {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  color: #c9be72;
  position: absolute;
  top: -10px;
}

.section .step span {
  font-size: 4rem;
}

.section h1 {
  font-size: 2.4rem;
  margin-bottom: 1%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #76a1b8;
}

.section h2 {
  font-weight: normal;
  text-align: center;
  color: #666;
  margin-bottom: 3%;
}

@media (max-width: 768px) {
  .section {
    margin: 0 auto;
    margin-bottom: 10%;
  }

  .section:nth-last-of-type(2) {
    margin-bottom: 15%;
  }

  .noteArea {
    margin-bottom: 15%;
  }
}

/*----------howto----------*/
.howto {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 5%;
  border: 1px solid #76a1b8;
  padding: 1%;
  text-align: center;
  color: #666;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .howto {
    margin: 0 auto 15%;
  }
}

/*------チェックボックス-------*/
.checkbox ul li {
  color: #aaa;
  margin-bottom: 10px;
}

.checkbox ul li label {
  display: flex;
  align-items: center;
  color: #c0c0c0;
  font-size: 2.2rem;
  justify-content: space-around;
}

.luckyNumber {
  position: absolute;
  top: 17%;
  right: 10%;
  padding: 2%;
  border: 1px solid #ebebeb;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  width: 10%;
  color: #333;
  font-weight: bold;
}

@media (max-width: 768px) {
  .checkbox ul li label {
    display: block;
  }
}

/*----------resultArea----------*/
.resultArea ul {
  margin: 0 auto;
  width: 100%;
}

.resultArea ul li h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2%;
}

.resultArea ul li h3:after {
  content: "";
  background: #000;
  width: 30px;
  height: 1px;
  display: block;
  margin-top: 10px;
}

.resultArea ul li li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.post {
  margin-bottom: 2%;
}

.textBox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 5%;
  border: 1px solid #76a1b8;
  box-sizing: border-box;
  padding: 2%;
  border-radius: 20px;
}

.textBox h2 {
  font-size: 2.4rem;
  margin-bottom: 2%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #76a1b8;
  font-weight: normal;
}

.textBox ul li {
  list-style: disc;
  margin-bottom: 2%;
}

.textBox strong {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #c9be72 70%);
}

@media (max-width: 768px) {
  .textBox {
    width: 90%;
    padding: 5% 10%;
  }
}

/*----------snsArea----------*/
.snsArea {
  position: fixed;
  top: 20%;
  right: 5%;
  text-align: center;
}

.snsArea h1 {
  color: #76a1b8;
  margin-bottom: 1%;
}

.snsArea p a {
  background-image: linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  padding: 25% 2%;
  display: block;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 8px rgba(222, 232, 236, 0.8);
}

.snsArea p a:hover {
  background: #fff;
  color: #76a1b8;
}

@media (max-width: 768px) {
  .snsArea {
    position: static;
    width: 10%;
    top: 45%;
  }

  .snsArea p a {
    border: 1px solid #76a1b8;
  }
}

footer {
  background: #76a1b8;
  padding: 2%;
  color: #fff;
  text-align: center;
}

.BnrArea {
  width: 100%;
  max-width: 500px;
  margin: 10% auto 10%;
  padding: 0 5%;
  text-align: center;
  transition: all 0.3s ease;
}

.BnrArea:hover {
  transform: scale(1.05);
}

/*******************checkbox**************************/
.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked+.checkbox-parts {
  color: #000;
  font-weight: 500;
}

.checkbox-input:checked+.checkbox-parts::after {
  /*  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid $sub01;
  border-right: 3px solid $sub01;*/
}

.admax-ads {
  position: fixed;
  width: 10% !important;
  bottom: 10px;
  left: 0;
}

.amzon_link {
  width: 80%;
  border: none;
  padding: 2%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 20px 20px rgba(222, 232, 236, 0.8);
}

.amzon_link h3 {
  text-align: center;
  margin-bottom: 2%;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.amzon_link img {
  max-width: 100%;
  max-height: 130px;
}

.amzon_link a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 3%;
  height: 100%;
}

.amzon_link a:hover {
  background: #ebebeb;
}

.amzon_link ul {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}

.amzon_link ul li {
  width: 25%;
  text-align: center;
}

.amzon_link ul li dl dt {
  margin-bottom: 5%;
}

.amzon_link ul li p {
  background: #e2833d;
  padding: 2%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  width: 50%;
  margin: 5% auto 0;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .amzon_link {
    width: 90%;
    padding: 5%;
  }

  .amzon_link h3 {
    font-size: 2rem;
  }

  .amzon_link img {
    max-width: 100%;
    max-height: 130px;
  }

  .amzon_link a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3%;
    height: 100%;
  }

  .amzon_link a:hover {
    background: #ebebeb;
  }

  .amzon_link ul {
    max-width: 100%;
  }

  .amzon_link ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
  }

  .amzon_link ul li dl {
    justify-content: space-between;
  }

  .amzon_link ul li dl dt {
    margin-bottom: 2%;
  }

  .amzon_link ul li p {
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
  }
}

.swiper {
  width: 80%;
  padding: 2%;
  margin: 0 auto;
  box-sizing: border-box;
}

.swiper:nth-of-type(1) {
  margin-bottom: 5%;
}

.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper .swiper-slide:hover {
  opacity: 0.6;
}

.prime_day {
  border: 2px solid #0F60EA;
}

.prime_day h3 {
  color: #0F60EA;
  font-weight: 700;
  margin-bottom: 1%;
}

.prime_day p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3%;
}

.prime_day .bnr {
  width: 50%;
  margin: 0 auto;
  background: #b9dade;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5rem;
}

.prime_day .bnr p {
  margin-bottom: 0;
}

.prime_day .bnr div p {
  font-size: 1.5rem;
  text-align: left;
  color: #0F60EA;
}

/* ======================================================================
  MAIN (header下〜footer上) 改修案 2026-02
  - 既存HTML/JSはそのまま、見た目だけを「添付jpg」のレイアウトに寄せます
  - 既存のベースCSSを壊しにくいよう、.boxWrap 配下だけを強めに上書きします
====================================================================== */
.boxWrap {
  /* -------------------------
    Layout (左右カラム)
  ------------------------- */
  background: #f0f7fa;
  width: 100%;
  max-width: none;
  margin: 0;
  justify-content: center;
  border-radius: 0;
  /* -------------------------
    Section reset
  ------------------------- */
  /* 左カラム見出し */
  /* -------------------------
    LOG: drop area
  ------------------------- */
  /* -------------------------
    CHECK: 縦ピル（クリ/ファンブル...）
  ------------------------- */
  /* -------------------------
    RESULT: フィルタ / 結果カード
  ------------------------- */
  /* -------------------------
    Mobile
  ------------------------- */
}

.boxWrap .leftBox,
.boxWrap .resultBox {
  background: transparent;
}

.boxWrap .section {
  padding: 0;
  border-bottom: 0;
}

.boxWrap .textArea h1,
.boxWrap .checkbox.section>h1 {
  letter-spacing: 0.45em;
}

.boxWrap .dropArea {
  min-height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20%;
}

.boxWrap .dropArea>p,
.boxWrap .dropArea textarea {
  display: none;
}

.boxWrap .dropArea label {
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
  color: #385056;
  font-size: 1.1rem;
  text-align: center;
}

.boxWrap .dropArea label i {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.boxWrap .dropArea label::before {
  color: rgba(42, 58, 64, 0.55);
  letter-spacing: 0.08em;
  box-shadow: 0 0 0 4px rgba(48, 200, 236, 0.18);
}

.boxWrap .dropArea input[type=file] {
 /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  /*opacity: 1;*/
  z-index: 10;
  cursor: pointer;
  /* appearance: none; */
  /* -webkit-appearance: none; */
}

.boxWrap .dropArea.active {
  background: #fff;
}

.boxWrap .checkbox.section {
  /* 既存のチェックマーク装飾を無効化 */
  /* ピル本体 */
  /* ON */
  /* 初期値 */
  /* 出目指定：数字入力を右に出す（inline style 検出） */
  /* 下部：表示オプション（重複ON / ALLなど） */
}

.boxWrap .checkbox.section>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.boxWrap .checkbox.section>ul>li>label {
  display: block;
  background: transparent;
  padding: 0;
}

.boxWrap .checkbox.section .checkbox-parts {
  padding-left: 0;
  margin-right: 0;
}

.boxWrap .checkbox.section .checkbox-parts::before {
  display: none !important;
  content: none !important;
}

.boxWrap .checkbox.section .checkbox-parts {
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section .checkbox-parts:hover {
  background-image: -moz-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -webkit-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -ms-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  border: 1px solid #fff;
  color: #fff;
}

.boxWrap .checkbox.section .checkbox-parts:hover::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  /* 外枠は同じグラデ */
  background: linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.boxWrap .checkbox.section .checkbox-parts,
.boxWrap .checkbox.section .check-group span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  background: #e5eff7;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.boxWrap .checkbox.section .checkbox-input:checked+.checkbox-parts {
  background-image: -moz-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -webkit-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -ms-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  border: 1px solid #fff;
  font-weight: 600;
  color: #fff;
}

.boxWrap .checkbox.section .checkbox-input:checked+.checkbox-parts::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  /* 外枠は同じグラデ */
  background: linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.boxWrap .checkbox.section .check-initial input {
  display: none;
}

.boxWrap .checkbox.section .check-initial input:checked+span {
  background: #30c8ec;
  box-shadow: 0 6px 14px rgba(48, 200, 236, 0.18);
}

.boxWrap .checkbox.section>ul>li[style*="position: relative"] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.boxWrap .checkbox.section>ul>li[style*="position: relative"]>label {
  flex: 1 1 auto;
}

.boxWrap .checkbox.section>.checkbox {
  margin-top: 40px;
  background: transparent;
}

.boxWrap .checkbox.section>.checkbox input {
  display: none;
}

.boxWrap .checkbox.section>.checkbox>h2 {
  display: none;
}

.boxWrap .checkbox.section>.checkbox>div {
  margin-bottom: 20px;
}

.boxWrap .checkbox.section>.checkbox .optionCheck label {
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section>.checkbox .optionCheck label:hover {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox .optionCheck_ginou {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.boxWrap .checkbox.section>.checkbox .optionCheck_ginou label {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section>.checkbox .optionCheck_ginou label:hover {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb h3 {
  color: #385056;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb label:hover {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb label span {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

.boxWrap .checkbox.section>.checkbox label {
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 999px;
  width: 100%;
  height: 40px;
  background: #e5eff7;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #c0c0c0;
  cursor: pointer;
}

.boxWrap .checkbox.section>.checkbox label:has(input:checked) {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox input {
  margin: 0;
  accent-color: #30c8ec;
}

.boxWrap .luckyNumber {
  width: 35px !important;
  height: 22px;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.boxWrap .resultArea.section {
  margin-bottom: 0;
  width: 90%;
  /* jpgに合わせて RESULT 見出しは非表示 */
  /* フィルタブロック（ul＋checkboxを持つdivを対象） */
  /* ラベル差し替え（h1直後の2ブロックをSPEAKER/TAB扱い） */
}

.boxWrap .resultArea.section>h1 {
  display: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox]) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 auto 30px;
  padding: 2px 4px;
  /* 既存 .resultArea ul の margin/max-width を無効化 */
  /* 1つ目（全員表示/全タブ表示）のボタン群 */
  /* 2つ目（検索input）は非表示 */
  /* チェックリストをピル化 */
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul {
  margin: 0;
  max-width: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>h2 {
  margin: 0 10px 0 0;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  user-select: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>h2::before {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: rgba(56, 80, 86, 0.55);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div button {
  position: relative;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #737373;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  border: 2px solid #89c3ff;
  outline: #fff 3px solid;
  font-weight: 900;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div button::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: rgba(56, 80, 86, 0.45);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(48, 200, 236, 0.8);
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div button:hover {
  color: #fff;
  background: #89c3ff;
  border: 2px solid #fff;
  outline: #89c3ff 3px solid;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div:nth-of-type(2) {
  display: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul>li {
  margin: 0;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul label {
  cursor: pointer;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: rgba(56, 80, 86, 0.45);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(31, 61, 89, 0.06);
  transition: transform 0.08s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul input:checked+span {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .resultArea.section>h1+div:has(> ul li input[type=checkbox])>h2::before {
  content: "SPEAKER";
}

.boxWrap .resultArea.section>h1+div+div:has(> ul li input[type=checkbox])>h2::before {
  content: "TAB";
}

.boxWrap .resultArea {
  /* 既存 .resultArea ul の古いmargin/max-widthを無効化（結果系クラス限定） */
  /* 話者カード */
  /* 初期値サブ見出し/バッジは非表示 */
  /* main: 青い面 */
  /* 初期値 */
  /* 1行の中身（dtはTABなので非表示） */
  /* type連続を「1ブロック」に見せる */
}

.boxWrap .resultArea ul.result-speaker,
.boxWrap .resultArea ul.result-list {
  max-width: none;
}

.boxWrap .resultArea .result-speaker {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 60px auto 0;
}

.boxWrap .resultArea .result-speaker .result-groupList--main {
  border-radius: 20px;
  overflow: hidden;
}

.boxWrap .resultArea .result-speaker .result-group__label {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  width: 20%;
  display: flex;
  padding: 0 0 0 20px;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.boxWrap .resultArea .result-speaker>li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.boxWrap .resultArea .result-speaker h3 {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #385056;
}

.boxWrap .resultArea .result-speaker h3::after {
  display: none;
}

.boxWrap .resultArea .result-speaker h3 .speaker-stats {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(56, 80, 86, 0.48);
  letter-spacing: 0.2rem;
  white-space: nowrap;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.boxWrap .resultArea .result-speaker h3 .speaker-stats b {
  font-size: 1.6rem;
}

.boxWrap .resultArea .result-speaker__subhead,
.boxWrap .resultArea .badge--initial {
  display: none;
}

.boxWrap .resultArea .result-list {
  list-style: none;
  padding: 0;
}

.boxWrap .resultArea .result-list--main {
  background: rgba(225, 245, 252, 0.45);
  border-radius: 18px;
  padding: 12px;
  overflow: hidden;
}

.boxWrap .resultArea .result-list--main>.result-item:first-child {
  margin-top: 0 !important;
}

.boxWrap .resultArea .result-list--main>.result-item:last-child {
  margin-bottom: 0 !important;
}

.boxWrap .resultArea .result-list--main .result-item {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px calc(132px + 26px);
  border: 0;
  box-shadow: none;
}

.boxWrap .resultArea .result-list--main .result-item::before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-52%);
  font-family: "Caveat", cursive;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 0.9;
}

.boxWrap .resultArea .result-group {
  padding: 2% 0;
  width: 100%;
}

.boxWrap .resultArea .result-item {
  margin-bottom: 2%;
  font-weight: 600;
  color: #385056;
}

.boxWrap .resultArea .result-group.type-critical {
  background-image: linear-gradient(60deg, #e0f8fd 0%, #f8f8ff 100%);
}

.boxWrap .resultArea .result-group.type-critical .result-group__label {
  color: #1295f1;
}

.boxWrap .resultArea .result-group.type-fumble {
  background-image: linear-gradient(60deg, #fff0f0 0%, #fffcfc 100%);
}

.boxWrap .resultArea .result-group.type-fumble .result-group__label {
  color: #ea8080;
}

.boxWrap .resultArea .result-group.type-special {
  background-image: linear-gradient(60deg, #e1faf7 0%, #feffff 100%);
}

.boxWrap .resultArea .result-group.type-special .result-group__label {
  color: #486a72;
}

.boxWrap .resultArea .result-group.type-success {
  background-image: linear-gradient(60deg, #e5f3f9 0%, #fcfeff 100%);
}

.boxWrap .resultArea .result-group.type-success .result-group__label {
  color: #486a72;
}

.boxWrap .resultArea .result-group.type-partial {
  background-image: linear-gradient(60deg, #e5f3f9 0%, #fafeff 100%);
}

.boxWrap .resultArea .result-group.type-partial .result-group__label {
  color: #486a72;
}

.boxWrap .resultArea .result-group.type-lucky {
  background-image: linear-gradient(60deg, #e8fffb 0%, #f8fdff 100%);
}

.boxWrap .resultArea .result-group.type-lucky .result-group__label {
  color: #385056;
}

.boxWrap .resultArea .result-group.type-other {
  background-image: linear-gradient(60deg, #e8fffb 0%, #f8fdff 100%);
}

.boxWrap .resultArea .result-group.type-other .result-group__label {
  color: #385056;
}

.boxWrap .resultArea .result-group.type-initial {
  margin-top: 20px;
  background-image: linear-gradient(60deg, #fffce8 0%, #fefdf5 100%);
  border-radius: 20px;
  overflow: hidden;
}

.boxWrap .resultArea .result-group.type-initial .result-group__label {
  color: #e6ab19;
}

.boxWrap .resultArea .result-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.boxWrap .resultArea .result-row__body {
  margin: 0;
}

.boxWrap .resultArea .result-row__time {
  color: rgba(56, 80, 86, 0.6);
  font-size: 1.1rem;
  font-weight: 200;
}

.boxWrap .resultArea .result-row__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.boxWrap .resultArea .result-list--main .type-critical {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-critical:not(:is(.type-critical + .type-critical)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-critical+.type-critical {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-critical+.type-critical::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-critical:not(:has(+ .type-critical)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-critical:not(:is(.type-critical + .type-critical)):not(:has(+ .type-critical)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-fumble {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-fumble:not(:is(.type-fumble + .type-fumble)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-fumble+.type-fumble {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-fumble+.type-fumble::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-fumble:not(:has(+ .type-fumble)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-fumble:not(:is(.type-fumble + .type-fumble)):not(:has(+ .type-fumble)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-special {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-special:not(:is(.type-special + .type-special)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-special+.type-special {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-special+.type-special::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-special:not(:has(+ .type-special)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-special:not(:is(.type-special + .type-special)):not(:has(+ .type-special)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-success {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-success:not(:is(.type-success + .type-success)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-success+.type-success {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-success+.type-success::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-success:not(:has(+ .type-success)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-success:not(:is(.type-success + .type-success)):not(:has(+ .type-success)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-partial {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-partial:not(:is(.type-partial + .type-partial)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-partial+.type-partial {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-partial+.type-partial::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-partial:not(:has(+ .type-partial)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-partial:not(:is(.type-partial + .type-partial)):not(:has(+ .type-partial)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-lucky {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-lucky:not(:is(.type-lucky + .type-lucky)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-lucky+.type-lucky {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-lucky+.type-lucky::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-lucky:not(:has(+ .type-lucky)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-lucky:not(:is(.type-lucky + .type-lucky)):not(:has(+ .type-lucky)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-other {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-other:not(:is(.type-other + .type-other)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-other+.type-other {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-other+.type-other::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-other:not(:has(+ .type-other)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-other:not(:is(.type-other + .type-other)):not(:has(+ .type-other)) {
  border-radius: 18px;
}

@media (max-width: 768px) {
  .boxWrap .resultArea ul {
    width: auto;
    padding: 3%;
  }

  .boxWrap .resultArea .result-speaker>li {
    padding: 18px 16px;
  }

  .boxWrap .resultArea .result-speaker h3 {
    font-size: 1.9rem;
    margin-bottom: 3%;
  }

  .boxWrap .resultArea .result-group {
    display: block;
    border-radius: 20px;
  }

  .boxWrap .resultArea .result-row {
    margin-bottom: 2%;
    display: block;
  }

  .boxWrap .resultArea .result-list--main .result-item,
  .boxWrap .resultArea .result-list--init .result-item {
    padding-left: calc(108px + 22px);
  }

  .boxWrap .resultArea .result-list--main .result-item::before {
    font-size: 2.2rem;
    left: 14px;
  }

  .boxWrap .resultArea .result-list--init .result-item::before {
    left: 14px;
    font-size: 1.7rem;
  }
}

/*-----------------------------------
textArea
---------------------------------------*/
/* ===== 全面ドロップオーバーレイ ===== */
.dropOverlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
  opacity: 0.7;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  /* 中央の枠（点線ボーダーのエリア） */
}

.dropOverlay .dropOverlay__inner {
  width: min(840px, calc(100vw - 48px));
  height: min(420px, calc(100vh - 120px));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.dropOverlay .dropOverlay__inner p {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.6;
}

.dropOverlay .dropOverlay__inner p i {
  font-size: 5.5rem;
  display: block;
}

/* 画面が狭いときの微調整 */
@media (max-width: 520px) {
  .dropOverlay__inner {
    font-size: 18px;
    border-width: 2px;
    border-radius: 14px;
  }
}

/* ======================================================================
  MAIN (header下〜footer上) 改修案 2026-02
  - 既存HTML/JSはそのまま、見た目だけを「添付jpg」のレイアウトに寄せます
  - 既存のベースCSSを壊しにくいよう、.boxWrap 配下だけを強めに上書きします
====================================================================== */
.boxWrap {
  /* -------------------------
    Layout (左右カラム)
  ------------------------- */
  background: #f0f7fa;
  width: 100%;
  max-width: none;
  margin: 0;
  justify-content: center;
  border-radius: 0;
  /* -------------------------
    Section reset
  ------------------------- */
  /* 左カラム見出し */
  /* -------------------------
    LOG: drop area
  ------------------------- */
  /* -------------------------
    CHECK: 縦ピル（クリ/ファンブル...）
  ------------------------- */
  /* -------------------------
    RESULT: フィルタ / 結果カード
  ------------------------- */
  /* -------------------------
    Mobile
  ------------------------- */
}

.boxWrap .leftBox,
.boxWrap .resultBox {
  background: transparent;
}

.boxWrap .section {
  padding: 0;
  border-bottom: 0;
}

.boxWrap .textArea h1,
.boxWrap .checkbox.section>h1 {
  letter-spacing: 0.45em;
}

.boxWrap .dropArea {
  min-height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20%;
}

.boxWrap .dropArea>p,
.boxWrap .dropArea textarea {
  display: none;
}

.boxWrap .dropArea label {
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
  color: #385056;
  font-size: 1.1rem;
  text-align: center;
}

.boxWrap .dropArea label i {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.boxWrap .dropArea label::before {
  color: rgba(42, 58, 64, 0.55);
  letter-spacing: 0.08em;
  box-shadow: 0 0 0 4px rgba(48, 200, 236, 0.18);
}

.boxWrap .dropArea input[type=file] {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-top: 10px;
  font-size: .8rem;
  /*opacity: 0;*/

  /*appearance: none;
  -webkit-appearance: none;*/
}

.boxWrap .dropArea.active {
  background: #fff;
}

.boxWrap .checkbox.section {
  /* 既存のチェックマーク装飾を無効化 */
  /* ピル本体 */
  /* ON */
  /* 初期値 */
  /* 出目指定：数字入力を右に出す（inline style 検出） */
  /* 下部：表示オプション（重複ON / ALLなど） */
}

.boxWrap .checkbox.section>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.boxWrap .checkbox.section>ul>li>label {
  display: block;
  background: transparent;
  padding: 0;
}

.boxWrap .checkbox.section .checkbox-parts {
  padding-left: 0;
  margin-right: 0;
}

.boxWrap .checkbox.section .checkbox-parts::before {
  display: none !important;
  content: none !important;
}

.boxWrap .checkbox.section .checkbox-parts {
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section .checkbox-parts:hover {
  background-image: -moz-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -webkit-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -ms-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  border: 1px solid #fff;
  color: #fff;
}

.boxWrap .checkbox.section .checkbox-parts:hover::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  /* 外枠は同じグラデ */
  background: linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.boxWrap .checkbox.section .checkbox-parts,
.boxWrap .checkbox.section .check-group span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  background: #e5eff7;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.boxWrap .checkbox.section .checkbox-input:checked+.checkbox-parts {
  background-image: -moz-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -webkit-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  background-image: -ms-linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  border: 1px solid #fff;
  font-weight: 600;
  color: #fff;
}

.boxWrap .checkbox.section .checkbox-input:checked+.checkbox-parts::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -3px;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  /* 外枠は同じグラデ */
  background: linear-gradient(99deg, #53b8ff 0%, #30c7ec 46%, #16d9e3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.boxWrap .checkbox.section .check-initial input {
  display: none;
}

.boxWrap .checkbox.section .check-initial input:checked+span {
  background: #30c8ec;
  box-shadow: 0 6px 14px rgba(48, 200, 236, 0.18);
}

.boxWrap .checkbox.section>ul>li[style*="position: relative"] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.boxWrap .checkbox.section>ul>li[style*="position: relative"]>label {
  flex: 1 1 auto;
}

.boxWrap .checkbox.section>.checkbox {
  margin-top: 40px;
  background: transparent;
}

.boxWrap .checkbox.section>.checkbox input {
  display: none;
}

.boxWrap .checkbox.section>.checkbox>h2 {
  display: none;
}

.boxWrap .checkbox.section>.checkbox>div {
  margin-bottom: 20px;
}

.boxWrap .checkbox.section>.checkbox .optionCheck label {
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section>.checkbox .optionCheck label:hover {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox .optionCheck_ginou {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.boxWrap .checkbox.section>.checkbox .optionCheck_ginou label {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section>.checkbox .optionCheck_ginou label:hover {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb h3 {
  color: #385056;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  transition: all 0.3s ease;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb label:hover {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox .option-ccccb label span {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

.boxWrap .checkbox.section>.checkbox label {
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 999px;
  width: 100%;
  height: 40px;
  background: #e5eff7;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #c0c0c0;
  cursor: pointer;
}

.boxWrap .checkbox.section>.checkbox label:has(input:checked) {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .checkbox.section>.checkbox input {
  margin: 0;
  accent-color: #30c8ec;
}

.boxWrap .luckyNumber {
  width: 35px !important;
  height: 22px;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.boxWrap .resultArea.section {
  margin-bottom: 0;
  width: 90%;
  /* jpgに合わせて RESULT 見出しは非表示 */
  /* フィルタブロック（ul＋checkboxを持つdivを対象） */
  /* ラベル差し替え（h1直後の2ブロックをSPEAKER/TAB扱い） */
}

.boxWrap .resultArea.section>h1 {
  display: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox]) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 auto 30px;
  padding: 2px 4px;
  /* 既存 .resultArea ul の margin/max-width を無効化 */
  /* 1つ目（全員表示/全タブ表示）のボタン群 */
  /* 2つ目（検索input）は非表示 */
  /* チェックリストをピル化 */
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul {
  margin: 0;
  max-width: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>h2 {
  margin: 0 10px 0 0;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  user-select: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>h2::before {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: rgba(56, 80, 86, 0.55);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div button {
  position: relative;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #737373;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  border: 2px solid #89c3ff;
  outline: #fff 3px solid;
  font-weight: 900;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div button::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: rgba(56, 80, 86, 0.45);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(48, 200, 236, 0.8);
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div button:hover {
  color: #fff;
  background: #89c3ff;
  border: 2px solid #fff;
  outline: #89c3ff 3px solid;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>div:nth-of-type(2) {
  display: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul>li {
  margin: 0;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul label {
  cursor: pointer;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: rgba(56, 80, 86, 0.45);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(31, 61, 89, 0.06);
  transition: transform 0.08s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}

.boxWrap .resultArea.section>div:has(> ul li input[type=checkbox])>ul input:checked+span {
  background: #89c3ff;
  color: #fff;
}

.boxWrap .resultArea.section>h1+div:has(> ul li input[type=checkbox])>h2::before {
  content: "SPEAKER";
}

.boxWrap .resultArea.section>h1+div+div:has(> ul li input[type=checkbox])>h2::before {
  content: "TAB";
}

.boxWrap .resultArea {
  /* 既存 .resultArea ul の古いmargin/max-widthを無効化（結果系クラス限定） */
  /* 話者カード */
  /* 初期値サブ見出し/バッジは非表示 */
  /* main: 青い面 */
  /* 初期値 */
  /* 1行の中身（dtはTABなので非表示） */
  /* type連続を「1ブロック」に見せる */
}

.boxWrap .resultArea ul.result-speaker,
.boxWrap .resultArea ul.result-list {
  max-width: none;
}

.boxWrap .resultArea .result-speaker {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 60px auto 0;
}

.boxWrap .resultArea .result-speaker .result-groupList--main {
  border-radius: 20px;
  overflow: hidden;
}

.boxWrap .resultArea .result-speaker .result-group__label {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  width: 20%;
  display: flex;
  padding: 0 0 0 20px;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.boxWrap .resultArea .result-speaker>li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.boxWrap .resultArea .result-speaker h3 {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #385056;
}

.boxWrap .resultArea .result-speaker h3::after {
  display: none;
}

.boxWrap .resultArea .result-speaker h3 .speaker-stats {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(56, 80, 86, 0.48);
  letter-spacing: 0.2rem;
  white-space: nowrap;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.boxWrap .resultArea .result-speaker h3 .speaker-stats b {
  font-size: 1.6rem;
}

.boxWrap .resultArea .result-speaker__subhead,
.boxWrap .resultArea .badge--initial {
  display: none;
}

.boxWrap .resultArea .result-list {
  list-style: none;
  padding: 0;
}

.boxWrap .resultArea .result-list--main {
  background: rgba(225, 245, 252, 0.45);
  border-radius: 18px;
  padding: 12px;
  overflow: hidden;
}

.boxWrap .resultArea .result-list--main>.result-item:first-child {
  margin-top: 0 !important;
}

.boxWrap .resultArea .result-list--main>.result-item:last-child {
  margin-bottom: 0 !important;
}

.boxWrap .resultArea .result-list--main .result-item {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px calc(132px + 26px);
  border: 0;
  box-shadow: none;
}

.boxWrap .resultArea .result-list--main .result-item::before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-52%);
  font-family: "Caveat", cursive;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 0.9;
}

.boxWrap .resultArea .result-group {
  padding: 2% 0;
  width: 100%;
}

.boxWrap .resultArea .result-item {
  margin-bottom: 2%;
  font-weight: 600;
  color: #385056;
}

.boxWrap .resultArea .result-group.type-critical {
  background-image: linear-gradient(60deg, #e0f8fd 0%, #f8f8ff 100%);
}

.boxWrap .resultArea .result-group.type-critical .result-group__label {
  color: #1295f1;
}

.boxWrap .resultArea .result-group.type-fumble {
  background-image: linear-gradient(60deg, #fff0f0 0%, #fffcfc 100%);
}

.boxWrap .resultArea .result-group.type-fumble .result-group__label {
  color: #ea8080;
}

.boxWrap .resultArea .result-group.type-special {
  background-image: linear-gradient(60deg, #e1faf7 0%, #feffff 100%);
}

.boxWrap .resultArea .result-group.type-special .result-group__label {
  color: #486a72;
}

.boxWrap .resultArea .result-group.type-success {
  background-image: linear-gradient(60deg, #e5f3f9 0%, #fcfeff 100%);
}

.boxWrap .resultArea .result-group.type-success .result-group__label {
  color: #486a72;
}

.boxWrap .resultArea .result-group.type-partial {
  background-image: linear-gradient(60deg, #e5f3f9 0%, #fafeff 100%);
}

.boxWrap .resultArea .result-group.type-partial .result-group__label {
  color: #486a72;
}

.boxWrap .resultArea .result-group.type-lucky {
  background-image: linear-gradient(60deg, #e8fffb 0%, #f8fdff 100%);
}

.boxWrap .resultArea .result-group.type-lucky .result-group__label {
  color: #385056;
}

.boxWrap .resultArea .result-group.type-other {
  background-image: linear-gradient(60deg, #e8fffb 0%, #f8fdff 100%);
}

.boxWrap .resultArea .result-group.type-other .result-group__label {
  color: #385056;
}

.boxWrap .resultArea .result-group.type-initial {
  margin-top: 20px;
  background-image: linear-gradient(60deg, #fffce8 0%, #fefdf5 100%);
  border-radius: 20px;
  overflow: hidden;
}

.boxWrap .resultArea .result-group.type-initial .result-group__label {
  color: #e6ab19;
}

.boxWrap .resultArea .result-row {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.boxWrap .resultArea .result-row__body {
  margin: 0;
}

.boxWrap .resultArea .result-row__time {
  color: rgba(56, 80, 86, 0.6);
  font-size: 1.1rem;
  font-weight: 200;
}

.boxWrap .resultArea .result-row__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.boxWrap .resultArea .result-list--main .type-critical {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-critical:not(:is(.type-critical + .type-critical)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-critical+.type-critical {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-critical+.type-critical::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-critical:not(:has(+ .type-critical)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-critical:not(:is(.type-critical + .type-critical)):not(:has(+ .type-critical)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-fumble {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-fumble:not(:is(.type-fumble + .type-fumble)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-fumble+.type-fumble {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-fumble+.type-fumble::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-fumble:not(:has(+ .type-fumble)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-fumble:not(:is(.type-fumble + .type-fumble)):not(:has(+ .type-fumble)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-special {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-special:not(:is(.type-special + .type-special)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-special+.type-special {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-special+.type-special::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-special:not(:has(+ .type-special)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-special:not(:is(.type-special + .type-special)):not(:has(+ .type-special)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-success {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-success:not(:is(.type-success + .type-success)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-success+.type-success {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-success+.type-success::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-success:not(:has(+ .type-success)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-success:not(:is(.type-success + .type-success)):not(:has(+ .type-success)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-partial {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-partial:not(:is(.type-partial + .type-partial)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-partial+.type-partial {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-partial+.type-partial::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-partial:not(:has(+ .type-partial)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-partial:not(:is(.type-partial + .type-partial)):not(:has(+ .type-partial)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-lucky {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-lucky:not(:is(.type-lucky + .type-lucky)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-lucky+.type-lucky {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-lucky+.type-lucky::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-lucky:not(:has(+ .type-lucky)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-lucky:not(:is(.type-lucky + .type-lucky)):not(:has(+ .type-lucky)) {
  border-radius: 18px;
}

.boxWrap .resultArea .result-list--main .type-other {
  border-radius: 0;
  /* group head */
  /* middle rows */
  /* group tail */
  /* single row group */
}

.boxWrap .resultArea .result-list--main .type-other:not(:is(.type-other + .type-other)) {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin-top: 10px;
}

.boxWrap .resultArea .result-list--main .type-other+.type-other {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.boxWrap .resultArea .result-list--main .type-other+.type-other::before {
  display: none;
}

.boxWrap .resultArea .result-list--main .type-other:not(:has(+ .type-other)) {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 10px;
}

.boxWrap .resultArea .result-list--main .type-other:not(:is(.type-other + .type-other)):not(:has(+ .type-other)) {
  border-radius: 18px;
}

@media (max-width: 768px) {
  .boxWrap .resultArea ul {
    width: auto;
    padding: 3%;
  }

  .boxWrap .resultArea .result-speaker>li {
    padding: 18px 16px;
  }

  .boxWrap .resultArea .result-speaker h3 {
    font-size: 1.9rem;
    margin-bottom: 3%;
  }

  .boxWrap .resultArea .result-group {
    display: block;
    border-radius: 20px;
  }

  .boxWrap .resultArea .result-row {
    margin-bottom: 2%;
    display: block;
  }

  .boxWrap .resultArea .result-list--main .result-item,
  .boxWrap .resultArea .result-list--init .result-item {
    padding-left: calc(108px + 22px);
  }

  .boxWrap .resultArea .result-list--main .result-item::before {
    font-size: 2.2rem;
    left: 14px;
  }

  .boxWrap .resultArea .result-list--init .result-item::before {
    left: 14px;
    font-size: 1.7rem;
  }
}

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