@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
@font-face {
  font-family: "myfont"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/myfont.ttf") format("truetype");
  src: url("../fonts/myfont.woff") format("woff");
}
.f-shippo {
  font-family: "Shippori Mincho", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pane-main {
  max-width: none;
}

.pane-contents .container {
  display: block;
}

@media screen and (min-width: 768px) {
  .block-category-list {
    padding-top: 0;
  }
}

.block-category-list--header {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body > .wrapper {
    overflow: inherit;
  }
}

.main-contents {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .main-contents {
    letter-spacing: 0.17em;
  }
}
.main-contents h1, .main-contents h2, .main-contents h3, .main-contents h4, .main-contents h5 {
  margin: 0;
}
.main-contents img {
  height: auto;
}
.main-contents .inner-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.main-contents .swiper-navigation-icon {
  display: none;
}
.main-contents .bg-main {
  background-color: #fff4e1;
}
@media screen and (min-width: 768px) {
  .main-contents .inner-wrap__1024 {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents .inner-wrap__1280 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-contents .arrowLink-small {
  position: relative;
}
.main-contents .arrowLink-small:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-contents .colorBrown {
  color: #552b21;
}
.main-contents #mv {
  position: relative;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.main-contents #mv .swiper-slide-active .swiper-img,
.main-contents #mv .swiper-slide-duplicate-active .swiper-img,
.main-contents #mv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.main-contents #mv .swiper-slide img {
  width: 100%;
}
.main-contents #mv .mv-copy {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .main-contents #mv .mv-copy {
    top: 20%;
    bottom: auto;
    width: 30%;
  }
}
.main-contents #mv .mv-text {
  display: inline-block;
  background-color: rgba(248, 248, 248, 0.9);
  padding: 20px 20px;
  position: absolute;
  left: 0px;
  bottom: 65px;
  width: 85%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents #mv .mv-text {
    padding: 2% 40px;
    left: 55px;
    bottom: 10%;
    width: 35%;
    max-width: 600px;
  }
}
.main-contents #mv .mv-text p {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .main-contents #mv .mv-text p {
    font-size: 16px;
  }
}
.main-contents #mv .mv-text h2 {
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .main-contents #mv .mv-text h2 {
    font-size: 24px;
  }
}
.main-contents #mv .mv-notice {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 15px;
  padding: 0 20px;
  z-index: 1;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .main-contents #mv .mv-notice {
    left: 55px;
    bottom: 4%;
    padding: 0;
    font-size: 12px;
  }
}
.main-contents #nav .nav-contents__wrap {
  border-top: 2px solid #552b21;
  border-bottom: 1px solid #552b21;
}
.main-contents #nav .nav-contents__wrap > * {
  border-top: 1px solid #552b21;
  position: relative;
  padding: 20px 15px 30px;
}
@media screen and (min-width: 768px) {
  .main-contents #nav .nav-contents__wrap > * {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-contents #nav .nav-contents__wrap > *:nth-of-type(1) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .main-contents #nav .nav-contents__wrap > *:nth-of-type(2) {
    border-top: none;
  }
}
.main-contents #nav .nav-contents__wrap > *:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #552b21;
}
@media screen and (max-width: 767px) {
  .main-contents #nav .nav-contents__wrap > *:nth-of-type(even):after {
    content: none;
  }
}
.main-contents #nav .nav-contents__wrap > *:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c58e36;
  border-right: 1px solid #c58e36;
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .main-contents #nav .nav-contents__wrap > *:before {
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #nav .nav-contents__wrap > *:last-of-type:after {
    content: none;
  }
}
.main-contents #award {
  background-image: url("../img/award_bg_sp.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .main-contents #award {
    background-image: url("../img/award_bg.jpg");
  }
}
.main-contents #teaTime {
  background-color: #b5a175;
}
.main-contents #teaTime .teatime-swiper {
  position: relative;
}
.main-contents #teaTime .teatime-swiper .swiper-button-prev, .main-contents #teaTime .teatime-swiper .swiper-button-next {
  background-image: none;
  top: 35%;
}
@media screen and (min-width: 768px) {
  .main-contents #teaTime .teatime-swiper .swiper-button-prev, .main-contents #teaTime .teatime-swiper .swiper-button-next {
    top: 50%;
  }
}
.main-contents #teaTime .teatime-swiper .swiper-button-prev:after, .main-contents #teaTime .teatime-swiper .swiper-button-next:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-right: 2px solid rgb(255, 255, 255);
  border-top: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .main-contents #teaTime .teatime-swiper .swiper-button-prev:after, .main-contents #teaTime .teatime-swiper .swiper-button-next:after {
    width: 48px;
    height: 48px;
  }
}
.main-contents #teaTime .teatime-swiper .swiper-button-prev {
  left: 15px;
}
@media screen and (min-width: 768px) {
  .main-contents #teaTime .teatime-swiper .swiper-button-prev {
    left: 15px;
  }
}
.main-contents #teaTime .teatime-swiper .swiper-button-prev:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.main-contents #teaTime .teatime-swiper .swiper-button-next {
  right: 10px;
}
@media screen and (min-width: 768px) {
  .main-contents #teaTime .teatime-swiper .swiper-button-next {
    right: 45px;
  }
}
.main-contents #teaTime .teatime-swiper .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-contents #teaTime .teatime-swiper:not(.swiper_not_started) .swiper-button-prev, .main-contents #teaTime .teatime-swiper:not(.swiper_not_started) .swiper-button-next {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
.main-contents #point .point-content__body {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__body {
    padding-bottom: 55px;
  }
}
.main-contents #point .point-content__body--inner {
  overflow: hidden;
  position: relative;
}
.main-contents #point .point-content__body--title {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__body--title {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__text {
    -webkit-transform: translateY(calc(100% - 105px));
            transform: translateY(calc(100% - 105px));
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__text.point-content__text--1lines {
    -webkit-transform: translateY(calc(100% - 6.5em));
            transform: translateY(calc(100% - 6.5em));
  }
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__text.point-content__text--2lines {
    -webkit-transform: translateY(calc(100% - 5em));
            transform: translateY(calc(100% - 5em));
  }
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__text.point-content__text--4lines {
    -webkit-transform: translateY(calc(100% - 8.5em));
            transform: translateY(calc(100% - 8.5em));
  }
}
.main-contents #point .point-content__text-description {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__text-description {
    margin-top: 20px;
  }
}
.main-contents #point .point-content__bg {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .main-contents #point .point-content__btn {
    cursor: pointer;
  }
}
.main-contents #point .point-content__btn.pointContentShow .point-content__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-contents #point .point-content__btn.pointContentShow .read-more-btn__icon::before {
  width: 10px;
  height: 1px;
}
.main-contents #point .point-content__btn.pointContentShow .read-more-btn__icon::after {
  width: 0;
  height: 0;
}
.main-contents #point .point-content__btn.pointContentShow .read-more-btn__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.main-contents #point .point-content__btn.pointContentShow .point-content__bg {
  display: block;
}
.main-contents #point .point-content .read-more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-contents #point .point-content .read-more-btn {
    display: none;
  }
}
.main-contents #point .point-content .read-more-btn__text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.main-contents #point .point-content .read-more-btn__icon {
  background-color: #ffffff;
  border-radius: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 5px;
}
.main-contents #point .point-content .read-more-btn__icon::before, .main-contents #point .point-content .read-more-btn__icon::after {
  content: "";
  position: absolute;
  background-color: #552b21;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-contents #point .point-content .read-more-btn__icon::before {
  width: 10px;
  height: 1px;
}
.main-contents #point .point-content .read-more-btn__icon::after {
  width: 1px;
  height: 10px;
}
.main-contents #point .swiper-button-prev, .main-contents #point .swiper-button-next {
  top: auto;
  bottom: 35px;
  color: #ffffff;
}
.main-contents #point .swiper-button-prev:after, .main-contents #point .swiper-button-next:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #ffffff 1px solid;
  border-top: #ffffff 1px solid;
}
.main-contents #point .swiper-button-prev:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.main-contents #point .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-contents #point .swiper-pagination {
  bottom: 40px;
}
.main-contents #point .swiper-pagination-bullet {
  margin: 0 8px;
}
.main-contents #point .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.main-contents #dendo {
  background-image: url("../img/dendo_bg_sp.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .main-contents #dendo {
    background-image: url("../img/dendo_bg.jpg");
  }
}
.main-contents #recommend {
  position: relative;
}
.main-contents #recommend:after {
  content: "";
  display: block;
  width: 100%;
  height: 275px;
  position: absolute;
  bottom: 0;
  background-color: #fff4e1;
}
@media screen and (min-width: 768px) {
  .main-contents #recommend:after {
    height: 300px;
  }
}
.main-contents #recommend .swiper_recommend-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper_recommend-wrap .swiper_recommend.swiper_not_started .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-contents #recommend .swiper_recommend-wrap .swiper_recommend .swiper-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper_recommend-wrap .swiper_recommend .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main-contents #recommend .swiper_recommend-wrap .swiper_recommend .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-contents #recommend .swiper-button-next, .main-contents #recommend .swiper-button-prev {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper-button-next, .main-contents #recommend .swiper-button-prev {
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .main-contents #recommend .swiper-button-next, .main-contents #recommend .swiper-button-prev {
    top: auto;
    bottom: -50px;
  }
}
.main-contents #recommend .swiper-button-next {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper-button-next {
    right: 15px;
  }
}
.main-contents #recommend .swiper-button-next:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #552b21 1px solid;
  border-top: #552b21 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper-button-next:after {
    border-width: 2px;
  }
}
.main-contents #recommend .swiper-button-prev {
  left: 20px;
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper-button-prev {
    left: 14px;
  }
}
.main-contents #recommend .swiper-button-prev:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #552b21 1px solid;
  border-top: #552b21 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (min-width: 768px) {
  .main-contents #recommend .swiper-button-prev:after {
    border-width: 2px;
  }
}
.main-contents #recommend .swiper-pagination {
  right: 0;
  left: 0;
  bottom: -40px;
}
.main-contents #recommend .swiper-pagination .swiper-pagination-bullet {
  background: rgba(85, 43, 33, 0.1);
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
.main-contents #recommend .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #552b21;
}
.main-contents #financierCategory .financierCategory__contents {
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .main-contents #financierCategory .financierCategory__contents {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main-contents #financierCategory .financierCategory__contents {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
.main-contents #financierCategory .financierCategory__contents > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .main-contents #financierCategory .financierCategory__contents > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #financierCategory .financierCategory__contents > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -7px;
    margin-right: -7px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #financierCategory .financierCategory__contents > ul:nth-child(odd) {
    padding-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #financierCategory .financierCategory__contents > ul:nth-child(even) {
    padding-left: 7px;
  }
}
.main-contents #financierCategory .financierCategory__contents-list {
  width: 28.5714285714%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .main-contents #financierCategory .financierCategory__contents-list {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px;
  }
}
.main-contents #financierCategory .financierCategory__contents-list a {
  display: block;
}
.main-contents #financierCategory .financierCategory__contents-list p {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .main-contents #financierCategory .financierCategory__contents-list p {
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
.main-contents #quantity, .main-contents #price {
  position: relative;
}
.main-contents #quantity:before, .main-contents #price:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-contents #quantity:before, .main-contents #price:before {
    max-width: 1280px;
  }
}
.main-contents #quantity .list-wrap, .main-contents #price .list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .main-contents #quantity .list-wrap, .main-contents #price .list-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
.main-contents #quantity .list-wrap a, .main-contents #price .list-wrap a {
  display: block;
  background-color: #fff4e1;
}
.main-contents #ranking {
  position: relative;
}
.main-contents #ranking:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 245, 220)), color-stop(30%, rgb(255, 245, 220)), to(rgba(255, 245, 220, 0)));
  background: linear-gradient(180deg, rgb(255, 245, 220) 0%, rgb(255, 245, 220) 30%, rgba(255, 245, 220, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
}
.main-contents #review {
  background-color: #f5f5f5;
  padding-top: 140px;
  padding-bottom: 60px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .main-contents #review {
    padding-top: 200px;
    padding-bottom: 60px;
    margin-top: 0px;
  }
}
.main-contents #review #revico-review-slide-zone {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .main-contents #review #revico-review-slide-zone {
    max-width: 1384px;
    padding: 0 20px 0;
  }
}
.main-contents #review #revico-review-slide-zone .revico-comment-outer-head .tittle, .main-contents #review #revico-review-slide-zone .revico-comment-outer-head .revico-tittle {
  display: none;
}
.main-contents #review #revico-review-slide-zone .revico-comment-outer-head .revico-logo:after {
  content: "";
  display: block;
  background-image: url(/common/img/hc/ttl_review_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 98px;
  height: 40px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-contents #review #revico-review-slide-zone .revico-comment-outer-head .revico-logo:after {
    background-image: url(/common/img/hc/ttl_review.png);
    width: 146px;
    height: 57px;
    top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #review #revico-review-slide-zone .revico-comment-outer-head .revico-arrow {
    bottom: -240px;
  }
}
@media screen and (min-width: 768px) {
  .main-contents #review #revico-review-slide-zone .revico-multicomment-top {
    max-width: 1384px;
    margin: 0 auto;
  }
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner {
  background-color: inherit;
}
@media screen and (max-width: 767px) {
  .main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main {
    margin: 0 0px 0 20px;
    scrollbar-color: #ccc #fff;
  }
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 300px;
    max-width: 300px;
  }
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--title-review-title {
  padding-top: 0;
  font-size: 16px;
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment .revico-review-comment-detail--comment--content {
  line-height: 1.5;
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment .rev_productName {
  text-align: left;
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name img {
    width: 70%;
    max-height: none;
  }
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name .revico-review-comment-detail--star {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: unset;
          flex-flow: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: 0;
  margin-top: 10px;
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product .revico-review-comment-detail--product-name .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  top: -5px;
  position: relative;
  margin: 0 !important;
}
.main-contents #review #revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main:hover {
  background-color: inherit !important;
}
.main-contents #sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .main-contents #sidebar {
    display: none;
  }
}
.main-contents #sidebar .sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-contents #sidebar .sidebar-item + .sidebar-item {
  margin-top: 18px;
}