@charset "UTF-8";
/* Common */
html {
  font-size: 0.625em;
}

.u-pc {
  display: none;
}
[data-browse-mode=P] .u-pc {
  display: inherit !important;
}
.u-sp {
  display: none;
}
[data-browse-mode=S] .u-sp {
  display: inherit !important;
}
.u-bold {
  font-weight: bold;
}
.u-ti1 {
  padding-left: 1em;
  text-indent: -1em;
}
.u-tar {
  text-align: right;
}
.u-fadeInUp {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.u-fadeInUp.in {
  opacity: 1;
  transform: translateY(0);
}

[data-browse-mode=P] img.u-pc {
  display: inline-block !important;
}

[data-browse-mode=S] img.u-sp {
  display: inline-block !important;
}

body.page-contentspages .revico-comment-outer-head,
body.page-contentspages #revico-comment.revico-comment-body {
  background: transparent;
  border: none;
  margin: 0;
}
[data-browse-mode=S] body.page-contentspages .revico-comment-outer-head,
[data-browse-mode=S] body.page-contentspages #revico-comment.revico-comment-body {
  padding-left: 0;
  padding-right: 0;
}
body.page-contentspages .revico-comment-outer-head .revico-comment-footer .revico-comment-footer--writebutton-wrapper,
body.page-contentspages #revico-comment.revico-comment-body .revico-comment-footer .revico-comment-footer--writebutton-wrapper {
  display: none;
}

/* Common */
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* =================================================
  utility
================================================= */
#lp-chokusoupc {
  /* Reset */
  /* Reset */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #595757;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background-color: #fff;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  background: #fff;
  word-break: break-word;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #221815;
  line-height: 1.5;
  font-feature-settings: "palt";
  padding-bottom: 100px;
}
#lp-chokusoupc a {
  color: inherit;
}
#lp-chokusoupc img {
  max-width: 100%;
  vertical-align: bottom;
}
#lp-chokusoupc h1,
#lp-chokusoupc h2,
#lp-chokusoupc h3,
#lp-chokusoupc h4,
#lp-chokusoupc h5,
#lp-chokusoupc h6 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: inherit;
}
#lp-chokusoupc h1:before, #lp-chokusoupc h1:after,
#lp-chokusoupc h2:before,
#lp-chokusoupc h2:after,
#lp-chokusoupc h3:before,
#lp-chokusoupc h3:after,
#lp-chokusoupc h4:before,
#lp-chokusoupc h4:after,
#lp-chokusoupc h5:before,
#lp-chokusoupc h5:after,
#lp-chokusoupc h6:before,
#lp-chokusoupc h6:after {
  content: none;
  background: none;
  border: none;
  height: auto;
  width: auto;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  transform: none;
}
#lp-chokusoupc sup,
#lp-chokusoupc sub {
  line-height: 0;
  font-size: 75%;
  position: relative;
}
#lp-chokusoupc sup {
  vertical-align: super;
}
#lp-chokusoupc sub {
  vertical-align: sub;
}
#lp-chokusoupc a:hover,
#lp-chokusoupc a:focus {
  text-decoration: none;
}
[data-browse-mode=S] #lp-chokusoupc {
  padding-bottom: 84px;
}
#lp-chokusoupc .pane-footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
}
#lp-chokusoupc .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
[data-browse-mode=S] #lp-chokusoupc .inner {
  width: 100%;
  padding: 0 4%;
}
#lp-chokusoupc .sec__header {
  background-color: #fff;
  padding: 20px 40px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__header {
  padding: 10px 4%;
}
[data-browse-mode=S] #lp-chokusoupc .sec__header-logo {
  width: 100px;
}
#lp-chokusoupc .sec__mv {
  background-image: url("../../../../img/usr/lp/lp-chokusoupc/mv_bg.jpg?v=240920");
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 0 42px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv {
  background-size: cover;
  padding: 40px 0;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv .inner {
  position: relative;
}
#lp-chokusoupc .sec__mv.in .sec__mv-offer-ttl {
  opacity: 1;
  transform: translateY(0);
}
#lp-chokusoupc .sec__mv.in .sec__mv-offer-img {
  opacity: 1;
  transform: translateY(0);
}
#lp-chokusoupc .sec__mv.in .sec__mv-offer-txt {
  opacity: 1;
  transform: translateY(0);
}
#lp-chokusoupc .sec__mv.in .sec__mv-btn {
  opacity: 1;
  transform: translateY(0);
}
#lp-chokusoupc .sec__mv-offer {
  display: grid;
  grid-template-columns: 1fr 305px 30px 145px 202px auto 1fr;
  grid-template-rows: auto 44px auto;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv-offer {
  max-width: 460px;
  margin: 0 auto;
  grid-template-columns: 1fr 55% 15px 32% 1fr;
  grid-template-rows: 1fr auto 20px auto;
}
#lp-chokusoupc .sec__mv-offer-ttl {
  grid-column: 5/6;
  grid-row: 1/2;
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 1.2s ease-in-out 0.4s, transform 0.8s ease-in-out 0.4s;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv-offer-ttl {
  grid-column: 4/5;
  grid-row: 1/2;
}
#lp-chokusoupc .sec__mv-offer-img {
  grid-column: 2/3;
  grid-row: 2/4;
  filter: drop-shadow(0 0 8px rgba(173, 133, 35, 0.6));
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 1.2s ease-in-out 0.6s, transform 0.8s ease-in-out 0.6s;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv-offer-img {
  grid-column: 2/3;
  grid-row: 1/3;
}
#lp-chokusoupc .sec__mv-offer-txt {
  grid-column: 4/7;
  grid-row: 3/4;
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 1.2s ease-in-out 0.6s, transform 0.8s ease-in-out 0.6s;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv-offer-txt {
  grid-column: 1/6;
  grid-row: 4/5;
}
#lp-chokusoupc .sec__mv-offer-txt img {
  width: 460px;
}
#lp-chokusoupc .sec__mv-btn {
  margin-top: 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(3%);
  transition: opacity 1.2s ease-in-out 0.8s, transform 0.8s ease-in-out 0.8s;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv-btn {
  max-width: 460px;
  margin: 20px auto 0;
}
#lp-chokusoupc .sec__mv-btn a {
  display: inline-block;
}
[data-browse-mode=S] #lp-chokusoupc .sec__mv-btn a {
  display: block;
}
#lp-chokusoupc .sec__about {
  background-color: #fff;
  padding: 120px 0;
}
#lp-chokusoupc .sec__about-body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
#lp-chokusoupc .sec__about-badge {
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: bold;
  color: #593c15;
  padding: 0.5em 0.25em;
  border: 4px double currentColor;
  letter-spacing: 0.14em;
}
#lp-chokusoupc .sec__about-ttl {
  writing-mode: vertical-rl;
  font-size: 26px;
  font-weight: bold;
  color: #ad8523;
  line-height: 2.5;
  letter-spacing: 0.14em;
}
#lp-chokusoupc .sec__feature-body {
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-body {
  min-height: auto !important;
  padding: 30px 0;
  background-size: cover;
}
#lp-chokusoupc .sec__feature-body:nth-child(1) {
  min-height: 650px;
  background-image: url("../../../../img/usr/lp/lp-chokusoupc/feature_bg01.jpg");
}
#lp-chokusoupc .sec__feature-body:nth-child(2) {
  min-height: 650px;
  background-image: url("../../../../img/usr/lp/lp-chokusoupc/feature_bg02.jpg");
  color: #fff;
}
#lp-chokusoupc .sec__feature-body:nth-child(3) {
  min-height: 500px;
  background-image: url("../../../../img/usr/lp/lp-chokusoupc/feature_bg03.jpg");
}
#lp-chokusoupc .sec__feature-body:nth-child(odd) .sec__feature-main {
  background-color: rgba(255, 255, 255, 0.4);
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-body:nth-child(odd) .sec__feature-main {
  background-color: rgba(255, 255, 255, 0.7);
}
#lp-chokusoupc .sec__feature-body:nth-child(even) .sec__feature-main {
  background-color: rgba(255, 255, 255, 0.16);
  margin-left: auto;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-body:nth-child(even) .sec__feature-main {
  background-color: rgba(0, 0, 0, 0.16);
}
#lp-chokusoupc .sec__feature-main {
  width: 500px;
  padding: 50px 40px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-main {
  width: 100%;
  padding: 30px 20px;
}
#lp-chokusoupc .sec__feature-main-ttl {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-main-ttl {
  font-size: 27px;
  margin-bottom: 15px;
}
#lp-chokusoupc .sec__feature-main-txt {
  font-size: 18px;
  line-height: 2;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-main-txt {
  font-size: 15px;
}
#lp-chokusoupc .sec__feature-main-txt .-lg {
  font-size: 20px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-main-txt .-lg {
  font-size: 17px;
}
#lp-chokusoupc .sec__feature-main-txt .-lg > span {
  display: block;
  border-bottom: 1px solid #ad8523;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-main-txt .-lg > span {
  display: inline;
}
#lp-chokusoupc .sec__feature-main-txt p + p {
  margin-top: 15px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__feature-main-txt p + p {
  margin-top: 10px;
}
#lp-chokusoupc .sec__factory {
  padding: 80px 0;
  background: linear-gradient(to right, rgba(173, 133, 35, 0.4), rgba(173, 133, 35, 0.1));
}
[data-browse-mode=S] #lp-chokusoupc .sec__factory {
  padding: 40px 0;
}
#lp-chokusoupc .sec__factory-box {
  display: flex;
  gap: 40px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__factory-box {
  flex-direction: column;
  gap: 30px;
}
#lp-chokusoupc .sec__factory-ttl {
  font-size: 31px;
  font-weight: bold;
  color: #ad8523;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
[data-browse-mode=S] #lp-chokusoupc .sec__factory-ttl {
  font-size: 27px;
}
#lp-chokusoupc .sec__factory-txt {
  margin-top: 1em;
}
#lp-chokusoupc .sec__factory-txt p {
  font-size: 16px;
  line-height: 2;
}
[data-browse-mode=S] #lp-chokusoupc .sec__factory-txt p {
  font-size: 14px;
}
#lp-chokusoupc .sec__factory-txt p + p {
  margin-top: 0.75em;
}
#lp-chokusoupc .sec__factory-img {
  flex: 0 0 auto;
  width: 480px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__factory-img {
  width: 100%;
}
#lp-chokusoupc .sec__cta {
  padding: 80px 0;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta {
  padding: 40px 0;
}
#lp-chokusoupc .sec__cta-ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-ttl {
  font-size: 24px;
}
#lp-chokusoupc .sec__cta-body {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(68, 51, 2, 0.3);
  display: flex;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-body {
  flex-direction: column;
}
#lp-chokusoupc .sec__cta-txt {
  flex: 0 0 auto;
  width: 590px;
  padding: 30px 40px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-txt {
  width: 100%;
  padding: 20px 3%;
}
#lp-chokusoupc .sec__cta-btn {
  margin-top: 20px;
  text-align: center;
}
#lp-chokusoupc .sec__cta-btn a {
  display: inline-block;
}
#lp-chokusoupc .sec__cta .cmn__table {
  border-bottom: 1px solid #ad8523;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta .cmn__table {
  border-bottom: none;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta .cmn__table dl {
  display: block;
}
#lp-chokusoupc .sec__cta .cmn__table dl:nth-child(n+2) {
  margin-top: 0;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta .cmn__table dl:nth-child(n+2) {
  margin-top: 5px;
}
#lp-chokusoupc .sec__cta .cmn__table dl:nth-child(n+2) dt {
  border-top: 1px solid #fff;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta .cmn__table dl:nth-child(n+2) dt {
  border-top: none;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta .cmn__table dt {
  width: 100%;
}
#lp-chokusoupc .sec__cta .cmn__table dd {
  border-top: 1px solid #ad8523;
  border-right: 1px solid #ad8523;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta .cmn__table dd {
  border: 1px solid #ad8523;
}
#lp-chokusoupc .sec__cta-info {
  margin-top: 80px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info {
  margin-top: 40px;
}
#lp-chokusoupc .sec__cta-info-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #e6e6e6;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table {
  display: block;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table tbody, [data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table tr {
  display: block;
  width: 100%;
}
#lp-chokusoupc .sec__cta-info-table th,
#lp-chokusoupc .sec__cta-info-table td {
  padding: 30px;
  border: 1px solid #e6e6e6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table th,
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table td {
  display: block;
  padding: 10px;
}
#lp-chokusoupc .sec__cta-info-table th {
  width: 232px;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table th {
  width: 100%;
}
#lp-chokusoupc .sec__cta-info-table th .-sm {
  font-size: 14px;
  font-weight: normal;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table td {
  font-size: 14px;
}
#lp-chokusoupc .sec__cta-info-table td .-lg {
  font-size: 20px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__cta-info-table td .-lg {
  font-size: 17px;
}
#lp-chokusoupc .sec__cta-info-table ul {
  display: flex;
  flex-wrap: wrap;
}
#lp-chokusoupc .sec__cta-info-table ul li {
  width: 40%;
}
#lp-chokusoupc .sec__cta-info-table ul li:nth-child(even) {
  margin-left: 20%;
}
#lp-chokusoupc .sec__cta-info-table ul li:nth-child(n+3) {
  margin-top: 5px;
}
#lp-chokusoupc .sec__cta-info-table ul li dl {
  display: flex;
  justify-content: space-between;
}
#lp-chokusoupc .sec__cta-info-table ul li dl dt {
  text-align-last: justify;
  flex: 1 1 auto;
  max-width: 5em;
}
#lp-chokusoupc .sec__cta-info-table ul li dl .-kcal {
  margin-right: -1.5em;
}
#lp-chokusoupc .sec__cta-info-sub {
  max-width: 800px;
  margin: 10px auto 5px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
#lp-chokusoupc .sec__cta-info-caution {
  max-width: 800px;
  margin: 40px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-feature-settings: normal;
}
#lp-chokusoupc .sec__cta-info-caution h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
#lp-chokusoupc .sec__profile {
  background-image: url("../../../../img/usr/lp/lp-chokusoupc/profile_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ad8523;
  padding: 60px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}
[data-browse-mode=S] #lp-chokusoupc .sec__profile {
  padding: 40px 0;
  background-size: 110%;
  background-position: right center;
}
#lp-chokusoupc .sec__profile-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp-chokusoupc .sec__profile-ttl {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.36em;
  padding: 0 30px 20px;
  border-bottom: 2px solid #fff;
  position: relative;
}
[data-browse-mode=S] #lp-chokusoupc .sec__profile-ttl {
  font-size: 24px;
}
#lp-chokusoupc .sec__profile-ttl:before, #lp-chokusoupc .sec__profile-ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
}
#lp-chokusoupc .sec__profile-ttl:before {
  border-width: 14px 8px 0;
  border-color: #fff transparent transparent;
}
#lp-chokusoupc .sec__profile-ttl:after {
  border-width: 12px 6px 0;
  border-color: #ad8523 transparent transparent;
}
#lp-chokusoupc .sec__profile-logo {
  margin-top: 40px;
}
#lp-chokusoupc .sec__profile-txt {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
[data-browse-mode=S] #lp-chokusoupc .sec__profile-txt {
  font-size: 16px;
  text-align: left;
}
#lp-chokusoupc .sec__profile-btn {
  margin-top: 30px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__profile-btn {
  width: 100%;
}
#lp-chokusoupc .sec__profile-btn a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 12px 86px;
  border: 1px solid #fff;
}
[data-browse-mode=S] #lp-chokusoupc .sec__profile-btn a {
  display: block;
  padding: 20px;
}
#lp-chokusoupc .sec__profile-btn a:hover {
  color: #ad8523;
  background-color: #fff;
}
#lp-chokusoupc .sec__footer {
  padding: 10px 0;
}
#lp-chokusoupc .sec__footer-copyright {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
#lp-chokusoupc #fixBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(226, 188, 107, 0.7);
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
[data-browse-mode=S] #lp-chokusoupc #fixBtn {
  padding: 10px 4vw;
}
#lp-chokusoupc #fixBtn.-show {
  opacity: 1;
  visibility: visible;
}
[data-browse-mode=S] #lp-chokusoupc #fixBtn a,
[data-browse-mode=S] #lp-chokusoupc #fixBtn span {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
#lp-chokusoupc #pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  display: block;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
}
[data-browse-mode=S] #lp-chokusoupc #pageTop {
  bottom: 90px;
  right: 10px;
  width: 40px;
  height: 40px;
}
#lp-chokusoupc #pageTop.-show {
  opacity: 1;
}
#lp-chokusoupc #pageTop:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNMjU2IDBjMTQxLjM5IDAgMjU2IDExNC42MiAyNTYgMjU2UzM5Ny4zOSA1MTIgMjU2IDUxMiAwIDM5Ny4zOSAwIDI1NiAxMTQuNjEgMCAyNTYgMHoiIGZpbGw9IiM0ZjAwMDIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0yNTYgMjBjMTMwLjM0IDAgMjM2IDEwNS42NiAyMzYgMjM2UzM4Ni4zNCA0OTIgMjU2IDQ5MiAyMCAzODYuMzQgMjAgMjU2IDEyNS42NiAyMCAyNTYgMjB6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMjU2IDM1YzEyMi4wNiAwIDIyMSA5OC45NCAyMjEgMjIxcy05OC45NCAyMjEtMjIxIDIyMVMzNSAzNzguMDUgMzUgMjU2IDEzNCAzNSAyNTYgMzV6IiBmaWxsPSIjNGYwMDAyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTUxIDI2MS4xOWwxNi42MyAxNi41IDc2LjYxLTc2VjM1NWgyMy41MlYyMDEuNjdsNzYuNjEgNzZMMzYxIDI2MS4xOSAyNTYgMTU3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  background-size: 100%;
}
#lp-chokusoupc .cmn__table {
  margin-top: 8px;
}
#lp-chokusoupc .cmn__table dl {
  display: flex;
}
#lp-chokusoupc .cmn__table dl:nth-child(n+2) {
  margin-top: 2px;
}
#lp-chokusoupc .cmn__table dl dt {
  flex: 0 0 auto;
  width: 120px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ad8523;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
[data-browse-mode=S] #lp-chokusoupc .cmn__table dl dt {
  font-size: 14px;
  width: 100px;
  padding: 8px 5px;
}
#lp-chokusoupc .cmn__table dl dd {
  flex: 1 1 auto;
  padding: 6px 10px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
[data-browse-mode=S] #lp-chokusoupc .cmn__table dl dd {
  font-size: 15px;
  padding: 8px 10px;
}
#lp-chokusoupc .cmn__table dl dd .-sm {
  font-size: 15px;
}
[data-browse-mode=S] #lp-chokusoupc .cmn__table dl dd .-sm {
  font-size: 13px;
}
#lp-chokusoupc .cmn__table dl dd .-caption {
  font-size: 13px;
  font-weight: normal;
}
[data-browse-mode=S] #lp-chokusoupc .cmn__table dl dd .-caption {
  font-size: 12px;
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head {
  background: transparent;
  border: none;
  margin: 0;
  padding-top: 56px;
  padding-bottom: 40px;
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 {
  border-top: 0;
  color: #4f0002;
  display: block;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.15;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
  background: none;
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl {
  color: #523b3b;
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  position: relative;
  text-align: center;
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl:before, #lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl:after {
  display: block;
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl:before {
  content: "Review";
  font-family: Wix Madefor Text, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #e52e3d;
  margin-bottom: 8px;
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl:after {
  content: "レビュー一覧";
}
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl .pane-block--title--en,
#lp-chokusoupc .sec__voice .revico-comment-outer-head .pane-block--title02 .pane-block--title--lbl .pane-block--title--ja {
  display: none;
}
#lp-chokusoupc .sec__voice #revico-comment {
  background-color: transparent;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-widget {
  font-family: Zen Kaku Gothic New, sans-serif;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-filter,
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort,
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-footer--more button,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--filter,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--sort {
  align-items: center;
  background: grey;
  border-radius: 9999px;
  display: inline-flex;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  height: 40px;
  justify-content: center;
  max-width: 100%;
  opacity: 1;
  padding: 0 1em;
  text-align: center;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background, color;
  cursor: pointer;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-filter,
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort,
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-footer--more button,
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--filter,
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--sort {
  height: 3.8rem;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-filter:hover,
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort:hover,
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-footer--more button:hover,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--filter:hover,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--sort:hover {
  background-color: #523b3b;
  opacity: 1;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-filter span,
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort span,
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-footer--more button span,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--filter span,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--sort span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  position: static;
  width: auto;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-filter span:before,
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort span:before,
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-footer--more button span:before,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--filter span:before,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--sort span:before {
  background: url(https://show.revico.jp/img/filter.png) no-repeat 0/100%;
  content: " ";
  display: block;
  height: 13.42px;
  margin-right: 8px;
  position: relative;
  top: 0.1em;
  width: 12.86083px;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort span:before,
#lp-chokusoupc .sec__voice #revico-comment button.revico-comment-footer--sort span:before {
  background-image: url(https://show.revico.jp/img/sort.png);
  height: 14px;
  width: 13.41667px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-header {
  margin-bottom: 1.6rem;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-header-wrapper {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-header-wrapper {
  margin: 0;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-filter,
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-header .revico-comment-sort {
  width: 180px;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-row-wrapper {
  width: 100%;
  margin: 0 0 0.8rem !important;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row {
  width: 100%;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row {
  margin: 0 !important;
  padding: 0;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  color: #523b3b;
  line-height: 1.7;
  padding: 32px;
  background-color: #fcf7ee;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 2rem;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-no-comment {
  padding: 40px;
  font-size: 14px;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-star-block {
  margin-bottom: 16px !important;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-star-block--review-title {
  font-size: 1.4rem;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-detail--content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-detail--more {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #fcf7ee)) !important;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-detail--more span {
  background-color: #fcf7ee !important;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-review-comment-detail--more span {
  padding: 0;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto 0;
  max-width: 100%;
  padding-bottom: 56px;
  padding-top: 24px;
  width: 408px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer {
  margin: 1.2rem auto 0;
  padding-bottom: 3.2rem;
  padding-top: 1.2rem;
  width: 40.6rem;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer > * {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-review-comment-footer--more {
  flex: 0 0 auto;
  margin: 16px 0 0;
  padding: 0 4px;
  width: 100%;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-review-comment-footer--more {
  margin: 1.2rem 0 0;
  padding: 0;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-review-comment-footer--more button {
  background-color: #523b3b;
  height: 50px;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-review-comment-footer--more button {
  width: 100%;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-review-comment-footer--more button:hover {
  background-color: #705050;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-review-comment-footer--more button span:before {
  background-image: url(https://show.revico.jp/img/more.png);
  height: 18px;
  width: 17.25px;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--paging-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--paging-buttons {
  width: 100%;
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--paging-buttons .revico-comment-footer--filter,
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--paging-buttons .revico-comment-footer--sort {
  flex: 0 0 auto;
  margin: 16px 4px 0;
  width: calc(50% - 8px);
}
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--paging-buttons .revico-comment-footer--filter,
[data-browse-mode=S] #lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--paging-buttons .revico-comment-footer--sort {
  margin: 1.2rem 0.3rem 0;
  width: calc(50% - 0.6rem);
}
#lp-chokusoupc .sec__voice #revico-comment .revico-comment-footer .revico-comment-footer--writebutton-wrapper {
  display: none;
}/*# sourceMappingURL=style_250901.css.map */