@charset "UTF-8";
.p-review .img-01 {
  height: 216px;
}

.p-review .img-02 {
  width: 160px;
}

.p-review .img-03 {
  height: 227px;
}

.p-review .img-04 {
  height: 219px;
}

.p-review .img-05 {
  height: 207px;
}

.p-review .img-06 {
  height: 207px;
}

.p-review .img-07 {
  width: 145px;
}

.p-review .img-08 {
  width: 168px;
}

.p-review .img-09 {
  width: 145px;
}

.p-review .group-title {
  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;
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 45px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .p-review .group-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.p-review .group-title img {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-review .group-title img {
    width: 35px;
    margin-right: 20px;
  }
}

.p-review .group-title small {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-review .group-title small {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 5px;
  }
}

.p-review .group-title sup {
  font-size: 50%;
}

.p-review .group-title span {
  position: relative;
  top: -10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-review .group-title span {
    font-size: 13px;
    font-size: 0.8125rem;
    top: -7px;
  }
}

.p-review .link-group .row {
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-review .link-group .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 8px;
  }
}

.p-review .link-group .row:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: url(../img/border.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-review .link-group .row a {
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  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;
}

@media screen and (max-width: 767px) {
  .p-review .link-group .row a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 5px;
    line-height: 20px;
  }
}

.p-review .link-group .row a:after {
  content: "";
  width: 18px;
  height: 10px;
  display: block;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-review .link-group .row a:after {
    width: 12px;
    height: 8px;
    margin-left: 5px;
  }
}

.p-review .link-group .row a + a {
  border-left: 2px solid #e2dfe0;
}

@media screen and (max-width: 767px) {
  .p-review .link-group .row a + a {
    border-left: 0;
    border-top: 1px solid #e2dfe0;
  }
}

.p-review .product-group .group-title {
  margin-bottom: -30px;
  text-align: center;
}

.p-review .product-group .group-title + small.note {
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-review .product-group .group-title + small.note {
    margin-top: 50px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-review .product-group + .product-group {
  position: relative;
}

.p-review .product-group + .product-group:before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/border.png);
  position: absolute;
  top: 0;
  left: 0;
}

.p-review .product-group p.kome {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-review .product-group p.kome {
    margin-top: 42px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-review .product {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-review .product {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.p-review .product:after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/border.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-review .product:last-child:after {
  display: none;
}

.p-review .product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-review .product__header {
    display: block;
    margin-bottom: 30px;
  }
}

.p-review .product__img {
  width: 270px;
  text-align: center;
}

.p-review .product__img img {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-review .product__img {
    width: 80%;
    margin: 0 auto 10px;
  }
}

.p-review .product__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 930px;
}

@media screen and (max-width: 767px) {
  .p-review .product__content {
    display: block;
    width: 100%;
  }
}

.p-review .product__detail {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail {
    padding-left: 0;
  }
}

.p-review .product__detail .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 17px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail .title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 10px;
  }
}

.p-review .product__detail .price {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 13px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail .price {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 23px;
    margin-bottom: 5px;
  }
}

.p-review .product__detail .price span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail .price span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.p-review .product__detail .text {
  line-height: 30px;
  letter-spacing: 2px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
  }
}

.p-review .product__detail .text span.kome1 {
  position: relative;
  top: -5px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail .text span.kome1 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-review .product__detail .text .note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .p-review .product__detail .text .note {
    line-height: 18px;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 5px;
  }
}

.p-review .product__btn {
  width: 250px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-review .product__btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.p-review .product__review {
  background: #e2eff0;
  padding: 30px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-review .product__review {
    padding: 15px;
    padding-bottom: 30px;
  }
}

.p-review .product .review__inner {
  padding: 70px 50px 20px 50px;
  background: #fdfefe;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__inner {
    padding: 30px 15px 10px 15px;
  }
}

.p-review .product .review__content {
  padding-bottom: 60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__content {
    padding-bottom: 25px;
  }
}

.p-review .product .review__content .title {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__content .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.p-review .product .review__content .text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__content .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 7px;
  }
}

.p-review .product .review__content .date {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__content .date {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-review .product .review__content .star {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-review .product .review__content .star span {
  color: #fedb55;
}

.p-review .product .review__content + .review__content {
  padding-top: 60px;
  border-top: 2px dashed #e6e7e7;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__content + .review__content {
    padding-top: 25px;
  }
}

.p-review .product .review__btn {
  margin: 0 auto;
  background: #fdfefe;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__btn {
    margin-top: 30px;
  }
}

.p-review .product .review__btn:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-review .product .review__btn:hover:hover {
    background: #fdfefe;
    color: #333;
    border: 1px solid #333;
  }
}

.p-review .login__banner__list {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-review .login__banner__list {
    width: 100%;
  }
}

.p-review .login__banner__list:before {
  background-image: none;
}

.p-review .login__banner__list.bottom {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-review .login__banner__list.bottom:hover:before {
  right: 0;
}

.p-review .login__banner__list.bottom:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #94AFAD;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media screen and (max-width: 767px) {
  .p-review .login__banner__list.bottom:before {
    content: none;
    position: static;
  }
}

.p-review .login__banner__list.bottom a {
  line-height: 50px;
  display: inline-block;
  border: 2px solid #c0d7dc;
  color: #70929a !important;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-review .login__banner__list.bottom a {
    line-height: 40px;
  }
}

.p-review .login__banner__list.bottom a:before {
  background-image: none;
}

.p-review .login__banner__list.bottom a:after {
  position: absolute;
  content: "";
  right: 23px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #70929a;
  border-right: 1px solid #70929a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-review .login__banner__list.bottom a:after {
    top: 42%;
    right: 9px;
    width: 5px;
    height: 5px;
  }
}

.p-review .login__banner__list.bottom a:hover:after {
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-review .login__banner__list.bottom a:hover:after {
    right: 4px;
  }
}

.p-review .login__banner__list.top {
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.5;
}

.p-review .pageHeading .label:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-review .pageHeading .login:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: url(../img/border.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-review .login {
  padding-bottom: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-review .login {
    padding-bottom: 30px;
  }
}

.pageHeading .label {
  padding: 30px 0 18px 0;
  position: relative;
}

/*ニューベースメイク追加*/
.btn1 {
  display: block;
  padding: 10px 20px;
  line-height: 40px;
  width: 450px;
  border: 1px solid #333;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn1 {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
}

.btn1:hover {
  background-color: #999788;
  transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn1:hover {
    background-color: #fff;
    color: #333;
  }
}

.btn1:hover:after {
  right: 16px;
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 767px) {
  .btn1:hover:after {
    right: 20px;
    border-top-color: #858585;
    border-right-color: #858585;
  }
}

.btn1:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-top-color: #858585;
  border-right-color: #858585;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: 1s;
  transition: 1s;
}

.yuzu-item-wrap {
  margin-bottom: 80px;
}

@font-face {
  .yuzu-item-wrap {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
  }
}

@font-face {
  .yuzu-item-wrap {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .container {
    padding: 0;
    overflow: visible;
  }
}

.yuzu-item-wrap .f-ave {
  font-family: "avenirLT";
  font-weight: 500;
}

.yuzu-item-wrap .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.yuzu-item-wrap .btn-group .dtl-btn {
  text-align: center;
  color: #7a7c81;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  position: relative;
  display: block;
  padding: 9px 15px;
  font-weight: bold;
  line-height: 25px;
  border: none;
  background: #afcfd5;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group .dtl-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 6px 5px;
  }
}

@media screen and (max-width: 360px) {
  .yuzu-item-wrap .btn-group .dtl-btn {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.yuzu-item-wrap .btn-group .dtl-btn:after {
  content: "";
  display: block;
  right: 15px;
  background: none;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group .dtl-btn:after {
    width: 8px;
    height: 8px;
  }
}

.yuzu-item-wrap .btn-group .cart-btn {
  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;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #e96496;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px #cc3366;
  box-shadow: 0px 5px #cc3366;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0px;
  line-height: 25px;
  padding: 7px 15px;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group .cart-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 360px) {
  .yuzu-item-wrap .btn-group .cart-btn {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.yuzu-item-wrap .btn-group .cart-btn:before {
  content: "";
  width: 26px;
  height: 31px;
  background: url(/user_data/camp/common/img/i_cart.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group .cart-btn:before {
    width: 18px;
    height: 24px;
  }
}

.yuzu-item-wrap .btn-group .cart-btn:hover {
  top: 5px;
  -webkit-box-shadow: 0px 0px #cc3366;
  box-shadow: 0px 0px #cc3366;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group a {
    line-height: 20px;
    margin: 0;
    width: 49%;
    padding: 6px 5px;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .btn-group a + a {
    margin-top: 0;
    margin-right: 2%;
    padding: 6px 0;
  }
}

@media screen and (max-width: 360px) {
  .yuzu-item-wrap .btn-group a + a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.yuzu-item-wrap .section {
  padding: 0;
}

.yuzu-item-wrap .section-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-img {
    display: block;
  }
  .yuzu-item-wrap .section-img .img img {
    width: 100%;
  }
}

.yuzu-item-wrap .section-img .title {
  padding: 0 45px 0 75px;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  letter-spacing: 3px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-img .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0;
    padding-top: 15px;
    text-align: left;
  }
}

.yuzu-item-wrap .section .section-feature {
  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;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section .section-feature {
    display: block;
    padding: 0;
  }
}

.yuzu-item-wrap .section .section-feature .feature-img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section .section-feature .feature-img {
    margin-right: 0;
  }
  .yuzu-item-wrap .section .section-feature .feature-img img {
    width: 100%;
  }
}

.yuzu-item-wrap .section .section-feature .feature-content {
  width: 700px;
  padding: 145px 120px 145px 50px;
  position: relative;
  z-index: 1;
  margin-right: -40px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section .section-feature .feature-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 25px 20px 25px 20px;
  }
}

.yuzu-item-wrap .section .section-feature .feature-content .overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.yuzu-item-wrap .section .section-feature .feature-content .title {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section .section-feature .feature-content .title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px;
  }
}

.yuzu-item-wrap .section .section-feature .feature-content .txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section .section-feature .feature-content .txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

.yuzu-item-wrap .section-bottom .products {
  display: block;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products {
    padding: 30px 0;
  }
}

.yuzu-item-wrap .section-bottom .products + .products {
  border-top: 1px dotted #000;
}

.yuzu-item-wrap .section-bottom .products .content-01 {
  padding-left: 45%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products .content-01 {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.yuzu-item-wrap .section-bottom .products .content-01 .img {
  display: block;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products .content-01 .img {
    position: static;
    width: 35%;
  }
}

.yuzu-item-wrap .section-bottom .products .content-01 .content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products .content-01 .content {
    width: 60%;
  }
}

.yuzu-item-wrap .section-bottom .products .content-02 .desc {
  padding-bottom: 20px;
}

.yuzu-item-wrap .section-bottom .products .content-02 .desc sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products .content-02 .desc sup {
    font-size: 8px;
    font-size: 0.5rem;
    vertical-align: super;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products .content-02 .desc {
    padding-bottom: 0;
  }
}

.yuzu-item-wrap .section-bottom .products .content-02 > *:not(.btn-group) {
  padding-left: 45%;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .products .content-02 > *:not(.btn-group) {
    padding-left: 0;
  }
}

.yuzu-item-wrap .section-bottom .products .content-02 .price {
  margin-top: 5px;
}

.yuzu-item-wrap .section-bottom .products .btn-group a {
  width: 48%;
}

.yuzu-item-wrap .section-bottom .top-title {
  padding-top: 85px;
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-bottom .top-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.yuzu-item-wrap .section-01 .block-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 {
    display: block;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products-container {
  width: 620px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products-banner {
    padding-top: 25px;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products-banner .id-otoku__inner {
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products-banner .id-otoku__inner {
    padding: 10px 10px;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products {
  padding: 0;
}

.yuzu-item-wrap .section-01 .block-01 .products .label {
  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: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f0ec55;
  color: #000;
  font-weight: bold;
  position: absolute;
  left: -15px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .label {
    width: 40px;
    height: 40px;
    left: -10px;
    top: -10px;
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products .img {
  width: 43%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .img {
    position: static;
    width: 35%;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products .content-01 {
  padding-left: 45%;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .content-01 {
    padding-left: 0;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products .content-02 > * {
  padding-left: 45%;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .content-02 > * {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.yuzu-item-wrap .section-01 .block-01 .products .btn-group a {
  margin: 0;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .btn-group a {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-01 .products .btn-group a + a {
    margin-top: 0;
    margin-right: 2%;
    padding: 6px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 360px) {
  .yuzu-item-wrap .section-01 .block-01 .products .btn-group a + a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.yuzu-item-wrap .section-01 .block-02 .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #000000;
  padding-top: 35px;
  padding-bottom: 100px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-02 .product-wrap {
    display: block;
    padding-top: 0;
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.yuzu-item-wrap .section-01 .block-02 .product-02 {
  width: 33.3333%;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-02 .product-02 {
    width: 100%;
  }
}

.yuzu-item-wrap .section-01 .block-02 .product-02 .content {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-02 .product-02 .content {
    margin-left: 0;
  }
}

.yuzu-item-wrap .section-01 .block-02 .product-02 + .product-02 {
  border-left: 1px dotted #000;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-02 .product-02 + .product-02 {
    border-left: none;
    border-top: 1px dotted #000;
  }
}

.yuzu-item-wrap .section-01 .block-02 .product-02 .top-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .yuzu-item-wrap .section-01 .block-02 .product-02 .top-title {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

/*sold out対応*/
.cart-btn-soldout {
  background-color: #a6a6a6 !important;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px #7f7f7f !important;
          box-shadow: 0px 5px #7f7f7f !important;
  pointer-events: none !important;
}

.cart-btn-soldout:hover {
  -webkit-box-shadow: 0px 0px #7f7f7f !important;
          box-shadow: 0px 0px #7f7f7f !important;
}

@media screen and (max-width: 360px) {
  .btn-group .cart-btn {
    font-size: 11px !important;
  }
}

.id-teiki__quiry-soldout {
  background: #a6a6a6 !important;
  border-bottom: 3px solid #7f7f7f !important;
  pointer-events: none !important;
}

.product__tag {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #f6c438;
  text-align: center;
  width: 220px;
  padding: 5px 25px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.5px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .product__tag {
    padding: 10px 25px;
    font-size: 15px;
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=review.css.map */