@charset "UTF-8";

.table2 {
  width: 99%;
  display: table;
  margin-top: 3px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 3px;
  border-color: #F47032;
  border-bottom: 1px solid #F47032;
}

.table2 img {
  width: 50%;
}

.table2 h3 {
  color: #F2534C;
}

.table2 .thead {
  display: table-header-group;
}

.table2 ol {
  display: table-row;
  margin: 0;
}

.table2 ol li:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F47032;
}

.table2 ol li {
  display: table-cell;
  padding-top: 3px;
  padding-right: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  text-align: left;
  background-color: #F47032;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F47032;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F47032;
  overflow-x: hidden;
  color: #ffffff;
}

.table2 .tbody {
  display: table-row-group;
}

.table2 .tbody .tr {
  display: table-row;
  margin: 0;
}

.tbody .tr:last-child {
  border-bottom: 1px solid #ccc;
}

.table2 .tbody .tr>div {
  display: table-cell;
  padding-top: 3px;
  padding-right: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  text-align: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #F47032;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F47032;
  overflow-x: hidden;
  width: 50%;
}

.table2 .tbody .tr>div:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #F47032;
}

@media only screen and (min-width:1101px) {
  .table2 {
    width: 100%;
    display: table;
    border-bottom: 1px solid #F47032;
  }
}

.attention {
  color: #F2534C;
}

h3 {
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.1;
  font-weight: bold;
  padding: 0.5em 0;
}

.subarea img {
  width: 100%;
}

.subarea .inner {
  margin: auto;
  text-align: center;
}

.subarea .inner table {
  margin: auto;
}

.subarea .subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #7D655E;
  color: #6F450D;
  padding: 0.5em 0.2em;
  margin-bottom: 0.8em;
}

@media only screen and (min-width:700px) {
  .subarea .subtitle {
    margin-bottom: 1em;
  }
}

#undercolumn {
  margin-bottom: 2em;
}

#undercolumn h2.title {
  font-size: 20px;
  font-size: 2.0rem;
  background: #F47032;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.6em;
  text-align: center;
}

#undercolumn h4 {
  background: url(/img/arrow_r06.gif) left 1.1em no-repeat;
  background-size: 12px 12px;
  border-bottom: 1px dashed #ccc;
  padding: 1em 0 0.7em 1.5em;
  color: #333;
}

#undercolumn .inner {
  padding: 1.5em;
}

@media only screen and (min-width:600px) {

}

#undercolumn .heading02 {
  margin-bottom: 1em;
}

#undercolumn {
  background: #fff;
}

#undercolumn h2.title {
  background: none;
  color: #333;
  padding: 0.8em 0;
  margin: 0 0.9em;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
}

.heading02 {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #7D655E;
  color: #6F450D;
  padding: 0.5em 0.2em;
}

@media only screen and (min-width:1101px) {
  .table {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
  }

  .table .thead {
    display: table-header-group;
  }

  .table ol {
    display: table-row;
    margin: 0;
  }

  .table ol li {
    display: table-cell;
    padding: 0.8em 1em;
    text-align: center;
    background: #F0EDEB;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow-x: hidden;
  }

  .table ol li:first-child {
    border-left: 1px solid #ccc;
  }

  .table .tbody {
    display: table-row-group;
  }

  .table .tbody .tr {
    display: table-row;
    margin: 0;
  }

  .table .tbody a.tr {
    background-image: none;
  }

  .table .tbody .tr > div {
    display: table-cell;
    padding: 0.7em 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow-x: hidden;
    width: auto;
  }

  .table .tbody a.tr > div {
    position: static;
    padding: 0.7em 1em;
  }

  .table .tbody .tr > div:first-child {
    border-left: 1px solid #ccc;
  }

  .table .tbody .tr > div.price {
    text-align: right;
  }

  .table .tbody dl.tr dt,
  .table .tbody dl.tr dd {
    display: table-cell;
    padding: 0.7em 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
  }

  .table .tbody dl.tr dt {
    background: #F0EDEB;
    border-left: 1px solid #ccc;
    font-weight: normal;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  p {
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
  }

  dl dt,
  dl dd {
    line-height: 1.4;
  }
}

#ranking_area {
  margin-bottom: 40px;
}

#ranking_area .heading02 {
  border-bottom: 1px dashed #CDC4BE;
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  font-weight: normal;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
  background: url(../img/arrow_r03.png) 0.5em center no-repeat;
  background-size: 5px 8px;
  font-size: 12px;
  font-size: 1.0rem;
  color: #6F450D;
}

#ranking_area h2 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #E7E0D6;
  color: #613D0C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #6F450D;
  font-weight: normal;
}

#ranking_area h4 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #FDEECD;
  color: #AD6D03;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #F4AC04;
  font-weight: normal;
  padding: 0.5em 1em;
}

#ranking_area .price_doukon {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width:768px) {
  #ranking_area .price_doukon {
    font-size: 98%;
    text-align: center;
    margin-bottom: 2em;
  }
}

#ranking_area ul {
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0em 0.4em;
  margin-top: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  #ranking_area ul {
    grid-template-columns: repeat(4,1fr);
  }
}

#ranking_area li .productImage img {
  width: 100%;
  border-radius: 20px;
}

#ranking_area li .productImage img:hover {
  opacity: 0.8;
}

#ranking_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s 0.3s ease;
}

#ranking_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:768px) {

}

#infobanner_area {
  margin-bottom: 5px;
}

#infobanner_area .heading02 {
  border-bottom: 1px dashed #CDC4BE;
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  font-weight: normal;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
  background: url(../img/arrow_r03.png) 0.5em center no-repeat;
  background-size: 5px 8px;
  font-size: 12px;
  font-size: 1.0rem;
  color: #6F450D;
}

#infobanner_area h2 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #E7E0D6;
  color: #613D0C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #6F450D;
  font-weight: normal;
}

#infobanner_area h4 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #EBF1C2;
  color: #58720C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #ADC600;
  font-weight: normal;
  padding: 0.5em 1em;
}

#infobanner_area .price_doukon {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width:768px) {
  #infobanner_area .price_doukon {
    font-size: 98%;
    text-align: center;
    margin-bottom: 2em;
  }
}

#infobanner_area ul {
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0em 0.4em;
  margin-top: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  #infobanner_area ul {
    grid-template-columns: repeat(3,1fr);
  }
}

#infobanner_area li .productImage img {
  width: 100%;
}

#infobanner_area li .productImage img:hover {
  opacity: 0.8;
}

#infobanner_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s 0.3s ease;
}

#infobanner_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.amazon {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

#tenchoosusume_area {
  margin-bottom: 40px;
}

#tenchoosusume_area .heading02 {
  border-bottom: 1px dashed #CDC4BE;
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  font-weight: normal;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
  background: url(../img/arrow_r03.png) 0.5em center no-repeat;
  background-size: 5px 8px;
  font-size: 12px;
  font-size: 1.0rem;
  color: #6F450D;
}

#tenchoosusume_area h2 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #E7E0D6;
  color: #613D0C;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #6F450D;
  font-weight: normal;
}

#tenchoosusume_area h4 {
  font-family: "Adobe Garamond Pro","?????? Pro W6","Hiragino Mincho Pro","HGS??E","?? ???",serif;
  background: #FFCCCC;
  color: #CC0000;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.2;
  border-left: 8px solid #CC0000;
  font-weight: normal;
  padding: 0.5em 1em;
}

#tenchoosusume_area .price_doukon {
  font-size: 80%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (min-width:768px) {
  #tenchoosusume_area .price_doukon {
    font-size: 98%;
    text-align: center;
    margin-bottom: 2em;
  }
}

#tenchoosusume_area ul {
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0em 0.4em;
  margin-top: 0;
  padding: 0;
}

@media only screen and (min-width:768px) {
  #tenchoosusume_area ul {
    grid-template-columns: repeat(2,1fr);
  }
}

#tenchoosusume_area li .productImage img {
  width: 100%;
  border-radius: 20px;
}

#tenchoosusume_area li .productImage img:hover {
  opacity: 0.8;
}

#tenchoosusume_area .scroll_effect_area {
  opacity: 0;
  transform: translate(0,100px);
  transition: all 1s 0.3s ease;
}

#tenchoosusume_area .scroll_effect_area.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.h1title h1 {
  font-size: calc(0.5rem + 0.7vw);
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
}

.h1title div {
  padding: 30px 0 0 0;
}

@media only screen and (min-width:768px) {
  #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 0;
  }
}

.ec-layoutRole__footer .company-info {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px !important;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ec-layoutRole__footer .company-info p {
  margin: 2px 0;
  font-size: 13px !important;
}

.ec-layoutRole__footer .company-info .label {
  display: inline-block;
  width: 110px;
  font-weight: bold;
}

#product_review_area {
  padding-bottom: 0;
  margin-bottom: 40px;
  text-align: left !important;
}

#product_review_area .ec-rectHeading {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}

#product_review_area .ec-rectHeading h4 {
  background: none;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 0 65px;
}

#product_review_area .ec-rectHeading h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #999;
}

#product_review_area .ec-rectHeading h4 span.title {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

#product_review_area .ec-rectHeading.is_active i {
  transform: rotate(180deg);
}

#product_review_area .ec-rectHeading i {
  background: #FFF;
  position: absolute;
  right: 5%;
  z-index: 1;
  color: #CCC;
}

#product_review_area .recommend_average {
  color: #DE5D50;
}

#product_review_area .review_list .item {
  margin-bottom: 16px;
}

#product_review_area .review_list .recommend_level {
  color: #DE5D50;
}

#product_review_area .review_list .recommend_name {
  margin-left: 0px;
}

#product_review_area .review_list .comment {
  line-height: 1.2;
  font-size: 14px;
}

#product_review_area .button {
  text-align: center;
}

#product_review_area .button a {
  display: inline-block;
  width: auto;
}

#product_review_area .button a:hover {
  color: #FFF;
  text-decoration: none;
}

#product_review_area .show-more-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  margin-bottom: 18px;
}

#product_review_area .show-more-reviews-btn {
  pointer-events: auto;
}

#product_review_area .show-more-reviews-btn {
  padding: 5px 18px;
  font-size: 13px;
  color: #888;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s,color 0.2s;
  outline: none;
}

@media (hover:none) {
  #product_review_area .show-more-reviews-btn:hover {
    background: #ccc;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {

}

@media only screen and (min-width:768px) {

}

.kegani-topics {
  max-width: 800px;
  margin: 10px auto;
  padding: 1px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  text-align: left !important;
}

.kegani-topics h2 {
  text-align: left !important;
  font-size: 28px;
  color: #7a1f1f;
  margin-bottom: 25px;
  border-bottom: 3px solid #b9945b;
  padding-bottom: 12px;
}

.kegani-topic-box {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fffaf2;
  border: 1px solid #e5d3b3;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.kegani-topic-box:nth-child(even) {
  flex-direction: row-reverse;
}

.kegani-topic-img {
  width: 42%;
}

.kegani-topic-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.kegani-topic-text {
  width: 58%;
  text-align: left !important;
}

.kegani-topic-text h3 {
  font-size: 23px;
  color: #9b1c1c;
  margin-bottom: 12px;
  text-align: left !important;
}

.kegani-topic-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.kegani-topic-text ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.kegani-topic-text li {
  font-size: 15px;
  line-height: 1.8;
  text-align: left !important;
}

.kegani-point {
  display: inline-block;
  background: #b9945b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .kegani-topic-box,
  .kegani-topic-box:nth-child(even) {
    flex-direction: column;
  }

  .kegani-topic-img,
  .kegani-topic-text {
    width: 100%;
  }

  .kegani-topics h2 {
    font-size: 23px;
  }

  .kegani-topic-text h3 {
    font-size: 20px;
  }
}

.kegani-topic-text2 {
  width: 100%;
  text-align: left !important;
}

.kegani-topic-text2 h3 {
  font-size: 23px;
  color: #9b1c1c;
  margin-bottom: 12px;
  text-align: left !important;
}

.kegani-topic-text2 p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.kegani-topic-text2 ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.kegani-topic-text2 li {
  font-size: 15px;
  line-height: 1.8;
  text-align: left !important;
}

@media screen and (max-width:767px) {

}

.kegani-checkpoints {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0;
  color: #333;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","MS PMincho",serif;
  line-height: 1.9;
  text-align: left;
  box-sizing: border-box;
}

.kegani-checkpoints *,
.kegani-checkpoints *::before,
.kegani-checkpoints *::after {
  box-sizing: border-box;
}

.kegani-checkpoints-title {
  margin: 0 0 25px;
  padding: 0 15px 16px;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #9b1c1c;
}

.kegani-checkpoints-lead {
  max-width: 850px;
  margin: 0 auto 45px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.kegani-checkpoint-box {
  margin: 0 0 45px;
  padding: 0;
  background: #fff;
}

.kegani-checkpoint-heading {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  padding: 14px 20px;
  color: #fff;
  background: #9b1c1c;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

.kegani-checkpoint-number {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  color: #6b3930;
  background: #fff;
  border-radius: 50%;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.kegani-checkpoint-heading-text {
  display: block;
}

.kegani-checkpoint-content {
  padding: 0 15px;
}

.kegani-checkpoint-content p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 2;
}

.kegani-checkpoint-content strong {
  color: #9b1c1c;
  font-weight: 600;
  font-size: 18px;
}

.kegani-kind-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin: 30px 0;
}

.kegani-kind-box {
  padding: 24px 20px;
  background: #f8f5f1;
  border-top: 3px solid #92705f;
}

.kegani-kind-box h4 {
  margin: 0 0 12px;
  color: #572c24;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.kegani-kind-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.kegani-checkpoint-note {
  position: relative;
  margin: 30px 0 10px;
  padding: 22px 25px 22px 30px;
  background: #f7f1e9;
  border-left: 5px solid #9b1c1c;
}

.kegani-checkpoint-note p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.kegani-checkpoint-note strong {
  color: #9b1c1c;
  font-size: 18px;
}

.kegani-weight-info {
  margin: 25px 0;
  padding: 25px;
  background: #f8f5f1;
  border: 1px solid #ddd2ca;
}

.kegani-weight-row {
  display: flex;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #ded5ce;
}

.kegani-weight-row:last-child {
  border-bottom: 0;
}

.kegani-weight-label {
  width: 160px;
  color: #9b1c1c;
  font-weight: 600;
  font-size: 20px;
}

.kegani-weight-text {
  flex: 1;
  font-size: 18px;
}

.kegani-weight-example {
  max-width: 520px;
  margin: 30px auto;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #cfc1b8;
}

.kegani-weight-example-title {
  margin: 0 0 15px;
  color: #9b1c1c;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.kegani-weight-example dl {
  margin: 0;
}

.kegani-weight-example-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dotted #cfc1b8;
}

.kegani-weight-example dd {
  font-size: 18px;
}

.kegani-weight-example dt {
  font-size: 18px;
}

.kegani-production-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin: 30px 0;
}

.kegani-production-box {
  padding: 20px;
  background: #f8f5f1;
  border-top: 3px solid #92705f;
}

.kegani-production-box h4 {
  margin: 0 0 12px;
  color: #572c24;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.kegani-production-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.kegani-caution-list {
  margin: 25px 0;
  padding: 22px 25px 15px 50px;
  background: #f8f5f1;
}

.kegani-caution-list li {
  margin: 0 0 10px;
  padding-left: 4px;
  font-size: 16px;
  line-height: 1.8;
}

.kegani-caution-list li::marker {
  color: #8b6255;
}

.kegani-quality-box {
  margin-top: 60px;
  padding: 35px 40px 40px;
  background: #f7f1e9;
  border-top: 4px solid #6b3930;
}

.kegani-quality-title {
  margin: 0 0 15px;
  color: #572c24;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.kegani-quality-subtitle {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.kegani-quality-list {
  max-width: 750px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

.kegani-quality-list li a {
  font-size: 18px;
}

.kegani-quality-list li {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 42px;
  background: #fff;
  border-bottom: 1px solid #e3d9d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.kegani-quality-list li:last-child {
  border-bottom: 0;
}

.kegani-quality-end {
  margin: 0;
  color: #4b302a;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:767px) {
  .kegani-checkpoints {
    margin: 40px auto;
    padding: 0 10px;
  }

  .kegani-checkpoints-title {
    padding: 0 5px 13px;
    font-size: 23px;
    text-align: left;
  }

  .kegani-checkpoints-lead {
    margin-bottom: 35px;
    padding: 0 5px;
    font-size: 15px;
    text-align: left;
  }

  .kegani-checkpoint-box {
    margin-bottom: 38px;
  }

  .kegani-checkpoint-heading {
    align-items: flex-start;
    padding: 13px 14px;
    font-size: 18px;
  }

  .kegani-checkpoint-number {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    font-size: 17px;
  }

  .kegani-checkpoint-heading-text {
    padding-top: 2px;
  }

  .kegani-checkpoint-content {
    padding: 0 5px;
  }

  .kegani-checkpoint-content p {
    font-size: 18px;
    line-height: 1.9;
  }

  .kegani-kind-list,
  .kegani-production-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kegani-kind-box,
  .kegani-production-box {
    padding: 20px 17px;
  }

  .kegani-checkpoint-note {
    padding: 18px 17px 18px 20px;
  }

  .kegani-checkpoint-note p {
    font-size: 15px;
  }

  .kegani-weight-info {
    padding: 15px;
  }

  .kegani-weight-row {
    display: block;
  }

  .kegani-weight-label {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }

  .kegani-weight-example {
    padding: 20px 16px;
  }

  .kegani-weight-example-row {
    display: block;
  }

  .kegani-weight-example-row dt {
    margin-bottom: 3px;
  }

  .kegani-weight-example-row dd {
    margin: 0;
    text-align: right;
  }

  .kegani-caution-list {
    padding: 18px 15px 10px 38px;
  }

  .kegani-caution-list li {
    font-size: 16px;
  }

  .kegani-quality-box {
    margin-top: 45px;
    padding: 28px 15px 30px;
  }

  .kegani-quality-title {
    font-size: 22px;
  }

  .kegani-quality-subtitle {
    font-size: 15px;
    text-align: left;
  }

  .kegani-quality-list li {
    padding: 13px 10px 13px 38px;
    font-size: 15px;
  }

  .kegani-quality-list li::before {
    top: 13px;
    left: 13px;
  }

  .kegani-quality-end {
    font-size: 16px;
    text-align: left;
  }
}

.back-link {
  margin: 40px 0;
  text-align: center;
}

.back-link a {
  display: inline-block;
  padding: 12px 28px;
  background: #6b3930;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: .2s;
}

.back-link a:hover {
  background: #8b6255;
}

.kegani-info-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 45px 0;
}

.kegani-info-image {
  flex: 0 0 42%;
}

.kegani-info-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.kegani-info-content {
  flex: 1;
}

.kegani-info-content h3 {
  margin: 0 0 18px;
  color: #572c24;
  font-size: 28px;
  line-height: 1.5;
}

.kegani-info-content p {
  margin-bottom: 18px;
  font-size: 18px;
}

.kegani-info-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f7f1e9;
  border-left: 4px solid #9b1c1c;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .kegani-info-box {
    display: block;
  }

  .kegani-info-image {
    margin-bottom: 20px;
  }

  .kegani-info-content h3 {
    font-size: 22px;
  }
}

.kegani-toc {
  max-width: 1000px;
  margin: 0 auto 55px;
  padding: 0;
  background: #fff;
  border: 1px solid #d9cec6;
  box-shadow: 0 4px 14px rgba(87,44,36,0.07);
}

.kegani-toc-heading {
  padding: 21px 20px 19px;
  color: #fff;
  background: #9b1c1c;
  text-align: center;
}

.kegani-toc-heading-en {
  display: block;
  margin-bottom: 3px;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  opacity: 0.85;
}

.kegani-toc-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}

.kegani-toc-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 0;
  padding: 12px 25px 18px;
  list-style: none;
  counter-reset: none;
}

.kegani-toc-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e7ded8;
}

.kegani-toc-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.kegani-toc-list li:nth-child(odd) {
  border-right: 1px solid #e7ded8;
}

.kegani-toc-list a {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 13px 20px 13px 13px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease,color 0.2s ease;
}

.kegani-toc-list a:hover {
  color: #9b1c1c;
  background: #f8f5f1;
}

.kegani-toc-number {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  color: #9b1c1c;
  background: #f7f1e9;
  border-radius: 50%;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.kegani-toc-text {
  position: relative;
  display: block;
  flex: 1;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.kegani-toc-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #9b1c1c;
  border-bottom: 1px solid #9b1c1c;
  transform: translateY(-70%) rotate(45deg);
}

html {
  scroll-behavior: smooth;
}

#point1,
#point2,
#point3,
#point4,
#thaw,
#size,
#quality {
  scroll-margin-top: 90px;
}

@media screen and (max-width:767px) {
  .kegani-toc {
    margin: 0 5px 42px;
  }

  .kegani-toc-heading {
    padding: 17px 15px 16px;
  }

  .kegani-toc-heading h3 {
    font-size: 20px;
  }

  .kegani-toc-list {
    display: block;
    padding: 7px 15px 12px;
  }

  .kegani-toc-list li,
  .kegani-toc-list li:nth-child(odd),
  .kegani-toc-list li:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #e7ded8;
  }

  .kegani-toc-list li:last-child {
    border-bottom: 0;
  }

  .kegani-toc-list a {
    min-height: 61px;
    padding: 10px 6px;
  }

  .kegani-toc-number {
    width: 34px;
    height: 34px;
    margin-right: 11px;
    font-size: 12px;
  }

  .kegani-toc-text {
    padding-right: 18px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.kegani-thaw-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  clear: both;
  margin: 30px 0 0;
}

.kegani-thaw-gallery-item {
  flex: 1 1 0;
  min-width: 0;
}

.kegani-thaw-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kegani-thaw-gallery-item p {
  margin: 12px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width:767px) {
  .kegani-thaw-gallery {
    display: block;
    margin-top: 25px;
  }

  .kegani-thaw-gallery-item {
    width: 100%;
    margin-bottom: 28px;
  }

  .kegani-thaw-gallery-item:last-child {
    margin-bottom: 0;
  }

  .kegani-thaw-gallery-item img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .kegani-thaw-gallery-item p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
}

.kegani-checkpoint-intro {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  margin: 0 0 30px;
}

.kegani-checkpoint-eyecatch {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.kegani-checkpoint-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #ddd2ca;
}

.kegani-checkpoint-intro-text {
  flex: 1;
  min-width: 0;
}

.kegani-checkpoint-intro-text p {
  margin: 0 0 20px;
  font-size: 18px;
}

.kegani-checkpoint-intro-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .kegani-checkpoint-intro {
    display: block;
    margin-bottom: 25px;
  }

  .kegani-checkpoint-eyecatch {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }

  .kegani-checkpoint-eyecatch img {
    width: 100%;
    height: auto;
  }

  .kegani-checkpoint-intro-text {
    width: 100%;
  }
}

.kegani-weight-caption {
  font-size: 18px;
}

.kegani-weight-caption strong {
  font-size: 18px;
  color: #9b1c1c;
}

.yubari-melon-list-block,
.yubari-melon-list-block * {
  box-sizing: border-box;
}

.yubari-melon-list-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.yubari-melon-list-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  margin-top: 16px;
  padding: 18px 68px 18px 24px;
  overflow: hidden;
  border: 3px solid #ffd484;
  border-radius: 10px;
  background: linear-gradient(135deg,#f39a3e 0%,#f06a35 55%,#e7512c 100%);
  box-shadow: 0 5px 12px rgba(147,63,25,0.22);
  color: #fff !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: clamp(22px,3.2vw,30px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(126,49,18,0.28);
  transition: filter 0.2s ease,box-shadow 0.2s ease;
}

.yubari-melon-list-banner::before {
  position: absolute;
  top: -55px;
  left: -32px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  content: "";
  pointer-events: none;
}

.yubari-melon-list-banner::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #e85a2f;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.yubari-melon-list-banner:hover {
  box-shadow: 0 7px 16px rgba(147,63,25,0.3);
  color: #fff !important;
  filter: brightness(1.06);
  text-decoration: none !important;
}

.yubari-melon-list-banner:hover::after {
  transform: translate(3px,-50%);
}

.yubari-melon-list-banner:focus-visible {
  outline: 3px solid #4d8529;
  outline-offset: 3px;
}

@media screen and (max-width:767px) {
  .yubari-melon-list-banner {
    min-height: 64px;
    margin-top: 10px;
    padding: 13px 50px 13px 14px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .yubari-melon-list-banner::after {
    right: 13px;
    width: 29px;
    height: 29px;
    font-size: 25px;
  }
}

.kegani-related-links,
.kegani-related-links * {
  box-sizing: border-box;
}

.kegani-related-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.kegani-related-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  padding: 17px 70px 17px 24px;
  overflow: hidden;
  border: 2px solid #d8b87a;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(83,45,25,0.18);
  color: #fff !important;
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(50,20,12,0.3);
  transition: filter 0.2s ease,box-shadow 0.2s ease;
}

.kegani-related-link--point {
  background: linear-gradient(135deg,#a92d2d 0%,#8d1d1d 55%,#741414 100%);
}

.kegani-related-link--size {
  background: linear-gradient(135deg,#c4a064 0%,#a57d43 55%,#88622f 100%);
}

.kegani-related-link::before {
  position: absolute;
  top: -55px;
  left: -35px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  content: "";
  pointer-events: none;
}

.kegani-related-link::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #8f1f1f;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.kegani-related-link--size::after {
  color: #936d36;
}

.kegani-related-link:hover {
  box-shadow: 0 6px 14px rgba(83,45,25,0.26);
  color: #fff !important;
  filter: brightness(1.07);
  text-decoration: none !important;
}

.kegani-related-link:hover::after {
  transform: translate(3px,-50%);
}

.kegani-related-link:focus-visible {
  outline: 3px solid #e5c78b;
  outline-offset: 3px;
}

@media screen and (max-width:768px) {
  .kegani-related-links {
    gap: 10px;
    margin-bottom: 24px;
  }

  .kegani-related-link {
    min-height: 68px;
    padding: 14px 52px 14px 15px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .kegani-related-link::after {
    right: 13px;
    width: 29px;
    height: 29px;
    font-size: 24px;
  }
}

.kegani-size-rank {
  display: block;
  margin-bottom: 2px;
  color: #9b1c1c;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width:767px) {

}

.kegani-size-production-list .kegani-production-box h4 a {
  color: inherit;
  text-decoration: none;
}

.kegani-size-production-list .kegani-production-box h4 a:hover {
  color: #9b1c1c;
  text-decoration: underline;
}

.kegani-size-production-list .kegani-production-box:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

@media screen and (max-width:767px) {
  .kegani-size-production-list .kegani-production-box:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

.kegani-size-production-list .kegani-size-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.kegani-size-card-image {
  display: block;
  flex: 0 0 145px;
  width: 145px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3d9d1;
}

.kegani-size-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kegani-size-card-content {
  flex: 1;
  min-width: 0;
}

.kegani-size-production-list .kegani-size-card-content h4 {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .kegani-size-production-list .kegani-size-card {
    flex-direction: column;
    gap: 15px;
  }

  .kegani-size-production-list .kegani-size-card-image {
    flex: none;
    width: 100%;
  }

  .kegani-size-production-list .kegani-size-card-content {
    width: 100%;
  }
}

.kegani-size-production-list .kegani-size-rank {
  display: table;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.kegani-size-production-list .kegani-size-card:nth-child(1) .kegani-size-rank {
  padding: 6px 16px;
  background: linear-gradient(135deg,#f8df86 0%,#d3a22d 55%,#b67b13 100%);
  border: 1px solid #a9710e;
  color: #4b2f00;
  font-size: 15px;
}

.kegani-size-production-list .kegani-size-card:nth-child(2) .kegani-size-rank {
  background: linear-gradient(135deg,#f5f5f5 0%,#c9cdd1 55%,#9fa5aa 100%);
  border: 1px solid #92989e;
  color: #333;
}

.kegani-size-production-list .kegani-size-card:nth-child(3) .kegani-size-rank {
  background: linear-gradient(135deg,#d99662 0%,#aa6338 55%,#81431f 100%);
  border: 1px solid #743918;
  color: #fff;
}

@media screen and (max-width:767px) {
  .kegani-size-production-list .kegani-size-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .kegani-size-production-list .kegani-size-card-image {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
  }

  .kegani-size-production-list .kegani-size-card-content {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .kegani-size-production-list .kegani-size-card-content h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
  }

  .kegani-size-production-list .kegani-size-card-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .kegani-size-production-list .kegani-size-rank {
    margin-bottom: 6px;
    padding: 4px 9px;
    font-size: 12px;
  }
}

.kegani-size-card-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.kegani-size-card-content p {
  margin-bottom: 0px;
}

.kegani-size-card-button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 12px;
  color: #fff !important;
  background: #9b1c1c;
  border: 1px solid #9b1c1c;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.kegani-size-card-button:hover {
  color: #fff !important;
  background: #6b3930;
  border-color: #6b3930;
  text-decoration: none !important;
}

@media screen and (max-width:767px) {
  .kegani-size-card-content p {
    margin-bottom: 12px;
  }

  .kegani-size-card-button {
    padding: 8px 5px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.wk-ice-story,
.wk-ice-story *,
.wk-ice-story *::before,
.wk-ice-story *::after {
  box-sizing: border-box;
}

.wk-ice-story {
  --wk-red: #a51f35;
  --wk-red-deep: #86162a;
  --wk-red-soft: #c86470;
  --wk-brown: #3e281c;
  --wk-gold: #c99635;
  --wk-gold-light: #ead8af;
  --wk-cream: #fffaf0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(16px,3.4vw,36px);
  overflow: hidden;
  background: background:#fffaf0;
  color: var(--wk-brown);
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-feature-settings: "palt";
  line-height: 1.75;
  text-align: left;
}

.wk-story-section {
  position: relative;
  margin: 0;
  padding: clamp(26px,4.8vw,48px);
  overflow: hidden;
  border: 1px solid var(--wk-gold-light);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 13px 34px rgba(83,48,22,.08);
}

.wk-story-section + .wk-story-section {
  margin-top: clamp(28px,5vw,52px);
}

.wk-section-header {
  margin: 0 0 clamp(22px,3.5vw,34px);
  text-align: center;
}

.wk-ornament {
  display: flex;
  align-items: center;
  width: min(620px,88%);
  margin: 0 auto 13px;
  color: var(--wk-gold);
}

.wk-ornament::before,
.wk-ornament::after {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg,transparent,currentColor);
  content: "";
}

.wk-ornament::after {
  background: linear-gradient(90deg,currentColor,transparent);
}

.wk-ornament span {
  flex: 0 0 auto;
  padding: 0 12px;
  font-family: Georgia,serif;
  font-size: 21px;
  line-height: 1;
}

.wk-section-title {
  margin: 0 0 13px;
  color: var(--wk-red);
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho","MS PMincho",serif;
  font-size: clamp(32px,5.4vw,56px);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: .035em;
}

.wk-section-title--long {
  font-size: clamp(30px,5vw,52px);
}

.wk-section-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(16px,2.15vw,21px);
  font-weight: 600;
  line-height: 1.85;
}

.wk-photo-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wk-gold-light);
  border-radius: 21px;
  background: #fff;
}

.wk-photo-stage > img {
  display: block;
  width: 100%;
  height: auto;
}

.wk-info-card {
  position: absolute;
  top: 7%;
  left: 3.7%;
  width: min(45%,430px);
  padding: clamp(16px,2.4vw,25px);
  border: 1px solid var(--wk-gold);
  border-radius: 17px;
  background: rgba(255,253,248,.95);
  box-shadow: 0 7px 20px rgba(64,37,20,.10);
  backdrop-filter: blur(3px);
}

.wk-info-card__title {
  display: block;
  width: fit-content;
  min-width: 72%;
  margin: 0 auto 14px;
  padding: 8px 24px;
  border-radius: 7px;
  background: linear-gradient(135deg,#cc0000,var(--wk-red-soft));
  color: #fff;
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size: clamp(20px,2.8vw,29px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .08em;
  text-align: center;
}

.wk-info-card p {
  margin: 0;
  font-size: clamp(15px,2vw,20px);
  font-weight: 600;
  line-height: 1.85;
}

.wk-photo-badge {
  position: absolute;
  right: 3.5%;
  bottom: 4.5%;
  z-index: 1;
  margin: 0;
  padding: 12px 25px;
  border: 2px solid #f1dda8;
  border-radius: 999px;
  background: linear-gradient(135deg,#bd4050,var(--wk-red-deep));
  box-shadow: 0 0 0 3px rgba(255,255,255,.82),0 7px 17px rgba(75,27,24,.20);
  color: #fffdf5;
  font-size: clamp(17px,2.35vw,24px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}

.wk-section-note {
  position: relative;
  margin: clamp(22px,3.5vw,32px) 0 0;
  padding-top: clamp(20px,3vw,27px);
  font-size: clamp(16px,2.2vw,21px);
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}

.wk-section-note::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(520px,78%);
  height: 1px;
  background: linear-gradient( 90deg,transparent,var(--wk-gold) 18%,var(--wk-gold) 82%,transparent );
  content: "";
  transform: translateX(-50%);
}

.wk-secret-row {
  display: grid;
  grid-template-columns: minmax(165px,.55fr) minmax(0,2.45fr);
  gap: clamp(18px,3.2vw,32px);
  align-items: center;
  margin: 0 0 clamp(22px,3.5vw,34px);
}

.wk-secret-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  margin: 0;
  padding: 13px 18px;
  border: 1px solid #dda4aa;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 17px rgba(107,36,45,.07);
  color: var(--wk-red-soft);
  font-size: clamp(17px,2.2vw,22px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .03em;
  text-align: center;
}

.wk-pasture-note {
  color: var(--wk-red);
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho","MS PMincho",serif;
  font-size: clamp(22px,3.5vw,34px);
  font-weight: 700;
  letter-spacing: .06em;
}

.wk-intro-row {
  display: grid;
  grid-template-columns: minmax(210px,.75fr) minmax(0,2fr);
  gap: clamp(20px,3.5vw,34px);
  align-items: center;
  margin: 0 0 clamp(22px,3.5vw,34px);
}

.wk-ribbon {
  display: block;
  padding: 13px 18px;
  border: 1px solid var(--wk-gold-light);
  border-radius: 16px;
  background: linear-gradient(135deg,#c96470,#a92b40);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.46);
  color: #fff;
  font-family: "Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size: clamp(20px,2.7vw,28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .06em;
  text-align: center;
}

.wk-intro-copy {
  margin: 0;
  font-size: clamp(16px,2.15vw,21px);
  font-weight: 600;
  line-height: 1.85;
}

.wk-certification {
  display: grid;
  grid-template-columns: 142px minmax(0,1fr);
  gap: clamp(18px,3.3vw,34px);
  align-items: center;
  margin-top: clamp(22px,3.5vw,32px);
  padding-top: clamp(20px,3vw,27px);
  border-top: 1px solid var(--wk-gold-light);
}

.wk-certification img {
  display: block;
  width: 100%;
  height: auto;
}

.wk-certification__content {
  min-width: 0;
}

.wk-certification__title {
  margin: 0;
  font-size: clamp(18px,2.65vw,27px);
  font-weight: 600;
  line-height: 1.72;
}

.wk-certification strong {
  color: var(--wk-red);
  font-weight: 700;
}

.wk-certification__description {
  margin: 12px 0 0;
  padding: 11px 14px;
  border-left: 3px solid var(--wk-gold);
  border-radius: 0 9px 9px 0;
  background: rgba(201,150,53,.08);
  color: #594235;
  font-size: clamp(14px,1.65vw,16px);
  font-weight: 500;
  line-height: 1.8;
}

.wk-quantity-badge {
  min-width: 230px;
  padding-inline: 30px;
}

.wk-flavor-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: clamp(20px,3.5vw,32px);
}

.wk-flavor-card {
  --wk-flavor: var(--wk-red);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 124px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 164px;
  margin: 0;
  padding: 20px 16px 20px 27px;
  overflow: hidden;
  border: 1px solid #eadfcb;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 5px 15px rgba(80,48,27,.055);
}

.wk-flavor-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: var(--wk-flavor);
  content: "";
}

.wk-flavor-card__copy {
  min-width: 0;
}

.wk-flavor-card h3 {
  margin: 0 0 6px;
  color: var(--wk-flavor);
  font-size: clamp(19px,2.45vw,25px);
  font-weight: 700;
  line-height: 1.4;
}

.wk-flavor-card p {
  margin: 0;
  font-size: clamp(15px,1.85vw,18px);
  font-weight: 600;
  line-height: 1.7;
}

.wk-flavor-card__image {
  display: block;
  width: 124px;
  height: 124px;
  justify-self: end;
  object-fit: contain;
  object-position: center;
  border: 2px solid var(--wk-flavor);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px #fff,0 5px 13px rgba(72,39,24,.13);
}

.wk-flavor-card--coffee {
  --wk-flavor: #765037;
}

.wk-flavor-card--salt {
  --wk-flavor: #347da7;
}

.wk-flavor-card--kumazasa {
  --wk-flavor: #4f7f36;
}

.wk-flavor-card--vanilla {
  --wk-flavor: #b78018;
}

@media (max-width:700px) {
  .wk-ice-story {
    padding: 12px;
  }

  .wk-story-section {
    padding: 24px 14px;
    border-radius: 19px;
  }

  .wk-section-header {
    margin-bottom: 20px;
  }

  .wk-section-title,
  .wk-section-title--long {
    font-size: clamp(29px,9vw,40px);
    line-height: 1.38;
  }

  .wk-section-lead,
  .wk-intro-copy,
  .wk-section-note {
    text-align: left;
  }

  .wk-intro-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wk-secret-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wk-secret-label {
    width: min(230px,78%);
    min-height: 64px;
    margin: 0 auto;
    border-radius: 999px;
  }

  .wk-pasture-note {
    text-align: center;
  }

  .wk-ribbon {
    width: min(290px,100%);
    margin: 0 auto;
  }

  .wk-photo-stage {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
  }

  .wk-info-card,
  .wk-photo-badge {
    position: static;
  }

  .wk-info-card {
    width: auto;
    margin: 14px;
    padding: 17px;
    border-radius: 13px;
    box-shadow: none;
  }

  .wk-info-card__title {
    min-width: 0;
    margin-bottom: 11px;
  }

  .wk-photo-badge {
    position: static;
    align-self: center;
    width: fit-content;
    max-width: calc(100% - 28px);
    min-width: 0;
    margin: 0 auto 16px;
    padding: 10px 21px;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .wk-quantity-badge {
    width: fit-content;
    max-width: calc(100% - 28px);
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wk-section-note {
    margin-top: 21px;
    padding-top: 20px;
  }

  .wk-certification {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .wk-certification img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }

  .wk-certification__content {
    width: 100%;
  }

  .wk-certification__title {
    text-align: center;
  }

  .wk-certification__description {
    text-align: left;
  }

  .wk-certification__title {
    font-size: clamp(16px,5vw,20px);
    line-height: 1.65;
  }

  .wk-certification__description {
    margin-top: 9px;
    padding: 9px 11px;
    font-size: 14px;
    line-height: 1.75;
  }

  .wk-flavor-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wk-flavor-card {
    grid-template-columns: minmax(0,1fr) 94px;
    gap: 11px;
    min-height: 126px;
    padding: 18px 17px 17px 23px;
    border-radius: 14px;
  }

  .wk-flavor-card__image {
    width: 94px;
    height: 94px;
  }
}

@media screen and (max-width:767px) {

}

.kegani-faq {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 50px;
  padding: 0 20px;
  color: #333;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","MS PMincho",serif;
  line-height: 1.9;
  text-align: left;
  box-sizing: border-box;
}

.kegani-faq *,
.kegani-faq *::before,
.kegani-faq *::after {
  box-sizing: border-box;
}

.kegani-faq-title {
  margin: 0 0 28px;
  padding: 0 15px 16px;
  border-bottom: 2px solid #9b1c1c;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.kegani-faq-list {
  display: grid;
  gap: 16px;
}

.kegani-faq-item {
  overflow: hidden;
  border: 1px solid #e3d9d1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(87,44,36,0.06);
}

.kegani-faq-question,
.kegani-faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.kegani-faq-question {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid #e3d9d1;
  background: #f7f2ed;
  color: #572c24;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.kegani-faq-answer {
  padding: 20px 22px 22px;
}

.kegani-faq-mark {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9b1c1c;
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.kegani-faq-answer .kegani-faq-mark {
  background: #572c24;
  font-size: 18px;
}

.kegani-faq-question-text {
  padding-top: 3px;
}

.kegani-faq-answer-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.kegani-faq-answer-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.kegani-faq-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid #9b1c1c;
  border-radius: 3px;
  background: #9b1c1c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.kegani-faq-link::after {
  margin-left: 9px;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.kegani-faq-link:visited {
  color: #fff;
}

.kegani-faq-link:focus-visible {
  outline: 3px solid rgba(155,28,28,0.3);
  outline-offset: 3px;
}

@media (hover:hover) {
  .kegani-faq-link:hover {
    border-color: #781515;
    background: #781515;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .kegani-faq {
    margin: 45px auto 35px;
    padding: 0 12px;
  }

  .kegani-faq-title {
    margin-bottom: 20px;
    padding: 0 5px 12px;
    font-size: 24px;
    line-height: 1.5;
  }

  .kegani-faq-list {
    gap: 12px;
  }

  .kegani-faq-question,
  .kegani-faq-answer {
    gap: 11px;
  }

  .kegani-faq-question {
    padding: 15px 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .kegani-faq-answer {
    padding: 16px 14px 18px;
  }

  .kegani-faq-mark {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .kegani-faq-answer .kegani-faq-mark {
    font-size: 17px;
  }

  .kegani-faq-question-text {
    padding-top: 2px;
  }

  .kegani-faq-answer-body {
    padding-top: 0;
  }

  .kegani-faq-answer-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .kegani-faq-link {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 14px;
    text-align: center;
  }
}

.rishiri-uni-message {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-message,
.rishiri-uni-message * {
  box-sizing: border-box;
}

.rishiri-uni-message__photo {
  position: relative;
  flex: 0 0 62.5%;
  width: 100%;
  overflow: hidden;
  background: #181414;
}

.rishiri-uni-message__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-message__photo-copy {
  position: absolute;
  z-index: 1;
  top: 5.5%;
  left: 2.5%;
  margin: 0;
  color: #fff;
  font-size: clamp(11px,3.55vw,29px);
  font-size: clamp(11px,3.55cqw,29px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,0.65);
}

.rishiri-uni-message__copy {
  flex: 1 1 auto;
  min-height: 0;
  padding: 4.1% 6.2% 6.4%;
  background: #fff;
}

.rishiri-uni-message__sub,
.rishiri-uni-message__headline {
  margin-right: 0;
  margin-left: 0;
  font-weight: 400;
}

.rishiri-uni-message__sub {
  margin-top: clamp(6px,1cqw,10px);
  margin-bottom: 0;
  font-size: clamp(15px,4.2vw,42px);
  font-size: clamp(15px,4.2cqw,42px);
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.rishiri-uni-message__headline {
  margin-top: clamp(1px,0.3cqw,3px);
  margin-bottom: 0;
  color: #9f0000;
  font-size: clamp(27px,7.8vw,78px);
  font-size: clamp(27px,7.8cqw,78px);
  line-height: 1.22;
  letter-spacing: 0.08em;
}

@media (max-width:420px) {
  .rishiri-uni-message__copy {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.rishiri-uni-rarity {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-rarity,
.rishiri-uni-rarity * {
  box-sizing: border-box;
}

.rishiri-uni-rarity__photo {
  flex: 0 0 62.5%;
  width: 100%;
  overflow: hidden;
  background: #c78c23;
}

.rishiri-uni-rarity__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-rarity__copy {
  flex: 1 1 auto;
  min-height: 0;
  padding: 2.5% 0 1%;
  background: #fff;
}

.rishiri-uni-rarity__line,
.rishiri-uni-rarity__emphasis {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
}

.rishiri-uni-rarity__line {
  margin-top: 0;
  text-align: center;
  font-size: clamp(10.5px,3.2vw,25.6px);
  font-size: clamp(10.5px,3.2cqw,25.6px);
  line-height: 1.4;
  letter-spacing: 0.015em;
}

.rishiri-uni-rarity__copy .rishiri-uni-rarity__emphasis {
  display: block;
  width: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: #9f0000;
  text-align: left !important;
  line-height: 1.05;
  letter-spacing: 0.05em;
}

.rishiri-uni-rarity__emphasis-group {
  width: fit-content;
  max-width: 100%;
  margin-top: 1.5%;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: left;
}

.rishiri-uni-rarity__emphasis--first {
  margin-top: 0;
  font-size: clamp(18px,6.7vw,53.6px);
  font-size: clamp(18px,6.7cqw,53.6px);
}

.rishiri-uni-rarity__emphasis--second {
  margin-top: 0.5%;
  font-size: clamp(18px,6.7vw,53.6px);
  font-size: clamp(18px,6.7cqw,53.6px);
}

@media (max-width:420px) {
  .rishiri-uni-rarity__copy {
    padding-right: 0;
    padding-left: 0;
  }
}

.rishiri-uni-saltpack {
  container-type: inline-size;
  display: grid;
  grid-template-columns: 72% 28%;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-saltpack,
.rishiri-uni-saltpack * {
  box-sizing: border-box;
}

.rishiri-uni-saltpack__left {
  min-width: 0;
}

.rishiri-uni-saltpack__photo {
  width: 100%;
  background: #fff;
}

.rishiri-uni-saltpack__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-saltpack__benefits {
  padding: clamp(7px,1.8cqw,14.4px) 6.5% 0;
  background: #fff;
}

.rishiri-uni-saltpack__benefit {
  display: flex;
  align-items: center;
  min-height: clamp(36px,8.7cqw,69.6px);
  margin: 0;
  border-top: 1px solid #777;
  font-size: clamp(8px,2.25vw,18px);
  font-size: clamp(8px,2.25cqw,18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.rishiri-uni-saltpack__benefit:last-child {
  border-bottom: 1px solid #777;
}

.rishiri-uni-saltpack__vertical-copy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(4px,1.5cqw,12px);
  min-width: 0;
  padding: clamp(18px,4.5cqw,36px) clamp(4px,1cqw,8px) clamp(12px,3cqw,24px);
  background: #fff;
}

.rishiri-uni-saltpack__vertical-copy p {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.rishiri-uni-saltpack__vertical-copy .rishiri-uni-saltpack__black {
  color: #111;
  font-size: clamp(13px,3.55vw,28.4px);
  font-size: clamp(13px,3.55cqw,28.4px);
}

.rishiri-uni-saltpack__vertical-copy .rishiri-uni-saltpack__red {
  color: #9f2c2c;
  font-size: clamp(18px,5.7vw,45.6px);
  font-size: clamp(18px,5.5cqw,45.6px);
  line-height: 1;
}

@media (max-width:420px) {
  .rishiri-uni-saltpack__vertical-copy {
    padding-right: 5px;
  }

  .rishiri-uni-saltpack__vertical-copy p {
    letter-spacing: 0.04em;
  }

  .rishiri-uni-saltpack__vertical-copy .rishiri-uni-saltpack__red {
    letter-spacing: 0.08em;
  }
}

.rishiri-uni-season {
  container-type: inline-size;
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #006697;
  color: #fff;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
}

.rishiri-uni-season,
.rishiri-uni-season * {
  box-sizing: border-box;
}

.rishiri-uni-season__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.rishiri-uni-season::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient( 180deg,rgba(0,20,45,0.08) 0%,rgba(0,20,45,0.06) 48%,rgba(0,15,35,0.72) 100% );
  pointer-events: none;
}

.rishiri-uni-season__heading,
.rishiri-uni-season__details {
  position: absolute;
  z-index: 2;
  right: 6%;
  left: 6%;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0,0,0,0.9),0 0 7px rgba(0,0,0,0.7);
}

.rishiri-uni-season__heading {
  top: 5.5%;
}

.rishiri-uni-season__prefix,
.rishiri-uni-season__title {
  display: block;
}

.rishiri-uni-season__prefix {
  font-size: clamp(18px,4.5cqw,36px);
  line-height: 1.35;
  letter-spacing: 0.16em;
}

.rishiri-uni-season__title {
  margin-top: 0.3em;
  font-size: clamp(20px,6.8cqw,54.4px);
  line-height: 1.05;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.rishiri-uni-season__details {
  bottom: 5.5%;
  padding: 2.5% 3%;
  border-top: 1px solid rgba(255,255,255,0.65);
  border-bottom: 1px solid rgba(255,255,255,0.65);
  background: rgba(0,24,48,0.38);
}

.rishiri-uni-season__lead,
.rishiri-uni-season__period,
.rishiri-uni-season__limited {
  margin-right: 0;
  margin-left: 0;
  font-weight: 400;
}

.rishiri-uni-season__lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(13px,3.5cqw,28px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.rishiri-uni-season__period {
  margin-top: 0.15em;
  margin-bottom: 0;
  font-size: clamp(18px,4.8cqw,38.4px);
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.rishiri-uni-season__limited {
  margin-top: 0.05em;
  margin-bottom: 0;
  font-size: clamp(24px,6.3cqw,50.4px);
  line-height: 1.25;
  letter-spacing: 0.12em;
}

.rishiri-uni-reservation {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin: clamp(24px,5vw,40px) auto 0;
  overflow: hidden;
  background: #fff;
}

.rishiri-uni-reservation img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.rishiri-uni-ranking,
.rishiri-uni-ranking * {
  box-sizing: border-box;
}

.rishiri-uni-ranking {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #111;
}

.rishiri-uni-ranking__title {
  margin: 0 0 25px;
  padding: 0 15px 16px;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #9b1c1c;
}

.rishiri-uni-ranking__lead {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.rishiri-uni-ranking__grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 0;
}

.rishiri-uni-ranking__card {
  display: flex;
  min-width: 0;
  padding: 18px;
  flex-direction: column;
  background: #f8f5f1;
  border-top: 3px solid #92705f;
}

.rishiri-uni-ranking__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3d9d1;
}

.rishiri-uni-ranking__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.rishiri-uni-ranking__content {
  display: flex;
  flex: 1;
  min-width: 0;
  padding-top: 15px;
  flex-direction: column;
}

.rishiri-uni-ranking__name {
  margin: 0 0 12px;
  color: #572c24;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.rishiri-uni-ranking__name a {
  color: inherit;
  text-decoration: none;
}

.rishiri-uni-ranking__name a:hover {
  color: #9b1c1c;
  text-decoration: underline;
}

.rishiri-uni-ranking__rank {
  display: table;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.rishiri-uni-ranking__rank--short {
  display: none;
}

.rishiri-uni-ranking__card:nth-child(1) .rishiri-uni-ranking__rank {
  padding: 6px 16px;
  color: #4b2f00;
  background: linear-gradient(135deg,#f8df86 0%,#d3a22d 55%,#b67b13 100%);
  border: 1px solid #a9710e;
  font-size: 15px;
}

.rishiri-uni-ranking__card:nth-child(2) .rishiri-uni-ranking__rank {
  color: #333;
  background: linear-gradient(135deg,#f5f5f5 0%,#c9cdd1 55%,#9fa5aa 100%);
  border: 1px solid #92989e;
}

.rishiri-uni-ranking__card:nth-child(3) .rishiri-uni-ranking__rank {
  color: #fff;
  background: linear-gradient(135deg,#d99662 0%,#aa6338 55%,#81431f 100%);
  border: 1px solid #743918;
}

.rishiri-uni-ranking__description {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
}

.rishiri-uni-ranking__button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 12px;
  color: #fff !important;
  background: #9b1c1c;
  border: 1px solid #9b1c1c;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.rishiri-uni-ranking__button:hover {
  color: #fff !important;
  background: #6b3930;
  border-color: #6b3930;
  text-decoration: none !important;
}

@media (max-width:600px) {
  .rishiri-uni-ranking__title {
    margin-bottom: 18px;
    padding: 0 5px 12px;
    font-size: 21px;
    text-align: left;
  }

  .rishiri-uni-ranking__lead {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }

  .rishiri-uni-ranking__grid {
    gap: 6px;
  }

  .rishiri-uni-ranking__card {
    padding: 6px;
  }

  .rishiri-uni-ranking__content {
    padding-top: 8px;
  }

  .rishiri-uni-ranking__rank,
  .rishiri-uni-ranking__card:nth-child(1) .rishiri-uni-ranking__rank {
    margin-bottom: 6px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .rishiri-uni-ranking__rank--full {
    display: none;
  }

  .rishiri-uni-ranking__rank--short {
    display: inline;
  }

  .rishiri-uni-ranking__name {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .rishiri-uni-ranking__description {
    display: none;
  }

  .rishiri-uni-ranking__button {
    padding: 8px 2px;
    font-size: 10.5px;
    line-height: 1.35;
  }
}

.rishiri-uni-section-title {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 25px;
  padding: 0 15px 16px;
  box-sizing: border-box;
  color: #9b1c1c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-bottom: 2px solid #9b1c1c;
}

@media screen and (max-width:767px) {
  .rishiri-uni-section-title {
    margin: 30px auto 20px;
    padding: 0 5px 12px;
    font-size: 23px;
  }
}

.rishiri-uni-type {
  width: calc(100% - 32px);
  max-width: 800px;
  margin: 60px auto;
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  box-sizing: border-box;
}

.rishiri-uni-type *,
.rishiri-uni-type *::before,
.rishiri-uni-type *::after {
  box-sizing: border-box;
}

.rishiri-uni-type__lead {
  max-width: 680px;
  margin: 0 auto 32px;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.rishiri-uni-type__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  align-items: stretch;
}

.rishiri-uni-type__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd6c9;
  box-shadow: 0 5px 18px rgba(53,45,33,0.08);
}

.rishiri-uni-type__card--saltwater {
  border: 2px solid #b78b42;
}

.rishiri-uni-type__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f4f1eb;
}

.rishiri-uni-type__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.rishiri-uni-type__card--saltwater .rishiri-uni-type__image img {
  padding: 12px;
  object-fit: contain;
  background: #fff;
}

.rishiri-uni-type__label {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  padding: 7px 13px;
  color: #fff;
  background: #a32621;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.rishiri-uni-type__body {
  flex: 1;
  padding: 24px 22px 26px;
}

.rishiri-uni-type__name {
  margin: 0 0 8px;
  color: #263b3b;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.rishiri-uni-type__catch {
  margin: 0 0 18px;
  color: #9a6c27;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.rishiri-uni-type__text {
  margin: 0 0 20px;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}

.rishiri-uni-type__points {
  margin: 0;
  padding: 17px 18px 17px 36px;
  background: #f8f5ef;
  list-style: none;
}

.rishiri-uni-type__points li {
  position: relative;
  margin: 0 0 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
}

.rishiri-uni-type__points li:last-child {
  margin-bottom: 0;
}

.rishiri-uni-type__points li::before {
  content: "\25CF";
  position: absolute;
  top: 0;
  left: -20px;
  color: #a32621;
  font-weight: 700;
}

.rishiri-uni-type__conclusion {
  margin-top: 30px;
  padding: 25px 28px;
  background: #f5f1e8;
  border-top: 3px solid #b78b42;
  text-align: center;
}

.rishiri-uni-type__conclusion-title {
  margin: 0 0 10px;
  color: #263b3b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.rishiri-uni-type__conclusion-text {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

.rishiri-uni-type__conclusion-text strong {
  color: #a32621;
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .rishiri-uni-type {
    width: calc(100% - 24px);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rishiri-uni-type__lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }

  .rishiri-uni-type__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rishiri-uni-type__body {
    padding: 21px 18px 23px;
  }

  .rishiri-uni-type__name {
    font-size: 21px;
  }

  .rishiri-uni-type__catch {
    font-size: 14px;
  }

  .rishiri-uni-type__text {
    font-size: 14px;
    line-height: 1.85;
  }

  .rishiri-uni-type__points {
    padding: 15px 15px 15px 34px;
  }

  .rishiri-uni-type__points li {
    font-size: 13px;
  }

  .rishiri-uni-type__conclusion {
    margin-top: 24px;
    padding: 21px 18px;
    text-align: left;
  }

  .rishiri-uni-type__conclusion-title {
    font-size: 17px;
    text-align: center;
  }

  .rishiri-uni-type__conclusion-text {
    font-size: 14px;
  }
}

#ssrvx-customer-reviews {
  --ssrvx-color-accent: #982f2f;
  --ssrvx-color-accent-dark: #732020;
  --ssrvx-color-gold: #b88732;
  --ssrvx-color-gold-light: #e7d3a7;
  --ssrvx-color-ink: #332d29;
  --ssrvx-color-muted: #766d66;
  --ssrvx-color-line: #e8ddd1;
  --ssrvx-color-paper: #ffffff;
  --ssrvx-color-warm: #fbf8f3;
  width: calc(100% - 32px);
  max-width: 1000px;
  margin: 56px auto;
  color: var(--ssrvx-color-ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.8;
}

#ssrvx-customer-reviews,
#ssrvx-customer-reviews *,
#ssrvx-customer-reviews *::before,
#ssrvx-customer-reviews *::after {
  box-sizing: border-box;
}

#ssrvx-customer-reviews .ssrvx-section-head {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 18px;
  text-align: center;
}

#ssrvx-customer-reviews .ssrvx-section-head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 2px;
  margin: auto;
  background: var(--ssrvx-color-accent);
  content: "";
}

#ssrvx-customer-reviews .ssrvx-section-kicker {
  display: block;
  margin: 0 0 4px;
  color: var(--ssrvx-color-gold);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

#ssrvx-customer-reviews .ssrvx-section-title {
  margin: 0;
  color: var(--ssrvx-color-accent-dark);
  font-size: clamp(23px,4vw,30px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

#ssrvx-customer-reviews .ssrvx-review-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#ssrvx-customer-reviews .ssrvx-rating-summary {
  position: relative;
  display: grid;
  grid-template-columns: 32px 168px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 24px 28px;
  overflow: hidden;
  border: 1px solid var(--ssrvx-color-line);
  border-radius: 12px;
  background: radial-gradient( circle at 100% 0,rgba(184,135,50,0.12),transparent 36% ),var(--ssrvx-color-warm);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  list-style: none;
  transition: border-color 0.2s ease,background-color 0.2s ease;
}

#ssrvx-customer-reviews .ssrvx-rating-summary::-webkit-details-marker {
  display: none;
}

#ssrvx-customer-reviews .ssrvx-rating-summary::marker {
  content: "";
}

#ssrvx-customer-reviews .ssrvx-rating-summary:focus-visible {
  outline: 3px solid rgba(152,47,47,0.35);
  outline-offset: -3px;
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary {
  border-color: var(--ssrvx-color-gold-light);
}

#ssrvx-customer-reviews .ssrvx-review-arrow {
  display: grid;
  justify-self: start;
  align-self: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--ssrvx-color-accent);
  border-radius: 50%;
  background: var(--ssrvx-color-paper);
  color: var(--ssrvx-color-accent);
  line-height: 1;
  transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
}

#ssrvx-customer-reviews .ssrvx-review-arrow::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid currentColor;
  transform: translateY(1px);
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary .ssrvx-review-arrow::before {
  border-top: 0;
  border-bottom: 7px solid currentColor;
  transform: translateY(-1px);
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary .ssrvx-review-arrow {
  border-color: var(--ssrvx-color-accent);
  background: var(--ssrvx-color-accent);
  color: var(--ssrvx-color-paper);
}

@media (hover:hover) {
  #ssrvx-customer-reviews .ssrvx-rating-summary:hover .ssrvx-review-arrow {
    background: #f3e9df;
  }

  #ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-rating-summary:hover .ssrvx-review-arrow {
    border-color: var(--ssrvx-color-accent-dark);
    background: var(--ssrvx-color-accent-dark);
    color: var(--ssrvx-color-paper);
  }
}

#ssrvx-customer-reviews .ssrvx-rating-scorebox {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#ssrvx-customer-reviews .ssrvx-rating-value {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--ssrvx-color-accent-dark);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

#ssrvx-customer-reviews .ssrvx-rating-scale {
  color: var(--ssrvx-color-muted);
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

#ssrvx-customer-reviews .ssrvx-star-row {
  display: block;
  margin-top: 7px;
  color: var(--ssrvx-color-gold);
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1;
}

#ssrvx-customer-reviews .ssrvx-summary-copy {
  display: block;
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid var(--ssrvx-color-gold-light);
}

#ssrvx-customer-reviews .ssrvx-summary-lead {
  display: block;
  margin: 0 0 4px;
  color: var(--ssrvx-color-accent-dark);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

#ssrvx-customer-reviews .ssrvx-summary-note {
  display: block;
  margin: 0;
  color: var(--ssrvx-color-muted);
  font-size: 13px;
  line-height: 1.7;
}

#ssrvx-customer-reviews .ssrvx-review-content {
  overflow: hidden;
  padding-top: 16px;
}

#ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-review-content {
  animation: ssrvx-review-content-open 0.25s ease;
}

@keyframes ssrvx-review-content-open {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#ssrvx-customer-reviews .ssrvx-entry-stack {
  display: grid;
  gap: 14px;
}

#ssrvx-customer-reviews .ssrvx-review-entry {
  padding: 24px 26px 25px;
  border: 1px solid var(--ssrvx-color-line);
  border-radius: 10px;
  background: var(--ssrvx-color-paper);
  box-shadow: 0 4px 16px rgba(71,48,31,0.045);
}

#ssrvx-customer-reviews .ssrvx-entry-topline {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

#ssrvx-customer-reviews .ssrvx-reviewer-block {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
}

#ssrvx-customer-reviews .ssrvx-reviewer-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ssrvx-color-gold-light);
  border-radius: 50%;
  background: var(--ssrvx-color-warm);
  color: var(--ssrvx-color-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#ssrvx-customer-reviews .ssrvx-reviewer-name {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ssrvx-color-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

#ssrvx-customer-reviews .ssrvx-entry-stars {
  flex: 0 0 auto;
  color: var(--ssrvx-color-gold);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

#ssrvx-customer-reviews .ssrvx-entry-title {
  margin: 0 0 8px;
  color: var(--ssrvx-color-accent-dark);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.65;
}

#ssrvx-customer-reviews .ssrvx-entry-body {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ssrvx-color-ink);
  font-size: 14px;
  line-height: 1.95;
}

@media screen and (max-width:600px) {
  #ssrvx-customer-reviews {
    width: calc(100% - 24px);
    margin: 40px auto;
    font-size: 15px;
  }

  #ssrvx-customer-reviews .ssrvx-section-head {
    margin-bottom: 20px;
  }

  #ssrvx-customer-reviews .ssrvx-rating-summary {
    grid-template-columns: 28px minmax(0,1fr);
    gap: 8px 10px;
    padding: 21px 20px;
  }

  #ssrvx-customer-reviews .ssrvx-review-arrow {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  #ssrvx-customer-reviews .ssrvx-review-arrow::before {
    font-size: 11px;
  }

  #ssrvx-customer-reviews .ssrvx-rating-scorebox {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
  }

  #ssrvx-customer-reviews .ssrvx-summary-copy {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    padding: 15px 0 0;
    border-top: 1px solid var(--ssrvx-color-gold-light);
    border-left: 0;
    text-align: center;
  }

  #ssrvx-customer-reviews .ssrvx-review-content {
    padding-top: 12px;
  }

  #ssrvx-customer-reviews .ssrvx-review-entry {
    padding: 20px 18px 21px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-topline {
    align-items: flex-start;
  }

  #ssrvx-customer-reviews .ssrvx-reviewer-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-stars {
    padding-top: 7px;
    font-size: 14px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-title {
    font-size: 17px;
  }

  #ssrvx-customer-reviews .ssrvx-entry-body {
    line-height: 1.9;
  }
}

@media (prefers-reduced-motion:reduce) {
  #ssrvx-customer-reviews .ssrvx-rating-summary,
  #ssrvx-customer-reviews .ssrvx-review-arrow {
    transition: none;
  }

  #ssrvx-customer-reviews .ssrvx-review-accordion[open] > .ssrvx-review-content {
    animation: none;
  }
}

.ssfaqx-panel {
  --ssfaqx-color-accent: #9b1c1c;
  --ssfaqx-color-accent-hover: #781515;
  --ssfaqx-color-answer: #572c24;
  --ssfaqx-color-text: #333333;
  --ssfaqx-color-border: #e3d9d1;
  --ssfaqx-color-question-bg: #f7f2ed;
  --ssfaqx-color-white: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 50px;
  padding: 0 20px;
  color: var(--ssfaqx-color-text);
  font-family: "Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro","游明朝","MS PMincho",serif;
  line-height: 1.9;
  text-align: left;
  box-sizing: border-box;
}

.ssfaqx-panel *,
.ssfaqx-panel *::before,
.ssfaqx-panel *::after {
  box-sizing: border-box;
}

.ssfaqx-panel .ssfaqx-heading {
  margin: 0 0 28px;
  padding: 0 15px 16px;
  border-bottom: 2px solid var(--ssfaqx-color-accent);
  color: var(--ssfaqx-color-accent);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.ssfaqx-panel .ssfaqx-list {
  display: grid;
  gap: 16px;
}

.ssfaqx-panel .ssfaqx-card {
  overflow: hidden;
  border: 1px solid var(--ssfaqx-color-border);
  border-radius: 4px;
  background: var(--ssfaqx-color-white);
  box-shadow: 0 3px 12px rgba(87,44,36,0.06);
}

.ssfaqx-panel .ssfaqx-question,
.ssfaqx-panel .ssfaqx-answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ssfaqx-panel .ssfaqx-question {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--ssfaqx-color-border);
  background: var(--ssfaqx-color-question-bg);
  color: var(--ssfaqx-color-answer);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.ssfaqx-panel .ssfaqx-answer {
  padding: 20px 22px 22px;
}

.ssfaqx-panel .ssfaqx-badge {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ssfaqx-color-accent);
  color: var(--ssfaqx-color-white);
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ssfaqx-panel .ssfaqx-answer .ssfaqx-badge {
  background: var(--ssfaqx-color-answer);
  font-size: 18px;
}

.ssfaqx-panel .ssfaqx-question-text {
  padding-top: 3px;
}

.ssfaqx-panel .ssfaqx-answer-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.ssfaqx-panel .ssfaqx-answer-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.ssfaqx-panel .ssfaqx-action-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid var(--ssfaqx-color-accent);
  border-radius: 3px;
  background: var(--ssfaqx-color-accent);
  color: var(--ssfaqx-color-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.ssfaqx-panel .ssfaqx-action-link::after {
  margin-left: 9px;
  content: ">";
  font-family: Arial,sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.ssfaqx-panel .ssfaqx-action-link:visited {
  color: var(--ssfaqx-color-white);
}

.ssfaqx-panel .ssfaqx-action-link:focus-visible {
  outline: 3px solid rgba(155,28,28,0.3);
  outline-offset: 3px;
}

@media (hover:hover) {
  .ssfaqx-panel .ssfaqx-action-link:hover {
    border-color: var(--ssfaqx-color-accent-hover);
    background: var(--ssfaqx-color-accent-hover);
    color: var(--ssfaqx-color-white);
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .ssfaqx-panel {
    margin: 45px auto 35px;
    padding: 0 12px;
  }

  .ssfaqx-panel .ssfaqx-heading {
    margin-bottom: 20px;
    padding: 0 5px 12px;
    font-size: 24px;
    line-height: 1.5;
  }

  .ssfaqx-panel .ssfaqx-list {
    gap: 12px;
  }

  .ssfaqx-panel .ssfaqx-question,
  .ssfaqx-panel .ssfaqx-answer {
    gap: 11px;
  }

  .ssfaqx-panel .ssfaqx-question {
    padding: 15px 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .ssfaqx-panel .ssfaqx-answer {
    padding: 16px 14px 18px;
  }

  .ssfaqx-panel .ssfaqx-badge {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .ssfaqx-panel .ssfaqx-answer .ssfaqx-badge {
    font-size: 17px;
  }

  .ssfaqx-panel .ssfaqx-question-text {
    padding-top: 2px;
  }

  .ssfaqx-panel .ssfaqx-answer-body {
    padding-top: 0;
  }

  .ssfaqx-panel .ssfaqx-answer-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .ssfaqx-panel .ssfaqx-action-link {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 14px;
    text-align: center;
  }
}

.ssrankx-panel {
  --ssrankx-color-accent: #9b1c1c;
  --ssrankx-color-button-hover: #6b3930;
  --ssrankx-color-heading: #572c24;
  --ssrankx-color-text: #111111;
  --ssrankx-color-card-bg: #f8f5f1;
  --ssrankx-color-card-line: #92705f;
  --ssrankx-color-image-border: #e3d9d1;
  --ssrankx-color-white: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--ssrankx-color-text);
  box-sizing: border-box;
}

.ssrankx-panel *,
.ssrankx-panel *::before,
.ssrankx-panel *::after {
  box-sizing: border-box;
}

.ssrankx-panel .ssrankx-title {
  margin: 0 0 25px;
  padding: 0 15px 16px;
  border-bottom: 2px solid var(--ssrankx-color-accent);
  color: var(--ssrankx-color-accent);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.ssrankx-panel .ssrankx-lead {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.ssrankx-panel .ssrankx-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 0;
}

.ssrankx-panel .ssrankx-card {
  display: flex;
  min-width: 0;
  padding: 18px;
  flex-direction: column;
  border-top: 3px solid var(--ssrankx-color-card-line);
  background: var(--ssrankx-color-card-bg);
}

.ssrankx-panel .ssrankx-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--ssrankx-color-image-border);
  background: var(--ssrankx-color-white);
}

.ssrankx-panel .ssrankx-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.ssrankx-panel .ssrankx-content {
  display: flex;
  flex: 1;
  min-width: 0;
  padding-top: 15px;
  flex-direction: column;
}

.ssrankx-panel .ssrankx-name {
  margin: 0 0 12px;
  color: var(--ssrankx-color-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.ssrankx-panel .ssrankx-name a {
  color: inherit;
  text-decoration: none;
}

.ssrankx-panel .ssrankx-name a:hover {
  color: var(--ssrankx-color-accent);
  text-decoration: underline;
}

.ssrankx-panel .ssrankx-rank {
  display: table;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 5px 14px;
  border: 1px solid #b9977e;
  border-radius: 30px;
  background: #eadfd5;
  color: var(--ssrankx-color-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.ssrankx-panel .ssrankx-rank-full {
  display: inline;
}

.ssrankx-panel .ssrankx-rank-short {
  display: none;
}

.ssrankx-panel .ssrankx-rank--gold {
  padding: 6px 16px;
  border-color: #a9710e;
  background: linear-gradient(135deg,#f8df86 0%,#d3a22d 55%,#b67b13 100%);
  color: #4b2f00;
  font-size: 15px;
}

.ssrankx-panel .ssrankx-rank--silver {
  border-color: #92989e;
  background: linear-gradient(135deg,#f5f5f5 0%,#c9cdd1 55%,#9fa5aa 100%);
  color: #333333;
}

.ssrankx-panel .ssrankx-rank--bronze {
  border-color: #743918;
  background: linear-gradient(135deg,#d99662 0%,#aa6338 55%,#81431f 100%);
  color: var(--ssrankx-color-white);
}

.ssrankx-panel .ssrankx-description {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
}

.ssrankx-panel .ssrankx-button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid var(--ssrankx-color-accent);
  border-radius: 4px;
  background: var(--ssrankx-color-accent);
  color: var(--ssrankx-color-white) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease,border-color 0.2s ease;
}

.ssrankx-panel .ssrankx-button:hover {
  border-color: var(--ssrankx-color-button-hover);
  background: var(--ssrankx-color-button-hover);
  color: var(--ssrankx-color-white) !important;
  text-decoration: none !important;
}

.ssrankx-panel .ssrankx-button:focus-visible,
.ssrankx-panel .ssrankx-name a:focus-visible,
.ssrankx-panel .ssrankx-image:focus-visible {
  outline: 3px solid rgba(155,28,28,0.3);
  outline-offset: 3px;
}

@media (max-width:600px) {
  .ssrankx-panel .ssrankx-title {
    margin-bottom: 18px;
    padding: 0 5px 12px;
    font-size: 21px;
    text-align: left;
  }

  .ssrankx-panel .ssrankx-lead {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }

  .ssrankx-panel .ssrankx-grid {
    gap: 6px;
  }

  .ssrankx-panel .ssrankx-card {
    padding: 6px;
  }

  .ssrankx-panel .ssrankx-content {
    padding-top: 8px;
  }

  .ssrankx-panel .ssrankx-rank,
  .ssrankx-panel .ssrankx-rank--gold {
    margin-bottom: 6px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .ssrankx-panel .ssrankx-rank-full {
    display: none;
  }

  .ssrankx-panel .ssrankx-rank-short {
    display: inline;
  }

  .ssrankx-panel .ssrankx-name {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ssrankx-panel .ssrankx-description {
    display: none;
  }

  .ssrankx-panel .ssrankx-button {
    padding: 8px 2px;
    font-size: 10.5px;
    line-height: 1.35;
  }
}

.ssfaqx-panel .ssfaqx-answer-body strong {
  color: #9b1c1c;
}

```css .uni-category-intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  color: #333;
  font-family: inherit;
  line-height: 1.9;
}

.uni-category-intro * {
  box-sizing: border-box;
}

.uni-category-intro .uni-head {
  margin-bottom: 30px;
  text-align: center;
}

.uni-category-intro .uni-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 18px;
  border: 1px solid #b79048;
  color: #8a692f;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.uni-category-intro h1 {
  margin: 0 0 18px;
  padding: 0;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.uni-category-intro .uni-lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}

.uni-category-intro .uni-lead strong {
  color: #9b742d;
  font-weight: 600;
}

.uni-category-intro .uni-point-list {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}

.uni-category-intro .uni-point {
  flex: 1;
  padding: 22px 18px;
  border: 1px solid #e4e0d8;
  background: #fff;
  text-align: center;
}

.uni-category-intro .uni-point-number {
  display: block;
  margin-bottom: 8px;
  color: #b79048;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.uni-category-intro .uni-point-title {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.uni-category-intro .uni-point-text {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.uni-category-intro .uni-point-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.uni-category-intro .uni-season {
  margin-top: 25px;
  padding: 18px 20px;
  background: #f8f6f1;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.uni-category-intro .uni-season strong {
  color: #8b2821;
}

.uni-category-intro .uni-btn-area {
  margin-top: 25px;
  text-align: center;
}

.uni-category-intro .uni-btn {
  display: inline-block;
  min-width: 300px;
  padding: 14px 30px;
  background: #8b2821;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.uni-category-intro .uni-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .uni-category-intro {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .uni-category-intro h1 {
    font-size: 22px;
    line-height: 1.55;
  }

  .uni-category-intro .uni-lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .uni-category-intro .uni-point-list {
    display: block;
  }

  .uni-category-intro .uni-point {
    margin-bottom: 10px;
    padding: 18px 15px;
  }

  .uni-category-intro .uni-season {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }

  .uni-category-intro .uni-btn {
    width: 100%;
    min-width: 0;
  }
}

.ss-category-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ss-category-content h2 {
  margin: 0 0 25px !important;
  padding: 0 15px 16px !important;
  border: 0 !important;
  border-bottom: 2px solid #9b1c1c !important;
  background: transparent !important;
  color: #9b1c1c !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  letter-spacing: normal;
  box-sizing: border-box;
}

@media screen and (max-width:600px) {
  .ss-category-content {
    padding: 0 12px;
  }

  .ss-category-content h2 {
    margin-bottom: 18px !important;
    padding: 0 5px 12px !important;
    font-size: 21px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
}

.sensai-guide-area {
  width: 100%;
  margin: clamp(30px,5vw,10px) 0;
  box-sizing: border-box;
}

.sensai-guide-list {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: clamp(15px,2.5vw,30px);
  box-sizing: border-box;
}

.sensai-guide-item {
  display: flex;
  flex-direction: column;
  padding: clamp(20px,3vw,32px);
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

.sensai-guide-heading {
  margin: 0 0 18px;
}

.sensai-guide-toggle {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid #333;
  background: transparent;
  color: #333;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  appearance: none;
}

@media screen and (min-width:768px) {
  .sensai-guide-toggle {
    cursor: default;
  }
}

.sensai-guide-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sensai-guide-item p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
}

.sensai-guide-notes {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.sensai-guide-notes li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 1.2em;
}

.sensai-guide-notes li:last-child {
  margin-bottom: 0;
}

.sensai-guide-notes li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}

.sensai-payment-image {
  width: 90%;
  margin: 10px auto 15px;
}

.sensai-payment-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sensai-delivery-intro {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 0 15px;
}

.sensai-delivery-image {
  flex: 0 0 100px;
  width: 100px;
}

.sensai-delivery-image img {
  display: block;
  width: 100px;
  height: auto;
}

.sensai-delivery-text {
  flex: 1;
  min-width: 0;
}

.sensai-delivery-text p {
  margin: 0;
}

.sensai-shipping-table {
  width: 100%;
  margin: 12px 0 16px;
  border-collapse: collapse;
  font-size: 13px;
}

.sensai-shipping-table th,
.sensai-shipping-table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  line-height: 1.5;
}

.sensai-shipping-table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: left;
}

.sensai-shipping-table th:last-child,
.sensai-shipping-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.sensai-quality-highlight {
  color: #9b4b3f;
  font-weight: bold;
}

.sensai-guide-button {
  margin-top: auto;
  padding-top: 20px;
}

@media screen and (max-width:767px) {
  .sensai-guide-area {
    margin: 30px 0;
  }

  .sensai-guide-list {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sensai-guide-item {
    padding: 0;
  }

  .sensai-guide-heading {
    margin: 0;
  }

  .sensai-guide-toggle {
    padding: 16px 45px 16px 18px;
    border-bottom: 0;
    font-size: 17px;
    cursor: pointer;
  }

  .sensai-guide-toggle::before,
  .sensai-guide-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 1px;
    background: #333;
    transition: transform 0.2s ease;
  }

  .sensai-guide-toggle::after {
    transform: rotate(90deg);
  }

  .sensai-guide-toggle[aria-expanded="true"]::after {
    transform: rotate(0deg);
  }

  .sensai-guide-content {
    display: none;
    padding: 5px 18px 22px;
  }

  .sensai-guide-item.is-open .sensai-guide-content {
    display: flex;
  }

  .sensai-payment-image {
    width: 90%;
    margin: 8px auto 15px;
  }

  .sensai-delivery-intro {
    gap: 15px;
  }

  .sensai-delivery-image {
    flex: 0 0 90px;
    width: 90px;
  }

  .sensai-delivery-image img {
    width: 90px;
  }

  .sensai-shipping-table {
    font-size: 12px;
  }

  .sensai-shipping-table th,
  .sensai-shipping-table td {
    padding: 7px 6px;
  }

  .sensai-guide-notes {
    font-size: 12px;
  }
}

:root {
  --guide-ink: #18262f;
  --guide-muted: #5c6b73;
  --guide-line: #dce5e9;
  --guide-bg: #f5f8fa;
  --guide-card: #ffffff;
  --guide-ocean: #9b1c1c;
  --guide-ocean-2: #7f1717;
  --guide-accent: #cf4b32;
  --guide-accent-soft: #fff2ee;
  --guide-info-soft: #f9ecec;
  --guide-warning: #865b06;
  --guide-warning-soft: #fff8e8;
  --guide-radius: 16px;
  --guide-shadow: 0 10px 30px rgba(24,38,47,.08);
  --guide-max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--guide-ink);
  background: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","Meiryo",sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--guide-ocean-2);
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-thickness: 2px;
}

button,
summary {
  font: inherit;
}

.guide-page {
  background: #fff;
}

.guide-wrap {
  width: min(calc(100% - 32px),var(--guide-max));
  margin-inline: auto;
}

.guide-hero {
  padding: 52px 0 30px;
  text-align: center;
}

.guide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--guide-ocean-2);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guide-kicker::before,
.guide-kicker::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.guide-hero h1 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: clamp(2rem,5vw,3rem);
  line-height: 1.25;
  letter-spacing: .03em;
}

.guide-lead {
  max-width: 670px;
  margin: 15px auto 0;
  color: var(--guide-muted);
  font-size: 1rem;
}

.guide-quick {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin: 18px auto 28px;
}

.guide-quick__card {
  position: relative;
  min-height: 150px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: var(--guide-radius);
  background: var(--guide-card);
  box-shadow: 0 4px 18px rgba(24,38,47,.05);
}

.guide-quick__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--guide-info-soft);
  color: var(--guide-ocean);
}

.guide-quick__icon svg {
  width: 23px;
  height: 23px;
}

.guide-quick__title {
  margin: 0 0 4px;
  color: var(--guide-ocean);
  font-size: .92rem;
  font-weight: 800;
}

.guide-quick__value {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
}

.guide-quick__note {
  display: block;
  margin-top: 4px;
  color: var(--guide-muted);
  font-size: .78rem;
  font-weight: 500;
}

.guide-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 0 44px;
  border-block: 1px solid var(--guide-line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}

.guide-nav__inner {
  display: flex;
  gap: 8px;
  padding: 11px 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.guide-nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--guide-ink);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.guide-nav a:hover,
.guide-nav a:focus-visible {
  background: var(--guide-info-soft);
  color: var(--guide-ocean);
  outline: none;
}

.guide-section {
  scroll-margin-top: 90px;
  margin: 0 0 54px;
}

.guide-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.guide-heading__num {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--guide-ocean);
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}

.guide-heading h2 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: clamp(1.4rem,3vw,1.8rem);
  line-height: 1.35;
}

.guide-heading p {
  margin: 3px 0 0;
  color: var(--guide-muted);
  font-size: .9rem;
}

.guide-panel {
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: var(--guide-radius);
  background: #fff;
  box-shadow: 0 4px 22px rgba(24,38,47,.04);
}

.guide-panel + .guide-panel {
  margin-top: 12px;
}

.guide-panel > summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 16px 52px 16px 20px;
  cursor: pointer;
  list-style: none;
  color: var(--guide-ink);
  font-weight: 800;
}

.guide-panel > summary::-webkit-details-marker {
  display: none;
}

.guide-panel > summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--guide-ocean-2);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.guide-panel[open] > summary::after {
  content: "\2212";
}

.guide-panel[open] > summary {
  border-bottom: 1px solid var(--guide-line);
  background: #fbfdfe;
}

.guide-panel__body {
  padding: 20px;
}

.guide-panel__body >:first-child {
  margin-top: 0;
}

.guide-panel__body >:last-child {
  margin-bottom: 0;
}

.guide-grid-2 {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.guide-mini-card {
  padding: 18px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-mini-card h3,
.guide-mini-card h4 {
  margin: 0 0 7px;
  color: var(--guide-ocean);
  font-size: 1.02rem;
}

.guide-mini-card p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-flow {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  counter-reset: flow;
}

.guide-flow__item {
  position: relative;
  padding: 17px 15px;
  border-radius: 14px;
  background: var(--guide-bg);
  text-align: center;
}

.guide-flow__item::before {
  counter-increment: flow;
  content: counter(flow);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--guide-ocean);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
}

.guide-flow__item strong {
  display: block;
  font-size: .91rem;
}

.guide-flow__item span {
  display: block;
  margin-top: 3px;
  color: var(--guide-muted);
  font-size: .79rem;
}

.guide-callout {
  margin: 16px 0;
  padding: 15px 17px;
  border-left: 4px solid var(--guide-ocean-2);
  border-radius: 10px;
  background: var(--guide-info-soft);
}

.guide-callout--warning {
  border-left-color: #ca8b18;
  background: var(--guide-warning-soft);
  color: #5d430e;
}

.guide-callout--accent {
  border-left-color: var(--guide-accent);
  background: var(--guide-accent-soft);
}

.guide-callout strong {
  color: inherit;
}

.guide-callout p {
  margin: 0;
}

.guide-list {
  margin: 10px 0 0;
  padding-left: 1.25em;
}

.guide-list li + li {
  margin-top: 5px;
}

.guide-note {
  color: var(--guide-muted);
  font-size: .86rem;
}

.guide-table-wrap {
  width: 100%;
  overflow-x: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 12px;
}

.guide-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}

.guide-table th,
.guide-table td {
  padding: 11px 9px;
  border-bottom: 1px solid var(--guide-line);
  text-align: left;
  vertical-align: top;
}

.guide-table th:first-child,
.guide-table td:first-child {
  width: 58%;
  padding-right: 6px;
}

.guide-table th:last-child,
.guide-table td:last-child {
  width: 42%;
  padding-left: 6px;
}

.guide-table tr:last-child th,
.guide-table tr:last-child td {
  border-bottom: 0;
}

.guide-table th {
  background: #fcf7f7;
  color: var(--guide-ocean);
  font-size: .88rem;
}

.guide-table td {
  font-size: .91rem;
}

.guide-price {
  font-weight: 800;
  white-space: nowrap;
}

.guide-payment {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

.guide-payment__item {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-payment__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.guide-payment__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  background: #fff;
}

.guide-payment__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.guide-payment__title h3 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: 1rem;
}

.guide-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--guide-bg);
  color: var(--guide-muted);
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.guide-payment__item p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .89rem;
}

.guide-delivery-time {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-delivery-time h3 {
  margin: 0 0 6px;
  color: var(--guide-ocean);
  font-size: 1.05rem;
}

.guide-delivery-time > p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-delivery-time__figure {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.guide-delivery-time__image {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
}

.guide-delivery-time__caption {
  margin-top: 10px;
  color: var(--guide-muted);
  font-size: .8rem;
}

.guide-bundle-detail {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: #fff;
}

.guide-bundle-detail__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 6px;
}

.guide-bundle-detail__head h3 {
  margin: 0;
  color: var(--guide-ocean);
  font-size: 1.08rem;
}

.guide-bundle-detail__lead {
  margin: 0 0 18px;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-bundle-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.guide-bundle-status--ok {
  background: #e9f7ef;
  color: #087a3c;
}

.guide-bundle-status--ng {
  background: #fff0f0;
  color: #c32626;
}

.guide-bundle-detail {
  --guide-bundle-a: #000099;
  --guide-bundle-b: #3333ff;
  --guide-bundle-c: #3366ff;
}

.guide-bundle-status--a {
  background: var(--guide-bundle-a);
  color: #fff;
}

.guide-bundle-status--b {
  background: var(--guide-bundle-b);
  color: #fff;
}

.guide-bundle-status--c {
  background: var(--guide-bundle-c);
  color: #fff;
}

.guide-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}

.guide-bundle-group {
  padding: 16px;
  border: 1px solid var(--guide-line);
  border-top: 4px solid var(--guide-line);
  border-radius: 12px;
  background: #fff;
}

.guide-bundle-group--a {
  border-top-color: var(--guide-bundle-a);
}

.guide-bundle-group--b {
  border-top-color: var(--guide-bundle-b);
}

.guide-bundle-group--c {
  border-top-color: var(--guide-bundle-c);
}

.guide-bundle-group--a .guide-bundle-group__title h4 {
  color: var(--guide-bundle-a);
}

.guide-bundle-group--b .guide-bundle-group__title h4 {
  color: var(--guide-bundle-b);
}

.guide-bundle-group--c .guide-bundle-group__title h4 {
  color: var(--guide-bundle-c);
}

.guide-bundle-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 11px;
}

.guide-bundle-group__title h4 {
  margin: 0;
  color: var(--guide-ink);
  font-size: .96rem;
}

.guide-bundle-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.guide-bundle-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 7px 10px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.guide-bundle-chip--a {
  color: var(--guide-bundle-a);
}

.guide-bundle-chip--b {
  color: var(--guide-bundle-b);
}

.guide-bundle-chip--c {
  color: var(--guide-bundle-c);
}

.guide-bundle-rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 15px 16px;
  border-radius: 12px;
  background: var(--guide-bg);
}

.guide-bundle-rule__label {
  min-width: 100px;
  color: var(--guide-ocean);
  font-weight: 800;
}

.guide-bundle-rule p {
  margin: 0;
  color: var(--guide-muted);
  font-size: .9rem;
}

.guide-bundle-ng {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 15px 16px;
  border: 1px solid #f1c5c5;
  border-radius: 12px;
  background: #fff8f8;
}

.guide-bundle-ng p {
  margin: 0;
  color: var(--guide-ink);
  font-size: .9rem;
}

.guide-bundle-attention {
  margin-top: 12px;
  padding: 15px 17px;
  border-left: 4px solid #ca8b18;
  border-radius: 10px;
  background: var(--guide-warning-soft);
  color: #5d430e;
  font-size: .9rem;
}

.guide-bundle-attention strong {
  display: block;
  margin-bottom: 2px;
}

.guide-bundle-attention p {
  margin: 0;
}

.guide-faq {
  display: grid;
  gap: 10px;
}

.guide-faq details {
  border: 1px solid var(--guide-line);
  border-radius: 13px;
  background: #fff;
}

.guide-faq summary {
  position: relative;
  padding: 15px 48px 15px 18px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.guide-faq summary::-webkit-details-marker {
  display: none;
}

.guide-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--guide-ocean-2);
  font-size: 1.35rem;
}

.guide-faq details[open] summary::after {
  content: "\2212";
}

.guide-faq__answer {
  padding: 0 18px 17px;
  color: var(--guide-muted);
  font-size: .92rem;
}

.guide-faq__answer >:first-child {
  margin-top: 0;
}

.guide-faq__answer >:last-child {
  margin-bottom: 0;
}

.guide-contact {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 18px;
  align-items: center;
  padding: 26px;
  border-radius: 18px;
  background: var(--guide-ocean);
  color: #fff;
}

.guide-contact h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.4rem;
}

.guide-contact p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
}

.guide-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--guide-ocean);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
}

.guide-button:hover {
  transform: translateY(-1px);
}

.guide-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 24px 0 58px;
  font-size: .86rem;
}

@media (max-width:860px) {
  .guide-quick {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .guide-flow {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .guide-contact {
    grid-template-columns: 1fr;
  }

  .guide-button {
    width: 100%;
  }
}

@media (max-width:640px) {
  .guide-wrap {
    width: min(calc(100% - 24px),var(--guide-max));
  }

  .guide-table th,
  .guide-table td {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .84rem;
  }

  .guide-table th:first-child,
  .guide-table td:first-child {
    padding-left: 7px;
    padding-right: 4px;
  }

  .guide-table th:last-child,
  .guide-table td:last-child {
    padding-left: 4px;
    padding-right: 7px;
  }

  .guide-hero {
    padding-top: 36px;
  }

  .guide-lead {
    font-size: .93rem;
    text-align: left;
  }

  .guide-quick {
    grid-template-columns: 1fr;
  }

  .guide-quick__card {
    min-height: auto;
  }

  .guide-grid-2,
  .guide-payment,
  .guide-flow,
  .guide-bundle-grid {
    grid-template-columns: 1fr;
  }

  .guide-bundle-detail {
    padding: 16px;
  }

  .guide-bundle-detail__head {
    display: block;
  }

  .guide-bundle-detail__head .guide-bundle-status {
    margin-top: 8px;
  }

  .guide-bundle-rule,
  .guide-bundle-ng {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .guide-heading {
    align-items: flex-start;
  }

  .guide-panel > summary {
    padding-left: 16px;
  }

  .guide-panel__body {
    padding: 16px;
  }

  .guide-section {
    margin-bottom: 42px;
  }
}

.ssfaqx-panel {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.ssfaqx-heading {
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 3px solid #b34236;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.ssfaqx-list {
  display: grid;
  gap: 14px;
}

.ssfaqx-card {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd5cc;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ssfaqx-question {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #f8f4ef;
  color: #333;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease,color 0.2s ease;
}

.ssfaqx-question::-webkit-details-marker {
  display: none;
}

.ssfaqx-question::marker {
  content: "";
}

.ssfaqx-question:hover {
  background: #f3e9df;
}

.ssfaqx-question:focus-visible {
  outline: 3px solid rgba(179,66,54,0.35);
  outline-offset: -3px;
}

.ssfaqx-card[open] > .ssfaqx-question {
  background: #f3e9df;
  color: #8e2d25;
}

.ssfaqx-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.ssfaqx-question .ssfaqx-badge {
  background: #b34236;
}

.ssfaqx-answer > .ssfaqx-badge {
  background: #d08a48;
}

.ssfaqx-question-text {
  min-width: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.ssfaqx-toggle {
  position: relative;
  display: block;
  justify-self: end;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-left: auto;
}

.ssfaqx-toggle::before,
.ssfaqx-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: #b34236;
  content: "";
  transform: translate(-50%,-50%);
  transition: opacity 0.2s ease,transform 0.2s ease;
}

.ssfaqx-toggle::before {
  width: 18px;
  height: 2px;
}

.ssfaqx-toggle::after {
  width: 2px;
  height: 18px;
}

.ssfaqx-card[open] .ssfaqx-toggle::after {
  opacity: 0;
  transform: translate(-50%,-50%) scaleY(0);
}

.ssfaqx-answer {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  align-items: flex-start;
  gap: 14px;
  padding: 22px 20px;
  border-top: 1px solid #eadfd5;
  box-sizing: border-box;
  background: #fff;
}

.ssfaqx-card[open] .ssfaqx-answer {
  animation: ssfaqx-answer-open 0.25s ease;
}

.ssfaqx-answer-body {
  min-width: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}

.ssfaqx-answer-body p {
  margin: 0;
}

.ssfaqx-answer-body strong {
  color: #8e2d25;
  font-weight: 700;
}

@keyframes ssfaqx-answer-open {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width:600px) {
  .ssfaqx-panel {
    margin: 35px auto;
    padding: 0 10px;
  }

  .ssfaqx-heading {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .ssfaqx-list {
    gap: 10px;
  }

  .ssfaqx-question {
    grid-template-columns: 36px minmax(0,1fr) auto;
    gap: 9px;
    min-height: 64px;
    padding: 12px;
  }

  .ssfaqx-badge {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .ssfaqx-question-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .ssfaqx-toggle {
    justify-self: end;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: auto;
  }

  .ssfaqx-toggle::before {
    width: 15px;
  }

  .ssfaqx-toggle::after {
    height: 15px;
  }

  .ssfaqx-answer {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 9px;
    padding: 16px 12px;
  }

  .ssfaqx-answer-body {
    font-size: 14px;
    line-height: 1.85;
  }
}

@media (prefers-reduced-motion:reduce) {
  .ssfaqx-question,
  .ssfaqx-toggle::before,
  .ssfaqx-toggle::after {
    transition: none;
  }

  .ssfaqx-card[open] .ssfaqx-answer {
    animation: none;
  }
}

#page_product_list .ec-breadcrumbRole {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
}

#page_product_list .ec-breadcrumbRole nav {
  width: 100%;
  text-align: left;
}

#page_product_list .ec-breadcrumbRole .ec-topicpath {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.ss-accordion-content .kegani-point {
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width:767px) {

}

.u-text-center {
  text-align: center;
}

.cls-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cls-img-center {
  margin-left: auto;
  margin-right: auto;
}

.cls-img-800 {
  width: 800px;
  max-width: 100%;
}

.cls-img-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cls-ratio-1x1 {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.cls-ratio-1x1 > .cls-img {
  width: 100%;
  height: 100%;
}

.cls-img-contain {
  object-fit: contain;
}

.u-section-space {
  margin-top: 32px;
}

.u-anchor-offset {
  scroll-margin-top: 100px;
}

@media (max-width:767px) {
  .cls-img-stack {
    gap: 16px;
  }

  .u-section-space {
    margin-top: 24px;
  }
}

.doukon-cls-list {
  margin: 0;
  padding: 0;
}

.doukon-cls-item {
  box-sizing: border-box;
  min-width: 0;
}

.doukon-cls-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.doukon-cls-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.doukon-cls-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.doukon-cls-price {
  min-height: 1.8em;
  line-height: 1.4;
}

.doukon-cls-price a {
  display: block;
}

#ranking_area .doukon-cls-list {
  overflow: hidden;
}

.product-list-image-cls {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-list-image-cls picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-list-image-cls img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ec-topicpath .ec-topicpath__item a {
  margin-bottom: 0px;
}

/* 商品詳細 共通テンプレート */

.product-details {
  --pd-accent: #b54532;
  --pd-accent-soft: #fff4f0;
  --pd-text: #292929;
  --pd-muted: #666;
  --pd-line: #dedbd5;
  --pd-surface: #fff;
  --pd-subtle: #f7f6f3;
  width: 100%;
  max-width: 960px;
  margin: 32px auto;
  color: var(--pd-text);
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.product-details *,
.product-details *::before,
.product-details *::after {
  box-sizing: border-box;
}

.product-details__heading {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--pd-accent);
  font-size: clamp(22px,4vw,28px);
  line-height: 1.45;
}

.product-details__section {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--pd-line);
  border-radius: 10px;
  background: var(--pd-surface);
}

.product-details__title {
  margin: 0;
  padding: 5px 12px;
  border-left: 5px solid var(--pd-accent);
  background: var(--pd-subtle);
  font-size: 15px;
  line-height: 1.5;
}

.product-details__body {
  padding: 18px;
}

.product-details__body>:first-child {
  margin-top: 0;
}

.product-details__body>:last-child {
  margin-bottom: 0;
}

.product-details__lead {
  margin: 0;
}

.product-details__alert {
  margin: 0 0 16px;
  padding: 13px 15px;
  border: 1px solid #efb2aa;
  border-left: 5px solid #c83b2d;
  border-radius: 8px;
  background: #fff3f1;
  color: #9b241b;
  font-weight: 700;
  line-height: 1.7;
}

.product-details__specs {
  display: grid;
  grid-template-columns: minmax(130px,25%) 1fr;
  margin: 0;
  border-top: 1px solid var(--pd-line);
  border-left: 1px solid var(--pd-line);
}

.product-details__specs dt,
.product-details__specs dd {
  margin: 0;
  padding: 11px 14px;
  border-right: 1px solid var(--pd-line);
  border-bottom: 1px solid var(--pd-line);
}

.product-details__specs dt {
  background: var(--pd-subtle);
  font-weight: 700;
}

.product-details__shipping {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.product-details__badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.4;
}

.product-details__badge--frozen {
  color: #155f8a;
  background: #eef8ff;
}

.product-details__badge--date {
  color: #28653a;
  background: #f0faf2;
}

.product-details__badge-icon {
  width: 1.4em;
  margin-right: .45em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1;
}

.product-details__subheading {
  margin: 0 0 10px;
  font-size: 15px;
}

.product-details__group-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 20px;
  align-items: start;
}

.product-details__group-box {
  min-width: 0;
}

.product-details__group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-details__group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 6px 12px;
  border: 2px solid currentColor;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
}

.product-details__group--a {
  color: #b42318;
  background: #fff0ee;
}

.product-details__group--b {
  color: #a15c00;
  background: #fff7e8;
}

.product-details__group--c {
  color: #317314;
  background: #f1faec;
}

.product-details__note {
  margin: 12px 0 0;
  color: var(--pd-muted);
  font-size: 13px;
}

.product-details__shipping-note {
  margin: 18px 0 0;
  padding: 13px 15px;
  border-radius: 8px;
  background: #fff8e8;
  color: var(--pd-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.product-details__caution {
  position: relative;
  margin: 0;
  padding-left: 1.35em;
  font-size: 15px;
}

.product-details__caution::before {
  position: absolute;
  left: 0;
  color: var(--pd-accent);
  content: "※";
  font-weight: 700;
}

@media (max-width:600px) {
  .product-details {
    margin: 24px auto;
    font-size: 14px;
  }

  .product-details__title {
    padding: 5px 12px;
    font-size: 15px;
  }

  .product-details__body {
    padding: 14px;
  }

  .product-details__specs {
    grid-template-columns: 1fr;
  }

  .product-details__specs dt {
    padding-bottom: 5px;
    border-bottom: 0;
  }

  .product-details__specs dd {
    padding-top: 5px;
  }

  .product-details__group-row {
    gap: 12px;
  }

  .product-details__subheading {
    font-size: 13px;
    line-height: 1.45;
  }

  .product-details__group {
    min-width: 36px;
    min-height: 36px;
    padding: 5px 9px;
  }
}

@media screen and (max-width:767px) {
  .uni-category-intro .uni-point-image {
    margin-bottom: 12px;
  }
}

/* ==================================================
   北海道オホーツク産ホタテ紹介コンテンツ
================================================== */

.hotate-page {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hotate-page,
.hotate-page * {
  box-sizing: border-box;
}

.hotate-page .rishiri-uni-section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.hotate-page .rishiri-uni-section-title {
  margin: 0 auto 25px;
}

.hotate-page .rishiri-uni-section:first-child .rishiri-uni-section-title {
  margin-top: 24px;
}

.hotate-page .rishiri-uni-section:last-child {
  margin-bottom: 0;
}

.hotate-page .kegani-topic-text h3 {
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.5;
}

.hotate-page .kegani-topic-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 250;
  object-fit: cover;
}

.hotate-page .rishiri-uni-type__conclusion-title {
  padding: 0 !important;
}

.hotate-page .rishiri-uni-rarity--serving {
  aspect-ratio: auto;
}

.hotate-page .rishiri-uni-rarity--serving .rishiri-uni-rarity__photo,
.hotate-page .rishiri-uni-rarity--serving .rishiri-uni-rarity__copy {
  flex: 0 0 auto;
}

.hotate-content-box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding: 32px 28px;
  border: 1px solid #e5d3b3;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 767px) {
  .hotate-content-box {
    margin-bottom: 28px;
    padding: 24px 16px;
    border-radius: 8px;
  }
}

.hotate-arrange-intro {
  margin: 24px 0 26px;
  text-align: center;
}

.hotate-section-label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #9b1c1c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.hotate-subsection-title {
  margin: 16px 0 8px !important;
  padding: 0 !important;
  color: #9b1c1c;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.hotate-arrange-note {
  margin: 0;
  color: #5f5651;
  font-size: 15px;
  line-height: 1.8;
}

.hotate-thawing {
  margin-bottom: 36px;
}

.hotate-thawing-intro {
  margin-bottom: 20px;
}

.hotate-thawing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotate-thawing-step {
  margin: 0;
  padding: 20px 16px;
  border: 1px solid #e8ded8;
  border-radius: 12px;
  background: #fffaf7;
  box-shadow: 0 4px 14px rgba(60, 35, 25, 0.08);
}

.hotate-thawing-number {
  display: inline-block;
  margin-bottom: 10px;
  color: #9b1c1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hotate-thawing-title {
  margin: 0 0 8px;
  color: #9b1c1c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.hotate-thawing-text {
  margin: 0;
  color: #5f5651;
  font-size: 14px;
  line-height: 1.75;
}

.hotate-thawing-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f8f1ed;
  color: #5f5651;
  font-size: 13px;
  line-height: 1.75;
}

.hotate-thawing-note strong {
  color: #9b1c1c;
}

.hotate-recipe-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hotate-recipe-grid > .hotate-recipe-card {
  display: flex;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid #e8ded8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(60, 35, 25, 0.1);
}

.hotate-recipe-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 267;
  margin: 0 0 16px;
  object-fit: cover;
}

.hotate-recipe-title {
  display: block;
  min-height: 3em;
  padding: 0 12px;
  color: #9b1c1c !important;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.hotate-recipe-number {
  display: block;
  margin-bottom: 3px;
  color: #b8745d;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hotate-recipe-more-wrap {
  margin: 32px 0 0;
  text-align: center;
}

.hotate-recipe-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  padding: 13px 26px;
  border: 1px solid #9b1c1c;
  border-radius: 999px;
  background: #fff;
  color: #9b1c1c !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hotate-recipe-more:hover {
  background: #9b1c1c;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .hotate-page {
    padding: 0 12px;
  }

  .hotate-page .rishiri-uni-section {
    margin-bottom: 32px;
  }

  .hotate-page .rishiri-uni-section:first-child .rishiri-uni-section-title {
    margin-top: 16px;
  }

  .hotate-recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .hotate-thawing-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hotate-thawing-step {
    padding: 16px;
  }
}

@media screen and (max-width: 480px) {
  .hotate-recipe-grid {
    grid-template-columns: 1fr !important;
  }

  .hotate-recipe-more {
    width: 100%;
    min-width: 0;
  }
}

.hotate-page .rishiri-uni-rarity {
  aspect-ratio: auto;
}

.hotate-page .rishiri-uni-rarity__photo,
.hotate-page .rishiri-uni-rarity__copy {
  flex: 0 0 auto;
}

.hotate-child-categories {
  margin: 60px auto 20px;
}

.hotate-child-heading {
  margin: 0 0 24px;
  color: #8b2821;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

.hotate-child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hotate-child-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.hotate-child-banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.hotate-child-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.hotate-child-overlay small {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.hotate-child-overlay strong {
  font-size: 24px;
  line-height: 1.4;
}

.hotate-child-banner:hover,
.hotate-child-banner:focus {
  color: #fff;
  text-decoration: none;
}

.hotate-child-banner:hover img,
.hotate-child-banner:focus img {
  transform: scale(1.04);
}

.hotate-child-banner:focus-visible {
  outline: 3px solid #8b2821;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .hotate-child-categories {
    margin-top: 40px;
  }

  .hotate-child-heading {
    font-size: 22px;
  }

  .hotate-child-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hotate-child-overlay small {
    font-size: 13px;
  }

  .hotate-child-overlay strong {
    font-size: 20px;
  }
}

/* Preserve the source aspect ratio of category topic images. */

#page_product_list .kegani-topic-box .kegani-topic-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain;
}

/* =========================================================
   TOPページ：商品セクション見出し
   「店長おすすめ」「かに品質保証」「同梱おすすめ」共通
========================================================= */
#tenchoosusume_area h4,
#ranking_area h4 {
  margin: 0 0 12px;
  padding: 12px 18px;
  background: #8b1e1e;
  color: #fff;
  border-left: 8px solid #e8b44c;
  border-radius: 3px;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

@media only screen and (max-width: 767px) {
  #tenchoosusume_area h4,
  #ranking_area h4 {
    padding: 10px 14px;
    border-left-width: 6px;
    font-size: 16px;
  }
}


.product-details__badge--refrigerated {
  color: #0097a7;
  border-color: #0097a7;
  background-color: #e8f8fa;
}

.product-details__badge--refrigerated .product-details__badge-icon {
  color: #0097a7;
}

.product-details__badge--date-ng {
  color: #c62828;
  border-color: #c62828;
  background-color: #fff0f0;
}

.product-details__badge--date-ng .product-details__badge-icon {
  color: #c62828;
}

.product-details__badge--dry {
  color: #2e7d32;
  border-color: #2e7d32;
  background-color: #edf7ed;
}

.product-details__badge--dry .product-details__badge-icon {
  color: #2e7d32;
}
