@charset "UTF-8";
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.product_fx .fs-c-reviewStars::before {
  color: #8B9DB2;
}
.fs-c-productActionButton button,
.fs-c-button--addToCart--detail {
    background-color: #8B9DB2;
}
.noshi_modal_open_text p {
  color: #000;
}
.noshi_modal_open_text::after {
  content: '';
  aspect-ratio: 10 / 15;
  background: #8B9DB2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-radius: 0;
}
.product_tab .active_p {
    background-color: #8B9DB2;
    color: #fff;
}
.review_wrap h2::before {
  content: none;
}
.fs-c-reviewStars::before {
  color: #8B9DB2;
}
.noshi_wrap .ok_icon {
  display: none!important;
}
.noshi_wrap .ok_icon.ciel_color {
  display: block!important;
}

@media screen and (max-width: 750px) {
  .noshi_modal_open_text::after {
    width: 2.13vw;
  }
  .product_tab ul {
    border-bottom: 1px solid #8A9CB1;
  }
  .product_tab li {
    border-radius: 10px 10px 0 0;
    color: #8B9DB2;
    background: rgba(138,156,177,.2);
    letter-spacing: 0.08em;
  }
  .review_wrap h2 {
    font-size: 13px;
    letter-spacing: 0.3em;
  }
}

@media screen and (min-width: 751px) {
  .noshi_modal_open_text::after {
    width: min(0.74vw, 10px);
  }
  .product_tab ul {
    background-color: #fff;
    border: 1px solid #8B9DB2;
    border-radius: 50vh;
    overflow: hidden;
  }
  .product_tab li {
    width: calc(100% / 3);
    line-height: 1.2;
    color: #8B9DB2;
    background: #fff;
    margin: 0;
    height: auto;
    min-height: 45px;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .product_tab li + li {
    border-left: 1px solid #8B9DB2;
  }
  .product_tab li:nth-child(1).active_p {
      border-radius: 50vh 0 0 50vh;
  }
  .product_tab li:nth-child(3).active_p {
      border-radius: 0 50vh 50vh 0;
  }
  .review_wrap h2 {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
  main:not(.torinohito_product) .fs-c-featuredProduct {
    border-bottom: none;
  }
}

/* 2506 追記 */
.ciel_pd_item_wrap .pd_item {
  text-align: center;
}
.ciel_pd_item_wrap .pd_item h2.ryumin {
  font-weight: bold;
}
.pd_link {
  background-color: #889bad;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  position: relative;
}
.pd_link::after {
  content: '';
  aspect-ratio: 12/13;
  background: url(../img/product_ciel/pd_link_deco.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.ciel_pd_item_wrap .movie_wrap::after {
  content: none;
}

@media screen and (max-width: 750px) {
  .ciel_pd_item_wrap .pd_item .movie_wrap {
    margin: 50px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .ciel_pd_item_wrap .pd_item {
    display: block;
  }
  .ciel_pd_item_wrap .pd_item img {
    margin-top: 30px;
  }
  .pd_link {
    font-size: 13px;
    height: 43px;
    padding: 0 11%;
  }
  .pd_link::after {
    width: 7px;
    right: 22px;
  }
}

@media screen and (min-width: 751px) {
  .ciel_pd_item_wrap .pd_item .movie_wrap {
    margin-top: 50px;
  }
  .pd_link {
    font-size: 21px;
    height: 78px;
    padding: 0 11%;
  }
  .pd_link::after {
    width: min(1vw, 12px);
    right: min(3.67vw, 44px);
  }
}

/* -----------------------------------------------
voice_wrap
----------------------------------------------- */
.tabcon_description .voice_wrap {
  background-color: #eef3f7;
}
.tabcon_description .voice_wrap h2 {
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}
.tabcon_description .voice_wrap .img img {
  border-radius: 10px;
  width: 100%;
}
.tabcon_description .voice_wrap .text_fx {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.tabcon_description .voice_wrap .person_icon img {
  width: 100%;
}
.tabcon_description .voice_wrap .voice_info_fx {
  margin-right: 1em;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.tabcon_description .voice_wrap .voice_info_fx span {
  letter-spacing: 0;
  font-weight: bold;
}
.tabcon_description .voice_wrap .voice_info_fx span.name {
  margin-left: 1em;
}
.tabcon_description .voice_wrap .voice_info .date {
  letter-spacing: 0;
  color: #9fa7aa;
  display: block;
}
.tabcon_description .voice_wrap .voice_product {
  width: 8.2em;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.tabcon_description .voice_wrap .voice_product span {
  letter-spacing: 0;
  color: #9fa7aa;
}
.tabcon_description .voice_wrap .star {
  letter-spacing: 0.2em;
  color: #889bad;
}
.tabcon_description .voice_wrap .text p {
  line-height: 1.71;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .tabcon_description .voice_wrap {
    width: 100vw;
    margin: 89px calc(50% - 50vw) 0;
    padding: 50px 0 26px;
  }
  .tabcon_description .voice_wrap h2 {
    font-size: 1.95rem;
    line-height: 1.4;
  }
  .tabcon_description .voice_wrap .con_wrap {
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 27px;
    padding: 0 4.8% 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabcon_description .voice_wrap .con_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 27px 25px 25px;
    width: 294px;
    min-width: 294px;
  }
  .tabcon_description .voice_wrap .con_item + .con_item {
    margin-left: 11px;
  }
  .tabcon_description .voice_wrap .text_fx {
    margin-top: 16px;
  }
  .tabcon_description .voice_wrap .person_icon {
    width: 41px;
  }
  .tabcon_description .voice_wrap .voice_info {
    margin-left: 9px;
    margin-top: 5px;
  }
  .tabcon_description .voice_wrap .voice_info_fx span {
    font-size: 11px;
  }
  .tabcon_description .voice_wrap .voice_info .date {
    margin-top: 9px;
    font-size: 11px;
  }
  .tabcon_description .voice_wrap .voice_product {
    margin-top: 3px;
  }
  .tabcon_description .voice_wrap .voice_product span {
    font-size: 11px;
  }
  .tabcon_description .voice_wrap .star {
    margin-top: 13px;
    font-size: 13px;
  }
  .tabcon_description .voice_wrap .text {
    margin-top: 10px;
  }
  .tabcon_description .voice_wrap .text p {
    font-size: 11px;
    white-space: normal;
  }
}

@media screen and (min-width: 751px) {
  .tabcon_description .voice_wrap {
    margin-top: 165px;
    padding: 70px 0 70px 7%;
  }
  .tabcon_description .voice_wrap h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .tabcon_description .voice_wrap .con_wrap {
    margin-top: 40px;
    margin-bottom: 57px;
  }
  .tabcon_description .voice_wrap .text_fx {
    margin-top: 20px;
  }
  .tabcon_description .voice_wrap .person_icon {
    width: 55px;
  }
  .tabcon_description .voice_wrap .voice_info {
    margin-left: 13px;
    margin-top: 11px;
  }
  .tabcon_description .voice_wrap .voice_info_fx span {
    font-size: 14px;
  }
  .tabcon_description .voice_wrap .voice_info .date {
    margin-top: 12px;
    font-size: 14px;
  }
  .tabcon_description .voice_wrap .voice_product {
    margin-top: 10px;
  }
  .tabcon_description .voice_wrap .voice_product span {
    font-size: 15px;
  }
  .tabcon_description .voice_wrap .star {
    margin-top: 18px;
    font-size: 17px;
  }
  .tabcon_description .voice_wrap .text {
    margin-top: 17px;
  }
  .tabcon_description .voice_wrap .text p {
    font-size: 14px;
  }
  .tabcon_description .voice_wrap .slick-track {
    display: flex;
  }
  .tabcon_description .voice_wrap .slick-slide {
    width: 392px;
    padding: 35px 35px 47px;
    margin-right: 21px;
    border-radius: 10px;
    background-color: #fff;
    height: auto !important;
  }
  .tabcon_description .voice_wrap .slick-slide.slick-current + .slick-slide + .slick-slide {
    position: relative;
  }
  .tabcon_description .voice_wrap .slick-slide.slick-current + .slick-slide + .slick-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255,255,255,.85);
    position: absolute;
    top: 0;
    left: 0;
  }
  .tabcon_description .voice_wrap .slick-prev, 
  .tabcon_description .voice_wrap .slick-next {
    width: 54px;
    height: 54px;
    z-index: 99;
    right: calc(7% - 25px);
  }
  .tabcon_description .voice_wrap .slick-prev:before, 
  .tabcon_description .voice_wrap .slick-next:before {
    content: none;
  }
  .tabcon_description .voice_wrap .slick-dots {
    bottom: -57px;
  }
  .tabcon_description .voice_wrap .slick-dots li {
    margin: 0 3px;
  }
  .tabcon_description .voice_wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .tabcon_description .voice_wrap .slick-dots li button:before {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 11px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .tabcon_description .voice_wrap .slick-dots li button:before {
    background-image: url("../img/product_ciel/ciel_dots.svg");
  }
  .tabcon_description .voice_wrap .slick-dots li.slick-active button:before {
    background-image: url("../img/product_ciel/ciel_dots_active.svg");
  }
}
