#single_itemall > .in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 146.8rem;
  padding-bottom: 15rem;
}
.aside {
  position: sticky;
  top: 9rem;
  width: 35rem;
  padding: 2.9rem 1.1rem 4.2rem;
  background: var(--color-glay);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.aside::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 33.8rem;
  height: 0.3rem;
  background: var(--color-gr);
  transform: translateX(-50%);
}
.aside h2 {
  margin-bottom: 2.3rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.aside .box {
  background: var(--color-white);
  padding: 2.5rem 1.4rem;
}
.aside .box + .note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
.aside .box dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.9rem 1.4rem;
}
.aside .box dl:not(:last-of-type) {
  border-bottom: 1px solid #E5E5E5;
}
.aside .box dt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: var(--regular);
}
.aside .box dd {
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: var(--semibold);
  letter-spacing: 0.03em;
  line-height: 1;
}
.aside .box dd small {
  font-size: 1.6rem;
  padding-left: 0.4rem;
  font-weight: var(--regular);
}
.aside .box dl.total {
  color: #FF0000;
}
.aside .box dl.total dt {
  font-size: 2.2rem;
  font-weight: var(--medium);
}
.aside .box dl.total dd {
  font-size: 3rem;
}
.aside .plus {
  position: relative;
  margin-top: 2.9rem;
  padding: 2.9rem 2.5rem;
  border: 1px solid var(--color-green);
  border-radius: 1rem;
  background: var(--color-white)
}
.aside .plus .lead {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-size: 1.6rem;
  font-weight: var(--medium);
  padding: 0.4rem 5rem;
  background: var(--color-green);
  border-radius: 1rem;
  color: var(--color-white);
  transform: translateX(-50%);
}
.aside .plus .ttl {
  margin-bottom: 2.6rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: var(--regular);
  line-height: 1.44;
}
.aside .plus .note {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: var(--bold);
  color: var(--color-green);
}
.aside .button_wrap {
  margin-top: 3.4rem;
}
.aside .button_wrap .lead {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.aside .button_wrap .lead span {
  color: var(--color-orange);
  font-weight: var(--bold);
}
.aside .button_wrap .buttons {
  margin-top: 1.4rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.aside .button_wrap .buttons .button {
  width: 100%;
}
.aside .button_wrap .buttons .button_og {
  gap: 1.5rem;
}
.aside .button_wrap .buttons .button_og::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.7rem;
  background: url(../img/common/icon_mitumori.svg) center / contain no-repeat;
}

.main {
  width: 101.6rem;
}
.main .flex {
  padding: 0;
  gap: 3rem;
}
.main .media {
  width: 55.6rem;
}
.main .media figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #EEEEEE;
  width: 100%;
  aspect-ratio: 1/1;
}
.main .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main .media .img_note {
  font-size: 1rem;
  margin-top: 1rem;
}
.product_info {
  width: calc(100% - 55.6rem - 3rem);
}
.main .maker {
  color: rgb(34 34 34 / 0.5);
  font-size: 1.4rem;
  font-family: var(--font-en);
  letter-spacing: 0.03em;
}
.main h1,
.main .h1 {
  font-size: 2.6rem;
  font-weight: var(--bold);
  letter-spacing: 0.05em;
}
.main .data {
  margin-top: 2.9rem;
}
.main .data p {
  font-size: 1.2rem;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
  text-indent: -3em;
  padding-left: 3em;
  word-break: break-all;
}
.main .data p + p {
  margin-top: 0.8rem;
}
.main .keylist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 3.3rem;
}
.main .keylist li {
  font-size: 1.4rem;
  padding: 1.2rem 1.9rem;
  border: 1px solid rgb(0 0 0 / 0.13);
  border-radius: 3rem;
  line-height: 1;
}
.main .searchlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.main .searchlist li {
  font-size: 1.4rem;
  padding: 1.2rem 1.9rem;
  background: #E8F8F7;
  border-radius: 0.4rem;
  line-height: 1;
}
.main .voice_link {
  margin-top: 3rem;
  font-size: 1.4rem;
  text-decoration: underline;
  color: var(--color-green);
}
.main .price_list {
  position: relative;
  margin-top: 2.3rem;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 3rem 1rem;
}
.main .price_list .ttl {
  display: block;
  font-size: 2.1rem;
  font-weight: var(--regular);
  margin-bottom: 0.5rem;
}
.main .price_list .price {
  font-size: 4.3rem;
  font-family: var(--font-en);
  font-weight: var(--bold);
  letter-spacing: 0.03em;
  line-height: 1;
  color: #FF0000;
}
.main .price_list .price small {
  font-size: 2rem;
  font-weight: var(--regular);
  padding-left: 0;
}
.main .price_list .retail_price {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: var(--bold);
  letter-spacing: 0.03em;
}
.main .price_list .off {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FF0000;
  border-radius: 0.5rem;
  padding: 0.9rem 1rem;
  color: #FF0000;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}
.main .price_list .off span {
  display: block;
  font-size: 2.4rem;
}
.main .price_list .off span small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #single_itemall > .in {
    flex-wrap: wrap;
    padding: 6rem 2rem;
  }
  .main {
    width: 100%;
  }
  .main .flex {
    flex-wrap: wrap;
  }
  .main .media {
    width: 100%;
  }
  .product_info {
    width: 100%;
  }
  .main .maker {
    font-size: 1.2rem;
  }
  .main h1,
  .main .h1 {
    font-size: 2.2rem;
  }
  .main .data {
    margin-top: 1.2rem;
  }
  .main .data p {
    font-size: 1.1rem;
  }
  .main .data p + p {
    margin-top: 0.3rem;
  }
  .main .keylist {
    margin-top: 2.3rem;
    gap: 1rem;
  }
  .main .keylist li {
    font-size: 1.3rem;
  }
  .main .searchlist li {
    font-size: 1.3rem;
    padding: 0.7rem 2rem;
  }
  .main .voice_link {
    font-size: 1.3rem;
  }
  .main .price_list {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.2rem;
    padding: 1.5rem 0 2.5rem;
    border-bottom: none;
  }
  .main .price_list .ttl {
    font-size: 1.4rem;
  }
  .main .price_list .price {
    font-size: 3.2rem;
  }
  .main .price_list .price small {
    padding-left: 0.3rem;
    font-size: 1rem;
  }
  .main .price_list .retail_price {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main .price_list .off {
    position: static;
    transform: unset;
    font-size: 1.3rem;
    text-align: center;
  }
  .main .price_list .off span {
    font-size: 2rem;
  }
  .main .price_list .off span small {
    font-size: 1.3rem;
  }
  .aside {
    position: relative;
    top: auto;
    margin-top: 2.2rem;
    padding: 0;
    width: 100%;
  }
  .aside h2 {
    position: relative;
    padding: 2.2rem;
    font-size: 1.8rem;
  }
  .aside h2::before,
  .aside h2::after {
    right: 2rem !important;
  }
  .aside .accordion_contents {
    padding: 0 1.1rem 2.1rem;
  }
  .aside .box dl {
    padding: 0.7rem 2rem;
  }
  .aside .box dt {
    font-size: 1.5rem;
  }
  .aside .box dd {
    font-size: 2rem;
    align-items: baseline;
  }
  .aside .box dd small {
    font-size: 1.5rem;
  }
  .aside .box dl.total dt {
    font-size: 2rem;
  }
  .aside .box dl.total dd {
    font-size: 2.8rem;
  }
  .aside .box + .note {
    font-size: 1.4rem;
  }
  .aside .plus {
    padding: 2.6rem 2.8rem;
  }
  .aside .plus .lead {
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 0.5rem;
    top: -1rem;
  }
  .aside .plus .ttl {
    font-size: 1.7rem;
    margin-bottom: 2.3rem;
  }
  .aside .plus .note {
    font-size: 1.2rem;
  }
  .aside .plus .check_list li {
    font-size: 1.6rem;
  }
  .aside .button_wrap {
    margin-top: 2.9rem;
  }
  .aside .button_wrap .buttons {
    margin-top: 1.8rem;
  }
  .aside .button_wrap .buttons .button {
    height: 6rem;
    font-size: 1.6rem;
  }
  .aside .button_wrap .buttons .button small {
    font-size: 1.2rem;
  }
  .aside .accordion_triger {
    position: relative;
    margin: 3rem auto 0;
    font-size: 1.2rem;
    padding-top: 1.9rem;
    text-align: center;
  }
  .aside .accordion_triger::before {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 1.4rem;
    height: 1px;
    background: var(--color-txt);
  }
}

/* omakase --------------------------- */
.omakase {
  width: 93.6rem;
  margin: 12rem 0 0 auto;
  padding: 0;
}
.omakase .ttl_h2 {
  padding: 2.3rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: var(--color-yellow);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.omakase .ttl_h2 span {
  background: var(--color-orange);
  color: var(--color-white);
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
  font-size: 2.6rem;
  font-weight: var(--bold);
  margin: 0 0.5rem;
}
.omakase .wrap {
  position: relative;
  padding: 4.3rem 6.2rem 5.5rem 20.8rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #E8F8F7;
}
.omakase .wrap h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.omakase .wrap .list {
  display: flex;
  gap: 1.8rem;
  justify-content: center;
}
.omakase .wrap .list li {
  position: relative;
  min-height: 21.7rem;
  width: calc(33.33% - (1.8rem * 2 / 3));
  background: var(--color-white);
  border-radius: 1rem;
  border: 1px solid var(--color-green);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  align-items: center;
  padding-top: 2.6rem;
}
.omakase .wrap .list li img {
  width: 7.9rem;
}
.omakase .wrap .list li .txt {
  font-size: 1.4rem;
}
.omakase .wrap .list li .txt span {
  display: block;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
.omakase .wrap .list li .txt small {
  display: block;
  font-size: 1.2rem;
  color: #A5A5A5;
}
.omakase .wrap .list li a {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.omakase .wrap .button {
  margin: 6rem auto 0;
}
.omakase .wrap::before {
  position: absolute;
  bottom: 0;
  left: -5rem;
  content: "";
  display: block;
  width: 23.6rem;
  height: 38.4rem;
  background: url(../img/common/omakase_img.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .omakase {
    width: 100%;
    margin-top: 6rem;
  }
  .omakase .ttl_h2 {
    padding: 2rem 0 2.2rem;
    font-size: 1.6rem;
  }
  .omakase .ttl_h2 span {
    font-size: 2.2rem;
    padding: 0 0.5rem;
  }
  .omakase .wrap {
    padding: 2.7rem 1.7rem;
  }
  .omakase .wrap .list {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .omakase .wrap .list li {
    width: 100%;
    height: 11.6rem;
    min-height: auto;
    flex-direction: row;
    gap: 0;
    padding: 0;
    text-align: left;
    padding-left: 1rem;
  }
  .omakase .wrap .list li .txt span {
    margin: 0;
  }
  .omakase .wrap .list li a {
    text-align: right;
  }
  .omakase .wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 2.9rem;
  }
  .omakase .wrap .button {
    margin-top: 25.3rem;
  }
  .omakase .wrap::before {
    left: 0.9rem;
    bottom: 6.2rem;
    width: 30.8rem;
    height: 22.9rem;
    background-image: url(../img/common/omakase_img_sp.png);
  }
}

/* contents --------------------------- */
.contents {
  position: relative;
  margin-top: 7.5rem;
  padding: 7rem 8rem 9rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.contents::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: var(--color-gr);
  transform: translateX(-50%);
}
.contents .ttl_h2 {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  text-align: center;
}
.banner_links {
  background: var(--color-glay) !important;
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 6rem 2rem;
    margin: 5.6rem -2rem 0;
    border-radius: 0;
  }
  .contents .ttl_h2 {
    font-size: 1.8rem;
    margin-bottom: 3.3rem;
  }
}

.df_under .reform_wrap {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .fixed_buttons .head_button a.mitumori {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed_buttons {
    right: 2rem;
  }
  .fixed_buttons .head_button a.line {
    display: none;
  }
  .fixed_buttons .head_button a.mitumori {
    width: 33.5rem;
    background-image: url(../img/common/icon_arrow.svg);
    background-position: center right 2.5rem;
    background-size: 1.1rem auto;
    background-repeat: no-repeat;
  }
  .fixed_buttons .head_button a.mitumori img {
    position: absolute;
    left: 2.2rem;
    top: 50%;
    width: 2.3rem;
    transform: translateY(-50%);
  }
}


/* 施工事例なしvar bannerlinks */
#single_itemall > .in + .banner_links {
  margin-top: 0;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #single_itemall > .in + .banner_links {
    padding-top: 8.7rem;
  }
}

/* 20250718 検索改修 -------------------- */
#single_itemall.renew .main {
  width: 109.6rem;
}
#single_itemall.renew .main .flex {
  align-items: flex-start;
}
#single_itemall.renew .product_info {
  width: 46rem;
}
.termlist {
  margin-top: 3.7rem;
}
.termlist dt {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.004em;
}
.termlist dt span {
  min-width: max-content;
}
.termlist dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}
.termlist ul {
  margin-top: 0 !important;
}
.main .termlist .keylist li,
.main .termlist .searchlist li {
  padding: 0.9rem;
  border: none;
  font-size: 1.3rem;
  font-weight: var(--bold);
  border-radius: 0.5rem;
}
.main .termlist .keylist li {
  background: var(--color-green);
  color: var(--color-white);
}
.main .maker img {
  width: 10rem;
  height: auto;
  mix-blend-mode: darken;
  margin: -1rem 0 0 -1rem;
}
.badges {
  margin-top: 1.7rem;
  display: flex;
  gap: 0.9rem;
  align-items: center;
}
.badges .badge {
  position: relative;
  width: 7.5rem;
}
.badges a.badge {
  margin-left: 0.7rem;
  width: 9.8rem;
}
.badges p.badge::after {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/badge_hojokin.png) center / contain no-repeat;
  transform: translate(-50%, -50%);
  filter: brightness(0) blur(3px);
  z-index: -1;
  opacity: 0.16;
}
/* uchimado */
#uchimado {
  margin-top: 2.6rem;
}
#uchimado .notes {
  padding: 1.3rem 8rem 0;
}
#uchimado .notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: var(--bold);
}
#uchimado .notes li + li {
  margin-top: 0.6rem;
}
.renew .aside .plus {
  padding-bottom: 2rem;
}
.renew .aside .plus + .note {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--bold);
  color: #5E5E5E;
}

.set {
  position: relative;
}
.set > .txt {
  padding: 0.7rem 2rem;
  text-align: right;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #F58600;
  background: rgb(245 134 0 / 0.11);
  border-radius: 1.9rem;
}
.set > .txt strong {
  font-size: 2rem;
}
.set .hatena {
  position: absolute;
  left: 1.7rem;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  background: #B4B4B4;
  border-radius: 100%;
  font-family: var(--font-en);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-white);
  transform: translateY(-50%);
  cursor: pointer;
}
.set .hatena_con {
  position: absolute;
  margin-top: 1rem;
  max-width: 28.8rem;
  background: #E8F8F7;
  border: 1px solid var(--color-green);
  border-radius: 0.5rem;
  padding: 2.9rem 1.7rem 3.7rem 2.4rem;
  z-index: 2;
  display: none;
}
.set .hatena_con .hatena_close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/common/icon_hatena_close.png) center/contain no-repeat;
  z-index: 3;
  cursor: pointer;
}
.set .hatena_con .txt {
  font-weight: var(--regular);
  font-size: 1.4rem;
  line-height: 1.57;
}
.list_hatena {
  position: relative;
}
.list_hatena .set {
  position: static;
}
.list_hatena .set .hatena {
  right: 0;
  top: 50%;
  left: auto;
}
.list_hatena .set .hatena_con {
  right: -1.5rem;
}
.renew .aside .box dl:not(:last-of-type) {
  border: none;
}
.renew .aside .box dl:not(:first-of-type, .total) {
  border-top: 1px solid #E5E5E5;
}
.set .hatena_con::before,
.set .hatena_con::after {
  position: absolute;
  top: -1.5rem;
  left: 1.6rem;
  content: "";
  width: 0;
  height: 0;
  border-style:solid;
  border-width: 0 1rem 1.7rem 1rem;
  border-color: transparent transparent #E8F8F7 transparent;
}
.set .hatena_con::after {
  border-color: transparent transparent var(--color-green) transparent;
  z-index: -1;
  top: -1.75rem;
}
.list_hatena .set .hatena_con::before,
.list_hatena .set .hatena_con::after {
  right: 1.3rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  #single_itemall.renew .main {
    width: 100%;
  }
  .badges {
    margin-bottom: 3.2rem;
  }
  .termlist {
    margin-top: 3rem;
  }
  .termlist dt {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
    gap: 1rem;
  }
  .termlist + .aside.sp {
    margin-top: 3.1rem;
  }
  .renew .aside h2 {
    margin-bottom: 0;
  }
  .renew .aside .box dl.total dd {
    font-size: 4rem;
  }
  .renew .aside .button_wrap .lead {
    font-size: 1.5rem;
  }
  .renew .aside .plus + .note {
    margin-top: 1.4rem;
  }
  #uchimado img {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
  #uchimado .notes {
    padding: 2rem 0 0;
  }
  #uchimado .notes li {
    font-size: 1.4rem;
    font-weight: var(--regular);
  }
  #uchimado .notes li + li {
    margin-top: 1.4rem;
  }
  .set > .txt {
    font-size: 1.5rem;
  }
  .set > .txt strong {
    font-size: 1.8rem;
  }
}
/* description */
#description {
  margin-top: 4rem;
}
.description_block table {
  margin: 0;
}
.description_block table th:first-of-type {
  width: 37.4rem;
}
.description_block table td {
  font-weight: var(--bold);
}
#description .block + .block {
  padding-top: 9rem;
}
#description .block .name {
  text-align: center;
  color: var(--color-green);
  font-size: 2.5rem;
  font-weight: var(--bold);
  margin: 0 auto;
}
/* hikaku */
#description #hikaku {
  margin: 0 -4rem;
}
#description #hikaku .ttl_h2 {
  margin-bottom: 0;
}
#description #hikaku table th {
  font-size: 1.7rem;
}
#description #hikaku table td:first-of-type {
  width: 17.2rem;
  padding: 0.9rem;
}
#description #hikaku table td:first-of-type img {
  width: 15.5rem;
}
#description #hikaku table td:nth-of-type(2) {
  width: 15.9rem;
  font-size: 1.3rem;
  font-weight: var(--bold);
}
#description #hikaku table td:nth-of-type(3) {
  width: 19.1rem;
  text-align: left;
}
#description #hikaku table td .price {
  font-size: 2.2rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
  color: #FF0000;
  margin: 0;
}
#description #hikaku table td .price small {
  font-size: 1.1rem;
  font-family: var(--font-ja);
  font-weight: var(--regular);
  padding-left: 0.5rem;
}
#description #hikaku table td .retail_price {
  font-size: 0.9rem;
  font-weight: var(--bold);
  letter-spacing: 0.03em;
  margin: 0;
}
#description #hikaku table .kinoulist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
}
#description #hikaku table .kinoulist li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: var(--bold);
  background: var(--color-lght-green);
  border-radius: 0.5rem;
  border: 1px solid #26B8AB;
  width: calc(33.33% - (0.9rem * 2 / 3));
}
/* faq */
#description #faq .ttl_h2 {
  position: relative;
  padding-bottom: 5.4rem;
  margin-bottom: 0;
}
#description #faq .ttl_h2::before {
  position: absolute;
  bottom: 0;
  left: 14.8rem;
  content: "";
  width: 14.8rem;
  height: 14.8rem;
  background: url(../img/common/itemall_uchimado_faq.png) center/contain no-repeat;
}
#description #faq .faq_block {
  padding: 0;
}
#description #faq .faq_block dt {
  padding: 3.2rem 7rem 3.2rem 4.5rem;
  margin: 0;
}
#description #faq .faq_block dd {
  display: none;
  padding: 0 8.3rem 4.9rem 7.6rem;
}
#description #faq .faq_block dt::before, 
#description #faq .faq_block dt::after {
  right: 3rem;
  width: 1.9rem;
}
#description #faq .button {
  margin: 3.8rem auto 0;
}
/* omakase */
.contents .omakase .ttl_h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0;
}
.contents .omakase .wrap {
  margin: 0;
}
.contents .omakase .wrap h3 {
  margin-top: 0;
}
.contents .omakase .wrap .list li .txt {
  margin: 0;
}
.contents .omakase .wrap .list li .txt span {
  color: initial;
}
@media screen and (max-width: 767px) {
  .description_block table th:first-of-type {
    width: auto;
  }
  .description_block .ttl_h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  #description .block .name {
    font-size: 1.4rem;
  }
  .description_block table th {
    font-size: 1.5rem !important;
  }
  .description_block table td {
    font-size: 1.2rem !important;
    min-width: 25.5rem;
  }
  #description #hikaku {
    margin: 0;
  }
  #description #hikaku table td:first-of-type {
    width: 16rem;
    padding: 0.8rem;
  }
  #description #hikaku table td:first-of-type img {
    width: 14.4rem;
  }
  #description #hikaku table td:nth-of-type(2) {
    width: 15rem;
    white-space: normal;
    font-size: 1.2rem;
  }
  #description #hikaku table td:nth-of-type(3) {
    width: 16rem;
  }
  #description #hikaku table td:last-of-type {
    width: 40rem;
  }
  #description #hikaku table td .price {
    font-size: 1.7rem;
  }
  #description #hikaku table td .price small,
  #description #hikaku table td .retail_price {
    font-size: 0.7rem;
  }
  #description #hikaku table .kinoulist li {
    font-size: 1.2rem;
    white-space: normal;
  }
  #description #faq .ttl_h2 {
    padding-bottom: 2.6rem;
  }
  #description #faq .ttl_h2::before {
    left: 1rem;
    width: 7.4rem;
    height: 7.4rem;
  }
  #description #faq .faq_block dt {
    padding: 2.4rem 5rem 2.4rem 2.4rem;
    font-size: 1.4rem;
  }
  #description #faq .faq_block dd {
    padding: 0 2.4rem 3.5rem;
    font-size: 1.3rem;
  }
  #description #faq .faq_block dt::before,
  #description #faq .faq_block dt::after {
    width: 1.2rem;
    right: 2.4rem;
  }
  .contents .omakase .ttl_h2 {
    font-size: 1.8rem;
  }
}