﻿/*ページ内リンク*/
main{
  overflow-x: hidden;
}
.product-detail .content.anchor__link--main{
  max-width: unset;
  background-color: #fff;
}
.product-detail .content.anchor__link--main .content-inner{
  max-width: 1200px;
  padding: 0;
}
.anchor__link {
  max-width: 1200px;
  margin: 0 auto 43px;
  padding: 0 0 12px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(19,33,106,0.1);
  display: flex;
  gap: 12px;
}
.anchor__link li.anchor__link--cartbtn a {
  border: 1px solid #0D2D6C;
  color: #0D2D6C;
  background-image: url(../img/goods/anchorlinkcarticon.png),url(../img/goods/anchorlinkcartbtn.png);
  background-position: 12px center,right 10px center;
  background-repeat: no-repeat,no-repeat;
  padding-left: 30px;
}
.anchor__link li a {
  border-radius: 4px;
  border: 1px solid #DE8BBB;
  color: #DE8BBB;
  display: block;
  box-sizing: border-box;
  max-height: 26px;
  padding: 7px 22px 7px 12px;
  text-decoration: none;
  line-height: 1;
  font-size: 1.2rem;
  background: url(../img/goods/anchorlink.png) right 10px center no-repeat;
}
.anchor__link--main.fixed {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.anchor__link--main.fixed ul{
  max-width: 1200px;
  margin: 0 auto 0;
  border: none;
}
.detail__main {
  max-width: 960px;
  margin: 40px auto 0;
  display: flex;
  gap: 40px;
  scroll-margin-top: calc(var(--header-height, 80px) + var(--anchor-nav-height, 0px) + 16px);
}
.detail__main .slick-dots li.slick-active,
.detail__main .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
}
.detail__left {
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}
.mainvisuals img{
  width: 100%;
}
.detail__left .slick-slide{
  width: 100%;
}
.detail__left .slick-slide img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1 ;
  object-fit: contain;
}
.detail__right{
  max-width: 440px;
}
.detail__right--icons {
  overflow: hidden;
}
.detail__right--icons p {
  margin-top: 12px;
}
.detail__right--icons img {
  vertical-align: bottom;
}
.detail__right--icons {
  font-size: 1.4rem;
  color: #13216A;
}
.detail__right--icons .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.price__info--icon .icon_{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.price__info--icon .icon_ div,
.detail__right--icons .icon_ div {
  width: max-content;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
.detail__right h1 {
  font-size: 3.2rem;
  font-weight: 100;
  color: #13216A;
  margin: 24px 0 20px;
  padding-right: 5px;
  font-weight: bold;
  line-height: 1.2;
  width: calc(100% - 44px);
}
.main__cart--btn {
  background: #0D2D6C url(../img/goods/pagelink.png) right 24px center no-repeat;
  width: 100%;
  height: 52px;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
.revico-star-zone {
  line-height: 1;
  margin-bottom: 28px;
}
.revico-star-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.starability-result {
  width: 86px;
  height: 14px;
}
.revico-star-block--total {
  color: #13216A;
  font-size: 1.2rem;
  margin: 0 12px 0 4px;
  height: max-content;
}
.detail__review {
  position: relative;
}
.detail__name {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.block-goods-favorite {
  width: 44px;
  height: 44px;
  margin-left: auto;
}
.block-goods-favorite--btn {
  display: block;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url(../img/goods/favorite.png) center center no-repeat;
  background-size: 100% 100%;
}
.block-goods-favorite--btn:hover{
  background-image: url(../img/goods/icon_favorite_active_large.png);
  background-size: 100% 100%;
}
.anchor-cart-button{
  width: 100%;
  padding: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 30px;
  background-color: #0D2D6C;
  position: relative;
  box-sizing: border-box;
}
.anchor-cart-button::after{
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  background-image: url(../img/goods/pagelink.png);
  background-size: 100% 100%;
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
}
.revico-comment-outer-foot {
  display: none;
}
a.revico-read-more-review {
  width: 123px;
  height: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 12px;
  background: rgba(19, 33, 106, 0.1) url(../img/goods/review_btn.png) right 10px center no-repeat;
  font-size: 1.2rem;
  color: #13216A;
  margin: 0 0 0 0;
  padding: 0 0 0 16px;
  text-decoration: none;
  box-sizing: border-box;
}
.starability-result[data-rating="5"] {
  background: url(../img/goods/star5.png) center center no-repeat;

}
.starability-result[data-rating="4.9"],
.starability-result[data-rating="4.8"],
.starability-result[data-rating="4.7"],
.starability-result[data-rating="4.6"],
.starability-result[data-rating="4.5"],
.starability-result[data-rating="4.4"],
.starability-result[data-rating="4.3"],
.starability-result[data-rating="4.2"],
.starability-result[data-rating="4.1"]{
  background: url(../img/goods/star4.png) center center no-repeat;
}
.revico-review-wrap .revico-review-comment-detail--star [data-star-rating="5"]{
  background: url(../img/goods/star5.png) center center no-repeat;
}
.starability-result[data-rating="4"]{
  background: url(../img/goods/star4.png) center center no-repeat;

}
.starability-result[data-rating="3.9"],
.starability-result[data-rating="3.8"],
.starability-result[data-rating="3.7"],
.starability-result[data-rating="3.6"],
.starability-result[data-rating="3.5"],
.starability-result[data-rating="3.4"],
.starability-result[data-rating="3.3"],
.starability-result[data-rating="3.2"],
.starability-result[data-rating="3.1"]{
  background: url(../img/goods/star3.png) center center no-repeat;
}
.revico-review-wrap .revico-review-comment-detail--star [data-star-rating="4"]{
  background: url(../img/goods/star4.png) center center no-repeat;
}
.starability-result[data-rating="3"]{

  background: url(../img/goods/star3.png) center center no-repeat;
}
.starability-result[data-rating="2.9"],
.starability-result[data-rating="2.8"],
.starability-result[data-rating="2.7"],
.starability-result[data-rating="2.6"],
.starability-result[data-rating="2.5"],
.starability-result[data-rating="2.4"],
.starability-result[data-rating="2.3"],
.starability-result[data-rating="2.2"],
.starability-result[data-rating="2.1"]{
  background: url(../img/goods/star2.png) center center no-repeat;
}
.revico-review-wrap .revico-review-comment-detail--star [data-star-rating="3"]{
  background: url(../img/goods/star3.png) center center no-repeat;
}
.starability-result[data-rating="2"]{
  background: url(../img/goods/star2.png) center center no-repeat;

}
.starability-result[data-rating="1.9"],
.starability-result[data-rating="1.8"],
.starability-result[data-rating="1.7"],
.starability-result[data-rating="1.6"],
.starability-result[data-rating="1.5"],
.starability-result[data-rating="1.4"],
.starability-result[data-rating="1.3"],
.starability-result[data-rating="1.2"],
.starability-result[data-rating="1.1"]{
  background: url(../img/goods/star1.png) center center no-repeat;
}
.revico-review-wrap .revico-review-comment-detail--star [data-star-rating="2"]{
  background: url(../img/goods/star2.png) center center no-repeat;
}
.starability-result[data-rating="1"],
.revico-review-wrap .revico-review-comment-detail--star [data-star-rating="1"]{
  background: url(../img/goods/star1.png) center center no-repeat;
}

/*お気に入り*/

/*価格表記*/
.price__infos {
  margin: 24px 0 0 0;
  background: var(--cta-color);
  border-radius: 24px;
  padding: 40px 20px 104px;
  box-shadow: 1px 3px 20px rgba(19, 33, 106, 0.13);
}
.price__infos .slick-list {
  overflow: hidden;
}
.price__infos .slick-list {
  background: #FFF;
  margin: 0 0 0 0;
  border-radius: 20px;
}
.price__info:nth-child(n+2) {
  display: none;
}
.slick-list .price__info:nth-child(n+2) {
  display: block;
}
.price__info--title {
  background: #E1EFF7;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0D2D6C;
}
.price__info--main {
  height: auto !important;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 46px 20px 60px;
  box-sizing: border-box;
}
.price__info--images {
  width: 124px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.price__info--images img {
  max-width: 100%;
  vertical-align: bottom;
}
.price__info--icon {
  overflow: hidden;
  gap: 2px;
  margin-top: 5px;
}
.price__info--icon img {
  max-width: 100%;
  height: auto;
}
.price__info--icon span {
  max-height: 18px;
  color: #E52E58;
  display: flex;
  width: max-content;
  margin-top: 5px;
  line-height: 1;
}
.price__info--detail {
  width: calc(100% - 144px);
}
.price__info--subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #DE8BBB;
  margin: 0 0 12px;
}
.price__info--detail ul li:last-child {
  margin: 0;
}
.price__info--detail ul li {
  position: relative;
  padding: 0 0 0 8px;
  color: #13216A;
  font-size: 1.4rem;
  margin: 0 0 8px;
  font-weight: 600;
}
.price__info--detail ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #DE8BBB;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.g_price_ {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(19,33,106,0.1);
}
.g_price_ .price_{
  color: #13216A;
}
.price__info--main .cart__btn {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 16px;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0D2D6C;
  text-decoration: none;
  font-weight: bold;
}
.price__info--main .cart__btn.is-disabled{
  pointer-events: none;
}
.cart__btn.-soldout{
  background-color: #888888;
}
.cart__btn.-pre-order{
  background-color: #888888;
}
.cart__btn.-soldout{
  background-color: #888888;
}
.cart__btn.-reserv{
  background-color: #0D2D6C;
}
.cart__btn.-arrival{
  background-color: #0D2D6C;
}
.price__info {
  max-width: 400px;
}
.price__infos .slick-arrow {
  position: absolute;
  bottom: 40px;
  width: 84px;
  height: 40px;
  border-radius: 8px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-indent: -9999px;
}
.price__infos .slick-arrow:hover {
  opacity: 0.8;
}
.price__infos .slick-prev {
  left: 20px;
  background: rgba(255,255,255,0.3) url(../img/goods/prev.png) center center no-repeat;
}
.price__infos .slick-next {
  right: 20px;
  background: rgba(255,255,255,0.3) url(../img/goods/next.png) center center no-repeat;
}


.slick-dots {
  width: max-content;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.price__infos .slick-dots{
  bottom: 65px;
}

.g_price_line_ {
  font-size: 2.6rem;
}
.g_price_line_ .price_title_ {
  font-size: 1.6rem;
}
.g_price_line_ .yen_ {
  font-size: 2.0rem;
  margin: 0;
}
.g_price_line_ .tax_ {
  font-size: 1.2rem;
  margin: 0;
}
.regular__btn {
  width: 123px;
  height: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 12px;
  background: rgba(19,33,106,0.1) url(../img/goods/regular_btn.png) right 14px center no-repeat;
  font-size: 1.2rem;
  color: #13216A;
  margin: 8px 0 0 auto;
  padding: 0 0 0 16px;
  text-decoration: none;
  box-sizing: border-box;
}
.g_price_normal_ {
  position: relative;
  width: max-content;
  font-weight: 600;
}
.g_price_normal_ .price_{
  font-size: 26px;
}
.g_price_ .price_{
  letter-spacing: -0.03em;
}
.g_price_ .price_ .yen_{
  display: inline-block;
  margin-left: -0.25em;
}
.g_price_normal_ .price_ .price_title_{
  font-size: 16px;
}
.g_price_normal_ .price_ .yen_{
  font-size: 20px;
}
.g_price_normal_ .price_ .tax_{
  font-size: 14px;
}
.g_price_normal_.-regular .price_{
  font-size: 20px;
}
.g_price_normal_.-regular .price_ .price_title_{
  font-size: 12px;
}
.g_price_normal_.-regular .price_ .yen_{
  font-size: 16px;
}
.g_price_normal_.-regular .price_ .tax_{
  font-size: 12px;
}
.g_price_normal_.-strikethrough::before {
  display: inline-block;
  content: '';
  width: calc(100% - 50px);
  height: 1px;
  background: #13216A;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.g_price_regular_ .price_{
  color: #E52E58;
}
.g_price_regular_ .price_{
  font-size: 26px;
}
.g_price_regular_ .price_ .price_title_{
  font-size: 16px;
}
.g_price_regular_ .price_ .yen_{
  font-size: 20px;
}
.g_price_regular_ .price_ .tax_{
  font-size: 14px;
}
.icon-rate{
  padding: 4px 6px;
  display: inline-block;
  color: #E52E58;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #E52E58;
  border-radius: 20px;
}
/*価格表記*/

/*Product Details*/
.product__details {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  padding: 60px 0;
  position: relative;
}
.on::before {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 11.71%, rgba(255, 255, 255, 0.9) 80%);
}
.product__details--main {
  transition: all 0.5s ease-in-out;
  margin: 28px 0 20px 0;
  position: relative;
  max-height: 5000px;
}
.product__details--main.animation{
  transition: all 0.5s ease-in-out;

}
.on {
  max-height: 370px;
  overflow: hidden;
 }
 .template .on::before {
  border-radius: 20px;
 }
 .template .section__fukidashi p.more__btn {
  position: relative;
  z-index: 10;
  color: #DE8BBB;
  background: none;
  width: max-content;
  height: unset;
  line-height: 1;
  font-weight: bold;
  margin: 16px auto 0;
  background: url(../img/goods/close_pink.png) right center no-repeat;
  background-size: auto 7px;
  padding-right: 14px;
 }
.template .section__fukidashi .on + p.more__btn {
  background: url(../img/goods/more_pink.png) right center no-repeat;
  background-size: auto 7px;
}
.product__details--main dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.product__details--main dl:last-child {
  margin-bottom: 0;
}
.product__details--main dt {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #13216A;
}
.product__details--main dd {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #13216A;
}
.more__btn {
  width: 99px;
  height: 24px;
  margin: 0 auto;
  padding: 0 0 0 0;
  box-sizing: border-box;
  background: rgba(19,33,106,0.1) url(../img/goods/closebtn.png) right 14px center no-repeat;
  border-radius: 12px;
  color: #13216A;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.more__btn:hover{
  opacity: 0.8;
}
.product__details--main.on + .more__btn {
  justify-content: start;
  padding: 0 0 0 16px;
  background: rgba(19,33,106,0.1) url(../img/goods/morebtn.png) right 14px center no-repeat;
}
.price__info--image{
  max-width: 124px;
}
.price__info--image img{
  width: 100%;
}
.price__info--main .offer-coupon__note{
  margin-top: 12px;
}
.offer-coupon__note + .price__info__button-wrap{
  margin-top: 10px;
}
.price__info__button-wrap{
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.price__info__button-wrap .block-goods-favorite--btn{
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-image: url(../img/goods/icon_favorite.png);
  background-size: 100% 100%;
}
.price__info__button-wrap .block-goods-favorite--btn:hover{
  background-image: url(../img/goods/icon_favorite_active.png);
}
.price__info--main .note-btn {
  margin: 14px 0 0 calc((100% - 36px) / 2);
  transform: translateX(-50%);
  white-space: nowrap;
}
/*Product Details*/
/*review*/
.review {
  margin-bottom: 80px;
}
/*recommend*/
.tab__recommend {
  width: 100%;
  border-radius: 50px;
  background: #F8E9F2;
  padding: 60px 0;
  box-shadow: 1px 3px 40px rgba(19, 33, 106, 0.13);
  display: block;
}
.tab__recommend--items{
  max-width: unset;
  margin-top: 28px;
  justify-content: center;
}
.tab__recommend--item{
  width: calc((100% - 96px) / 5);
}
.tab__recommend--item a picture{
  width: 100%;
  height: auto;
}
/* Revico */
.detail__review + .detail-buy__button{
  margin-top: 28px;
}
.detail__right .revico-star .starability-result{
  background-image: url(/cms/elevit/img/common/star.png);
}
.detail__right .revico-widget a.revico-read-more-review{
  height: 22px;
  color: #13216A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  background-color: #E7E9F0;
  border-radius: 12px;
}
.detail__right .revico-star .revico-star-block{
  color: #13216A;
}
.detail__right .price__info .revico-widget a.revico-read-more-review{
  display: none;
}
.detail__right .revico-star-block--total{
  color: #13216A;
}
#review .revico-star .revico-star-graph,
#review .revico-common-background-style{
  background-color: #fff;
}
#review .revico-multicomment-inner .revico-logo{
  display: none;
}
#review .revico-star .revico-review{
  display: none;
}
#review .revico-star .revico-star-graph-wrapper{
  width: 100%;
}
#review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container{
  width: 200px;
  height: 6px;
  border-radius: 12px;
  background-color: #E1EFF7;
}
#review .revico-star-block--caption,
#review .revico-star .revico-star-graph-wrapper .revico-star-graph-label,
#review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row a{
  color: #13216A;
}
#review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row a.revico-star-graph-list--row-link-star > span{
  color: #FFD939;
}
#review .revico-star .starability-result{
  background-image: url(/cms/elevit/img/common/star.png);
}
#review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper{
  justify-content: flex-end;
}
#review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-filter,
#review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort{
  color: #0D2D6C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border: 1px solid #0D2D6C;
  background-color: #fff;
  border-radius: 4px;
}
#review .revico-common-filter-icon-style{
  background-image: url(/cms/elevit/img/common/filter.png);
}
#review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort{
  width: auto;
  min-width: 124px;
  margin-left: 0;
  padding: 10px;
}
#review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort-select{
  width: auto;
  left: unset;
  border-color: #13216A;
}
#review .revico-common-sort-select-style li{
  color: #0D2D6C;
  border-color: #E1EFF7;
}
#review .revico-common-sort-select-style li:hover{
  background-color: #FDF9FB;
}
#review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort span{
  margin-left: 0;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name{
  display: none;
}
#review .revico-multicomment-top .revico-comment-main{
  max-width: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#review .revico-multicomment-top .revico-comment-header,
#review .revico-multicomment-top .revico-comment-footer{
  width: 100%;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper{
  width: calc((100% - 20px) / 2);
  margin: 0 auto;
  background-color: #FDF9FB;
  border: 1px solid #F8E1EE;
  border-radius: 7px;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row{
  width: 100%;
}
#review .revico-multicomment-top .revico-starability-result{
  background-image: url(/cms/elevit/img/common/star.png);
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail{
  padding: 20px;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star{
  margin-bottom: 0;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-date{
  color: #13216A;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title{
  color: #13216A;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title{
  margin-bottom: 0;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer .revico-review-comment-detail--addition-reviewer-profile{
  color: #13216A;
}
#review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container-bar{
  background: #13216A;
  border-radius: 12px;
}
#review .revico-review-comment-detail--action-sns{
  display: flex;
  align-items: center;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful{
  padding: 0.6em 0.8em 0.4em!important;
  color: #2CA19E;
  border-color: #2CA19E;
  line-height: 1;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like{
  padding: 0.6em 0.8em 0.4em!important;
  color: #DE8BBB;
  border-color: #DE8BBB;
  line-height: 1;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click-count,
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click-count{
  display: none;
}
#review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button{
  width: 200px;
  height: 26px;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.02em;
  background-color: #13216A;
  background-image: none;
  border-radius: 20px;
}
#review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span{
  left: unset;
}
#review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span{
  left: 0;
}
#review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--paging-buttons{
  display: none;
}
#review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper{
  margin-left: 0;
}
#review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton{
  color: #13216A;
  border: 1px solid #13216A;
  border-radius: 20px;
}
.product-detail .revico-modal{
  z-index: 10000;
}
.product-detail .revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-header-modal .revico-comment-header-modal-title span{
  color: #13216A;
}
.product-detail .revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-header-modal .revico-comment-filter-wrapper .revico-comment-filter--block-item{
  background-color: #E1EFF7;
}
.product-detail .revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-filter--block-clear-button button{
  color: #fff;
  background-color: #13216A;
}
.product-detail .revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-header-modal .revico-comment-filter--block-button-wrapper .revico-comment-filter--block-button button{
  color: #fff;
  background-color: #13216A;
}
.product-detail .revico-comment-filter-category{
  color: #13216A;
}
.product-detail .revico-comment-filter--block-item-select input span{
  color: #FFD939;
}
.product-detail .revico-comment-filter--block-item-select input span > span{
  color: #fff;
}
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review,
#review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-match-review{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #fff;
  border-color: #E1EFF7;
}
@media print, screen and (max-width: 767px) {
  /*パンくず*/
  .navitopicpath_{
	padding: 12px 10px;
  }
  .anchor__link--main.fixed {
    top: 60px;
  }
  .anchor__link {
    max-width: unset;
    flex-direction: column;
    margin: 0;
    padding: 0 20px 12px;
    gap: 8px;
  }
  .anchor__link li {
    margin-right: 8px;
  }
  .anchor__link li a {
    font-size: 1.0rem;
    padding: 7px 19px 7px 12px;
    max-height: 24px;
  }
  /*ページ内リンク*/

  .detail__main {
    max-width: unset;
    flex-wrap: unset;
    flex-direction: column;
    margin: 0;
    display: block;
  }
  .detail__left {
    width: 100%;
    max-width: unset;
  }
  .mainvisual {
    border-bottom: 1px solid rgba(19,33,106,0.1);
  }
  .detail__right {
    width: 100%;
    max-width: unset;
    margin-top: 24px;
  }
  .detail__right h1 {
    width: unset;
  }

  /*メインビジュアル*/
  .mainvisuals {
    margin-bottom: 24px;
  }
  .mainvisual {
    padding: 0 20px;
    margin-bottom: 18px;
  }
  .mainvisual img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .slick-dots {
    bottom: -12px;
    gap: 6px;
  }
  /*メインビジュアル*/

  /*アイコン*/
  .detail__right--icons {
    margin: 0 20px;
  }
  .detail__right h1 {
    margin: 16px 0;
    font-size: 2.8rem;
  }
  .detail__right--icons {
    font-size: 1.2rem;
  }
  /*レビュー*/
  .detail__review {
    margin: 0 20px;
  }
  .revico-star-zone {
    margin-bottom: 24px;
  }
  a.revico-read-more-review {
    width: 100px;
    height: 18px;
    font-size: 1.0rem;
    border-radius: 10px;
    padding: 4px 18px 4px 12px;
    background: rgba(19, 33, 106, 0.1) url(../img/goods/review_btn.png) right 5px center no-repeat;
  }
  .revico-star-block--total {
    font-size: 1.0rem;
    margin: 0 8px 0 4px;
  }
  .detail__name {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .block-goods-favorite a {
    background: url(../img/goods/favorite_sp.png) center center no-repeat;
    background-size: 44px;
  }
  /*購入はこちら*/
  .anchor-cart-button{
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
  }
  .main__cart--btn {
    width: unset;
    height: 52px;
    margin: 0 40px;
    font-size: 1.6rem;
    background: #0D2D6C url(../img/goods/pagelink_sp.png) right 24px center no-repeat;
    background-size: auto 7px;
  }
  /*価格*/
  .price__infos {
    margin: 40px 0 0 0;
  }
  .price__info {
    max-width: unset;
    border-radius: 8px;
  }
  .price__infos {
    padding: 52px 20px 96px;
    border-radius: 24px;
  }
  .price__info--title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 34px;
    font-size: 1.4rem;
  }
  .price__info--main {
    padding: 20px 14px 20px 14px;
    gap: 8px;
  }
  .price__info--image {
    width: 100%;
	max-width: 124px;
  }
  .price__info--image img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .price__info--icon {
    margin: 8px 0 0 0;
    display: block;
  }
  .price__info--icon > * {
    float: none;
    margin: 0;
  }
  .price__info--icon .icon_{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .price__info--detail {
    width: calc(100% - 118px);
  }
  .price__info--subtitle {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .price__info--detail ul li {
    font-size: 1.2rem;
  }
  .g_price_ {
    gap: 9px;
  }
  .g_price_line_ {
    font-size: 2.4rem;
    width: max-content;
  }
  .g_price_line_ .price_title_ {
    font-size: 1.4rem;
  }
  .g_price_line_ .yen_ {
    font-size: 1.8rem;
  }
  .g_price_line_ .tax_ {
    font-size: 1.2rem;
  }
  .g_price_normal_.-strikethrough::before {
    width: calc(100% - 50px);
  }
  .price__info--main .cart__btn {
    height: 28px;
    border-radius: 16px;
    font-size: 1.2rem;
  }
  .regular__btn {
    width: 100px;
    height: 18px;
    font-size: 1.0rem;
    border-radius: 10px;
    background: rgba(19, 33, 106, 0.1) url(../img/goods/regular_btn.png) right 10px center no-repeat;
    background-size: 2px auto;
    padding: 0 16px 0 12px;
  }
  .price__infos .slick-arrow {
    width: 64px;
    height: 32px;
    bottom: 52px;
    border-radius: 3px;
  }
  .price__infos .slick-prev {
      background: rgba(255, 255, 255, 0.3) url(../img/goods/prev_sp.png) center center no-repeat;
      background-size: auto 11px;
  }
  .price__infos .slick-next {
      background: rgba(255, 255, 255, 0.3) url(../img/goods/next_sp.png) center center no-repeat;
      background-size: auto 11px;
  }
  .price__infos .slick-dots {
    bottom: 65px;
  }
  /*価格*/


  .product__details {
    margin: 40px 0 40px;
    padding: 40px 20px 40px;
  }
  .product__details--main dd {
    margin-bottom: 0;
  }
  .product__details--main dl {
    margin-bottom: 20px;
  }


  /*review*/
  .review {
    margin: 0 20px 60px;
  }
  .tab__recommend {
    border-radius: 24px;
    background: #F8E9F2;
    padding: 44px 0 52px;
    box-shadow: 1px 3px 40px rgba(19, 33, 106, 0.13);
  }
  .tab__recommend--main h2{
    margin: 0 20px 8px;
  }
  .topics__description.common__description {
    margin: 0 20px 24px;
  }
  .tab__recommend--items{
    overflow-x: auto;
    padding-left: 20px;
  }
  .tab__recommend--item{
    width: 160px;
  }

  #review .revico-multicomment-top .revico-review-comment-row-wrapper{
    width: 100%;
  }
  #review .content-inner{
    padding: 0;
  }
}