@charset "UTF-8";
/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

.product-detail {
  margin: 60px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .product-detail {
      margin: 30px 0 0 0; } }

.product-detail__main {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .product-detail__main {
      display: block; } }

.product__images {
  max-width: 600px;
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .product__images {
      width: 100%;
      max-width: 100%;
      margin: 0 auto; } }

.product__image img {
  width: 100%;
  max-height: 600px; }

.product__image-thumbs {
  margin-top: 15px; }
  .product__image-thumbs .slick-current.slick-active:after {
    content: '';
    background: linear-gradient(93deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    height: 4px;
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .product__image-thumbs .slick-current.slick-active:after {
        max-width: 65px; } }
  .product__image-thumbs .slick-list {
    width: calc(100% - 72px);
    margin: 0 auto; }

.image-thumb {
  width: 80px; }
  @media screen and (max-width: 1023px) {
    .image-thumb {
      width: 65px; } }
  .image-thumb img {
    cursor: pointer;
    width: 100%;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .image-thumb img {
        max-width: 65px;
        max-height: 65px; } }

.product__images .slick-arrow {
  position: absolute;
  bottom: -95px;
  width: 36px;
  height: 80px;
  border: none;
  outline: none;
  color: transparent;
  background-color: transparent;
  z-index: 1;
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .product__images .slick-arrow {
      height: 65px; } }
  .product__images .slick-arrow:focus {
    outline: none; }

.product__images .slick-prev::after,
.product__images .slick-next::after {
  content: '';
  height: 100%;
  display: block;
  margin-top: -25px; }

.product__images .slick-prev {
  left: 0; }
  .product__images .slick-prev::after {
    background: url("../../images/icon-l-arrow-slick.svg") no-repeat;
    background-position: center left;
    background-size: 15px 30px; }
    @media screen and (max-width: 1023px) {
      .product__images .slick-prev::after {
        background-size: 9px 18px; } }

.product__images .slick-next {
  right: 0; }
  .product__images .slick-next::after {
    background: url("../../images/icon-r-arrow-slick.svg") no-repeat;
    background-position: center right;
    background-size: 15px 30px; }
    @media screen and (max-width: 1023px) {
      .product__images .slick-next::after {
        background-size: 9px 18px; } }

.product-details {
  width: 540px;
  margin: 0 0 0 60px; }
  @media screen and (max-width: 1023px) {
    .product-details {
      width: 100%;
      margin: 30px 0 0 0; } }

.caption {
  font-size: 14px;
  color: #666666; }
  @media screen and (max-width: 1023px) {
    .caption {
      display: none; } }
  @media print, screen and (min-width: 1024px) {
    .caption.-sp {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .caption.-sp {
      display: block; } }

.product__name {
  font-size: 36px; }
  @media screen and (max-width: 1023px) {
    .product__name {
      display: none;
      font-size: 24px; } }
  @media print, screen and (min-width: 1024px) {
    .product__name.-sp {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .product__name.-sp {
      display: block; } }

.salesStartDate {
  font-size: 14px;
  color: #f05163; }
  .salesStartDate .salesStartDate__txt {
    margin: 0; }

.product-info {
  padding: 15px 15px 20px;
  margin: 30px 0 0 0; }
  @media print, screen and (min-width: 1024px) {
    .product-info {
      border: solid 2px #e6e6e6; } }
  @media screen and (max-width: 1023px) {
    .product-info {
      padding: 0; } }

.product-info__variation {
  max-height: 390px;
  padding: 0 15px 0 0;
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex; }

.variation-attr {
  width: calc(100% - 100px); }
  @media screen and (max-width: 1023px) {
    .variation-attr {
      width: calc(100% - 60px); } }

.variation__list {
  list-style: none;
  padding: 0;
  max-height: 375px;
  overflow-y: scroll; }
  @media screen and (max-width: 1023px) {
    .variation__list {
      max-height: 300px; } }
  .variation__list::-webkit-scrollbar {
    width: 10px; }
    @media screen and (max-width: 1023px) {
      .variation__list::-webkit-scrollbar {
        width: 5px; } }
  .variation__list::-webkit-scrollbar-track {
    background: #ebebeb; }
  .variation__list::-webkit-scrollbar-thumb {
    background-color: #d1d1d1; }

.variation__list-item {
  padding: 0 15px 0 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 110px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .variation__list-item {
      height: 90px;
      padding: 0 10px 0 29px; } }
  .variation__list-item .list-item__title {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    overflow-y: hidden;
    max-height: 80px;
    margin-left: 10px; }
    @media screen and (max-width: 1023px) {
      .variation__list-item .list-item__title {
        max-height: 60px;
        font-size: 14px;
        line-height: 19px; } }
  .variation__list-item .list-item__img img {
    width: 80px;
    height: 80px; }
    @media screen and (max-width: 1023px) {
      .variation__list-item .list-item__img img {
        width: 60px;
        height: 60px; } }
  .variation__list-item + .variation__list-item:before {
    content: '';
    border-top: 1px solid #e6e6e6;
    display: block;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .variation__list-item.selected, .variation__list-item:hover {
    background: rgba(240, 81, 99, 0.2);
    cursor: pointer; }
  .variation__list-item .i-product-select {
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 2px #d1d1d1;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .variation__list-item .i-product-select {
        left: 7px;
        width: 15px;
        height: 15px; } }
    .variation__list-item .i-product-select:before {
      content: '';
      width: 11px;
      height: 7px;
      display: block;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      position: absolute; }
  .variation__list-item.selected .i-product-select {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    border: none; }
    @media screen and (max-width: 1023px) {
      .variation__list-item.selected .i-product-select {
        width: 15px;
        height: 15px; } }
    .variation__list-item.selected .i-product-select:before {
      background-image: url("../../images/icon-check.svg");
      background-size: 11px 7px;
      background-repeat: no-repeat; }

.product-info__notice {
  text-align: center;
  background-color: #ebebeb;
  position: relative;
  line-height: 54px;
  font-size: 20px;
  font-weight: bold;
  color: red; }
  @media screen and (max-width: 1023px) {
    .product-info__notice {
      line-height: 50px; } }
  .product-info__notice.-bundle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 15px; }
  .product-info__notice:after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #ebebeb transparent;
    border-width: 0 10px 10px 10px; }

div.availability {
  margin: 0; }

.availability-msg {
  list-style: none;
  padding: 0;
  display: inline-block; }

.quantity {
  margin: 35px 0 0 15px;
  font-size: 10px; }
  @media screen and (max-width: 1023px) {
    .quantity {
      margin: 30px 0 0 10px; } }
  .quantity label {
    display: block;
    margin: 0 0 5px; }
  .quantity .custom-select {
    width: 66px;
    height: 28px; }
    @media screen and (max-width: 1023px) {
      .quantity .custom-select {
        width: 46px; } }
  .quantity .value {
    margin: 0 0 0 15px; }
  .quantity.-bundle {
    margin: 0; }

.variation-select.custom-select {
  width: 100%; }

.promotions {
  margin: 30px 0 0 0; }

.collapsible-xl .title.callout {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  position: relative;
  padding: 10px 30px 8px 12px;
  line-height: 1.42rem; }

.collapsible-xl .title:after {
  content: '';
  background: url("../../images/icon-triangle.svg") no-repeat;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 14px; }

.collapsible-xl.active .title:after {
  content: '';
  background: url("../../images/icon-triangle.svg") no-repeat;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  margin: 0;
  transform: rotate(180deg); }

.collapsible-xl.active .value {
  margin-top: 8px; }

.collapsible-xl + .collapsible-xl {
  margin-top: 16px; }

.product-selected__title {
  margin: 30px 0 0 0;
  font-size: 24px;
  line-height: 24px; }

.price-info {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (max-width: 1023px) {
    .price-info {
      display: block;
      padding: 0 0 15px 0; } }
  .price-info.-bundle {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6; }

.prices {
  font-size: 28px;
  line-height: 28px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  white-space: nowrap;
  color: #f05163; }
  @media screen and (max-width: 1023px) {
    .prices {
      margin: 10px 0 0 0; } }
  .prices .price {
    color: #f05163; }
  .prices--small {
    font-size: 14px;
    line-height: 20px; }

.price-info__txt .derivery-txt {
  margin: 0;
  font-size: 14px; }
  @media screen and (max-width: 1023px) {
    .price-info__txt .derivery-txt {
      display: none; } }
  @media print, screen and (min-width: 1024px) {
    .price-info__txt .derivery-txt.-sp {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .price-info__txt .derivery-txt.-sp {
      display: block;
      margin: 10px 0 0 0; } }

.product__buttons {
  margin: 30px 0 0 0; }
  .product__buttons .prices-add-to-cart-actions {
    padding: 0; }
  .product__buttons .btn-primary,
  .product__buttons .btn-secondary,
  .product__buttons .c-btn--border {
    width: 100%;
    position: relative; }
  .product__buttons .btn-primary,
  .product__buttons .btn-secondary {
    height: 80px;
    font-size: 24px; }
  .product__buttons .c-btn--border {
    margin: 10px 0 0 0; }
    .product__buttons .c-btn--border .add-to-wish-list__text {
      font-size: 14px; }
    .product__buttons .c-btn--border .add-to-wish-list__text-limit {
      font-size: 10px; }
    .product__buttons .c-btn--border .i-wishlist-trans {
      left: 12px; }

.product__notice {
  border: 2px solid #ff3f5f;
  padding: 20px 15px;
  font-size: 14px;
  margin: 20px 0 0 0; }
  .product__notice .notice--under {
    text-decoration: underline solid #ff3f5f;
    text-underline-position: under; }

.notice__header {
  font-size: 18px;
  font-weight: 700;
  color: #ff3f5f;
  margin: 0; }

.notice__txt {
  margin: 10px 0 0 0; }
  .notice__txt--bold {
    font-weight: 700; }

.description-and-detail {
  margin: 80px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .description-and-detail {
      margin: 60px 0 0 0; } }

.detail__footer-item {
  display: -ms-flexbox;
  display: flex; }
  .detail__footer-item a,
  .detail__footer-item .color-red {
    color: #ff4165; }
  @media screen and (max-width: 1023px) {
    .detail__footer-item {
      display: block; } }
  .detail__footer-item + .detail__footer-item {
    margin: 40px 0 0 0; }
    @media screen and (max-width: 1023px) {
      .detail__footer-item + .detail__footer-item {
        margin: 60px 0 0 0; } }

.footer-item__title {
  font-size: 20px;
  min-width: 175px;
  background: #ebebeb;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none; }
  @media screen and (max-width: 1023px) {
    .footer-item__title {
      font-size: 24px;
      background: transparent; } }
  .footer-item__title span::after {
    content: '';
    background: url("../../images/icon-title.svg") no-repeat;
    width: 28px;
    height: 4px;
    display: block;
    margin: 15px auto 0 auto; }

.footer-item__content {
  width: 100%;
  margin: 0 0 0 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.71; }
  @media screen and (max-width: 1023px) {
    .footer-item__content {
      margin: 20px 0 0 0; } }

.footer__list {
  list-style: none;
  padding: 0; }
  .footer__list--pink {
    color: #f05163; }

.limited-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 20px 0; }
  .limited-product .limited-product__img {
    width: 85px;
    height: 85px;
    margin: 0 60px 0 0; }

.product-select {
  width: 100%;
  position: relative;
  margin: 30px 0 0 0; }
  @media print, screen and (min-width: 1024px) {
    .product-select {
      display: none; } }
  .product-select .i-l-arrow {
    background: url("../../images/icon-l-arrow.svg") no-repeat;
    background-size: 16px 16px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 16px;
    height: 16px;
    margin: auto;
    transform: rotate(90deg); }

.bundle-items {
  margin: 100px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .bundle-items {
      margin: 60px 0 0 0; } }

.bundle-items-label {
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-align: center; }
  .bundle-items-label::after {
    content: '';
    background: url("../../images/icon-title.svg") no-repeat;
    width: 28px;
    height: 4px;
    display: block;
    margin: 20px auto 0 auto; }

.bundle-item {
  margin: 40px 0 0 0;
  padding: 0;
  border: none; }
  @media screen and (max-width: 1023px) {
    .bundle-item {
      margin: 30px 0 0 0; } }
  .bundle-item + .bundle-item {
    margin: 60px 0 0 0; }
    @media screen and (max-width: 1023px) {
      .bundle-item + .bundle-item {
        margin: 40px 0 0 0; } }
  .bundle-item .product-info__variation {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
  .bundle-item .quantity {
    margin: 0 0 0 10px; }
  .bundle-item .price-info {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6; }
    @media screen and (max-width: 1023px) {
      .bundle-item .price-info {
        padding: 15px 0; } }
  .bundle-item .product-info__notice {
    text-align: left;
    padding: 0 0 0 15px; }

.related-products {
  margin-top: 60px; }

.price-info__txt .purchase-quantity-limit {
  color: #f05163; }

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
